diff --git a/README.md b/README.md index e16b8d1e9..88603825c 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -# CDKTF prebuilt bindings for spotinst/spotinst provider version 1.169.1 +# CDKTF prebuilt bindings for spotinst/spotinst provider version 1.170.0 -This repo builds and publishes the [Terraform spotinst provider](https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs) bindings for [CDK for Terraform](https://cdk.tf). +This repo builds and publishes the [Terraform spotinst provider](https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs) bindings for [CDK for Terraform](https://cdk.tf). ## Available Packages @@ -63,7 +63,7 @@ This project is explicitly not tracking the Terraform spotinst provider version These are the upstream dependencies: - [CDK for Terraform](https://cdk.tf) -- [Terraform spotinst provider](https://registry.terraform.io/providers/spotinst/spotinst/1.169.1) +- [Terraform spotinst provider](https://registry.terraform.io/providers/spotinst/spotinst/1.170.0) - [Terraform Engine](https://terraform.io) If there are breaking changes (backward incompatible) in any of the above, the major version of this project will be bumped. diff --git a/docs/accountAws.csharp.md b/docs/accountAws.csharp.md index b1df18142..100060b87 100644 --- a/docs/accountAws.csharp.md +++ b/docs/accountAws.csharp.md @@ -4,7 +4,7 @@ ### AccountAws -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/account_aws spotinst_account_aws}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/account_aws spotinst_account_aws}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the AccountAws to import. The id of the existing AccountAws that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/account_aws#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/account_aws#import import section} in the documentation of this resource for the id to use --- @@ -744,8 +744,8 @@ new AccountAwsConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/account_aws#name AccountAws#name}. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/account_aws#id AccountAws#id}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/account_aws#name AccountAws#name}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/account_aws#id AccountAws#id}. | --- @@ -827,7 +827,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/account_aws#name AccountAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/account_aws#name AccountAws#name}. --- @@ -839,7 +839,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/account_aws#id AccountAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/account_aws#id AccountAws#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/accountAws.go.md b/docs/accountAws.go.md index 71f9b1c79..b051d9062 100644 --- a/docs/accountAws.go.md +++ b/docs/accountAws.go.md @@ -4,7 +4,7 @@ ### AccountAws -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/account_aws spotinst_account_aws}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/account_aws spotinst_account_aws}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the AccountAws to import. The id of the existing AccountAws that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/account_aws#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/account_aws#import import section} in the documentation of this resource for the id to use --- @@ -744,8 +744,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/accountaws" | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/account_aws#name AccountAws#name}. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/account_aws#id AccountAws#id}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/account_aws#name AccountAws#name}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/account_aws#id AccountAws#id}. | --- @@ -827,7 +827,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/account_aws#name AccountAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/account_aws#name AccountAws#name}. --- @@ -839,7 +839,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/account_aws#id AccountAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/account_aws#id AccountAws#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/accountAws.java.md b/docs/accountAws.java.md index 9aaefbea6..1940a33fb 100644 --- a/docs/accountAws.java.md +++ b/docs/accountAws.java.md @@ -4,7 +4,7 @@ ### AccountAws -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/account_aws spotinst_account_aws}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/account_aws spotinst_account_aws}. #### Initializers @@ -39,8 +39,8 @@ AccountAws.Builder.create(Construct scope, java.lang.String id) | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/account_aws#name AccountAws#name}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/account_aws#id AccountAws#id}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/account_aws#id AccountAws#id}. | --- @@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/account_aws#name AccountAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/account_aws#name AccountAws#name}. --- @@ -116,7 +116,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/account_aws#id AccountAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/account_aws#id AccountAws#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -553,7 +553,7 @@ The construct id used in the generated config for the AccountAws to import. The id of the existing AccountAws that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/account_aws#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/account_aws#import import section} in the documentation of this resource for the id to use --- @@ -827,8 +827,8 @@ AccountAwsConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/account_aws#name AccountAws#name}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/account_aws#id AccountAws#id}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/account_aws#id AccountAws#id}. | --- @@ -910,7 +910,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/account_aws#name AccountAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/account_aws#name AccountAws#name}. --- @@ -922,7 +922,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/account_aws#id AccountAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/account_aws#id AccountAws#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/accountAws.python.md b/docs/accountAws.python.md index 9608d8865..ea29c9571 100644 --- a/docs/accountAws.python.md +++ b/docs/accountAws.python.md @@ -4,7 +4,7 @@ ### AccountAws -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/account_aws spotinst_account_aws}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/account_aws spotinst_account_aws}. #### Initializers @@ -37,8 +37,8 @@ accountAws.AccountAws( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/account_aws#name AccountAws#name}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/account_aws#id AccountAws#id}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/account_aws#name AccountAws#name}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/account_aws#id AccountAws#id}. | --- @@ -106,7 +106,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/account_aws#name AccountAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/account_aws#name AccountAws#name}. --- @@ -114,7 +114,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/account_aws#id AccountAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/account_aws#id AccountAws#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -597,7 +597,7 @@ The construct id used in the generated config for the AccountAws to import. The id of the existing AccountAws that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/account_aws#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/account_aws#import import section} in the documentation of this resource for the id to use --- @@ -867,8 +867,8 @@ accountAws.AccountAwsConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/account_aws#name AccountAws#name}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/account_aws#id AccountAws#id}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/account_aws#name AccountAws#name}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/account_aws#id AccountAws#id}. | --- @@ -950,7 +950,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/account_aws#name AccountAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/account_aws#name AccountAws#name}. --- @@ -962,7 +962,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/account_aws#id AccountAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/account_aws#id AccountAws#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/accountAws.typescript.md b/docs/accountAws.typescript.md index dc200722e..aff5b4d5d 100644 --- a/docs/accountAws.typescript.md +++ b/docs/accountAws.typescript.md @@ -4,7 +4,7 @@ ### AccountAws -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/account_aws spotinst_account_aws}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/account_aws spotinst_account_aws}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the AccountAws to import. The id of the existing AccountAws that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/account_aws#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/account_aws#import import section} in the documentation of this resource for the id to use --- @@ -734,8 +734,8 @@ const accountAwsConfig: accountAws.AccountAwsConfig = { ... } | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/account_aws#name AccountAws#name}. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/account_aws#id AccountAws#id}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/account_aws#name AccountAws#name}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/account_aws#id AccountAws#id}. | --- @@ -817,7 +817,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/account_aws#name AccountAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/account_aws#name AccountAws#name}. --- @@ -829,7 +829,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/account_aws#id AccountAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/account_aws#id AccountAws#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/credentialsAws.csharp.md b/docs/credentialsAws.csharp.md index d7b2bade8..369b19b6b 100644 --- a/docs/credentialsAws.csharp.md +++ b/docs/credentialsAws.csharp.md @@ -4,7 +4,7 @@ ### CredentialsAws -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/credentials_aws spotinst_credentials_aws}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/credentials_aws spotinst_credentials_aws}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the CredentialsAws to import. The id of the existing CredentialsAws that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/credentials_aws#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/credentials_aws#import import section} in the documentation of this resource for the id to use --- @@ -767,9 +767,9 @@ new CredentialsAwsConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| AccountId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/credentials_aws#account_id CredentialsAws#account_id}. | -| Iamrole | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/credentials_aws#iamrole CredentialsAws#iamrole}. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/credentials_aws#id CredentialsAws#id}. | +| AccountId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/credentials_aws#iamrole CredentialsAws#iamrole}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/credentials_aws#id CredentialsAws#id}. | --- @@ -851,7 +851,7 @@ public string AccountId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/credentials_aws#account_id CredentialsAws#account_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/credentials_aws#account_id CredentialsAws#account_id}. --- @@ -863,7 +863,7 @@ public string Iamrole { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/credentials_aws#iamrole CredentialsAws#iamrole}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/credentials_aws#iamrole CredentialsAws#iamrole}. --- @@ -875,7 +875,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/credentials_aws#id CredentialsAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/credentials_aws#id CredentialsAws#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/credentialsAws.go.md b/docs/credentialsAws.go.md index adaf7040b..9b0df6c5f 100644 --- a/docs/credentialsAws.go.md +++ b/docs/credentialsAws.go.md @@ -4,7 +4,7 @@ ### CredentialsAws -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/credentials_aws spotinst_credentials_aws}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/credentials_aws spotinst_credentials_aws}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the CredentialsAws to import. The id of the existing CredentialsAws that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/credentials_aws#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/credentials_aws#import import section} in the documentation of this resource for the id to use --- @@ -767,9 +767,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/credentialsaws" | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| AccountId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/credentials_aws#account_id CredentialsAws#account_id}. | -| Iamrole | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/credentials_aws#iamrole CredentialsAws#iamrole}. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/credentials_aws#id CredentialsAws#id}. | +| AccountId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/credentials_aws#iamrole CredentialsAws#iamrole}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/credentials_aws#id CredentialsAws#id}. | --- @@ -851,7 +851,7 @@ AccountId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/credentials_aws#account_id CredentialsAws#account_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/credentials_aws#account_id CredentialsAws#account_id}. --- @@ -863,7 +863,7 @@ Iamrole *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/credentials_aws#iamrole CredentialsAws#iamrole}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/credentials_aws#iamrole CredentialsAws#iamrole}. --- @@ -875,7 +875,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/credentials_aws#id CredentialsAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/credentials_aws#id CredentialsAws#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/credentialsAws.java.md b/docs/credentialsAws.java.md index a1d0918e3..4c57f0597 100644 --- a/docs/credentialsAws.java.md +++ b/docs/credentialsAws.java.md @@ -4,7 +4,7 @@ ### CredentialsAws -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/credentials_aws spotinst_credentials_aws}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/credentials_aws spotinst_credentials_aws}. #### Initializers @@ -40,9 +40,9 @@ CredentialsAws.Builder.create(Construct scope, java.lang.String id) | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| accountId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/credentials_aws#iamrole CredentialsAws#iamrole}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/credentials_aws#id CredentialsAws#id}. | +| accountId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.0/docs/resources/credentials_aws#id CredentialsAws#id}. | --- @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/credentials_aws#account_id CredentialsAws#account_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/credentials_aws#account_id CredentialsAws#account_id}. --- @@ -118,7 +118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/credentials_aws#iamrole CredentialsAws#iamrole}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/credentials_aws#iamrole CredentialsAws#iamrole}. --- @@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/credentials_aws#id CredentialsAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/credentials_aws#id CredentialsAws#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -563,7 +563,7 @@ The construct id used in the generated config for the CredentialsAws to import. The id of the existing CredentialsAws that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/credentials_aws#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/credentials_aws#import import section} in the documentation of this resource for the id to use --- @@ -860,9 +860,9 @@ CredentialsAwsConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| accountId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/credentials_aws#iamrole CredentialsAws#iamrole}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/credentials_aws#id CredentialsAws#id}. | +| accountId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.0/docs/resources/credentials_aws#id CredentialsAws#id}. | --- @@ -944,7 +944,7 @@ public java.lang.String getAccountId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/credentials_aws#account_id CredentialsAws#account_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/credentials_aws#account_id CredentialsAws#account_id}. --- @@ -956,7 +956,7 @@ public java.lang.String getIamrole(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/credentials_aws#iamrole CredentialsAws#iamrole}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/credentials_aws#iamrole CredentialsAws#iamrole}. --- @@ -968,7 +968,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/credentials_aws#id CredentialsAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/credentials_aws#id CredentialsAws#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/credentialsAws.python.md b/docs/credentialsAws.python.md index 9c53ea669..73b8b2195 100644 --- a/docs/credentialsAws.python.md +++ b/docs/credentialsAws.python.md @@ -4,7 +4,7 @@ ### CredentialsAws -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/credentials_aws spotinst_credentials_aws}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/credentials_aws spotinst_credentials_aws}. #### Initializers @@ -38,9 +38,9 @@ credentialsAws.CredentialsAws( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| account_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/credentials_aws#account_id CredentialsAws#account_id}. | -| iamrole | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/credentials_aws#iamrole CredentialsAws#iamrole}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/credentials_aws#id CredentialsAws#id}. | +| account_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/credentials_aws#iamrole CredentialsAws#iamrole}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/credentials_aws#id CredentialsAws#id}. | --- @@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/credentials_aws#account_id CredentialsAws#account_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/credentials_aws#account_id CredentialsAws#account_id}. --- @@ -116,7 +116,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/credentials_aws#iamrole CredentialsAws#iamrole}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/credentials_aws#iamrole CredentialsAws#iamrole}. --- @@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/credentials_aws#id CredentialsAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/credentials_aws#id CredentialsAws#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -607,7 +607,7 @@ The construct id used in the generated config for the CredentialsAws to import. The id of the existing CredentialsAws that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/credentials_aws#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/credentials_aws#import import section} in the documentation of this resource for the id to use --- @@ -900,9 +900,9 @@ credentialsAws.CredentialsAwsConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| account_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/credentials_aws#account_id CredentialsAws#account_id}. | -| iamrole | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/credentials_aws#iamrole CredentialsAws#iamrole}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/credentials_aws#id CredentialsAws#id}. | +| account_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/credentials_aws#iamrole CredentialsAws#iamrole}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/credentials_aws#id CredentialsAws#id}. | --- @@ -984,7 +984,7 @@ account_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/credentials_aws#account_id CredentialsAws#account_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/credentials_aws#account_id CredentialsAws#account_id}. --- @@ -996,7 +996,7 @@ iamrole: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/credentials_aws#iamrole CredentialsAws#iamrole}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/credentials_aws#iamrole CredentialsAws#iamrole}. --- @@ -1008,7 +1008,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/credentials_aws#id CredentialsAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/credentials_aws#id CredentialsAws#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/credentialsAws.typescript.md b/docs/credentialsAws.typescript.md index 7dd22f905..f286c3b18 100644 --- a/docs/credentialsAws.typescript.md +++ b/docs/credentialsAws.typescript.md @@ -4,7 +4,7 @@ ### CredentialsAws -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/credentials_aws spotinst_credentials_aws}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/credentials_aws spotinst_credentials_aws}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the CredentialsAws to import. The id of the existing CredentialsAws that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/credentials_aws#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/credentials_aws#import import section} in the documentation of this resource for the id to use --- @@ -756,9 +756,9 @@ const credentialsAwsConfig: credentialsAws.CredentialsAwsConfig = { ... } | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| accountId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/credentials_aws#account_id CredentialsAws#account_id}. | -| iamrole | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/credentials_aws#iamrole CredentialsAws#iamrole}. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/credentials_aws#id CredentialsAws#id}. | +| accountId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/credentials_aws#iamrole CredentialsAws#iamrole}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/credentials_aws#id CredentialsAws#id}. | --- @@ -840,7 +840,7 @@ public readonly accountId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/credentials_aws#account_id CredentialsAws#account_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/credentials_aws#account_id CredentialsAws#account_id}. --- @@ -852,7 +852,7 @@ public readonly iamrole: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/credentials_aws#iamrole CredentialsAws#iamrole}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/credentials_aws#iamrole CredentialsAws#iamrole}. --- @@ -864,7 +864,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/credentials_aws#id CredentialsAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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 ce4fc1d96..67fdb8eca 100644 --- a/docs/dataIntegration.csharp.md +++ b/docs/dataIntegration.csharp.md @@ -4,7 +4,7 @@ ### DataIntegration -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/data_integration spotinst_data_integration}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/data_integration spotinst_data_integration}. #### Initializers @@ -501,7 +501,7 @@ The construct id used in the generated config for the DataIntegration to import. The id of the existing DataIntegration that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/data_integration#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/data_integration#import import section} in the documentation of this resource for the id to use --- @@ -817,10 +817,10 @@ new DataIntegrationConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/data_integration#name DataIntegration#name}. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/data_integration#id DataIntegration#id}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/data_integration#name DataIntegration#name}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/data_integration#status DataIntegration#status}. | +| Status | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/data_integration#status DataIntegration#status}. | --- @@ -902,7 +902,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/data_integration#name DataIntegration#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/data_integration#name DataIntegration#name}. --- @@ -914,7 +914,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/data_integration#id DataIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/data_integration#id DataIntegration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -931,7 +931,7 @@ public DataIntegrationS3 S3 { get; set; } s3 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/data_integration#s3 DataIntegration#s3} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/data_integration#s3 DataIntegration#s3} --- @@ -943,7 +943,7 @@ public string Status { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/data_integration#status DataIntegration#status}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/data_integration#status DataIntegration#status}. --- @@ -964,8 +964,8 @@ new DataIntegrationS3 { | **Name** | **Type** | **Description** | | --- | --- | --- | -| BucketName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/data_integration#bucket_name DataIntegration#bucket_name}. | -| Subdir | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/data_integration#subdir DataIntegration#subdir}. | +| BucketName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/data_integration#subdir DataIntegration#subdir}. | --- @@ -977,7 +977,7 @@ public string BucketName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/data_integration#bucket_name DataIntegration#bucket_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/data_integration#bucket_name DataIntegration#bucket_name}. --- @@ -989,7 +989,7 @@ public string Subdir { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/data_integration#subdir DataIntegration#subdir}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/data_integration#subdir DataIntegration#subdir}. --- diff --git a/docs/dataIntegration.go.md b/docs/dataIntegration.go.md index aa4b9dafa..7192c806d 100644 --- a/docs/dataIntegration.go.md +++ b/docs/dataIntegration.go.md @@ -4,7 +4,7 @@ ### DataIntegration -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/data_integration spotinst_data_integration}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/data_integration spotinst_data_integration}. #### Initializers @@ -501,7 +501,7 @@ The construct id used in the generated config for the DataIntegration to import. The id of the existing DataIntegration that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/data_integration#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/data_integration#import import section} in the documentation of this resource for the id to use --- @@ -817,10 +817,10 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/dataintegration | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/data_integration#name DataIntegration#name}. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/data_integration#id DataIntegration#id}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/data_integration#name DataIntegration#name}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/data_integration#status DataIntegration#status}. | +| Status | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/data_integration#status DataIntegration#status}. | --- @@ -902,7 +902,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/data_integration#name DataIntegration#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/data_integration#name DataIntegration#name}. --- @@ -914,7 +914,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/data_integration#id DataIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/data_integration#id DataIntegration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -931,7 +931,7 @@ S3 DataIntegrationS3 s3 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/data_integration#s3 DataIntegration#s3} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/data_integration#s3 DataIntegration#s3} --- @@ -943,7 +943,7 @@ Status *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/data_integration#status DataIntegration#status}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/data_integration#status DataIntegration#status}. --- @@ -964,8 +964,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/dataintegration | **Name** | **Type** | **Description** | | --- | --- | --- | -| BucketName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/data_integration#bucket_name DataIntegration#bucket_name}. | -| Subdir | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/data_integration#subdir DataIntegration#subdir}. | +| BucketName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/data_integration#subdir DataIntegration#subdir}. | --- @@ -977,7 +977,7 @@ BucketName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/data_integration#bucket_name DataIntegration#bucket_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/data_integration#bucket_name DataIntegration#bucket_name}. --- @@ -989,7 +989,7 @@ Subdir *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/data_integration#subdir DataIntegration#subdir}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/data_integration#subdir DataIntegration#subdir}. --- diff --git a/docs/dataIntegration.java.md b/docs/dataIntegration.java.md index d5b75252d..986c61676 100644 --- a/docs/dataIntegration.java.md +++ b/docs/dataIntegration.java.md @@ -4,7 +4,7 @@ ### DataIntegration -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/data_integration spotinst_data_integration}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/data_integration spotinst_data_integration}. #### Initializers @@ -41,10 +41,10 @@ DataIntegration.Builder.create(Construct scope, java.lang.String id) | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/data_integration#name DataIntegration#name}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/data_integration#id DataIntegration#id}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.169.1/docs/resources/data_integration#status DataIntegration#status}. | +| status | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/data_integration#status DataIntegration#status}. | --- @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/data_integration#name DataIntegration#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/data_integration#name DataIntegration#name}. --- @@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/data_integration#id DataIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/data_integration#id DataIntegration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -133,7 +133,7 @@ If you experience problems setting this value it might not be settable. Please t s3 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/data_integration#s3 DataIntegration#s3} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/data_integration#s3 DataIntegration#s3} --- @@ -141,7 +141,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/data_integration#status DataIntegration#status}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/data_integration#status DataIntegration#status}. --- @@ -602,7 +602,7 @@ The construct id used in the generated config for the DataIntegration to import. The id of the existing DataIntegration that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/data_integration#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/data_integration#import import section} in the documentation of this resource for the id to use --- @@ -922,10 +922,10 @@ DataIntegrationConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/data_integration#name DataIntegration#name}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/data_integration#id DataIntegration#id}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.169.1/docs/resources/data_integration#status DataIntegration#status}. | +| status | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/data_integration#status DataIntegration#status}. | --- @@ -1007,7 +1007,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/data_integration#name DataIntegration#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/data_integration#name DataIntegration#name}. --- @@ -1019,7 +1019,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/data_integration#id DataIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/data_integration#id DataIntegration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1036,7 +1036,7 @@ public DataIntegrationS3 getS3(); s3 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/data_integration#s3 DataIntegration#s3} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/data_integration#s3 DataIntegration#s3} --- @@ -1048,7 +1048,7 @@ public java.lang.String getStatus(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/data_integration#status DataIntegration#status}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/data_integration#status DataIntegration#status}. --- @@ -1069,8 +1069,8 @@ DataIntegrationS3.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| bucketName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/data_integration#subdir DataIntegration#subdir}. | +| bucketName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/data_integration#subdir DataIntegration#subdir}. | --- @@ -1082,7 +1082,7 @@ public java.lang.String getBucketName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/data_integration#bucket_name DataIntegration#bucket_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/data_integration#bucket_name DataIntegration#bucket_name}. --- @@ -1094,7 +1094,7 @@ public java.lang.String getSubdir(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/data_integration#subdir DataIntegration#subdir}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/data_integration#subdir DataIntegration#subdir}. --- diff --git a/docs/dataIntegration.python.md b/docs/dataIntegration.python.md index 10df815b4..816ed58eb 100644 --- a/docs/dataIntegration.python.md +++ b/docs/dataIntegration.python.md @@ -4,7 +4,7 @@ ### DataIntegration -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/data_integration spotinst_data_integration}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/data_integration spotinst_data_integration}. #### Initializers @@ -39,10 +39,10 @@ dataIntegration.DataIntegration( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/data_integration#name DataIntegration#name}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/data_integration#id DataIntegration#id}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/data_integration#name DataIntegration#name}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/data_integration#status DataIntegration#status}. | +| status | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/data_integration#status DataIntegration#status}. | --- @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/data_integration#name DataIntegration#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/data_integration#name DataIntegration#name}. --- @@ -118,7 +118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/data_integration#id DataIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/data_integration#id DataIntegration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -131,7 +131,7 @@ If you experience problems setting this value it might not be settable. Please t s3 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/data_integration#s3 DataIntegration#s3} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/data_integration#s3 DataIntegration#s3} --- @@ -139,7 +139,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/data_integration#status DataIntegration#status}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/data_integration#status DataIntegration#status}. --- @@ -515,7 +515,7 @@ def put_s3( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/data_integration#bucket_name DataIntegration#bucket_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/data_integration#bucket_name DataIntegration#bucket_name}. --- @@ -523,7 +523,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/data_integration#subdir DataIntegration#subdir}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/data_integration#subdir DataIntegration#subdir}. --- @@ -659,7 +659,7 @@ The construct id used in the generated config for the DataIntegration to import. The id of the existing DataIntegration that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/data_integration#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/data_integration#import import section} in the documentation of this resource for the id to use --- @@ -975,10 +975,10 @@ dataIntegration.DataIntegrationConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/data_integration#name DataIntegration#name}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/data_integration#id DataIntegration#id}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/data_integration#name DataIntegration#name}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/data_integration#status DataIntegration#status}. | +| status | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/data_integration#status DataIntegration#status}. | --- @@ -1060,7 +1060,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/data_integration#name DataIntegration#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/data_integration#name DataIntegration#name}. --- @@ -1072,7 +1072,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/data_integration#id DataIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/data_integration#id DataIntegration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1089,7 +1089,7 @@ s3: DataIntegrationS3 s3 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/data_integration#s3 DataIntegration#s3} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/data_integration#s3 DataIntegration#s3} --- @@ -1101,7 +1101,7 @@ status: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/data_integration#status DataIntegration#status}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/data_integration#status DataIntegration#status}. --- @@ -1122,8 +1122,8 @@ dataIntegration.DataIntegrationS3( | **Name** | **Type** | **Description** | | --- | --- | --- | -| bucket_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/data_integration#bucket_name DataIntegration#bucket_name}. | -| subdir | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/data_integration#subdir DataIntegration#subdir}. | +| bucket_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/data_integration#subdir DataIntegration#subdir}. | --- @@ -1135,7 +1135,7 @@ bucket_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/data_integration#bucket_name DataIntegration#bucket_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/data_integration#bucket_name DataIntegration#bucket_name}. --- @@ -1147,7 +1147,7 @@ subdir: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/data_integration#subdir DataIntegration#subdir}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/data_integration#subdir DataIntegration#subdir}. --- diff --git a/docs/dataIntegration.typescript.md b/docs/dataIntegration.typescript.md index cb22697b4..b209f52f1 100644 --- a/docs/dataIntegration.typescript.md +++ b/docs/dataIntegration.typescript.md @@ -4,7 +4,7 @@ ### DataIntegration -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/data_integration spotinst_data_integration}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/data_integration spotinst_data_integration}. #### Initializers @@ -501,7 +501,7 @@ The construct id used in the generated config for the DataIntegration to import. The id of the existing DataIntegration that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/data_integration#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/data_integration#import import section} in the documentation of this resource for the id to use --- @@ -805,10 +805,10 @@ const dataIntegrationConfig: dataIntegration.DataIntegrationConfig = { ... } | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/data_integration#name DataIntegration#name}. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/data_integration#id DataIntegration#id}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/data_integration#name DataIntegration#name}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/data_integration#status DataIntegration#status}. | +| status | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/data_integration#status DataIntegration#status}. | --- @@ -890,7 +890,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/data_integration#name DataIntegration#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/data_integration#name DataIntegration#name}. --- @@ -902,7 +902,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/data_integration#id DataIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/data_integration#id DataIntegration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -919,7 +919,7 @@ public readonly s3: DataIntegrationS3; s3 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/data_integration#s3 DataIntegration#s3} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/data_integration#s3 DataIntegration#s3} --- @@ -931,7 +931,7 @@ public readonly status: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/data_integration#status DataIntegration#status}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/data_integration#status DataIntegration#status}. --- @@ -949,8 +949,8 @@ const dataIntegrationS3: dataIntegration.DataIntegrationS3 = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| bucketName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/data_integration#bucket_name DataIntegration#bucket_name}. | -| subdir | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/data_integration#subdir DataIntegration#subdir}. | +| bucketName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/data_integration#subdir DataIntegration#subdir}. | --- @@ -962,7 +962,7 @@ public readonly bucketName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/data_integration#bucket_name DataIntegration#bucket_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/data_integration#bucket_name DataIntegration#bucket_name}. --- @@ -974,7 +974,7 @@ public readonly subdir: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/data_integration#subdir DataIntegration#subdir}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/data_integration#subdir DataIntegration#subdir}. --- diff --git a/docs/elastigroupAws.csharp.md b/docs/elastigroupAws.csharp.md index 64c012b93..c01bb8ccb 100644 --- a/docs/elastigroupAws.csharp.md +++ b/docs/elastigroupAws.csharp.md @@ -4,7 +4,7 @@ ### ElastigroupAws -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws spotinst_elastigroup_aws}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws spotinst_elastigroup_aws}. #### Initializers @@ -85,14 +85,12 @@ Must be unique amongst siblings in the same scope | PutIntegrationGitlab | *No description.* | | PutIntegrationKubernetes | *No description.* | | PutIntegrationMesosphere | *No description.* | -| PutIntegrationMultaiRuntime | *No description.* | | PutIntegrationNomad | *No description.* | | PutIntegrationRancher | *No description.* | | PutIntegrationRoute53 | *No description.* | | PutItf | *No description.* | | PutLogging | *No description.* | | PutMetadataOptions | *No description.* | -| PutMultaiTargetSets | *No description.* | | PutMultipleMetrics | *No description.* | | PutNetworkInterface | *No description.* | | PutResourceRequirements | *No description.* | @@ -142,7 +140,6 @@ Must be unique amongst siblings in the same scope | ResetIntegrationGitlab | *No description.* | | ResetIntegrationKubernetes | *No description.* | | ResetIntegrationMesosphere | *No description.* | -| ResetIntegrationMultaiRuntime | *No description.* | | ResetIntegrationNomad | *No description.* | | ResetIntegrationRancher | *No description.* | | ResetIntegrationRoute53 | *No description.* | @@ -154,7 +151,6 @@ Must be unique amongst siblings in the same scope | ResetMetadataOptions | *No description.* | | ResetMinimumInstanceLifetime | *No description.* | | ResetMinSize | *No description.* | -| ResetMultaiTargetSets | *No description.* | | ResetMultipleMetrics | *No description.* | | ResetNetworkInterface | *No description.* | | ResetOndemandCount | *No description.* | @@ -623,18 +619,6 @@ private void PutIntegrationMesosphere(ElastigroupAwsIntegrationMesosphere Value) --- -##### `PutIntegrationMultaiRuntime` - -```csharp -private void PutIntegrationMultaiRuntime(ElastigroupAwsIntegrationMultaiRuntime Value) -``` - -###### `Value`Required - -- *Type:* ElastigroupAwsIntegrationMultaiRuntime - ---- - ##### `PutIntegrationNomad` ```csharp @@ -707,18 +691,6 @@ private void PutMetadataOptions(ElastigroupAwsMetadataOptions Value) --- -##### `PutMultaiTargetSets` - -```csharp -private void PutMultaiTargetSets(object Value) -``` - -###### `Value`Required - -- *Type:* object - ---- - ##### `PutMultipleMetrics` ```csharp @@ -1103,12 +1075,6 @@ private void ResetIntegrationKubernetes() private void ResetIntegrationMesosphere() ``` -##### `ResetIntegrationMultaiRuntime` - -```csharp -private void ResetIntegrationMultaiRuntime() -``` - ##### `ResetIntegrationNomad` ```csharp @@ -1175,12 +1141,6 @@ private void ResetMinimumInstanceLifetime() private void ResetMinSize() ``` -##### `ResetMultaiTargetSets` - -```csharp -private void ResetMultaiTargetSets() -``` - ##### `ResetMultipleMetrics` ```csharp @@ -1482,7 +1442,7 @@ The construct id used in the generated config for the ElastigroupAws to import. The id of the existing ElastigroupAws that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#import import section} in the documentation of this resource for the id to use --- @@ -1524,14 +1484,12 @@ Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1. | IntegrationGitlab | ElastigroupAwsIntegrationGitlabOutputReference | *No description.* | | IntegrationKubernetes | ElastigroupAwsIntegrationKubernetesOutputReference | *No description.* | | IntegrationMesosphere | ElastigroupAwsIntegrationMesosphereOutputReference | *No description.* | -| IntegrationMultaiRuntime | ElastigroupAwsIntegrationMultaiRuntimeOutputReference | *No description.* | | IntegrationNomad | ElastigroupAwsIntegrationNomadOutputReference | *No description.* | | IntegrationRancher | ElastigroupAwsIntegrationRancherOutputReference | *No description.* | | IntegrationRoute53 | ElastigroupAwsIntegrationRoute53OutputReference | *No description.* | | Itf | ElastigroupAwsItfList | *No description.* | | Logging | ElastigroupAwsLoggingOutputReference | *No description.* | | MetadataOptions | ElastigroupAwsMetadataOptionsOutputReference | *No description.* | -| MultaiTargetSets | ElastigroupAwsMultaiTargetSetsList | *No description.* | | MultipleMetrics | ElastigroupAwsMultipleMetricsOutputReference | *No description.* | | NetworkInterface | ElastigroupAwsNetworkInterfaceList | *No description.* | | ResourceRequirements | ElastigroupAwsResourceRequirementsList | *No description.* | @@ -1582,7 +1540,6 @@ Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1. | IntegrationGitlabInput | ElastigroupAwsIntegrationGitlab | *No description.* | | IntegrationKubernetesInput | ElastigroupAwsIntegrationKubernetes | *No description.* | | IntegrationMesosphereInput | ElastigroupAwsIntegrationMesosphere | *No description.* | -| IntegrationMultaiRuntimeInput | ElastigroupAwsIntegrationMultaiRuntime | *No description.* | | IntegrationNomadInput | ElastigroupAwsIntegrationNomad | *No description.* | | IntegrationRancherInput | ElastigroupAwsIntegrationRancher | *No description.* | | IntegrationRoute53Input | ElastigroupAwsIntegrationRoute53 | *No description.* | @@ -1594,7 +1551,6 @@ Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1. | MetadataOptionsInput | ElastigroupAwsMetadataOptions | *No description.* | | MinimumInstanceLifetimeInput | double | *No description.* | | MinSizeInput | double | *No description.* | -| MultaiTargetSetsInput | object | *No description.* | | MultipleMetricsInput | ElastigroupAwsMultipleMetrics | *No description.* | | NameInput | string | *No description.* | | NetworkInterfaceInput | object | *No description.* | @@ -1947,16 +1903,6 @@ public ElastigroupAwsIntegrationMesosphereOutputReference IntegrationMesosphere --- -##### `IntegrationMultaiRuntime`Required - -```csharp -public ElastigroupAwsIntegrationMultaiRuntimeOutputReference IntegrationMultaiRuntime { get; } -``` - -- *Type:* ElastigroupAwsIntegrationMultaiRuntimeOutputReference - ---- - ##### `IntegrationNomad`Required ```csharp @@ -2017,16 +1963,6 @@ public ElastigroupAwsMetadataOptionsOutputReference MetadataOptions { get; } --- -##### `MultaiTargetSets`Required - -```csharp -public ElastigroupAwsMultaiTargetSetsList MultaiTargetSets { get; } -``` - -- *Type:* ElastigroupAwsMultaiTargetSetsList - ---- - ##### `MultipleMetrics`Required ```csharp @@ -2527,16 +2463,6 @@ public ElastigroupAwsIntegrationMesosphere IntegrationMesosphereInput { get; } --- -##### `IntegrationMultaiRuntimeInput`Optional - -```csharp -public ElastigroupAwsIntegrationMultaiRuntime IntegrationMultaiRuntimeInput { get; } -``` - -- *Type:* ElastigroupAwsIntegrationMultaiRuntime - ---- - ##### `IntegrationNomadInput`Optional ```csharp @@ -2647,16 +2573,6 @@ public double MinSizeInput { get; } --- -##### `MultaiTargetSetsInput`Optional - -```csharp -public object MultaiTargetSetsInput { get; } -``` - -- *Type:* object - ---- - ##### `MultipleMetricsInput`Optional ```csharp @@ -3601,7 +3517,6 @@ new ElastigroupAwsConfig { ElastigroupAwsIntegrationGitlab IntegrationGitlab = null, ElastigroupAwsIntegrationKubernetes IntegrationKubernetes = null, ElastigroupAwsIntegrationMesosphere IntegrationMesosphere = null, - ElastigroupAwsIntegrationMultaiRuntime IntegrationMultaiRuntime = null, ElastigroupAwsIntegrationNomad IntegrationNomad = null, ElastigroupAwsIntegrationRancher IntegrationRancher = null, ElastigroupAwsIntegrationRoute53 IntegrationRoute53 = null, @@ -3613,7 +3528,6 @@ new ElastigroupAwsConfig { ElastigroupAwsMetadataOptions MetadataOptions = null, double MinimumInstanceLifetime = null, double MinSize = null, - object MultaiTargetSets = null, ElastigroupAwsMultipleMetrics MultipleMetrics = null, object NetworkInterface = null, double OndemandCount = null, @@ -3661,37 +3575,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.169.1/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.169.1/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | -| Orientation | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#orientation ElastigroupAws#orientation}. | -| Product | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#product ElastigroupAws#product}. | -| SecurityGroups | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#security_groups ElastigroupAws#security_groups}. | -| AvailabilityZones | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#availability_zones ElastigroupAws#availability_zones}. | -| BlockDevicesMode | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_aws#capacity_unit ElastigroupAws#capacity_unit}. | -| ConsiderOdPricing | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_aws#cpu_credits ElastigroupAws#cpu_credits}. | +| FallbackToOndemand | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | +| Orientation | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#orientation ElastigroupAws#orientation}. | +| Product | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#product ElastigroupAws#product}. | +| SecurityGroups | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.170.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.170.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.169.1/docs/resources/elastigroup_aws#description ElastigroupAws#description}. | -| DesiredCapacity | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#desired_capacity ElastigroupAws#desired_capacity}. | -| DrainingTimeout | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#draining_timeout ElastigroupAws#draining_timeout}. | +| Description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#description ElastigroupAws#description}. | +| DesiredCapacity | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.169.1/docs/resources/elastigroup_aws#ebs_optimized ElastigroupAws#ebs_optimized}. | -| ElasticIps | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#elastic_ips ElastigroupAws#elastic_ips}. | -| ElasticLoadBalancers | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_aws#enable_monitoring ElastigroupAws#enable_monitoring}. | +| EbsOptimized | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/docs/resources/elastigroup_aws#id ElastigroupAws#id}. | -| ImageId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#image_id ElastigroupAws#image_id}. | +| HealthCheckGracePeriod | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.170.0/docs/resources/elastigroup_aws#id ElastigroupAws#id}. | +| ImageId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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. | @@ -3700,30 +3614,28 @@ new ElastigroupAwsConfig { | IntegrationGitlab | ElastigroupAwsIntegrationGitlab | integration_gitlab block. | | IntegrationKubernetes | ElastigroupAwsIntegrationKubernetes | integration_kubernetes block. | | IntegrationMesosphere | ElastigroupAwsIntegrationMesosphere | integration_mesosphere block. | -| IntegrationMultaiRuntime | ElastigroupAwsIntegrationMultaiRuntime | integration_multai_runtime block. | | IntegrationNomad | ElastigroupAwsIntegrationNomad | integration_nomad block. | | 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.169.1/docs/resources/elastigroup_aws#key_name ElastigroupAws#key_name}. | -| LifetimePeriod | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#lifetime_period ElastigroupAws#lifetime_period}. | +| KeyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_aws#lifetime_period ElastigroupAws#lifetime_period}. | | Logging | ElastigroupAwsLogging | logging block. | -| MaxSize | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#max_size ElastigroupAws#max_size}. | +| MaxSize | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.169.1/docs/resources/elastigroup_aws#min_size ElastigroupAws#min_size}. | -| MultaiTargetSets | object | multai_target_sets block. | +| MinimumInstanceLifetime | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_aws#min_size ElastigroupAws#min_size}. | | MultipleMetrics | ElastigroupAwsMultipleMetrics | multiple_metrics block. | | NetworkInterface | object | network_interface block. | -| OndemandCount | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#ondemand_count ElastigroupAws#ondemand_count}. | -| OnDemandTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.169.1/docs/resources/elastigroup_aws#placement_tenancy ElastigroupAws#placement_tenancy}. | -| PreferredAvailabilityZones | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_aws#private_ips ElastigroupAws#private_ips}. | -| Region | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#region ElastigroupAws#region}. | +| OndemandCount | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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. | @@ -3732,20 +3644,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.169.1/docs/resources/elastigroup_aws#shutdown_script ElastigroupAws#shutdown_script}. | +| ShutdownScript | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#spot_percentage ElastigroupAws#spot_percentage}. | +| SpotPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#subnet_ids ElastigroupAws#subnet_ids}. | +| SubnetIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.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.169.1/docs/resources/elastigroup_aws#user_data ElastigroupAws#user_data}. | -| UtilizeCommitments | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#utilize_commitments ElastigroupAws#utilize_commitments}. | -| UtilizeReservedInstances | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.0/docs/resources/elastigroup_aws#wait_for_capacity_timeout ElastigroupAws#wait_for_capacity_timeout}. | --- @@ -3827,7 +3739,7 @@ public object FallbackToOndemand { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#fallback_to_ondemand ElastigroupAws#fallback_to_ondemand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#fallback_to_ondemand ElastigroupAws#fallback_to_ondemand}. --- @@ -3839,7 +3751,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -3851,7 +3763,7 @@ public string Orientation { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#orientation ElastigroupAws#orientation}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#orientation ElastigroupAws#orientation}. --- @@ -3863,7 +3775,7 @@ public string Product { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#product ElastigroupAws#product}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#product ElastigroupAws#product}. --- @@ -3875,7 +3787,7 @@ public string[] SecurityGroups { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#security_groups ElastigroupAws#security_groups}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#security_groups ElastigroupAws#security_groups}. --- @@ -3887,7 +3799,7 @@ public string[] AvailabilityZones { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#availability_zones ElastigroupAws#availability_zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#availability_zones ElastigroupAws#availability_zones}. --- @@ -3899,7 +3811,7 @@ public string BlockDevicesMode { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#block_devices_mode ElastigroupAws#block_devices_mode}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#block_devices_mode ElastigroupAws#block_devices_mode}. --- @@ -3911,7 +3823,7 @@ public string CapacityUnit { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#capacity_unit ElastigroupAws#capacity_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#capacity_unit ElastigroupAws#capacity_unit}. --- @@ -3923,7 +3835,7 @@ public object ConsiderOdPricing { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#consider_od_pricing ElastigroupAws#consider_od_pricing}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#consider_od_pricing ElastigroupAws#consider_od_pricing}. --- @@ -3935,7 +3847,7 @@ public string CpuCredits { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#cpu_credits ElastigroupAws#cpu_credits}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#cpu_credits ElastigroupAws#cpu_credits}. --- @@ -3949,7 +3861,7 @@ public ElastigroupAwsCpuOptions CpuOptions { get; set; } cpu_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#cpu_options ElastigroupAws#cpu_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#cpu_options ElastigroupAws#cpu_options} --- @@ -3961,7 +3873,7 @@ public string Description { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#description ElastigroupAws#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#description ElastigroupAws#description}. --- @@ -3973,7 +3885,7 @@ public double DesiredCapacity { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#desired_capacity ElastigroupAws#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#desired_capacity ElastigroupAws#desired_capacity}. --- @@ -3985,7 +3897,7 @@ public double DrainingTimeout { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#draining_timeout ElastigroupAws#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#draining_timeout ElastigroupAws#draining_timeout}. --- @@ -3999,7 +3911,7 @@ public object EbsBlockDevice { get; set; } ebs_block_device block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#ebs_block_device ElastigroupAws#ebs_block_device} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#ebs_block_device ElastigroupAws#ebs_block_device} --- @@ -4011,7 +3923,7 @@ public object EbsOptimized { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#ebs_optimized ElastigroupAws#ebs_optimized}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#ebs_optimized ElastigroupAws#ebs_optimized}. --- @@ -4023,7 +3935,7 @@ public string[] ElasticIps { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#elastic_ips ElastigroupAws#elastic_ips}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#elastic_ips ElastigroupAws#elastic_ips}. --- @@ -4035,7 +3947,7 @@ public string[] ElasticLoadBalancers { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#elastic_load_balancers ElastigroupAws#elastic_load_balancers}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#elastic_load_balancers ElastigroupAws#elastic_load_balancers}. --- @@ -4047,7 +3959,7 @@ public object EnableMonitoring { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#enable_monitoring ElastigroupAws#enable_monitoring}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#enable_monitoring ElastigroupAws#enable_monitoring}. --- @@ -4061,7 +3973,7 @@ public object EphemeralBlockDevice { get; set; } ephemeral_block_device block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#ephemeral_block_device ElastigroupAws#ephemeral_block_device} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#ephemeral_block_device ElastigroupAws#ephemeral_block_device} --- @@ -4073,7 +3985,7 @@ public double HealthCheckGracePeriod { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws#health_check_grace_period ElastigroupAws#health_check_grace_period}. --- @@ -4085,7 +3997,7 @@ public string HealthCheckType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#health_check_type ElastigroupAws#health_check_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#health_check_type ElastigroupAws#health_check_type}. --- @@ -4097,7 +4009,7 @@ public double HealthCheckUnhealthyDurationBeforeReplacement { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws#health_check_unhealthy_duration_before_replacement ElastigroupAws#health_check_unhealthy_duration_before_replacement}. --- @@ -4109,7 +4021,7 @@ public string IamInstanceProfile { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#iam_instance_profile ElastigroupAws#iam_instance_profile}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#iam_instance_profile ElastigroupAws#iam_instance_profile}. --- @@ -4121,7 +4033,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#id ElastigroupAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. @@ -4136,7 +4048,7 @@ public string ImageId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#image_id ElastigroupAws#image_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#image_id ElastigroupAws#image_id}. --- @@ -4150,7 +4062,7 @@ public object Images { get; set; } images block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#images ElastigroupAws#images} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#images ElastigroupAws#images} --- @@ -4162,7 +4074,7 @@ public double ImmediateOdRecoverThreshold { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws#immediate_od_recover_threshold ElastigroupAws#immediate_od_recover_threshold}. --- @@ -4174,7 +4086,7 @@ public string InstanceTypesOndemand { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#instance_types_ondemand ElastigroupAws#instance_types_ondemand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#instance_types_ondemand ElastigroupAws#instance_types_ondemand}. --- @@ -4186,7 +4098,7 @@ public string[] InstanceTypesPreferredSpot { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws#instance_types_preferred_spot ElastigroupAws#instance_types_preferred_spot}. --- @@ -4198,7 +4110,7 @@ public string[] InstanceTypesSpot { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#instance_types_spot ElastigroupAws#instance_types_spot}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#instance_types_spot ElastigroupAws#instance_types_spot}. --- @@ -4212,7 +4124,7 @@ public object InstanceTypesWeights { get; set; } instance_types_weights block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#instance_types_weights ElastigroupAws#instance_types_weights} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#instance_types_weights ElastigroupAws#instance_types_weights} --- @@ -4226,7 +4138,7 @@ public ElastigroupAwsIntegrationBeanstalk IntegrationBeanstalk { get; set; } integration_beanstalk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#integration_beanstalk ElastigroupAws#integration_beanstalk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#integration_beanstalk ElastigroupAws#integration_beanstalk} --- @@ -4240,7 +4152,7 @@ public ElastigroupAwsIntegrationCodedeploy IntegrationCodedeploy { get; set; } integration_codedeploy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#integration_codedeploy ElastigroupAws#integration_codedeploy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#integration_codedeploy ElastigroupAws#integration_codedeploy} --- @@ -4254,7 +4166,7 @@ public ElastigroupAwsIntegrationDockerSwarm IntegrationDockerSwarm { get; set; } integration_docker_swarm block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#integration_docker_swarm ElastigroupAws#integration_docker_swarm} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#integration_docker_swarm ElastigroupAws#integration_docker_swarm} --- @@ -4268,7 +4180,7 @@ public ElastigroupAwsIntegrationEcs IntegrationEcs { get; set; } integration_ecs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#integration_ecs ElastigroupAws#integration_ecs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#integration_ecs ElastigroupAws#integration_ecs} --- @@ -4282,7 +4194,7 @@ public ElastigroupAwsIntegrationGitlab IntegrationGitlab { get; set; } integration_gitlab block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#integration_gitlab ElastigroupAws#integration_gitlab} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#integration_gitlab ElastigroupAws#integration_gitlab} --- @@ -4296,7 +4208,7 @@ public ElastigroupAwsIntegrationKubernetes IntegrationKubernetes { get; set; } integration_kubernetes block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#integration_kubernetes ElastigroupAws#integration_kubernetes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#integration_kubernetes ElastigroupAws#integration_kubernetes} --- @@ -4310,21 +4222,7 @@ public ElastigroupAwsIntegrationMesosphere IntegrationMesosphere { get; set; } integration_mesosphere block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#integration_mesosphere ElastigroupAws#integration_mesosphere} - ---- - -##### `IntegrationMultaiRuntime`Optional - -```csharp -public ElastigroupAwsIntegrationMultaiRuntime IntegrationMultaiRuntime { get; set; } -``` - -- *Type:* ElastigroupAwsIntegrationMultaiRuntime - -integration_multai_runtime block. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#integration_multai_runtime ElastigroupAws#integration_multai_runtime} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#integration_mesosphere ElastigroupAws#integration_mesosphere} --- @@ -4338,7 +4236,7 @@ public ElastigroupAwsIntegrationNomad IntegrationNomad { get; set; } integration_nomad block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#integration_nomad ElastigroupAws#integration_nomad} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#integration_nomad ElastigroupAws#integration_nomad} --- @@ -4352,7 +4250,7 @@ public ElastigroupAwsIntegrationRancher IntegrationRancher { get; set; } integration_rancher block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#integration_rancher ElastigroupAws#integration_rancher} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#integration_rancher ElastigroupAws#integration_rancher} --- @@ -4366,7 +4264,7 @@ public ElastigroupAwsIntegrationRoute53 IntegrationRoute53 { get; set; } integration_route53 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#integration_route53 ElastigroupAws#integration_route53} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#integration_route53 ElastigroupAws#integration_route53} --- @@ -4380,7 +4278,7 @@ public object Itf { get; set; } itf block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#itf ElastigroupAws#itf} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#itf ElastigroupAws#itf} --- @@ -4392,7 +4290,7 @@ public string KeyName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#key_name ElastigroupAws#key_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#key_name ElastigroupAws#key_name}. --- @@ -4404,7 +4302,7 @@ public string LifetimePeriod { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#lifetime_period ElastigroupAws#lifetime_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#lifetime_period ElastigroupAws#lifetime_period}. --- @@ -4418,7 +4316,7 @@ public ElastigroupAwsLogging Logging { get; set; } logging block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#logging ElastigroupAws#logging} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#logging ElastigroupAws#logging} --- @@ -4430,7 +4328,7 @@ public double MaxSize { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#max_size ElastigroupAws#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#max_size ElastigroupAws#max_size}. --- @@ -4444,7 +4342,7 @@ public ElastigroupAwsMetadataOptions MetadataOptions { get; set; } metadata_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#metadata_options ElastigroupAws#metadata_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#metadata_options ElastigroupAws#metadata_options} --- @@ -4456,7 +4354,7 @@ public double MinimumInstanceLifetime { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#minimum_instance_lifetime ElastigroupAws#minimum_instance_lifetime}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#minimum_instance_lifetime ElastigroupAws#minimum_instance_lifetime}. --- @@ -4468,21 +4366,7 @@ public double MinSize { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#min_size ElastigroupAws#min_size}. - ---- - -##### `MultaiTargetSets`Optional - -```csharp -public object MultaiTargetSets { get; set; } -``` - -- *Type:* object - -multai_target_sets block. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#multai_target_sets ElastigroupAws#multai_target_sets} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#min_size ElastigroupAws#min_size}. --- @@ -4496,7 +4380,7 @@ public ElastigroupAwsMultipleMetrics MultipleMetrics { get; set; } multiple_metrics block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#multiple_metrics ElastigroupAws#multiple_metrics} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#multiple_metrics ElastigroupAws#multiple_metrics} --- @@ -4510,7 +4394,7 @@ public object NetworkInterface { get; set; } network_interface block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#network_interface ElastigroupAws#network_interface} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#network_interface ElastigroupAws#network_interface} --- @@ -4522,7 +4406,7 @@ public double OndemandCount { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#ondemand_count ElastigroupAws#ondemand_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#ondemand_count ElastigroupAws#ondemand_count}. --- @@ -4534,7 +4418,7 @@ public string[] OnDemandTypes { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#on_demand_types ElastigroupAws#on_demand_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#on_demand_types ElastigroupAws#on_demand_types}. --- @@ -4546,7 +4430,7 @@ public object PersistBlockDevices { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#persist_block_devices ElastigroupAws#persist_block_devices}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#persist_block_devices ElastigroupAws#persist_block_devices}. --- @@ -4558,7 +4442,7 @@ public object PersistPrivateIp { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#persist_private_ip ElastigroupAws#persist_private_ip}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#persist_private_ip ElastigroupAws#persist_private_ip}. --- @@ -4570,7 +4454,7 @@ public object PersistRootDevice { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#persist_root_device ElastigroupAws#persist_root_device}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#persist_root_device ElastigroupAws#persist_root_device}. --- @@ -4582,7 +4466,7 @@ public string PlacementTenancy { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#placement_tenancy ElastigroupAws#placement_tenancy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#placement_tenancy ElastigroupAws#placement_tenancy}. --- @@ -4594,7 +4478,7 @@ public string[] PreferredAvailabilityZones { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#preferred_availability_zones ElastigroupAws#preferred_availability_zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#preferred_availability_zones ElastigroupAws#preferred_availability_zones}. --- @@ -4606,7 +4490,7 @@ public string[] PrivateIps { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#private_ips ElastigroupAws#private_ips}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#private_ips ElastigroupAws#private_ips}. --- @@ -4618,7 +4502,7 @@ public string Region { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#region ElastigroupAws#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#region ElastigroupAws#region}. --- @@ -4632,7 +4516,7 @@ public object ResourceRequirements { get; set; } resource_requirements block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#resource_requirements ElastigroupAws#resource_requirements} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#resource_requirements ElastigroupAws#resource_requirements} --- @@ -4646,7 +4530,7 @@ public object ResourceTagSpecification { get; set; } resource_tag_specification block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#resource_tag_specification ElastigroupAws#resource_tag_specification} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#resource_tag_specification ElastigroupAws#resource_tag_specification} --- @@ -4660,7 +4544,7 @@ public ElastigroupAwsRevertToSpot RevertToSpot { get; set; } revert_to_spot block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#revert_to_spot ElastigroupAws#revert_to_spot} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#revert_to_spot ElastigroupAws#revert_to_spot} --- @@ -4674,7 +4558,7 @@ public object ScalingDownPolicy { get; set; } scaling_down_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#scaling_down_policy ElastigroupAws#scaling_down_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#scaling_down_policy ElastigroupAws#scaling_down_policy} --- @@ -4688,7 +4572,7 @@ public object ScalingStrategy { get; set; } scaling_strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#scaling_strategy ElastigroupAws#scaling_strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#scaling_strategy ElastigroupAws#scaling_strategy} --- @@ -4702,7 +4586,7 @@ public object ScalingTargetPolicy { get; set; } scaling_target_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#scaling_target_policy ElastigroupAws#scaling_target_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#scaling_target_policy ElastigroupAws#scaling_target_policy} --- @@ -4716,7 +4600,7 @@ public object ScalingUpPolicy { get; set; } scaling_up_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#scaling_up_policy ElastigroupAws#scaling_up_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#scaling_up_policy ElastigroupAws#scaling_up_policy} --- @@ -4730,7 +4614,7 @@ public object ScheduledTask { get; set; } scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#scheduled_task ElastigroupAws#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#scheduled_task ElastigroupAws#scheduled_task} --- @@ -4742,7 +4626,7 @@ public string ShutdownScript { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#shutdown_script ElastigroupAws#shutdown_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#shutdown_script ElastigroupAws#shutdown_script}. --- @@ -4756,7 +4640,7 @@ public object Signal { get; set; } signal block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#signal ElastigroupAws#signal} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#signal ElastigroupAws#signal} --- @@ -4768,7 +4652,7 @@ public double SpotPercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#spot_percentage ElastigroupAws#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#spot_percentage ElastigroupAws#spot_percentage}. --- @@ -4782,7 +4666,7 @@ public ElastigroupAwsStatefulDeallocation StatefulDeallocation { get; set; } stateful_deallocation block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#stateful_deallocation ElastigroupAws#stateful_deallocation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#stateful_deallocation ElastigroupAws#stateful_deallocation} --- @@ -4796,7 +4680,7 @@ public object StatefulInstanceAction { get; set; } stateful_instance_action block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#stateful_instance_action ElastigroupAws#stateful_instance_action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#stateful_instance_action ElastigroupAws#stateful_instance_action} --- @@ -4808,7 +4692,7 @@ public string[] SubnetIds { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#subnet_ids ElastigroupAws#subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#subnet_ids ElastigroupAws#subnet_ids}. --- @@ -4822,7 +4706,7 @@ public object Tags { get; set; } tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#tags ElastigroupAws#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#tags ElastigroupAws#tags} --- @@ -4834,7 +4718,7 @@ public string[] TargetGroupArns { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#target_group_arns ElastigroupAws#target_group_arns}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#target_group_arns ElastigroupAws#target_group_arns}. --- @@ -4848,7 +4732,7 @@ public ElastigroupAwsUpdatePolicy UpdatePolicy { get; set; } update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#update_policy ElastigroupAws#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#update_policy ElastigroupAws#update_policy} --- @@ -4860,7 +4744,7 @@ public string UserData { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#user_data ElastigroupAws#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#user_data ElastigroupAws#user_data}. --- @@ -4872,7 +4756,7 @@ public object UtilizeCommitments { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#utilize_commitments ElastigroupAws#utilize_commitments}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#utilize_commitments ElastigroupAws#utilize_commitments}. --- @@ -4884,7 +4768,7 @@ public object UtilizeReservedInstances { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#utilize_reserved_instances ElastigroupAws#utilize_reserved_instances}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#utilize_reserved_instances ElastigroupAws#utilize_reserved_instances}. --- @@ -4896,7 +4780,7 @@ public double WaitForCapacity { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#wait_for_capacity ElastigroupAws#wait_for_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#wait_for_capacity ElastigroupAws#wait_for_capacity}. --- @@ -4908,7 +4792,7 @@ public double WaitForCapacityTimeout { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws#wait_for_capacity_timeout ElastigroupAws#wait_for_capacity_timeout}. --- @@ -4928,7 +4812,7 @@ new ElastigroupAwsCpuOptions { | **Name** | **Type** | **Description** | | --- | --- | --- | -| ThreadsPerCore | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws#threads_per_core ElastigroupAws#threads_per_core}. | --- @@ -4940,7 +4824,7 @@ public double ThreadsPerCore { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#threads_per_core ElastigroupAws#threads_per_core}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#threads_per_core ElastigroupAws#threads_per_core}. --- @@ -4968,15 +4852,15 @@ new ElastigroupAwsEbsBlockDevice { | **Name** | **Type** | **Description** | | --- | --- | --- | -| DeviceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#device_name ElastigroupAws#device_name}. | -| DeleteOnTermination | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_aws#encrypted ElastigroupAws#encrypted}. | -| Iops | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#iops ElastigroupAws#iops}. | -| KmsKeyId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_aws#snapshot_id ElastigroupAws#snapshot_id}. | -| Throughput | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#throughput ElastigroupAws#throughput}. | -| VolumeSize | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#volume_size ElastigroupAws#volume_size}. | -| VolumeType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#volume_type ElastigroupAws#volume_type}. | +| DeviceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.0/docs/resources/elastigroup_aws#encrypted ElastigroupAws#encrypted}. | +| Iops | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#iops ElastigroupAws#iops}. | +| KmsKeyId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.0/docs/resources/elastigroup_aws#throughput ElastigroupAws#throughput}. | +| VolumeSize | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_aws#volume_type ElastigroupAws#volume_type}. | --- @@ -4988,7 +4872,7 @@ public string DeviceName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#device_name ElastigroupAws#device_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#device_name ElastigroupAws#device_name}. --- @@ -5000,7 +4884,7 @@ public object DeleteOnTermination { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#delete_on_termination ElastigroupAws#delete_on_termination}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#delete_on_termination ElastigroupAws#delete_on_termination}. --- @@ -5012,7 +4896,7 @@ public object Encrypted { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#encrypted ElastigroupAws#encrypted}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#encrypted ElastigroupAws#encrypted}. --- @@ -5024,7 +4908,7 @@ public double Iops { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#iops ElastigroupAws#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#iops ElastigroupAws#iops}. --- @@ -5036,7 +4920,7 @@ public string KmsKeyId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#kms_key_id ElastigroupAws#kms_key_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#kms_key_id ElastigroupAws#kms_key_id}. --- @@ -5048,7 +4932,7 @@ public string SnapshotId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#snapshot_id ElastigroupAws#snapshot_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#snapshot_id ElastigroupAws#snapshot_id}. --- @@ -5060,7 +4944,7 @@ public double Throughput { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#throughput ElastigroupAws#throughput}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#throughput ElastigroupAws#throughput}. --- @@ -5072,7 +4956,7 @@ public double VolumeSize { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#volume_size ElastigroupAws#volume_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#volume_size ElastigroupAws#volume_size}. --- @@ -5084,7 +4968,7 @@ public string VolumeType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#volume_type ElastigroupAws#volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#volume_type ElastigroupAws#volume_type}. --- @@ -5105,8 +4989,8 @@ new ElastigroupAwsEphemeralBlockDevice { | **Name** | **Type** | **Description** | | --- | --- | --- | -| DeviceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#device_name ElastigroupAws#device_name}. | -| VirtualName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#virtual_name ElastigroupAws#virtual_name}. | +| DeviceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_aws#virtual_name ElastigroupAws#virtual_name}. | --- @@ -5118,7 +5002,7 @@ public string DeviceName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#device_name ElastigroupAws#device_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#device_name ElastigroupAws#device_name}. --- @@ -5130,7 +5014,7 @@ public string VirtualName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#virtual_name ElastigroupAws#virtual_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#virtual_name ElastigroupAws#virtual_name}. --- @@ -5164,7 +5048,7 @@ public object Image { get; set; } image block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#image ElastigroupAws#image} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#image ElastigroupAws#image} --- @@ -5184,7 +5068,7 @@ new ElastigroupAwsImagesImage { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#id ElastigroupAws#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#id ElastigroupAws#id}. | --- @@ -5196,7 +5080,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#id ElastigroupAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. @@ -5220,8 +5104,8 @@ new ElastigroupAwsInstanceTypesWeights { | **Name** | **Type** | **Description** | | --- | --- | --- | -| InstanceType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#instance_type ElastigroupAws#instance_type}. | -| Weight | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#weight ElastigroupAws#weight}. | +| InstanceType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_aws#weight ElastigroupAws#weight}. | --- @@ -5233,7 +5117,7 @@ public string InstanceType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#instance_type ElastigroupAws#instance_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#instance_type ElastigroupAws#instance_type}. --- @@ -5245,7 +5129,7 @@ public double Weight { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#weight ElastigroupAws#weight}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#weight ElastigroupAws#weight}. --- @@ -5268,7 +5152,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.169.1/docs/resources/elastigroup_aws#environment_id ElastigroupAws#environment_id}. | +| EnvironmentId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#environment_id ElastigroupAws#environment_id}. | | ManagedActions | ElastigroupAwsIntegrationBeanstalkManagedActions | managed_actions block. | --- @@ -5283,7 +5167,7 @@ public ElastigroupAwsIntegrationBeanstalkDeploymentPreferences DeploymentPrefere deployment_preferences block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#deployment_preferences ElastigroupAws#deployment_preferences} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#deployment_preferences ElastigroupAws#deployment_preferences} --- @@ -5295,7 +5179,7 @@ public string EnvironmentId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#environment_id ElastigroupAws#environment_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#environment_id ElastigroupAws#environment_id}. --- @@ -5309,7 +5193,7 @@ public ElastigroupAwsIntegrationBeanstalkManagedActions ManagedActions { get; se managed_actions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#managed_actions ElastigroupAws#managed_actions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#managed_actions ElastigroupAws#managed_actions} --- @@ -5332,9 +5216,9 @@ new ElastigroupAwsIntegrationBeanstalkDeploymentPreferences { | **Name** | **Type** | **Description** | | --- | --- | --- | -| AutomaticRoll | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#automatic_roll ElastigroupAws#automatic_roll}. | -| BatchSizePercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. | +| AutomaticRoll | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.0/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. | | Strategy | ElastigroupAwsIntegrationBeanstalkDeploymentPreferencesStrategy | strategy block. | --- @@ -5347,7 +5231,7 @@ public object AutomaticRoll { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#automatic_roll ElastigroupAws#automatic_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#automatic_roll ElastigroupAws#automatic_roll}. --- @@ -5359,7 +5243,7 @@ public double BatchSizePercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#batch_size_percentage ElastigroupAws#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#batch_size_percentage ElastigroupAws#batch_size_percentage}. --- @@ -5371,7 +5255,7 @@ public double GracePeriod { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. --- @@ -5385,7 +5269,7 @@ public ElastigroupAwsIntegrationBeanstalkDeploymentPreferencesStrategy Strategy strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#strategy ElastigroupAws#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#strategy ElastigroupAws#strategy} --- @@ -5406,8 +5290,8 @@ new ElastigroupAwsIntegrationBeanstalkDeploymentPreferencesStrategy { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Action | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#action ElastigroupAws#action}. | -| ShouldDrainInstances | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws#action ElastigroupAws#action}. | +| ShouldDrainInstances | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#should_drain_instances ElastigroupAws#should_drain_instances}. | --- @@ -5419,7 +5303,7 @@ public string Action { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#action ElastigroupAws#action}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#action ElastigroupAws#action}. --- @@ -5431,7 +5315,7 @@ public object ShouldDrainInstances { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#should_drain_instances ElastigroupAws#should_drain_instances}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#should_drain_instances ElastigroupAws#should_drain_instances}. --- @@ -5465,7 +5349,7 @@ public ElastigroupAwsIntegrationBeanstalkManagedActionsPlatformUpdate PlatformUp platform_update block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#platform_update ElastigroupAws#platform_update} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#platform_update ElastigroupAws#platform_update} --- @@ -5487,9 +5371,9 @@ new ElastigroupAwsIntegrationBeanstalkManagedActionsPlatformUpdate { | **Name** | **Type** | **Description** | | --- | --- | --- | -| PerformAt | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#perform_at ElastigroupAws#perform_at}. | -| TimeWindow | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#time_window ElastigroupAws#time_window}. | -| UpdateLevel | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#update_level ElastigroupAws#update_level}. | +| PerformAt | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.0/docs/resources/elastigroup_aws#update_level ElastigroupAws#update_level}. | --- @@ -5501,7 +5385,7 @@ public string PerformAt { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#perform_at ElastigroupAws#perform_at}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#perform_at ElastigroupAws#perform_at}. --- @@ -5513,7 +5397,7 @@ public string TimeWindow { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#time_window ElastigroupAws#time_window}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#time_window ElastigroupAws#time_window}. --- @@ -5525,7 +5409,7 @@ public string UpdateLevel { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#update_level ElastigroupAws#update_level}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#update_level ElastigroupAws#update_level}. --- @@ -5547,9 +5431,9 @@ new ElastigroupAwsIntegrationCodedeploy { | **Name** | **Type** | **Description** | | --- | --- | --- | -| CleanupOnFailure | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.169.1/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.170.0/docs/resources/elastigroup_aws#terminate_instance_on_failure ElastigroupAws#terminate_instance_on_failure}. | --- @@ -5561,7 +5445,7 @@ public object CleanupOnFailure { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#cleanup_on_failure ElastigroupAws#cleanup_on_failure}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#cleanup_on_failure ElastigroupAws#cleanup_on_failure}. --- @@ -5575,7 +5459,7 @@ public object DeploymentGroups { get; set; } deployment_groups block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#deployment_groups ElastigroupAws#deployment_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#deployment_groups ElastigroupAws#deployment_groups} --- @@ -5587,7 +5471,7 @@ public object TerminateInstanceOnFailure { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws#terminate_instance_on_failure ElastigroupAws#terminate_instance_on_failure}. --- @@ -5608,8 +5492,8 @@ new ElastigroupAwsIntegrationCodedeployDeploymentGroups { | **Name** | **Type** | **Description** | | --- | --- | --- | -| ApplicationName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#application_name ElastigroupAws#application_name}. | -| DeploymentGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.0/docs/resources/elastigroup_aws#deployment_group_name ElastigroupAws#deployment_group_name}. | --- @@ -5621,7 +5505,7 @@ public string ApplicationName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#application_name ElastigroupAws#application_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#application_name ElastigroupAws#application_name}. --- @@ -5633,7 +5517,7 @@ public string DeploymentGroupName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#deployment_group_name ElastigroupAws#deployment_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#deployment_group_name ElastigroupAws#deployment_group_name}. --- @@ -5658,12 +5542,12 @@ new ElastigroupAwsIntegrationDockerSwarm { | **Name** | **Type** | **Description** | | --- | --- | --- | -| MasterHost | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. | -| MasterPort | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#master_port ElastigroupAws#master_port}. | -| AutoscaleCooldown | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. | +| MasterHost | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.169.1/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.170.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. | --- @@ -5675,7 +5559,7 @@ public string MasterHost { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. --- @@ -5687,7 +5571,7 @@ public double MasterPort { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#master_port ElastigroupAws#master_port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#master_port ElastigroupAws#master_port}. --- @@ -5699,7 +5583,7 @@ public double AutoscaleCooldown { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. --- @@ -5713,7 +5597,7 @@ public ElastigroupAwsIntegrationDockerSwarmAutoscaleDown AutoscaleDown { get; se autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} --- @@ -5727,7 +5611,7 @@ public ElastigroupAwsIntegrationDockerSwarmAutoscaleHeadroom AutoscaleHeadroom { autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} --- @@ -5739,7 +5623,7 @@ public object AutoscaleIsEnabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. --- @@ -5760,8 +5644,8 @@ new ElastigroupAwsIntegrationDockerSwarmAutoscaleDown { | **Name** | **Type** | **Description** | | --- | --- | --- | -| EvaluationPeriods | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. | -| MaxScaleDownPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage}. | --- @@ -5773,7 +5657,7 @@ public double EvaluationPeriods { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. --- @@ -5785,7 +5669,7 @@ public double MaxScaleDownPercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage}. --- @@ -5807,9 +5691,9 @@ new ElastigroupAwsIntegrationDockerSwarmAutoscaleHeadroom { | **Name** | **Type** | **Description** | | --- | --- | --- | -| CpuPerUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. | --- @@ -5821,7 +5705,7 @@ public double CpuPerUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. --- @@ -5833,7 +5717,7 @@ public double MemoryPerUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. --- @@ -5845,7 +5729,7 @@ public double NumOfUnits { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. --- @@ -5873,14 +5757,14 @@ new ElastigroupAwsIntegrationEcs { | **Name** | **Type** | **Description** | | --- | --- | --- | -| ClusterName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#cluster_name ElastigroupAws#cluster_name}. | +| ClusterName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. | +| AutoscaleCooldown | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/elastigroup_aws#autoscale_scale_down_non_service_tasks ElastigroupAws#autoscale_scale_down_non_service_tasks}. | | Batch | ElastigroupAwsIntegrationEcsBatch | batch block. | --- @@ -5893,7 +5777,7 @@ public string ClusterName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#cluster_name ElastigroupAws#cluster_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#cluster_name ElastigroupAws#cluster_name}. --- @@ -5907,7 +5791,7 @@ public object AutoscaleAttributes { get; set; } autoscale_attributes block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#autoscale_attributes ElastigroupAws#autoscale_attributes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#autoscale_attributes ElastigroupAws#autoscale_attributes} --- @@ -5919,7 +5803,7 @@ public double AutoscaleCooldown { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. --- @@ -5933,7 +5817,7 @@ public ElastigroupAwsIntegrationEcsAutoscaleDown AutoscaleDown { get; set; } autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} --- @@ -5947,7 +5831,7 @@ public ElastigroupAwsIntegrationEcsAutoscaleHeadroom AutoscaleHeadroom { get; se autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} --- @@ -5959,7 +5843,7 @@ public object AutoscaleIsAutoConfig { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws#autoscale_is_auto_config ElastigroupAws#autoscale_is_auto_config}. --- @@ -5971,7 +5855,7 @@ public object AutoscaleIsEnabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. --- @@ -5983,7 +5867,7 @@ public object AutoscaleScaleDownNonServiceTasks { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws#autoscale_scale_down_non_service_tasks ElastigroupAws#autoscale_scale_down_non_service_tasks}. --- @@ -5997,7 +5881,7 @@ public ElastigroupAwsIntegrationEcsBatch Batch { get; set; } batch block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#batch ElastigroupAws#batch} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#batch ElastigroupAws#batch} --- @@ -6018,8 +5902,8 @@ new ElastigroupAwsIntegrationEcsAutoscaleAttributes { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#key ElastigroupAws#key}. | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | +| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. | +| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | --- @@ -6031,7 +5915,7 @@ public string Key { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#key ElastigroupAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. --- @@ -6043,7 +5927,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#value ElastigroupAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. --- @@ -6064,8 +5948,8 @@ new ElastigroupAwsIntegrationEcsAutoscaleDown { | **Name** | **Type** | **Description** | | --- | --- | --- | -| EvaluationPeriods | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. | -| MaxScaleDownPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage}. | --- @@ -6077,7 +5961,7 @@ public double EvaluationPeriods { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. --- @@ -6089,7 +5973,7 @@ public double MaxScaleDownPercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage}. --- @@ -6111,9 +5995,9 @@ new ElastigroupAwsIntegrationEcsAutoscaleHeadroom { | **Name** | **Type** | **Description** | | --- | --- | --- | -| CpuPerUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. | --- @@ -6125,7 +6009,7 @@ public double CpuPerUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. --- @@ -6137,7 +6021,7 @@ public double MemoryPerUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. --- @@ -6149,7 +6033,7 @@ public double NumOfUnits { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. --- @@ -6169,7 +6053,7 @@ new ElastigroupAwsIntegrationEcsBatch { | **Name** | **Type** | **Description** | | --- | --- | --- | -| JobQueueNames | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws#job_queue_names ElastigroupAws#job_queue_names}. | --- @@ -6181,7 +6065,7 @@ public string[] JobQueueNames { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#job_queue_names ElastigroupAws#job_queue_names}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#job_queue_names ElastigroupAws#job_queue_names}. --- @@ -6215,7 +6099,7 @@ public ElastigroupAwsIntegrationGitlabRunner Runner { get; set; } runner block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#runner ElastigroupAws#runner} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#runner ElastigroupAws#runner} --- @@ -6235,7 +6119,7 @@ new ElastigroupAwsIntegrationGitlabRunner { | **Name** | **Type** | **Description** | | --- | --- | --- | -| IsEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. | +| IsEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. | --- @@ -6247,7 +6131,7 @@ public object IsEnabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. --- @@ -6276,16 +6160,16 @@ new ElastigroupAwsIntegrationKubernetes { | **Name** | **Type** | **Description** | | --- | --- | --- | -| ApiServer | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#api_server ElastigroupAws#api_server}. | -| AutoscaleCooldown | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. | +| ApiServer | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.169.1/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.169.1/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.170.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.170.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.169.1/docs/resources/elastigroup_aws#cluster_identifier ElastigroupAws#cluster_identifier}. | -| IntegrationMode | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#integration_mode ElastigroupAws#integration_mode}. | -| Token | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#token ElastigroupAws#token}. | +| ClusterIdentifier | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.0/docs/resources/elastigroup_aws#token ElastigroupAws#token}. | --- @@ -6297,7 +6181,7 @@ public string ApiServer { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#api_server ElastigroupAws#api_server}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#api_server ElastigroupAws#api_server}. --- @@ -6309,7 +6193,7 @@ public double AutoscaleCooldown { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. --- @@ -6323,7 +6207,7 @@ public ElastigroupAwsIntegrationKubernetesAutoscaleDown AutoscaleDown { get; set autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} --- @@ -6337,7 +6221,7 @@ public ElastigroupAwsIntegrationKubernetesAutoscaleHeadroom AutoscaleHeadroom { autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} --- @@ -6349,7 +6233,7 @@ public object AutoscaleIsAutoConfig { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws#autoscale_is_auto_config ElastigroupAws#autoscale_is_auto_config}. --- @@ -6361,7 +6245,7 @@ public object AutoscaleIsEnabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. --- @@ -6375,7 +6259,7 @@ public object AutoscaleLabels { get; set; } autoscale_labels block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#autoscale_labels ElastigroupAws#autoscale_labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#autoscale_labels ElastigroupAws#autoscale_labels} --- @@ -6387,7 +6271,7 @@ public string ClusterIdentifier { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#cluster_identifier ElastigroupAws#cluster_identifier}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#cluster_identifier ElastigroupAws#cluster_identifier}. --- @@ -6399,7 +6283,7 @@ public string IntegrationMode { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#integration_mode ElastigroupAws#integration_mode}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#integration_mode ElastigroupAws#integration_mode}. --- @@ -6411,7 +6295,7 @@ public string Token { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#token ElastigroupAws#token}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#token ElastigroupAws#token}. --- @@ -6432,8 +6316,8 @@ new ElastigroupAwsIntegrationKubernetesAutoscaleDown { | **Name** | **Type** | **Description** | | --- | --- | --- | -| EvaluationPeriods | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. | -| MaxScaleDownPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage}. | --- @@ -6445,7 +6329,7 @@ public double EvaluationPeriods { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. --- @@ -6457,7 +6341,7 @@ public double MaxScaleDownPercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage}. --- @@ -6479,9 +6363,9 @@ new ElastigroupAwsIntegrationKubernetesAutoscaleHeadroom { | **Name** | **Type** | **Description** | | --- | --- | --- | -| CpuPerUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. | --- @@ -6493,7 +6377,7 @@ public double CpuPerUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. --- @@ -6505,7 +6389,7 @@ public double MemoryPerUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. --- @@ -6517,7 +6401,7 @@ public double NumOfUnits { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. --- @@ -6538,8 +6422,8 @@ new ElastigroupAwsIntegrationKubernetesAutoscaleLabels { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#key ElastigroupAws#key}. | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | +| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. | +| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | --- @@ -6551,7 +6435,7 @@ public string Key { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#key ElastigroupAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. --- @@ -6563,7 +6447,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#value ElastigroupAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. --- @@ -6583,7 +6467,7 @@ new ElastigroupAwsIntegrationMesosphere { | **Name** | **Type** | **Description** | | --- | --- | --- | -| ApiServer | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#api_server ElastigroupAws#api_server}. | +| ApiServer | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#api_server ElastigroupAws#api_server}. | --- @@ -6595,39 +6479,7 @@ public string ApiServer { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#api_server ElastigroupAws#api_server}. - ---- - -### ElastigroupAwsIntegrationMultaiRuntime - -#### Initializer - -```csharp -using HashiCorp.Cdktf.Providers.Spotinst; - -new ElastigroupAwsIntegrationMultaiRuntime { - string DeploymentId -}; -``` - -#### Properties - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| DeploymentId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#deployment_id ElastigroupAws#deployment_id}. | - ---- - -##### `DeploymentId`Required - -```csharp -public string DeploymentId { get; set; } -``` - -- *Type:* string - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#deployment_id ElastigroupAws#deployment_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#api_server ElastigroupAws#api_server}. --- @@ -6654,14 +6506,14 @@ new ElastigroupAwsIntegrationNomad { | **Name** | **Type** | **Description** | | --- | --- | --- | -| MasterHost | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. | -| MasterPort | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#master_port ElastigroupAws#master_port}. | -| AclToken | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#acl_token ElastigroupAws#acl_token}. | +| MasterHost | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.169.1/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. | +| AutoscaleCooldown | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. | --- @@ -6673,7 +6525,7 @@ public string MasterHost { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. --- @@ -6685,7 +6537,7 @@ public double MasterPort { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#master_port ElastigroupAws#master_port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#master_port ElastigroupAws#master_port}. --- @@ -6697,7 +6549,7 @@ public string AclToken { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#acl_token ElastigroupAws#acl_token}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#acl_token ElastigroupAws#acl_token}. --- @@ -6711,7 +6563,7 @@ public object AutoscaleConstraints { get; set; } autoscale_constraints block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#autoscale_constraints ElastigroupAws#autoscale_constraints} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#autoscale_constraints ElastigroupAws#autoscale_constraints} --- @@ -6723,7 +6575,7 @@ public double AutoscaleCooldown { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. --- @@ -6737,7 +6589,7 @@ public ElastigroupAwsIntegrationNomadAutoscaleDown AutoscaleDown { get; set; } autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} --- @@ -6751,7 +6603,7 @@ public ElastigroupAwsIntegrationNomadAutoscaleHeadroom AutoscaleHeadroom { get; autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} --- @@ -6763,7 +6615,7 @@ public object AutoscaleIsEnabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. --- @@ -6784,8 +6636,8 @@ new ElastigroupAwsIntegrationNomadAutoscaleConstraints { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#key ElastigroupAws#key}. | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | +| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. | +| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | --- @@ -6797,7 +6649,7 @@ public string Key { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#key ElastigroupAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. --- @@ -6809,7 +6661,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#value ElastigroupAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. --- @@ -6829,7 +6681,7 @@ new ElastigroupAwsIntegrationNomadAutoscaleDown { | **Name** | **Type** | **Description** | | --- | --- | --- | -| EvaluationPeriods | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. | +| EvaluationPeriods | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. | --- @@ -6841,7 +6693,7 @@ public double EvaluationPeriods { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. --- @@ -6863,9 +6715,9 @@ new ElastigroupAwsIntegrationNomadAutoscaleHeadroom { | **Name** | **Type** | **Description** | | --- | --- | --- | -| CpuPerUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. | --- @@ -6877,7 +6729,7 @@ public double CpuPerUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. --- @@ -6889,7 +6741,7 @@ public double MemoryPerUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. --- @@ -6901,7 +6753,7 @@ public double NumOfUnits { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. --- @@ -6924,10 +6776,10 @@ new ElastigroupAwsIntegrationRancher { | **Name** | **Type** | **Description** | | --- | --- | --- | -| AccessKey | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#access_key ElastigroupAws#access_key}. | -| MasterHost | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. | -| SecretKey | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#secret_key ElastigroupAws#secret_key}. | -| Version | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#version ElastigroupAws#version}. | +| AccessKey | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.0/docs/resources/elastigroup_aws#version ElastigroupAws#version}. | --- @@ -6939,7 +6791,7 @@ public string AccessKey { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#access_key ElastigroupAws#access_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#access_key ElastigroupAws#access_key}. --- @@ -6951,7 +6803,7 @@ public string MasterHost { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. --- @@ -6963,7 +6815,7 @@ public string SecretKey { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#secret_key ElastigroupAws#secret_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#secret_key ElastigroupAws#secret_key}. --- @@ -6975,7 +6827,7 @@ public string Version { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#version ElastigroupAws#version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#version ElastigroupAws#version}. --- @@ -7009,7 +6861,7 @@ public object Domains { get; set; } domains block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#domains ElastigroupAws#domains} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#domains ElastigroupAws#domains} --- @@ -7032,10 +6884,10 @@ new ElastigroupAwsIntegrationRoute53Domains { | **Name** | **Type** | **Description** | | --- | --- | --- | -| HostedZoneId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.169.1/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.169.1/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.170.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.170.0/docs/resources/elastigroup_aws#spotinst_acct_id ElastigroupAws#spotinst_acct_id}. | --- @@ -7047,7 +6899,7 @@ public string HostedZoneId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#hosted_zone_id ElastigroupAws#hosted_zone_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#hosted_zone_id ElastigroupAws#hosted_zone_id}. --- @@ -7061,7 +6913,7 @@ public object RecordSets { get; set; } record_sets block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#record_sets ElastigroupAws#record_sets} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#record_sets ElastigroupAws#record_sets} --- @@ -7073,7 +6925,7 @@ public string RecordSetType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#record_set_type ElastigroupAws#record_set_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#record_set_type ElastigroupAws#record_set_type}. --- @@ -7085,7 +6937,7 @@ public string SpotinstAcctId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#spotinst_acct_id ElastigroupAws#spotinst_acct_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#spotinst_acct_id ElastigroupAws#spotinst_acct_id}. --- @@ -7107,9 +6959,9 @@ new ElastigroupAwsIntegrationRoute53DomainsRecordSets { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | -| UsePublicDns | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | +| UsePublicDns | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_aws#use_public_ip ElastigroupAws#use_public_ip}. | --- @@ -7121,7 +6973,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -7133,7 +6985,7 @@ public object UsePublicDns { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#use_public_dns ElastigroupAws#use_public_dns}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#use_public_dns ElastigroupAws#use_public_dns}. --- @@ -7145,7 +6997,7 @@ public object UsePublicIp { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#use_public_ip ElastigroupAws#use_public_ip}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#use_public_ip ElastigroupAws#use_public_ip}. --- @@ -7170,12 +7022,12 @@ new ElastigroupAwsItf { | **Name** | **Type** | **Description** | | --- | --- | --- | -| FixedTargetGroups | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.169.1/docs/resources/elastigroup_aws#weight_strategy ElastigroupAws#weight_strategy}. | +| WeightStrategy | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.0/docs/resources/elastigroup_aws#migration_healthiness_threshold ElastigroupAws#migration_healthiness_threshold}. | --- @@ -7187,7 +7039,7 @@ public object FixedTargetGroups { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#fixed_target_groups ElastigroupAws#fixed_target_groups}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#fixed_target_groups ElastigroupAws#fixed_target_groups}. --- @@ -7201,7 +7053,7 @@ public object LoadBalancer { get; set; } load_balancer block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#load_balancer ElastigroupAws#load_balancer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#load_balancer ElastigroupAws#load_balancer} --- @@ -7215,7 +7067,7 @@ public object TargetGroupConfig { get; set; } target_group_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#target_group_config ElastigroupAws#target_group_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#target_group_config ElastigroupAws#target_group_config} --- @@ -7227,7 +7079,7 @@ public string WeightStrategy { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#weight_strategy ElastigroupAws#weight_strategy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#weight_strategy ElastigroupAws#weight_strategy}. --- @@ -7241,7 +7093,7 @@ public ElastigroupAwsItfDefaultStaticTargetGroup DefaultStaticTargetGroup { get; default_static_target_group block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws#default_static_target_group ElastigroupAws#default_static_target_group} --- @@ -7253,7 +7105,7 @@ public double MigrationHealthinessThreshold { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#migration_healthiness_threshold ElastigroupAws#migration_healthiness_threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#migration_healthiness_threshold ElastigroupAws#migration_healthiness_threshold}. --- @@ -7274,8 +7126,8 @@ new ElastigroupAwsItfDefaultStaticTargetGroup { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Arn | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#arn ElastigroupAws#arn}. | -| Percentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage}. | +| Arn | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#arn ElastigroupAws#arn}. | +| Percentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage}. | --- @@ -7287,7 +7139,7 @@ public string Arn { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#arn ElastigroupAws#arn}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#arn ElastigroupAws#arn}. --- @@ -7299,7 +7151,7 @@ public double Percentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage}. --- @@ -7321,7 +7173,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.169.1/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.170.0/docs/resources/elastigroup_aws#load_balancer_arn ElastigroupAws#load_balancer_arn}. | --- @@ -7335,7 +7187,7 @@ public object ListenerRule { get; set; } listener_rule block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#listener_rule ElastigroupAws#listener_rule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#listener_rule ElastigroupAws#listener_rule} --- @@ -7347,7 +7199,7 @@ public string LoadBalancerArn { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#load_balancer_arn ElastigroupAws#load_balancer_arn}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#load_balancer_arn ElastigroupAws#load_balancer_arn}. --- @@ -7368,7 +7220,7 @@ new ElastigroupAwsItfLoadBalancerListenerRule { | **Name** | **Type** | **Description** | | --- | --- | --- | -| RuleArn | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#rule_arn ElastigroupAws#rule_arn}. | +| RuleArn | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#rule_arn ElastigroupAws#rule_arn}. | | StaticTargetGroup | ElastigroupAwsItfLoadBalancerListenerRuleStaticTargetGroup | static_target_group block. | --- @@ -7381,7 +7233,7 @@ public string RuleArn { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#rule_arn ElastigroupAws#rule_arn}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#rule_arn ElastigroupAws#rule_arn}. --- @@ -7395,7 +7247,7 @@ public ElastigroupAwsItfLoadBalancerListenerRuleStaticTargetGroup StaticTargetGr static_target_group block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#static_target_group ElastigroupAws#static_target_group} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#static_target_group ElastigroupAws#static_target_group} --- @@ -7416,8 +7268,8 @@ new ElastigroupAwsItfLoadBalancerListenerRuleStaticTargetGroup { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Arn | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#arn ElastigroupAws#arn}. | -| Percentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage}. | +| Arn | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#arn ElastigroupAws#arn}. | +| Percentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage}. | --- @@ -7429,7 +7281,7 @@ public string Arn { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#arn ElastigroupAws#arn}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#arn ElastigroupAws#arn}. --- @@ -7441,7 +7293,7 @@ public double Percentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage}. --- @@ -7473,19 +7325,19 @@ new ElastigroupAwsItfTargetGroupConfig { | **Name** | **Type** | **Description** | | --- | --- | --- | -| HealthCheckPath | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_aws#port ElastigroupAws#port}. | -| Protocol | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#protocol ElastigroupAws#protocol}. | -| VpcId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#vpc_id ElastigroupAws#vpc_id}. | -| HealthCheckIntervalSeconds | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.0/docs/resources/elastigroup_aws#port ElastigroupAws#port}. | +| Protocol | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#protocol ElastigroupAws#protocol}. | +| VpcId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.170.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.170.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.169.1/docs/resources/elastigroup_aws#protocol_version ElastigroupAws#protocol_version}. | +| ProtocolVersion | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.0/docs/resources/elastigroup_aws#unhealthy_threshold_count ElastigroupAws#unhealthy_threshold_count}. | --- @@ -7497,7 +7349,7 @@ public string HealthCheckPath { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#health_check_path ElastigroupAws#health_check_path}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#health_check_path ElastigroupAws#health_check_path}. --- @@ -7509,7 +7361,7 @@ public double Port { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#port ElastigroupAws#port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#port ElastigroupAws#port}. --- @@ -7521,7 +7373,7 @@ public string Protocol { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#protocol ElastigroupAws#protocol}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#protocol ElastigroupAws#protocol}. --- @@ -7533,7 +7385,7 @@ public string VpcId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#vpc_id ElastigroupAws#vpc_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#vpc_id ElastigroupAws#vpc_id}. --- @@ -7545,7 +7397,7 @@ public double HealthCheckIntervalSeconds { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws#health_check_interval_seconds ElastigroupAws#health_check_interval_seconds}. --- @@ -7557,7 +7409,7 @@ public string HealthCheckPort { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#health_check_port ElastigroupAws#health_check_port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#health_check_port ElastigroupAws#health_check_port}. --- @@ -7569,7 +7421,7 @@ public string HealthCheckProtocol { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#health_check_protocol ElastigroupAws#health_check_protocol}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#health_check_protocol ElastigroupAws#health_check_protocol}. --- @@ -7581,7 +7433,7 @@ public double HealthCheckTimeoutSeconds { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws#health_check_timeout_seconds ElastigroupAws#health_check_timeout_seconds}. --- @@ -7593,7 +7445,7 @@ public double HealthyThresholdCount { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#healthy_threshold_count ElastigroupAws#healthy_threshold_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#healthy_threshold_count ElastigroupAws#healthy_threshold_count}. --- @@ -7607,7 +7459,7 @@ public object Matcher { get; set; } matcher block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#matcher ElastigroupAws#matcher} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#matcher ElastigroupAws#matcher} --- @@ -7619,7 +7471,7 @@ public string ProtocolVersion { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#protocol_version ElastigroupAws#protocol_version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#protocol_version ElastigroupAws#protocol_version}. --- @@ -7633,7 +7485,7 @@ public object Tags { get; set; } tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#tags ElastigroupAws#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#tags ElastigroupAws#tags} --- @@ -7645,7 +7497,7 @@ public double UnhealthyThresholdCount { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#unhealthy_threshold_count ElastigroupAws#unhealthy_threshold_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#unhealthy_threshold_count ElastigroupAws#unhealthy_threshold_count}. --- @@ -7666,8 +7518,8 @@ new ElastigroupAwsItfTargetGroupConfigMatcher { | **Name** | **Type** | **Description** | | --- | --- | --- | -| GrpcCode | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#grpc_code ElastigroupAws#grpc_code}. | -| HttpCode | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#http_code ElastigroupAws#http_code}. | +| GrpcCode | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_aws#http_code ElastigroupAws#http_code}. | --- @@ -7679,7 +7531,7 @@ public string GrpcCode { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#grpc_code ElastigroupAws#grpc_code}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#grpc_code ElastigroupAws#grpc_code}. --- @@ -7691,7 +7543,7 @@ public string HttpCode { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#http_code ElastigroupAws#http_code}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#http_code ElastigroupAws#http_code}. --- @@ -7712,8 +7564,8 @@ new ElastigroupAwsItfTargetGroupConfigTags { | **Name** | **Type** | **Description** | | --- | --- | --- | -| TagKey | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#tag_key ElastigroupAws#tag_key}. | -| TagValue | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#tag_value ElastigroupAws#tag_value}. | +| TagKey | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_aws#tag_value ElastigroupAws#tag_value}. | --- @@ -7725,7 +7577,7 @@ public string TagKey { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#tag_key ElastigroupAws#tag_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#tag_key ElastigroupAws#tag_key}. --- @@ -7737,7 +7589,7 @@ public string TagValue { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#tag_value ElastigroupAws#tag_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#tag_value ElastigroupAws#tag_value}. --- @@ -7771,7 +7623,7 @@ public ElastigroupAwsLoggingExport Export { get; set; } export block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#export ElastigroupAws#export} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#export ElastigroupAws#export} --- @@ -7805,7 +7657,7 @@ public object S3 { get; set; } s3 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#s3 ElastigroupAws#s3} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#s3 ElastigroupAws#s3} --- @@ -7825,7 +7677,7 @@ new ElastigroupAwsLoggingExportS3 { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#id ElastigroupAws#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#id ElastigroupAws#id}. | --- @@ -7837,7 +7689,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#id ElastigroupAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. @@ -7862,9 +7714,9 @@ new ElastigroupAwsMetadataOptions { | **Name** | **Type** | **Description** | | --- | --- | --- | -| HttpTokens | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#http_tokens ElastigroupAws#http_tokens}. | -| HttpPutResponseHopLimit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/elastigroup_aws#instance_metadata_tags ElastigroupAws#instance_metadata_tags}. | --- @@ -7876,7 +7728,7 @@ public string HttpTokens { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#http_tokens ElastigroupAws#http_tokens}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#http_tokens ElastigroupAws#http_tokens}. --- @@ -7888,7 +7740,7 @@ public double HttpPutResponseHopLimit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws#http_put_response_hop_limit ElastigroupAws#http_put_response_hop_limit}. --- @@ -7900,53 +7752,7 @@ public string InstanceMetadataTags { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#instance_metadata_tags ElastigroupAws#instance_metadata_tags}. - ---- - -### ElastigroupAwsMultaiTargetSets - -#### Initializer - -```csharp -using HashiCorp.Cdktf.Providers.Spotinst; - -new ElastigroupAwsMultaiTargetSets { - string BalancerId, - string TargetSetId -}; -``` - -#### Properties - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| BalancerId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#balancer_id ElastigroupAws#balancer_id}. | -| TargetSetId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#target_set_id ElastigroupAws#target_set_id}. | - ---- - -##### `BalancerId`Required - -```csharp -public string BalancerId { get; set; } -``` - -- *Type:* string - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#balancer_id ElastigroupAws#balancer_id}. - ---- - -##### `TargetSetId`Required - -```csharp -public string TargetSetId { get; set; } -``` - -- *Type:* string - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#target_set_id ElastigroupAws#target_set_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#instance_metadata_tags ElastigroupAws#instance_metadata_tags}. --- @@ -7982,7 +7788,7 @@ public object Expressions { get; set; } expressions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#expressions ElastigroupAws#expressions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#expressions ElastigroupAws#expressions} --- @@ -7996,7 +7802,7 @@ public object Metrics { get; set; } metrics block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#metrics ElastigroupAws#metrics} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#metrics ElastigroupAws#metrics} --- @@ -8017,8 +7823,8 @@ new ElastigroupAwsMultipleMetricsExpressions { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Expression | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#expression ElastigroupAws#expression}. | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | +| Expression | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#expression ElastigroupAws#expression}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | --- @@ -8030,7 +7836,7 @@ public string Expression { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#expression ElastigroupAws#expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#expression ElastigroupAws#expression}. --- @@ -8042,7 +7848,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -8068,13 +7874,13 @@ new ElastigroupAwsMultipleMetricsMetrics { | **Name** | **Type** | **Description** | | --- | --- | --- | -| MetricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | -| Namespace | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. | +| MetricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | +| Namespace | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#extended_statistic ElastigroupAws#extended_statistic}. | -| Statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. | -| Unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. | +| ExtendedStatistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. | +| Unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. | --- @@ -8086,7 +7892,7 @@ public string MetricName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. --- @@ -8098,7 +7904,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -8110,7 +7916,7 @@ public string Namespace { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. --- @@ -8124,7 +7930,7 @@ public object Dimensions { get; set; } dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} --- @@ -8136,7 +7942,7 @@ public string ExtendedStatistic { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#extended_statistic ElastigroupAws#extended_statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#extended_statistic ElastigroupAws#extended_statistic}. --- @@ -8148,7 +7954,7 @@ public string Statistic { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. --- @@ -8160,7 +7966,7 @@ public string Unit { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. --- @@ -8181,8 +7987,8 @@ new ElastigroupAwsMultipleMetricsMetricsDimensions { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | +| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | --- @@ -8194,7 +8000,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -8206,7 +8012,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#value ElastigroupAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. --- @@ -8233,14 +8039,14 @@ new ElastigroupAwsNetworkInterface { | **Name** | **Type** | **Description** | | --- | --- | --- | -| DeviceIndex | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#device_index ElastigroupAws#device_index}. | -| AssociateIpv6Address | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/docs/resources/elastigroup_aws#description ElastigroupAws#description}. | -| NetworkInterfaceId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.0/docs/resources/elastigroup_aws#description ElastigroupAws#description}. | +| NetworkInterfaceId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.0/docs/resources/elastigroup_aws#secondary_private_ip_address_count ElastigroupAws#secondary_private_ip_address_count}. | --- @@ -8252,7 +8058,7 @@ public string DeviceIndex { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#device_index ElastigroupAws#device_index}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#device_index ElastigroupAws#device_index}. --- @@ -8264,7 +8070,7 @@ public object AssociateIpv6Address { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#associate_ipv6_address ElastigroupAws#associate_ipv6_address}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#associate_ipv6_address ElastigroupAws#associate_ipv6_address}. --- @@ -8276,7 +8082,7 @@ public object AssociatePublicIpAddress { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws#associate_public_ip_address ElastigroupAws#associate_public_ip_address}. --- @@ -8288,7 +8094,7 @@ public object DeleteOnTermination { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#delete_on_termination ElastigroupAws#delete_on_termination}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#delete_on_termination ElastigroupAws#delete_on_termination}. --- @@ -8300,7 +8106,7 @@ public string Description { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#description ElastigroupAws#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#description ElastigroupAws#description}. --- @@ -8312,7 +8118,7 @@ public string NetworkInterfaceId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#network_interface_id ElastigroupAws#network_interface_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#network_interface_id ElastigroupAws#network_interface_id}. --- @@ -8324,7 +8130,7 @@ public string PrivateIpAddress { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#private_ip_address ElastigroupAws#private_ip_address}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#private_ip_address ElastigroupAws#private_ip_address}. --- @@ -8336,7 +8142,7 @@ public string SecondaryPrivateIpAddressCount { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws#secondary_private_ip_address_count ElastigroupAws#secondary_private_ip_address_count}. --- @@ -8364,15 +8170,15 @@ new ElastigroupAwsResourceRequirements { | **Name** | **Type** | **Description** | | --- | --- | --- | -| RequiredMemoryMaximum | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.0/docs/resources/elastigroup_aws#required_gpu_minimum ElastigroupAws#required_gpu_minimum}. | --- @@ -8384,7 +8190,7 @@ public double RequiredMemoryMaximum { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#required_memory_maximum ElastigroupAws#required_memory_maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#required_memory_maximum ElastigroupAws#required_memory_maximum}. --- @@ -8396,7 +8202,7 @@ public double RequiredMemoryMinimum { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#required_memory_minimum ElastigroupAws#required_memory_minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#required_memory_minimum ElastigroupAws#required_memory_minimum}. --- @@ -8408,7 +8214,7 @@ public double RequiredVcpuMaximum { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#required_vcpu_maximum ElastigroupAws#required_vcpu_maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#required_vcpu_maximum ElastigroupAws#required_vcpu_maximum}. --- @@ -8420,7 +8226,7 @@ public double RequiredVcpuMinimum { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#required_vcpu_minimum ElastigroupAws#required_vcpu_minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#required_vcpu_minimum ElastigroupAws#required_vcpu_minimum}. --- @@ -8432,7 +8238,7 @@ public string[] ExcludedInstanceFamilies { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#excluded_instance_families ElastigroupAws#excluded_instance_families}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#excluded_instance_families ElastigroupAws#excluded_instance_families}. --- @@ -8444,7 +8250,7 @@ public string[] ExcludedInstanceGenerations { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#excluded_instance_generations ElastigroupAws#excluded_instance_generations}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#excluded_instance_generations ElastigroupAws#excluded_instance_generations}. --- @@ -8456,7 +8262,7 @@ public string[] ExcludedInstanceTypes { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#excluded_instance_types ElastigroupAws#excluded_instance_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#excluded_instance_types ElastigroupAws#excluded_instance_types}. --- @@ -8468,7 +8274,7 @@ public double RequiredGpuMaximum { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#required_gpu_maximum ElastigroupAws#required_gpu_maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#required_gpu_maximum ElastigroupAws#required_gpu_maximum}. --- @@ -8480,7 +8286,7 @@ public double RequiredGpuMinimum { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#required_gpu_minimum ElastigroupAws#required_gpu_minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#required_gpu_minimum ElastigroupAws#required_gpu_minimum}. --- @@ -8503,10 +8309,10 @@ new ElastigroupAwsResourceTagSpecification { | **Name** | **Type** | **Description** | | --- | --- | --- | -| ShouldTagAmis | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.0/docs/resources/elastigroup_aws#should_tag_volumes ElastigroupAws#should_tag_volumes}. | --- @@ -8518,7 +8324,7 @@ public object ShouldTagAmis { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#should_tag_amis ElastigroupAws#should_tag_amis}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#should_tag_amis ElastigroupAws#should_tag_amis}. --- @@ -8530,7 +8336,7 @@ public object ShouldTagEnis { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#should_tag_enis ElastigroupAws#should_tag_enis}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#should_tag_enis ElastigroupAws#should_tag_enis}. --- @@ -8542,7 +8348,7 @@ public object ShouldTagSnapshots { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#should_tag_snapshots ElastigroupAws#should_tag_snapshots}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#should_tag_snapshots ElastigroupAws#should_tag_snapshots}. --- @@ -8554,7 +8360,7 @@ public object ShouldTagVolumes { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#should_tag_volumes ElastigroupAws#should_tag_volumes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#should_tag_volumes ElastigroupAws#should_tag_volumes}. --- @@ -8575,8 +8381,8 @@ new ElastigroupAwsRevertToSpot { | **Name** | **Type** | **Description** | | --- | --- | --- | -| PerformAt | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#perform_at ElastigroupAws#perform_at}. | -| TimeWindows | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#time_windows ElastigroupAws#time_windows}. | +| PerformAt | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_aws#time_windows ElastigroupAws#time_windows}. | --- @@ -8588,7 +8394,7 @@ public string PerformAt { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#perform_at ElastigroupAws#perform_at}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#perform_at ElastigroupAws#perform_at}. --- @@ -8600,7 +8406,7 @@ public string[] TimeWindows { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#time_windows ElastigroupAws#time_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#time_windows ElastigroupAws#time_windows}. --- @@ -8640,27 +8446,27 @@ new ElastigroupAwsScalingDownPolicy { | **Name** | **Type** | **Description** | | --- | --- | --- | -| MetricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. | -| Namespace | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. | -| PolicyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name}. | -| ActionType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type}. | -| Adjustment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. | -| Cooldown | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. | +| MetricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. | +| PolicyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. | +| Cooldown | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. | -| IsEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. | -| Maximum | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. | -| MaxTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. | -| MinTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_aws#operator ElastigroupAws#operator}. | -| Period | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#period ElastigroupAws#period}. | -| Source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#source ElastigroupAws#source}. | -| Statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. | +| EvaluationPeriods | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. | +| MaxTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. | +| MinTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_aws#operator ElastigroupAws#operator}. | +| Period | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. | +| Source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. | +| Statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#target ElastigroupAws#target}. | -| Threshold | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. | -| Unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. | +| Target | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. | +| Threshold | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. | +| Unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. | --- @@ -8672,7 +8478,7 @@ public string MetricName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. --- @@ -8684,7 +8490,7 @@ public string Namespace { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. --- @@ -8696,7 +8502,7 @@ public string PolicyName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name}. --- @@ -8708,7 +8514,7 @@ public string ActionType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type}. --- @@ -8720,7 +8526,7 @@ public string Adjustment { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. --- @@ -8732,7 +8538,7 @@ public double Cooldown { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. --- @@ -8746,7 +8552,7 @@ public object Dimensions { get; set; } dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} --- @@ -8758,7 +8564,7 @@ public double EvaluationPeriods { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. --- @@ -8770,7 +8576,7 @@ public object IsEnabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. --- @@ -8782,7 +8588,7 @@ public string Maximum { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. --- @@ -8794,7 +8600,7 @@ public string MaxTargetCapacity { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. --- @@ -8806,7 +8612,7 @@ public string Minimum { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. --- @@ -8818,7 +8624,7 @@ public string MinTargetCapacity { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. --- @@ -8830,7 +8636,7 @@ public string Operator { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#operator ElastigroupAws#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#operator ElastigroupAws#operator}. --- @@ -8842,7 +8648,7 @@ public double Period { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#period ElastigroupAws#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. --- @@ -8854,7 +8660,7 @@ public string Source { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#source ElastigroupAws#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. --- @@ -8866,7 +8672,7 @@ public string Statistic { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. --- @@ -8880,7 +8686,7 @@ public object StepAdjustments { get; set; } step_adjustments block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#step_adjustments ElastigroupAws#step_adjustments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#step_adjustments ElastigroupAws#step_adjustments} --- @@ -8892,7 +8698,7 @@ public string Target { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#target ElastigroupAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. --- @@ -8904,7 +8710,7 @@ public double Threshold { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. --- @@ -8916,7 +8722,7 @@ public string Unit { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. --- @@ -8937,8 +8743,8 @@ new ElastigroupAwsScalingDownPolicyDimensions { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | +| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | --- @@ -8950,7 +8756,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -8962,7 +8768,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#value ElastigroupAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. --- @@ -8984,7 +8790,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.169.1/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. | +| Threshold | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. | --- @@ -8998,7 +8804,7 @@ public ElastigroupAwsScalingDownPolicyStepAdjustmentsAction Action { get; set; } action block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#action ElastigroupAws#action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#action ElastigroupAws#action} --- @@ -9010,7 +8816,7 @@ public double Threshold { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. --- @@ -9036,13 +8842,13 @@ new ElastigroupAwsScalingDownPolicyStepAdjustmentsAction { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#type ElastigroupAws#type}. | -| Adjustment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. | -| Maximum | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. | -| MaxTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. | -| MinTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_aws#target ElastigroupAws#target}. | +| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. | +| Adjustment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. | +| Maximum | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. | +| MaxTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. | +| MinTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. | --- @@ -9054,7 +8860,7 @@ public string Type { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#type ElastigroupAws#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. --- @@ -9066,7 +8872,7 @@ public string Adjustment { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. --- @@ -9078,7 +8884,7 @@ public string Maximum { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. --- @@ -9090,7 +8896,7 @@ public string MaxTargetCapacity { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. --- @@ -9102,7 +8908,7 @@ public string Minimum { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. --- @@ -9114,7 +8920,7 @@ public string MinTargetCapacity { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. --- @@ -9126,7 +8932,7 @@ public string Target { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#target ElastigroupAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. --- @@ -9147,8 +8953,8 @@ new ElastigroupAwsScalingStrategy { | **Name** | **Type** | **Description** | | --- | --- | --- | -| TerminateAtEndOfBillingHour | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_aws#termination_policy ElastigroupAws#termination_policy}. | +| TerminateAtEndOfBillingHour | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_aws#termination_policy ElastigroupAws#termination_policy}. | --- @@ -9160,7 +8966,7 @@ public object TerminateAtEndOfBillingHour { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws#terminate_at_end_of_billing_hour ElastigroupAws#terminate_at_end_of_billing_hour}. --- @@ -9172,7 +8978,7 @@ public string TerminationPolicy { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#termination_policy ElastigroupAws#termination_policy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#termination_policy ElastigroupAws#termination_policy}. --- @@ -9204,19 +9010,19 @@ new ElastigroupAwsScalingTargetPolicy { | **Name** | **Type** | **Description** | | --- | --- | --- | -| MetricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. | -| Namespace | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. | -| PolicyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name}. | -| Target | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#target ElastigroupAws#target}. | -| Cooldown | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. | +| MetricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. | +| PolicyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. | +| Cooldown | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. | -| MaxCapacityPerScale | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_aws#period ElastigroupAws#period}. | -| PredictiveMode | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#predictive_mode ElastigroupAws#predictive_mode}. | -| Source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#source ElastigroupAws#source}. | -| Statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. | -| Unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. | +| EvaluationPeriods | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. | +| PredictiveMode | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. | +| Statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. | +| Unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. | --- @@ -9228,7 +9034,7 @@ public string MetricName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. --- @@ -9240,7 +9046,7 @@ public string Namespace { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. --- @@ -9252,7 +9058,7 @@ public string PolicyName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name}. --- @@ -9264,7 +9070,7 @@ public double Target { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#target ElastigroupAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. --- @@ -9276,7 +9082,7 @@ public double Cooldown { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. --- @@ -9290,7 +9096,7 @@ public object Dimensions { get; set; } dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} --- @@ -9302,7 +9108,7 @@ public double EvaluationPeriods { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. --- @@ -9314,7 +9120,7 @@ public string MaxCapacityPerScale { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws#max_capacity_per_scale ElastigroupAws#max_capacity_per_scale}. --- @@ -9326,7 +9132,7 @@ public double Period { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#period ElastigroupAws#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. --- @@ -9338,7 +9144,7 @@ public string PredictiveMode { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#predictive_mode ElastigroupAws#predictive_mode}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#predictive_mode ElastigroupAws#predictive_mode}. --- @@ -9350,7 +9156,7 @@ public string Source { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#source ElastigroupAws#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. --- @@ -9362,7 +9168,7 @@ public string Statistic { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. --- @@ -9374,7 +9180,7 @@ public string Unit { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. --- @@ -9395,8 +9201,8 @@ new ElastigroupAwsScalingTargetPolicyDimensions { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | +| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | --- @@ -9408,7 +9214,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -9420,7 +9226,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#value ElastigroupAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. --- @@ -9460,27 +9266,27 @@ new ElastigroupAwsScalingUpPolicy { | **Name** | **Type** | **Description** | | --- | --- | --- | -| MetricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. | -| Namespace | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. | -| PolicyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name}. | -| ActionType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type}. | -| Adjustment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. | -| Cooldown | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. | +| MetricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. | +| PolicyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. | +| Cooldown | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. | -| IsEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. | -| Maximum | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. | -| MaxTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. | -| MinTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_aws#operator ElastigroupAws#operator}. | -| Period | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#period ElastigroupAws#period}. | -| Source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#source ElastigroupAws#source}. | -| Statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. | +| EvaluationPeriods | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. | +| MaxTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. | +| MinTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_aws#operator ElastigroupAws#operator}. | +| Period | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. | +| Source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. | +| Statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#target ElastigroupAws#target}. | -| Threshold | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. | -| Unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. | +| Target | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. | +| Threshold | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. | +| Unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. | --- @@ -9492,7 +9298,7 @@ public string MetricName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. --- @@ -9504,7 +9310,7 @@ public string Namespace { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. --- @@ -9516,7 +9322,7 @@ public string PolicyName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name}. --- @@ -9528,7 +9334,7 @@ public string ActionType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type}. --- @@ -9540,7 +9346,7 @@ public string Adjustment { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. --- @@ -9552,7 +9358,7 @@ public double Cooldown { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. --- @@ -9566,7 +9372,7 @@ public object Dimensions { get; set; } dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} --- @@ -9578,7 +9384,7 @@ public double EvaluationPeriods { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. --- @@ -9590,7 +9396,7 @@ public object IsEnabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. --- @@ -9602,7 +9408,7 @@ public string Maximum { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. --- @@ -9614,7 +9420,7 @@ public string MaxTargetCapacity { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. --- @@ -9626,7 +9432,7 @@ public string Minimum { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. --- @@ -9638,7 +9444,7 @@ public string MinTargetCapacity { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. --- @@ -9650,7 +9456,7 @@ public string Operator { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#operator ElastigroupAws#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#operator ElastigroupAws#operator}. --- @@ -9662,7 +9468,7 @@ public double Period { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#period ElastigroupAws#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. --- @@ -9674,7 +9480,7 @@ public string Source { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#source ElastigroupAws#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. --- @@ -9686,7 +9492,7 @@ public string Statistic { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. --- @@ -9700,7 +9506,7 @@ public object StepAdjustments { get; set; } step_adjustments block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#step_adjustments ElastigroupAws#step_adjustments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#step_adjustments ElastigroupAws#step_adjustments} --- @@ -9712,7 +9518,7 @@ public string Target { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#target ElastigroupAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. --- @@ -9724,7 +9530,7 @@ public double Threshold { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. --- @@ -9736,7 +9542,7 @@ public string Unit { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. --- @@ -9757,8 +9563,8 @@ new ElastigroupAwsScalingUpPolicyDimensions { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | +| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | --- @@ -9770,7 +9576,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -9782,7 +9588,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#value ElastigroupAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. --- @@ -9804,7 +9610,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.169.1/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. | +| Threshold | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. | --- @@ -9818,7 +9624,7 @@ public ElastigroupAwsScalingUpPolicyStepAdjustmentsAction Action { get; set; } action block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#action ElastigroupAws#action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#action ElastigroupAws#action} --- @@ -9830,7 +9636,7 @@ public double Threshold { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. --- @@ -9856,13 +9662,13 @@ new ElastigroupAwsScalingUpPolicyStepAdjustmentsAction { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#type ElastigroupAws#type}. | -| Adjustment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. | -| Maximum | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. | -| MaxTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. | -| MinTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_aws#target ElastigroupAws#target}. | +| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. | +| Adjustment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. | +| Maximum | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. | +| MaxTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. | +| MinTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. | --- @@ -9874,7 +9680,7 @@ public string Type { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#type ElastigroupAws#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. --- @@ -9886,7 +9692,7 @@ public string Adjustment { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. --- @@ -9898,7 +9704,7 @@ public string Maximum { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. --- @@ -9910,7 +9716,7 @@ public string MaxTargetCapacity { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. --- @@ -9922,7 +9728,7 @@ public string Minimum { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. --- @@ -9934,7 +9740,7 @@ public string MinTargetCapacity { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. --- @@ -9946,7 +9752,7 @@ public string Target { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#target ElastigroupAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. --- @@ -9980,21 +9786,21 @@ new ElastigroupAwsScheduledTask { | **Name** | **Type** | **Description** | | --- | --- | --- | -| TaskType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#task_type ElastigroupAws#task_type}. | -| Adjustment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. | -| AdjustmentPercentage | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#adjustment_percentage ElastigroupAws#adjustment_percentage}. | -| BatchSizePercentage | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_aws#cron_expression ElastigroupAws#cron_expression}. | -| Frequency | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#frequency ElastigroupAws#frequency}. | -| GracePeriod | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. | -| IsEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. | -| MaxCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#max_capacity ElastigroupAws#max_capacity}. | -| MinCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#min_capacity ElastigroupAws#min_capacity}. | -| ScaleMaxCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/docs/resources/elastigroup_aws#start_time ElastigroupAws#start_time}. | -| TargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#target_capacity ElastigroupAws#target_capacity}. | +| TaskType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. | +| AdjustmentPercentage | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.0/docs/resources/elastigroup_aws#frequency ElastigroupAws#frequency}. | +| GracePeriod | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.0/docs/resources/elastigroup_aws#target_capacity ElastigroupAws#target_capacity}. | --- @@ -10006,7 +9812,7 @@ public string TaskType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#task_type ElastigroupAws#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#task_type ElastigroupAws#task_type}. --- @@ -10018,7 +9824,7 @@ public string Adjustment { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. --- @@ -10030,7 +9836,7 @@ public string AdjustmentPercentage { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#adjustment_percentage ElastigroupAws#adjustment_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#adjustment_percentage ElastigroupAws#adjustment_percentage}. --- @@ -10042,7 +9848,7 @@ public string BatchSizePercentage { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#batch_size_percentage ElastigroupAws#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#batch_size_percentage ElastigroupAws#batch_size_percentage}. --- @@ -10054,7 +9860,7 @@ public string CronExpression { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#cron_expression ElastigroupAws#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#cron_expression ElastigroupAws#cron_expression}. --- @@ -10066,7 +9872,7 @@ public string Frequency { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#frequency ElastigroupAws#frequency}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#frequency ElastigroupAws#frequency}. --- @@ -10078,7 +9884,7 @@ public string GracePeriod { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. --- @@ -10090,7 +9896,7 @@ public object IsEnabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. --- @@ -10102,7 +9908,7 @@ public string MaxCapacity { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#max_capacity ElastigroupAws#max_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#max_capacity ElastigroupAws#max_capacity}. --- @@ -10114,7 +9920,7 @@ public string MinCapacity { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#min_capacity ElastigroupAws#min_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#min_capacity ElastigroupAws#min_capacity}. --- @@ -10126,7 +9932,7 @@ public string ScaleMaxCapacity { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#scale_max_capacity ElastigroupAws#scale_max_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#scale_max_capacity ElastigroupAws#scale_max_capacity}. --- @@ -10138,7 +9944,7 @@ public string ScaleMinCapacity { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#scale_min_capacity ElastigroupAws#scale_min_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#scale_min_capacity ElastigroupAws#scale_min_capacity}. --- @@ -10150,7 +9956,7 @@ public string ScaleTargetCapacity { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#scale_target_capacity ElastigroupAws#scale_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#scale_target_capacity ElastigroupAws#scale_target_capacity}. --- @@ -10162,7 +9968,7 @@ public string StartTime { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#start_time ElastigroupAws#start_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#start_time ElastigroupAws#start_time}. --- @@ -10174,7 +9980,7 @@ public string TargetCapacity { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#target_capacity ElastigroupAws#target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#target_capacity ElastigroupAws#target_capacity}. --- @@ -10195,8 +10001,8 @@ new ElastigroupAwsSignal { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | -| Timeout | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#timeout ElastigroupAws#timeout}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | +| Timeout | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#timeout ElastigroupAws#timeout}. | --- @@ -10208,7 +10014,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -10220,7 +10026,7 @@ public double Timeout { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#timeout ElastigroupAws#timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#timeout ElastigroupAws#timeout}. --- @@ -10243,10 +10049,10 @@ new ElastigroupAwsStatefulDeallocation { | **Name** | **Type** | **Description** | | --- | --- | --- | -| ShouldDeleteImages | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.0/docs/resources/elastigroup_aws#should_delete_volumes ElastigroupAws#should_delete_volumes}. | --- @@ -10258,7 +10064,7 @@ public object ShouldDeleteImages { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#should_delete_images ElastigroupAws#should_delete_images}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#should_delete_images ElastigroupAws#should_delete_images}. --- @@ -10270,7 +10076,7 @@ public object ShouldDeleteNetworkInterfaces { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws#should_delete_network_interfaces ElastigroupAws#should_delete_network_interfaces}. --- @@ -10282,7 +10088,7 @@ public object ShouldDeleteSnapshots { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#should_delete_snapshots ElastigroupAws#should_delete_snapshots}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#should_delete_snapshots ElastigroupAws#should_delete_snapshots}. --- @@ -10294,7 +10100,7 @@ public object ShouldDeleteVolumes { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#should_delete_volumes ElastigroupAws#should_delete_volumes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#should_delete_volumes ElastigroupAws#should_delete_volumes}. --- @@ -10315,8 +10121,8 @@ new ElastigroupAwsStatefulInstanceAction { | **Name** | **Type** | **Description** | | --- | --- | --- | -| StatefulInstanceId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_aws#type ElastigroupAws#type}. | +| StatefulInstanceId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. | --- @@ -10328,7 +10134,7 @@ public string StatefulInstanceId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#stateful_instance_id ElastigroupAws#stateful_instance_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#stateful_instance_id ElastigroupAws#stateful_instance_id}. --- @@ -10340,7 +10146,7 @@ public string Type { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#type ElastigroupAws#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. --- @@ -10361,8 +10167,8 @@ new ElastigroupAwsTags { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#key ElastigroupAws#key}. | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | +| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. | +| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | --- @@ -10374,7 +10180,7 @@ public string Key { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#key ElastigroupAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. --- @@ -10386,7 +10192,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#value ElastigroupAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. --- @@ -10409,9 +10215,9 @@ new ElastigroupAwsUpdatePolicy { | **Name** | **Type** | **Description** | | --- | --- | --- | -| ShouldResumeStateful | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_aws#should_roll ElastigroupAws#should_roll}. | -| AutoApplyTags | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.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.170.0/docs/resources/elastigroup_aws#auto_apply_tags ElastigroupAws#auto_apply_tags}. | | RollConfig | ElastigroupAwsUpdatePolicyRollConfig | roll_config block. | --- @@ -10424,7 +10230,7 @@ public object ShouldResumeStateful { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#should_resume_stateful ElastigroupAws#should_resume_stateful}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#should_resume_stateful ElastigroupAws#should_resume_stateful}. --- @@ -10436,7 +10242,7 @@ public object ShouldRoll { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#should_roll ElastigroupAws#should_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#should_roll ElastigroupAws#should_roll}. --- @@ -10448,7 +10254,7 @@ public object AutoApplyTags { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#auto_apply_tags ElastigroupAws#auto_apply_tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#auto_apply_tags ElastigroupAws#auto_apply_tags}. --- @@ -10462,7 +10268,7 @@ public ElastigroupAwsUpdatePolicyRollConfig RollConfig { get; set; } roll_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#roll_config ElastigroupAws#roll_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#roll_config ElastigroupAws#roll_config} --- @@ -10487,12 +10293,12 @@ new ElastigroupAwsUpdatePolicyRollConfig { | **Name** | **Type** | **Description** | | --- | --- | --- | -| BatchSizePercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. | -| HealthCheckType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.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.170.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.169.1/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.169.1/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.170.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.170.0/docs/resources/elastigroup_aws#wait_for_roll_timeout ElastigroupAws#wait_for_roll_timeout}. | --- @@ -10504,7 +10310,7 @@ public double BatchSizePercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#batch_size_percentage ElastigroupAws#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#batch_size_percentage ElastigroupAws#batch_size_percentage}. --- @@ -10516,7 +10322,7 @@ public double GracePeriod { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. --- @@ -10528,7 +10334,7 @@ public string HealthCheckType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#health_check_type ElastigroupAws#health_check_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#health_check_type ElastigroupAws#health_check_type}. --- @@ -10542,7 +10348,7 @@ public ElastigroupAwsUpdatePolicyRollConfigStrategy Strategy { get; set; } strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#strategy ElastigroupAws#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#strategy ElastigroupAws#strategy} --- @@ -10554,7 +10360,7 @@ public double WaitForRollPercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws#wait_for_roll_percentage ElastigroupAws#wait_for_roll_percentage}. --- @@ -10566,7 +10372,7 @@ public double WaitForRollTimeout { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws#wait_for_roll_timeout ElastigroupAws#wait_for_roll_timeout}. --- @@ -10589,10 +10395,10 @@ new ElastigroupAwsUpdatePolicyRollConfigStrategy { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Action | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#action ElastigroupAws#action}. | -| BatchMinHealthyPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws#action ElastigroupAws#action}. | +| BatchMinHealthyPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.0/docs/resources/elastigroup_aws#should_drain_instances ElastigroupAws#should_drain_instances}. | --- @@ -10604,7 +10410,7 @@ public string Action { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#action ElastigroupAws#action}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#action ElastigroupAws#action}. --- @@ -10616,7 +10422,7 @@ public double BatchMinHealthyPercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws#batch_min_healthy_percentage ElastigroupAws#batch_min_healthy_percentage}. --- @@ -10630,7 +10436,7 @@ public ElastigroupAwsUpdatePolicyRollConfigStrategyOnFailure OnFailure { get; se on_failure block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#on_failure ElastigroupAws#on_failure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#on_failure ElastigroupAws#on_failure} --- @@ -10642,7 +10448,7 @@ public object ShouldDrainInstances { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#should_drain_instances ElastigroupAws#should_drain_instances}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#should_drain_instances ElastigroupAws#should_drain_instances}. --- @@ -10666,11 +10472,11 @@ new ElastigroupAwsUpdatePolicyRollConfigStrategyOnFailure { | **Name** | **Type** | **Description** | | --- | --- | --- | -| ActionType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type}. | -| BatchNum | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#batch_num ElastigroupAws#batch_num}. | -| DrainingTimeout | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#draining_timeout ElastigroupAws#draining_timeout}. | -| ShouldDecrementTargetCapacity | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.0/docs/resources/elastigroup_aws#should_handle_all_batches ElastigroupAws#should_handle_all_batches}. | --- @@ -10682,7 +10488,7 @@ public string ActionType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type}. --- @@ -10694,7 +10500,7 @@ public double BatchNum { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#batch_num ElastigroupAws#batch_num}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#batch_num ElastigroupAws#batch_num}. --- @@ -10706,7 +10512,7 @@ public double DrainingTimeout { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#draining_timeout ElastigroupAws#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#draining_timeout ElastigroupAws#draining_timeout}. --- @@ -10718,7 +10524,7 @@ public object ShouldDecrementTargetCapacity { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws#should_decrement_target_capacity ElastigroupAws#should_decrement_target_capacity}. --- @@ -10730,7 +10536,7 @@ public object ShouldHandleAllBatches { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws#should_handle_all_batches ElastigroupAws#should_handle_all_batches}. --- @@ -21564,24 +21370,25 @@ public ElastigroupAwsIntegrationMesosphere InternalValue { get; } --- -### ElastigroupAwsIntegrationMultaiRuntimeOutputReference +### ElastigroupAwsIntegrationNomadAutoscaleConstraintsList -#### Initializers +#### Initializers ```csharp using HashiCorp.Cdktf.Providers.Spotinst; -new ElastigroupAwsIntegrationMultaiRuntimeOutputReference(IInterpolatingParent TerraformResource, string TerraformAttribute); +new ElastigroupAwsIntegrationNomadAutoscaleConstraintsList(IInterpolatingParent TerraformResource, string TerraformAttribute, bool WrapsSet); ``` | **Name** | **Type** | **Description** | | --- | --- | --- | -| TerraformResource | HashiCorp.Cdktf.IInterpolatingParent | The parent resource. | -| TerraformAttribute | string | The attribute on the parent resource this class is referencing. | +| TerraformResource | HashiCorp.Cdktf.IInterpolatingParent | The parent resource. | +| TerraformAttribute | string | The attribute on the parent resource this class is referencing. | +| WrapsSet | bool | whether the list is wrapping a set (will add tolist() to be able to access an item via an index). | --- -##### `TerraformResource`Required +##### `TerraformResource`Required - *Type:* HashiCorp.Cdktf.IInterpolatingParent @@ -21589,7 +21396,7 @@ The parent resource. --- -##### `TerraformAttribute`Required +##### `TerraformAttribute`Required - *Type:* string @@ -21597,438 +21404,166 @@ The attribute on the parent resource this class is referencing. --- +##### `WrapsSet`Required + +- *Type:* bool + +whether the list is wrapping a set (will add tolist() to be able to access an item via an index). + +--- + #### Methods | **Name** | **Description** | | --- | --- | -| ComputeFqn | *No description.* | -| GetAnyMapAttribute | *No description.* | -| GetBooleanAttribute | *No description.* | -| GetBooleanMapAttribute | *No description.* | -| GetListAttribute | *No description.* | -| GetNumberAttribute | *No description.* | -| GetNumberListAttribute | *No description.* | -| GetNumberMapAttribute | *No description.* | -| GetStringAttribute | *No description.* | -| GetStringMapAttribute | *No description.* | -| InterpolationForAttribute | *No description.* | -| Resolve | Produce the Token's value at resolution time. | -| ToString | Return a string representation of this resolvable object. | +| AllWithMapKey | Creating an iterator for this complex list. | +| ComputeFqn | *No description.* | +| Resolve | Produce the Token's value at resolution time. | +| ToString | Return a string representation of this resolvable object. | +| Get | *No description.* | --- -##### `ComputeFqn` +##### `AllWithMapKey` ```csharp -private string ComputeFqn() +private DynamicListTerraformIterator AllWithMapKey(string MapKeyAttributeName) ``` -##### `GetAnyMapAttribute` +Creating an iterator for this complex list. -```csharp -private System.Collections.Generic.IDictionary GetAnyMapAttribute(string TerraformAttribute) -``` +The list will be converted into a map with the mapKeyAttributeName as the key. -###### `TerraformAttribute`Required +###### `MapKeyAttributeName`Required - *Type:* string --- -##### `GetBooleanAttribute` +##### `ComputeFqn` ```csharp -private IResolvable GetBooleanAttribute(string TerraformAttribute) +private string ComputeFqn() ``` -###### `TerraformAttribute`Required - -- *Type:* string - ---- - -##### `GetBooleanMapAttribute` +##### `Resolve` ```csharp -private System.Collections.Generic.IDictionary GetBooleanMapAttribute(string TerraformAttribute) +private object Resolve(IResolveContext Context) ``` -###### `TerraformAttribute`Required +Produce the Token's value at resolution time. + +###### `Context`Required -- *Type:* string +- *Type:* HashiCorp.Cdktf.IResolveContext --- -##### `GetListAttribute` +##### `ToString` ```csharp -private string[] GetListAttribute(string TerraformAttribute) +private string ToString() ``` -###### `TerraformAttribute`Required - -- *Type:* string +Return a string representation of this resolvable object. ---- +Returns a reversible string representation. -##### `GetNumberAttribute` +##### `Get` ```csharp -private double GetNumberAttribute(string TerraformAttribute) +private ElastigroupAwsIntegrationNomadAutoscaleConstraintsOutputReference Get(double Index) ``` -###### `TerraformAttribute`Required +###### `Index`Required -- *Type:* string +- *Type:* double ---- +the index of the item to return. -##### `GetNumberListAttribute` +--- -```csharp -private double[] GetNumberListAttribute(string TerraformAttribute) -``` -###### `TerraformAttribute`Required +#### Properties -- *Type:* string +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| CreationStack | string[] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| Fqn | string | *No description.* | +| InternalValue | object | *No description.* | --- -##### `GetNumberMapAttribute` +##### `CreationStack`Required ```csharp -private System.Collections.Generic.IDictionary GetNumberMapAttribute(string TerraformAttribute) +public string[] CreationStack { get; } ``` -###### `TerraformAttribute`Required +- *Type:* string[] -- *Type:* string +The creation stack of this resolvable which will be appended to errors thrown during resolution. + +If this returns an empty array the stack will not be attached. --- -##### `GetStringAttribute` +##### `Fqn`Required ```csharp -private string GetStringAttribute(string TerraformAttribute) +public string Fqn { get; } ``` -###### `TerraformAttribute`Required - - *Type:* string --- -##### `GetStringMapAttribute` +##### `InternalValue`Optional ```csharp -private System.Collections.Generic.IDictionary GetStringMapAttribute(string TerraformAttribute) +public object InternalValue { get; } ``` -###### `TerraformAttribute`Required - -- *Type:* string +- *Type:* object --- -##### `InterpolationForAttribute` -```csharp -private IResolvable InterpolationForAttribute(string Property) -``` +### ElastigroupAwsIntegrationNomadAutoscaleConstraintsOutputReference -###### `Property`Required +#### Initializers -- *Type:* string +```csharp +using HashiCorp.Cdktf.Providers.Spotinst; ---- +new ElastigroupAwsIntegrationNomadAutoscaleConstraintsOutputReference(IInterpolatingParent TerraformResource, string TerraformAttribute, double ComplexObjectIndex, bool ComplexObjectIsFromSet); +``` -##### `Resolve` +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| TerraformResource | HashiCorp.Cdktf.IInterpolatingParent | The parent resource. | +| TerraformAttribute | string | The attribute on the parent resource this class is referencing. | +| ComplexObjectIndex | double | the index of this item in the list. | +| ComplexObjectIsFromSet | bool | whether the list is wrapping a set (will add tolist() to be able to access an item via an index). | -```csharp -private object Resolve(IResolveContext Context) -``` +--- -Produce the Token's value at resolution time. +##### `TerraformResource`Required -###### `Context`Required +- *Type:* HashiCorp.Cdktf.IInterpolatingParent -- *Type:* HashiCorp.Cdktf.IResolveContext +The parent resource. --- -##### `ToString` +##### `TerraformAttribute`Required -```csharp -private string ToString() -``` +- *Type:* string -Return a string representation of this resolvable object. +The attribute on the parent resource this class is referencing. -Returns a reversible string representation. - - -#### Properties - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| CreationStack | string[] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | -| Fqn | string | *No description.* | -| DeploymentIdInput | string | *No description.* | -| DeploymentId | string | *No description.* | -| InternalValue | ElastigroupAwsIntegrationMultaiRuntime | *No description.* | - ---- - -##### `CreationStack`Required - -```csharp -public string[] CreationStack { get; } -``` - -- *Type:* string[] - -The creation stack of this resolvable which will be appended to errors thrown during resolution. - -If this returns an empty array the stack will not be attached. - ---- - -##### `Fqn`Required - -```csharp -public string Fqn { get; } -``` - -- *Type:* string - ---- - -##### `DeploymentIdInput`Optional - -```csharp -public string DeploymentIdInput { get; } -``` - -- *Type:* string - ---- - -##### `DeploymentId`Required - -```csharp -public string DeploymentId { get; } -``` - -- *Type:* string - ---- - -##### `InternalValue`Optional - -```csharp -public ElastigroupAwsIntegrationMultaiRuntime InternalValue { get; } -``` - -- *Type:* ElastigroupAwsIntegrationMultaiRuntime - ---- - - -### ElastigroupAwsIntegrationNomadAutoscaleConstraintsList - -#### Initializers - -```csharp -using HashiCorp.Cdktf.Providers.Spotinst; - -new ElastigroupAwsIntegrationNomadAutoscaleConstraintsList(IInterpolatingParent TerraformResource, string TerraformAttribute, bool WrapsSet); -``` - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| TerraformResource | HashiCorp.Cdktf.IInterpolatingParent | The parent resource. | -| TerraformAttribute | string | The attribute on the parent resource this class is referencing. | -| WrapsSet | bool | whether the list is wrapping a set (will add tolist() to be able to access an item via an index). | - ---- - -##### `TerraformResource`Required - -- *Type:* HashiCorp.Cdktf.IInterpolatingParent - -The parent resource. - ---- - -##### `TerraformAttribute`Required - -- *Type:* string - -The attribute on the parent resource this class is referencing. - ---- - -##### `WrapsSet`Required - -- *Type:* bool - -whether the list is wrapping a set (will add tolist() to be able to access an item via an index). - ---- - -#### Methods - -| **Name** | **Description** | -| --- | --- | -| AllWithMapKey | Creating an iterator for this complex list. | -| ComputeFqn | *No description.* | -| Resolve | Produce the Token's value at resolution time. | -| ToString | Return a string representation of this resolvable object. | -| Get | *No description.* | - ---- - -##### `AllWithMapKey` - -```csharp -private DynamicListTerraformIterator AllWithMapKey(string MapKeyAttributeName) -``` - -Creating an iterator for this complex list. - -The list will be converted into a map with the mapKeyAttributeName as the key. - -###### `MapKeyAttributeName`Required - -- *Type:* string - ---- - -##### `ComputeFqn` - -```csharp -private string ComputeFqn() -``` - -##### `Resolve` - -```csharp -private object Resolve(IResolveContext Context) -``` - -Produce the Token's value at resolution time. - -###### `Context`Required - -- *Type:* HashiCorp.Cdktf.IResolveContext - ---- - -##### `ToString` - -```csharp -private string ToString() -``` - -Return a string representation of this resolvable object. - -Returns a reversible string representation. - -##### `Get` - -```csharp -private ElastigroupAwsIntegrationNomadAutoscaleConstraintsOutputReference Get(double Index) -``` - -###### `Index`Required - -- *Type:* double - -the index of the item to return. - ---- - - -#### Properties - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| CreationStack | string[] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | -| Fqn | string | *No description.* | -| InternalValue | object | *No description.* | - ---- - -##### `CreationStack`Required - -```csharp -public string[] CreationStack { get; } -``` - -- *Type:* string[] - -The creation stack of this resolvable which will be appended to errors thrown during resolution. - -If this returns an empty array the stack will not be attached. - ---- - -##### `Fqn`Required - -```csharp -public string Fqn { get; } -``` - -- *Type:* string - ---- - -##### `InternalValue`Optional - -```csharp -public object InternalValue { get; } -``` - -- *Type:* object - ---- - - -### ElastigroupAwsIntegrationNomadAutoscaleConstraintsOutputReference - -#### Initializers - -```csharp -using HashiCorp.Cdktf.Providers.Spotinst; - -new ElastigroupAwsIntegrationNomadAutoscaleConstraintsOutputReference(IInterpolatingParent TerraformResource, string TerraformAttribute, double ComplexObjectIndex, bool ComplexObjectIsFromSet); -``` - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| TerraformResource | HashiCorp.Cdktf.IInterpolatingParent | The parent resource. | -| TerraformAttribute | string | The attribute on the parent resource this class is referencing. | -| ComplexObjectIndex | double | the index of this item in the list. | -| ComplexObjectIsFromSet | bool | whether the list is wrapping a set (will add tolist() to be able to access an item via an index). | - ---- - -##### `TerraformResource`Required - -- *Type:* HashiCorp.Cdktf.IInterpolatingParent - -The parent resource. - ---- - -##### `TerraformAttribute`Required - -- *Type:* string - -The attribute on the parent resource this class is referencing. - ---- +--- ##### `ComplexObjectIndex`Required @@ -30401,477 +29936,6 @@ public ElastigroupAwsMetadataOptions InternalValue { get; } --- -### ElastigroupAwsMultaiTargetSetsList - -#### Initializers - -```csharp -using HashiCorp.Cdktf.Providers.Spotinst; - -new ElastigroupAwsMultaiTargetSetsList(IInterpolatingParent TerraformResource, string TerraformAttribute, bool WrapsSet); -``` - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| TerraformResource | HashiCorp.Cdktf.IInterpolatingParent | The parent resource. | -| TerraformAttribute | string | The attribute on the parent resource this class is referencing. | -| WrapsSet | bool | whether the list is wrapping a set (will add tolist() to be able to access an item via an index). | - ---- - -##### `TerraformResource`Required - -- *Type:* HashiCorp.Cdktf.IInterpolatingParent - -The parent resource. - ---- - -##### `TerraformAttribute`Required - -- *Type:* string - -The attribute on the parent resource this class is referencing. - ---- - -##### `WrapsSet`Required - -- *Type:* bool - -whether the list is wrapping a set (will add tolist() to be able to access an item via an index). - ---- - -#### Methods - -| **Name** | **Description** | -| --- | --- | -| AllWithMapKey | Creating an iterator for this complex list. | -| ComputeFqn | *No description.* | -| Resolve | Produce the Token's value at resolution time. | -| ToString | Return a string representation of this resolvable object. | -| Get | *No description.* | - ---- - -##### `AllWithMapKey` - -```csharp -private DynamicListTerraformIterator AllWithMapKey(string MapKeyAttributeName) -``` - -Creating an iterator for this complex list. - -The list will be converted into a map with the mapKeyAttributeName as the key. - -###### `MapKeyAttributeName`Required - -- *Type:* string - ---- - -##### `ComputeFqn` - -```csharp -private string ComputeFqn() -``` - -##### `Resolve` - -```csharp -private object Resolve(IResolveContext Context) -``` - -Produce the Token's value at resolution time. - -###### `Context`Required - -- *Type:* HashiCorp.Cdktf.IResolveContext - ---- - -##### `ToString` - -```csharp -private string ToString() -``` - -Return a string representation of this resolvable object. - -Returns a reversible string representation. - -##### `Get` - -```csharp -private ElastigroupAwsMultaiTargetSetsOutputReference Get(double Index) -``` - -###### `Index`Required - -- *Type:* double - -the index of the item to return. - ---- - - -#### Properties - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| CreationStack | string[] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | -| Fqn | string | *No description.* | -| InternalValue | object | *No description.* | - ---- - -##### `CreationStack`Required - -```csharp -public string[] CreationStack { get; } -``` - -- *Type:* string[] - -The creation stack of this resolvable which will be appended to errors thrown during resolution. - -If this returns an empty array the stack will not be attached. - ---- - -##### `Fqn`Required - -```csharp -public string Fqn { get; } -``` - -- *Type:* string - ---- - -##### `InternalValue`Optional - -```csharp -public object InternalValue { get; } -``` - -- *Type:* object - ---- - - -### ElastigroupAwsMultaiTargetSetsOutputReference - -#### Initializers - -```csharp -using HashiCorp.Cdktf.Providers.Spotinst; - -new ElastigroupAwsMultaiTargetSetsOutputReference(IInterpolatingParent TerraformResource, string TerraformAttribute, double ComplexObjectIndex, bool ComplexObjectIsFromSet); -``` - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| TerraformResource | HashiCorp.Cdktf.IInterpolatingParent | The parent resource. | -| TerraformAttribute | string | The attribute on the parent resource this class is referencing. | -| ComplexObjectIndex | double | the index of this item in the list. | -| ComplexObjectIsFromSet | bool | whether the list is wrapping a set (will add tolist() to be able to access an item via an index). | - ---- - -##### `TerraformResource`Required - -- *Type:* HashiCorp.Cdktf.IInterpolatingParent - -The parent resource. - ---- - -##### `TerraformAttribute`Required - -- *Type:* string - -The attribute on the parent resource this class is referencing. - ---- - -##### `ComplexObjectIndex`Required - -- *Type:* double - -the index of this item in the list. - ---- - -##### `ComplexObjectIsFromSet`Required - -- *Type:* bool - -whether the list is wrapping a set (will add tolist() to be able to access an item via an index). - ---- - -#### Methods - -| **Name** | **Description** | -| --- | --- | -| ComputeFqn | *No description.* | -| GetAnyMapAttribute | *No description.* | -| GetBooleanAttribute | *No description.* | -| GetBooleanMapAttribute | *No description.* | -| GetListAttribute | *No description.* | -| GetNumberAttribute | *No description.* | -| GetNumberListAttribute | *No description.* | -| GetNumberMapAttribute | *No description.* | -| GetStringAttribute | *No description.* | -| GetStringMapAttribute | *No description.* | -| InterpolationForAttribute | *No description.* | -| Resolve | Produce the Token's value at resolution time. | -| ToString | Return a string representation of this resolvable object. | - ---- - -##### `ComputeFqn` - -```csharp -private string ComputeFqn() -``` - -##### `GetAnyMapAttribute` - -```csharp -private System.Collections.Generic.IDictionary GetAnyMapAttribute(string TerraformAttribute) -``` - -###### `TerraformAttribute`Required - -- *Type:* string - ---- - -##### `GetBooleanAttribute` - -```csharp -private IResolvable GetBooleanAttribute(string TerraformAttribute) -``` - -###### `TerraformAttribute`Required - -- *Type:* string - ---- - -##### `GetBooleanMapAttribute` - -```csharp -private System.Collections.Generic.IDictionary GetBooleanMapAttribute(string TerraformAttribute) -``` - -###### `TerraformAttribute`Required - -- *Type:* string - ---- - -##### `GetListAttribute` - -```csharp -private string[] GetListAttribute(string TerraformAttribute) -``` - -###### `TerraformAttribute`Required - -- *Type:* string - ---- - -##### `GetNumberAttribute` - -```csharp -private double GetNumberAttribute(string TerraformAttribute) -``` - -###### `TerraformAttribute`Required - -- *Type:* string - ---- - -##### `GetNumberListAttribute` - -```csharp -private double[] GetNumberListAttribute(string TerraformAttribute) -``` - -###### `TerraformAttribute`Required - -- *Type:* string - ---- - -##### `GetNumberMapAttribute` - -```csharp -private System.Collections.Generic.IDictionary GetNumberMapAttribute(string TerraformAttribute) -``` - -###### `TerraformAttribute`Required - -- *Type:* string - ---- - -##### `GetStringAttribute` - -```csharp -private string GetStringAttribute(string TerraformAttribute) -``` - -###### `TerraformAttribute`Required - -- *Type:* string - ---- - -##### `GetStringMapAttribute` - -```csharp -private System.Collections.Generic.IDictionary GetStringMapAttribute(string TerraformAttribute) -``` - -###### `TerraformAttribute`Required - -- *Type:* string - ---- - -##### `InterpolationForAttribute` - -```csharp -private IResolvable InterpolationForAttribute(string Property) -``` - -###### `Property`Required - -- *Type:* string - ---- - -##### `Resolve` - -```csharp -private object Resolve(IResolveContext Context) -``` - -Produce the Token's value at resolution time. - -###### `Context`Required - -- *Type:* HashiCorp.Cdktf.IResolveContext - ---- - -##### `ToString` - -```csharp -private string ToString() -``` - -Return a string representation of this resolvable object. - -Returns a reversible string representation. - - -#### Properties - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| CreationStack | string[] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | -| Fqn | string | *No description.* | -| BalancerIdInput | string | *No description.* | -| TargetSetIdInput | string | *No description.* | -| BalancerId | string | *No description.* | -| TargetSetId | string | *No description.* | -| InternalValue | object | *No description.* | - ---- - -##### `CreationStack`Required - -```csharp -public string[] CreationStack { get; } -``` - -- *Type:* string[] - -The creation stack of this resolvable which will be appended to errors thrown during resolution. - -If this returns an empty array the stack will not be attached. - ---- - -##### `Fqn`Required - -```csharp -public string Fqn { get; } -``` - -- *Type:* string - ---- - -##### `BalancerIdInput`Optional - -```csharp -public string BalancerIdInput { get; } -``` - -- *Type:* string - ---- - -##### `TargetSetIdInput`Optional - -```csharp -public string TargetSetIdInput { get; } -``` - -- *Type:* string - ---- - -##### `BalancerId`Required - -```csharp -public string BalancerId { get; } -``` - -- *Type:* string - ---- - -##### `TargetSetId`Required - -```csharp -public string TargetSetId { get; } -``` - -- *Type:* string - ---- - -##### `InternalValue`Optional - -```csharp -public object InternalValue { get; } -``` - -- *Type:* object - ---- - - ### ElastigroupAwsMultipleMetricsExpressionsList #### Initializers diff --git a/docs/elastigroupAws.go.md b/docs/elastigroupAws.go.md index e061ee2fa..30a435bef 100644 --- a/docs/elastigroupAws.go.md +++ b/docs/elastigroupAws.go.md @@ -4,7 +4,7 @@ ### ElastigroupAws -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws spotinst_elastigroup_aws}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws spotinst_elastigroup_aws}. #### Initializers @@ -85,14 +85,12 @@ Must be unique amongst siblings in the same scope | PutIntegrationGitlab | *No description.* | | PutIntegrationKubernetes | *No description.* | | PutIntegrationMesosphere | *No description.* | -| PutIntegrationMultaiRuntime | *No description.* | | PutIntegrationNomad | *No description.* | | PutIntegrationRancher | *No description.* | | PutIntegrationRoute53 | *No description.* | | PutItf | *No description.* | | PutLogging | *No description.* | | PutMetadataOptions | *No description.* | -| PutMultaiTargetSets | *No description.* | | PutMultipleMetrics | *No description.* | | PutNetworkInterface | *No description.* | | PutResourceRequirements | *No description.* | @@ -142,7 +140,6 @@ Must be unique amongst siblings in the same scope | ResetIntegrationGitlab | *No description.* | | ResetIntegrationKubernetes | *No description.* | | ResetIntegrationMesosphere | *No description.* | -| ResetIntegrationMultaiRuntime | *No description.* | | ResetIntegrationNomad | *No description.* | | ResetIntegrationRancher | *No description.* | | ResetIntegrationRoute53 | *No description.* | @@ -154,7 +151,6 @@ Must be unique amongst siblings in the same scope | ResetMetadataOptions | *No description.* | | ResetMinimumInstanceLifetime | *No description.* | | ResetMinSize | *No description.* | -| ResetMultaiTargetSets | *No description.* | | ResetMultipleMetrics | *No description.* | | ResetNetworkInterface | *No description.* | | ResetOndemandCount | *No description.* | @@ -623,18 +619,6 @@ func PutIntegrationMesosphere(value ElastigroupAwsIntegrationMesosphere) --- -##### `PutIntegrationMultaiRuntime` - -```go -func PutIntegrationMultaiRuntime(value ElastigroupAwsIntegrationMultaiRuntime) -``` - -###### `value`Required - -- *Type:* ElastigroupAwsIntegrationMultaiRuntime - ---- - ##### `PutIntegrationNomad` ```go @@ -707,18 +691,6 @@ func PutMetadataOptions(value ElastigroupAwsMetadataOptions) --- -##### `PutMultaiTargetSets` - -```go -func PutMultaiTargetSets(value interface{}) -``` - -###### `value`Required - -- *Type:* interface{} - ---- - ##### `PutMultipleMetrics` ```go @@ -1103,12 +1075,6 @@ func ResetIntegrationKubernetes() func ResetIntegrationMesosphere() ``` -##### `ResetIntegrationMultaiRuntime` - -```go -func ResetIntegrationMultaiRuntime() -``` - ##### `ResetIntegrationNomad` ```go @@ -1175,12 +1141,6 @@ func ResetMinimumInstanceLifetime() func ResetMinSize() ``` -##### `ResetMultaiTargetSets` - -```go -func ResetMultaiTargetSets() -``` - ##### `ResetMultipleMetrics` ```go @@ -1482,7 +1442,7 @@ The construct id used in the generated config for the ElastigroupAws to import. The id of the existing ElastigroupAws that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#import import section} in the documentation of this resource for the id to use --- @@ -1524,14 +1484,12 @@ Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1. | IntegrationGitlab | ElastigroupAwsIntegrationGitlabOutputReference | *No description.* | | IntegrationKubernetes | ElastigroupAwsIntegrationKubernetesOutputReference | *No description.* | | IntegrationMesosphere | ElastigroupAwsIntegrationMesosphereOutputReference | *No description.* | -| IntegrationMultaiRuntime | ElastigroupAwsIntegrationMultaiRuntimeOutputReference | *No description.* | | IntegrationNomad | ElastigroupAwsIntegrationNomadOutputReference | *No description.* | | IntegrationRancher | ElastigroupAwsIntegrationRancherOutputReference | *No description.* | | IntegrationRoute53 | ElastigroupAwsIntegrationRoute53OutputReference | *No description.* | | Itf | ElastigroupAwsItfList | *No description.* | | Logging | ElastigroupAwsLoggingOutputReference | *No description.* | | MetadataOptions | ElastigroupAwsMetadataOptionsOutputReference | *No description.* | -| MultaiTargetSets | ElastigroupAwsMultaiTargetSetsList | *No description.* | | MultipleMetrics | ElastigroupAwsMultipleMetricsOutputReference | *No description.* | | NetworkInterface | ElastigroupAwsNetworkInterfaceList | *No description.* | | ResourceRequirements | ElastigroupAwsResourceRequirementsList | *No description.* | @@ -1582,7 +1540,6 @@ Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1. | IntegrationGitlabInput | ElastigroupAwsIntegrationGitlab | *No description.* | | IntegrationKubernetesInput | ElastigroupAwsIntegrationKubernetes | *No description.* | | IntegrationMesosphereInput | ElastigroupAwsIntegrationMesosphere | *No description.* | -| IntegrationMultaiRuntimeInput | ElastigroupAwsIntegrationMultaiRuntime | *No description.* | | IntegrationNomadInput | ElastigroupAwsIntegrationNomad | *No description.* | | IntegrationRancherInput | ElastigroupAwsIntegrationRancher | *No description.* | | IntegrationRoute53Input | ElastigroupAwsIntegrationRoute53 | *No description.* | @@ -1594,7 +1551,6 @@ Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1. | MetadataOptionsInput | ElastigroupAwsMetadataOptions | *No description.* | | MinimumInstanceLifetimeInput | *f64 | *No description.* | | MinSizeInput | *f64 | *No description.* | -| MultaiTargetSetsInput | interface{} | *No description.* | | MultipleMetricsInput | ElastigroupAwsMultipleMetrics | *No description.* | | NameInput | *string | *No description.* | | NetworkInterfaceInput | interface{} | *No description.* | @@ -1947,16 +1903,6 @@ func IntegrationMesosphere() ElastigroupAwsIntegrationMesosphereOutputReference --- -##### `IntegrationMultaiRuntime`Required - -```go -func IntegrationMultaiRuntime() ElastigroupAwsIntegrationMultaiRuntimeOutputReference -``` - -- *Type:* ElastigroupAwsIntegrationMultaiRuntimeOutputReference - ---- - ##### `IntegrationNomad`Required ```go @@ -2017,16 +1963,6 @@ func MetadataOptions() ElastigroupAwsMetadataOptionsOutputReference --- -##### `MultaiTargetSets`Required - -```go -func MultaiTargetSets() ElastigroupAwsMultaiTargetSetsList -``` - -- *Type:* ElastigroupAwsMultaiTargetSetsList - ---- - ##### `MultipleMetrics`Required ```go @@ -2527,16 +2463,6 @@ func IntegrationMesosphereInput() ElastigroupAwsIntegrationMesosphere --- -##### `IntegrationMultaiRuntimeInput`Optional - -```go -func IntegrationMultaiRuntimeInput() ElastigroupAwsIntegrationMultaiRuntime -``` - -- *Type:* ElastigroupAwsIntegrationMultaiRuntime - ---- - ##### `IntegrationNomadInput`Optional ```go @@ -2647,16 +2573,6 @@ func MinSizeInput() *f64 --- -##### `MultaiTargetSetsInput`Optional - -```go -func MultaiTargetSetsInput() interface{} -``` - -- *Type:* interface{} - ---- - ##### `MultipleMetricsInput`Optional ```go @@ -3601,7 +3517,6 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" IntegrationGitlab: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAws.ElastigroupAwsIntegrationGitlab, IntegrationKubernetes: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAws.ElastigroupAwsIntegrationKubernetes, IntegrationMesosphere: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAws.ElastigroupAwsIntegrationMesosphere, - IntegrationMultaiRuntime: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAws.ElastigroupAwsIntegrationMultaiRuntime, IntegrationNomad: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAws.ElastigroupAwsIntegrationNomad, IntegrationRancher: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAws.ElastigroupAwsIntegrationRancher, IntegrationRoute53: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAws.ElastigroupAwsIntegrationRoute53, @@ -3613,7 +3528,6 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" MetadataOptions: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAws.ElastigroupAwsMetadataOptions, MinimumInstanceLifetime: *f64, MinSize: *f64, - MultaiTargetSets: interface{}, MultipleMetrics: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAws.ElastigroupAwsMultipleMetrics, NetworkInterface: interface{}, OndemandCount: *f64, @@ -3661,37 +3575,37 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| FallbackToOndemand | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | -| Orientation | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#orientation ElastigroupAws#orientation}. | -| Product | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#product ElastigroupAws#product}. | -| SecurityGroups | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#security_groups ElastigroupAws#security_groups}. | -| AvailabilityZones | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#availability_zones ElastigroupAws#availability_zones}. | -| BlockDevicesMode | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_aws#capacity_unit ElastigroupAws#capacity_unit}. | -| ConsiderOdPricing | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_aws#cpu_credits ElastigroupAws#cpu_credits}. | +| FallbackToOndemand | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | +| Orientation | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#orientation ElastigroupAws#orientation}. | +| Product | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#product ElastigroupAws#product}. | +| SecurityGroups | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.170.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.170.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.169.1/docs/resources/elastigroup_aws#description ElastigroupAws#description}. | -| DesiredCapacity | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#desired_capacity ElastigroupAws#desired_capacity}. | -| DrainingTimeout | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#draining_timeout ElastigroupAws#draining_timeout}. | +| Description | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#description ElastigroupAws#description}. | +| DesiredCapacity | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.169.1/docs/resources/elastigroup_aws#ebs_optimized ElastigroupAws#ebs_optimized}. | -| ElasticIps | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#elastic_ips ElastigroupAws#elastic_ips}. | -| ElasticLoadBalancers | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_aws#enable_monitoring ElastigroupAws#enable_monitoring}. | +| EbsOptimized | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/docs/resources/elastigroup_aws#id ElastigroupAws#id}. | -| ImageId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#image_id ElastigroupAws#image_id}. | +| HealthCheckGracePeriod | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.170.0/docs/resources/elastigroup_aws#id ElastigroupAws#id}. | +| ImageId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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. | @@ -3700,30 +3614,28 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | IntegrationGitlab | ElastigroupAwsIntegrationGitlab | integration_gitlab block. | | IntegrationKubernetes | ElastigroupAwsIntegrationKubernetes | integration_kubernetes block. | | IntegrationMesosphere | ElastigroupAwsIntegrationMesosphere | integration_mesosphere block. | -| IntegrationMultaiRuntime | ElastigroupAwsIntegrationMultaiRuntime | integration_multai_runtime block. | | IntegrationNomad | ElastigroupAwsIntegrationNomad | integration_nomad block. | | 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.169.1/docs/resources/elastigroup_aws#key_name ElastigroupAws#key_name}. | -| LifetimePeriod | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#lifetime_period ElastigroupAws#lifetime_period}. | +| KeyName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_aws#lifetime_period ElastigroupAws#lifetime_period}. | | Logging | ElastigroupAwsLogging | logging block. | -| MaxSize | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#max_size ElastigroupAws#max_size}. | +| MaxSize | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.169.1/docs/resources/elastigroup_aws#min_size ElastigroupAws#min_size}. | -| MultaiTargetSets | interface{} | multai_target_sets block. | +| MinimumInstanceLifetime | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_aws#min_size ElastigroupAws#min_size}. | | MultipleMetrics | ElastigroupAwsMultipleMetrics | multiple_metrics block. | | NetworkInterface | interface{} | network_interface block. | -| OndemandCount | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#ondemand_count ElastigroupAws#ondemand_count}. | -| OnDemandTypes | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.169.1/docs/resources/elastigroup_aws#placement_tenancy ElastigroupAws#placement_tenancy}. | -| PreferredAvailabilityZones | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_aws#private_ips ElastigroupAws#private_ips}. | -| Region | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#region ElastigroupAws#region}. | +| OndemandCount | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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. | @@ -3732,20 +3644,20 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/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.169.1/docs/resources/elastigroup_aws#shutdown_script ElastigroupAws#shutdown_script}. | +| ShutdownScript | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#spot_percentage ElastigroupAws#spot_percentage}. | +| SpotPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#subnet_ids ElastigroupAws#subnet_ids}. | +| SubnetIds | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.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.169.1/docs/resources/elastigroup_aws#user_data ElastigroupAws#user_data}. | -| UtilizeCommitments | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#utilize_commitments ElastigroupAws#utilize_commitments}. | -| UtilizeReservedInstances | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.0/docs/resources/elastigroup_aws#wait_for_capacity_timeout ElastigroupAws#wait_for_capacity_timeout}. | --- @@ -3827,7 +3739,7 @@ FallbackToOndemand interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#fallback_to_ondemand ElastigroupAws#fallback_to_ondemand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#fallback_to_ondemand ElastigroupAws#fallback_to_ondemand}. --- @@ -3839,7 +3751,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -3851,7 +3763,7 @@ Orientation *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#orientation ElastigroupAws#orientation}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#orientation ElastigroupAws#orientation}. --- @@ -3863,7 +3775,7 @@ Product *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#product ElastigroupAws#product}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#product ElastigroupAws#product}. --- @@ -3875,7 +3787,7 @@ SecurityGroups *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#security_groups ElastigroupAws#security_groups}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#security_groups ElastigroupAws#security_groups}. --- @@ -3887,7 +3799,7 @@ AvailabilityZones *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#availability_zones ElastigroupAws#availability_zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#availability_zones ElastigroupAws#availability_zones}. --- @@ -3899,7 +3811,7 @@ BlockDevicesMode *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#block_devices_mode ElastigroupAws#block_devices_mode}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#block_devices_mode ElastigroupAws#block_devices_mode}. --- @@ -3911,7 +3823,7 @@ CapacityUnit *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#capacity_unit ElastigroupAws#capacity_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#capacity_unit ElastigroupAws#capacity_unit}. --- @@ -3923,7 +3835,7 @@ ConsiderOdPricing interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#consider_od_pricing ElastigroupAws#consider_od_pricing}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#consider_od_pricing ElastigroupAws#consider_od_pricing}. --- @@ -3935,7 +3847,7 @@ CpuCredits *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#cpu_credits ElastigroupAws#cpu_credits}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#cpu_credits ElastigroupAws#cpu_credits}. --- @@ -3949,7 +3861,7 @@ CpuOptions ElastigroupAwsCpuOptions cpu_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#cpu_options ElastigroupAws#cpu_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#cpu_options ElastigroupAws#cpu_options} --- @@ -3961,7 +3873,7 @@ Description *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#description ElastigroupAws#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#description ElastigroupAws#description}. --- @@ -3973,7 +3885,7 @@ DesiredCapacity *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#desired_capacity ElastigroupAws#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#desired_capacity ElastigroupAws#desired_capacity}. --- @@ -3985,7 +3897,7 @@ DrainingTimeout *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#draining_timeout ElastigroupAws#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#draining_timeout ElastigroupAws#draining_timeout}. --- @@ -3999,7 +3911,7 @@ EbsBlockDevice interface{} ebs_block_device block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#ebs_block_device ElastigroupAws#ebs_block_device} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#ebs_block_device ElastigroupAws#ebs_block_device} --- @@ -4011,7 +3923,7 @@ EbsOptimized interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#ebs_optimized ElastigroupAws#ebs_optimized}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#ebs_optimized ElastigroupAws#ebs_optimized}. --- @@ -4023,7 +3935,7 @@ ElasticIps *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#elastic_ips ElastigroupAws#elastic_ips}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#elastic_ips ElastigroupAws#elastic_ips}. --- @@ -4035,7 +3947,7 @@ ElasticLoadBalancers *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#elastic_load_balancers ElastigroupAws#elastic_load_balancers}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#elastic_load_balancers ElastigroupAws#elastic_load_balancers}. --- @@ -4047,7 +3959,7 @@ EnableMonitoring interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#enable_monitoring ElastigroupAws#enable_monitoring}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#enable_monitoring ElastigroupAws#enable_monitoring}. --- @@ -4061,7 +3973,7 @@ EphemeralBlockDevice interface{} ephemeral_block_device block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#ephemeral_block_device ElastigroupAws#ephemeral_block_device} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#ephemeral_block_device ElastigroupAws#ephemeral_block_device} --- @@ -4073,7 +3985,7 @@ HealthCheckGracePeriod *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws#health_check_grace_period ElastigroupAws#health_check_grace_period}. --- @@ -4085,7 +3997,7 @@ HealthCheckType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#health_check_type ElastigroupAws#health_check_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#health_check_type ElastigroupAws#health_check_type}. --- @@ -4097,7 +4009,7 @@ HealthCheckUnhealthyDurationBeforeReplacement *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws#health_check_unhealthy_duration_before_replacement ElastigroupAws#health_check_unhealthy_duration_before_replacement}. --- @@ -4109,7 +4021,7 @@ IamInstanceProfile *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#iam_instance_profile ElastigroupAws#iam_instance_profile}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#iam_instance_profile ElastigroupAws#iam_instance_profile}. --- @@ -4121,7 +4033,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#id ElastigroupAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. @@ -4136,7 +4048,7 @@ ImageId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#image_id ElastigroupAws#image_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#image_id ElastigroupAws#image_id}. --- @@ -4150,7 +4062,7 @@ Images interface{} images block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#images ElastigroupAws#images} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#images ElastigroupAws#images} --- @@ -4162,7 +4074,7 @@ ImmediateOdRecoverThreshold *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws#immediate_od_recover_threshold ElastigroupAws#immediate_od_recover_threshold}. --- @@ -4174,7 +4086,7 @@ InstanceTypesOndemand *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#instance_types_ondemand ElastigroupAws#instance_types_ondemand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#instance_types_ondemand ElastigroupAws#instance_types_ondemand}. --- @@ -4186,7 +4098,7 @@ InstanceTypesPreferredSpot *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws#instance_types_preferred_spot ElastigroupAws#instance_types_preferred_spot}. --- @@ -4198,7 +4110,7 @@ InstanceTypesSpot *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#instance_types_spot ElastigroupAws#instance_types_spot}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#instance_types_spot ElastigroupAws#instance_types_spot}. --- @@ -4212,7 +4124,7 @@ InstanceTypesWeights interface{} instance_types_weights block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#instance_types_weights ElastigroupAws#instance_types_weights} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#instance_types_weights ElastigroupAws#instance_types_weights} --- @@ -4226,7 +4138,7 @@ IntegrationBeanstalk ElastigroupAwsIntegrationBeanstalk integration_beanstalk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#integration_beanstalk ElastigroupAws#integration_beanstalk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#integration_beanstalk ElastigroupAws#integration_beanstalk} --- @@ -4240,7 +4152,7 @@ IntegrationCodedeploy ElastigroupAwsIntegrationCodedeploy integration_codedeploy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#integration_codedeploy ElastigroupAws#integration_codedeploy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#integration_codedeploy ElastigroupAws#integration_codedeploy} --- @@ -4254,7 +4166,7 @@ IntegrationDockerSwarm ElastigroupAwsIntegrationDockerSwarm integration_docker_swarm block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#integration_docker_swarm ElastigroupAws#integration_docker_swarm} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#integration_docker_swarm ElastigroupAws#integration_docker_swarm} --- @@ -4268,7 +4180,7 @@ IntegrationEcs ElastigroupAwsIntegrationEcs integration_ecs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#integration_ecs ElastigroupAws#integration_ecs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#integration_ecs ElastigroupAws#integration_ecs} --- @@ -4282,7 +4194,7 @@ IntegrationGitlab ElastigroupAwsIntegrationGitlab integration_gitlab block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#integration_gitlab ElastigroupAws#integration_gitlab} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#integration_gitlab ElastigroupAws#integration_gitlab} --- @@ -4296,7 +4208,7 @@ IntegrationKubernetes ElastigroupAwsIntegrationKubernetes integration_kubernetes block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#integration_kubernetes ElastigroupAws#integration_kubernetes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#integration_kubernetes ElastigroupAws#integration_kubernetes} --- @@ -4310,21 +4222,7 @@ IntegrationMesosphere ElastigroupAwsIntegrationMesosphere integration_mesosphere block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#integration_mesosphere ElastigroupAws#integration_mesosphere} - ---- - -##### `IntegrationMultaiRuntime`Optional - -```go -IntegrationMultaiRuntime ElastigroupAwsIntegrationMultaiRuntime -``` - -- *Type:* ElastigroupAwsIntegrationMultaiRuntime - -integration_multai_runtime block. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#integration_multai_runtime ElastigroupAws#integration_multai_runtime} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#integration_mesosphere ElastigroupAws#integration_mesosphere} --- @@ -4338,7 +4236,7 @@ IntegrationNomad ElastigroupAwsIntegrationNomad integration_nomad block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#integration_nomad ElastigroupAws#integration_nomad} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#integration_nomad ElastigroupAws#integration_nomad} --- @@ -4352,7 +4250,7 @@ IntegrationRancher ElastigroupAwsIntegrationRancher integration_rancher block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#integration_rancher ElastigroupAws#integration_rancher} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#integration_rancher ElastigroupAws#integration_rancher} --- @@ -4366,7 +4264,7 @@ IntegrationRoute53 ElastigroupAwsIntegrationRoute53 integration_route53 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#integration_route53 ElastigroupAws#integration_route53} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#integration_route53 ElastigroupAws#integration_route53} --- @@ -4380,7 +4278,7 @@ Itf interface{} itf block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#itf ElastigroupAws#itf} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#itf ElastigroupAws#itf} --- @@ -4392,7 +4290,7 @@ KeyName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#key_name ElastigroupAws#key_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#key_name ElastigroupAws#key_name}. --- @@ -4404,7 +4302,7 @@ LifetimePeriod *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#lifetime_period ElastigroupAws#lifetime_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#lifetime_period ElastigroupAws#lifetime_period}. --- @@ -4418,7 +4316,7 @@ Logging ElastigroupAwsLogging logging block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#logging ElastigroupAws#logging} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#logging ElastigroupAws#logging} --- @@ -4430,7 +4328,7 @@ MaxSize *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#max_size ElastigroupAws#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#max_size ElastigroupAws#max_size}. --- @@ -4444,7 +4342,7 @@ MetadataOptions ElastigroupAwsMetadataOptions metadata_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#metadata_options ElastigroupAws#metadata_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#metadata_options ElastigroupAws#metadata_options} --- @@ -4456,7 +4354,7 @@ MinimumInstanceLifetime *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#minimum_instance_lifetime ElastigroupAws#minimum_instance_lifetime}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#minimum_instance_lifetime ElastigroupAws#minimum_instance_lifetime}. --- @@ -4468,21 +4366,7 @@ MinSize *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#min_size ElastigroupAws#min_size}. - ---- - -##### `MultaiTargetSets`Optional - -```go -MultaiTargetSets interface{} -``` - -- *Type:* interface{} - -multai_target_sets block. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#multai_target_sets ElastigroupAws#multai_target_sets} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#min_size ElastigroupAws#min_size}. --- @@ -4496,7 +4380,7 @@ MultipleMetrics ElastigroupAwsMultipleMetrics multiple_metrics block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#multiple_metrics ElastigroupAws#multiple_metrics} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#multiple_metrics ElastigroupAws#multiple_metrics} --- @@ -4510,7 +4394,7 @@ NetworkInterface interface{} network_interface block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#network_interface ElastigroupAws#network_interface} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#network_interface ElastigroupAws#network_interface} --- @@ -4522,7 +4406,7 @@ OndemandCount *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#ondemand_count ElastigroupAws#ondemand_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#ondemand_count ElastigroupAws#ondemand_count}. --- @@ -4534,7 +4418,7 @@ OnDemandTypes *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#on_demand_types ElastigroupAws#on_demand_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#on_demand_types ElastigroupAws#on_demand_types}. --- @@ -4546,7 +4430,7 @@ PersistBlockDevices interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#persist_block_devices ElastigroupAws#persist_block_devices}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#persist_block_devices ElastigroupAws#persist_block_devices}. --- @@ -4558,7 +4442,7 @@ PersistPrivateIp interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#persist_private_ip ElastigroupAws#persist_private_ip}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#persist_private_ip ElastigroupAws#persist_private_ip}. --- @@ -4570,7 +4454,7 @@ PersistRootDevice interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#persist_root_device ElastigroupAws#persist_root_device}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#persist_root_device ElastigroupAws#persist_root_device}. --- @@ -4582,7 +4466,7 @@ PlacementTenancy *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#placement_tenancy ElastigroupAws#placement_tenancy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#placement_tenancy ElastigroupAws#placement_tenancy}. --- @@ -4594,7 +4478,7 @@ PreferredAvailabilityZones *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#preferred_availability_zones ElastigroupAws#preferred_availability_zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#preferred_availability_zones ElastigroupAws#preferred_availability_zones}. --- @@ -4606,7 +4490,7 @@ PrivateIps *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#private_ips ElastigroupAws#private_ips}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#private_ips ElastigroupAws#private_ips}. --- @@ -4618,7 +4502,7 @@ Region *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#region ElastigroupAws#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#region ElastigroupAws#region}. --- @@ -4632,7 +4516,7 @@ ResourceRequirements interface{} resource_requirements block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#resource_requirements ElastigroupAws#resource_requirements} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#resource_requirements ElastigroupAws#resource_requirements} --- @@ -4646,7 +4530,7 @@ ResourceTagSpecification interface{} resource_tag_specification block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#resource_tag_specification ElastigroupAws#resource_tag_specification} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#resource_tag_specification ElastigroupAws#resource_tag_specification} --- @@ -4660,7 +4544,7 @@ RevertToSpot ElastigroupAwsRevertToSpot revert_to_spot block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#revert_to_spot ElastigroupAws#revert_to_spot} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#revert_to_spot ElastigroupAws#revert_to_spot} --- @@ -4674,7 +4558,7 @@ ScalingDownPolicy interface{} scaling_down_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#scaling_down_policy ElastigroupAws#scaling_down_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#scaling_down_policy ElastigroupAws#scaling_down_policy} --- @@ -4688,7 +4572,7 @@ ScalingStrategy interface{} scaling_strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#scaling_strategy ElastigroupAws#scaling_strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#scaling_strategy ElastigroupAws#scaling_strategy} --- @@ -4702,7 +4586,7 @@ ScalingTargetPolicy interface{} scaling_target_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#scaling_target_policy ElastigroupAws#scaling_target_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#scaling_target_policy ElastigroupAws#scaling_target_policy} --- @@ -4716,7 +4600,7 @@ ScalingUpPolicy interface{} scaling_up_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#scaling_up_policy ElastigroupAws#scaling_up_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#scaling_up_policy ElastigroupAws#scaling_up_policy} --- @@ -4730,7 +4614,7 @@ ScheduledTask interface{} scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#scheduled_task ElastigroupAws#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#scheduled_task ElastigroupAws#scheduled_task} --- @@ -4742,7 +4626,7 @@ ShutdownScript *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#shutdown_script ElastigroupAws#shutdown_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#shutdown_script ElastigroupAws#shutdown_script}. --- @@ -4756,7 +4640,7 @@ Signal interface{} signal block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#signal ElastigroupAws#signal} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#signal ElastigroupAws#signal} --- @@ -4768,7 +4652,7 @@ SpotPercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#spot_percentage ElastigroupAws#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#spot_percentage ElastigroupAws#spot_percentage}. --- @@ -4782,7 +4666,7 @@ StatefulDeallocation ElastigroupAwsStatefulDeallocation stateful_deallocation block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#stateful_deallocation ElastigroupAws#stateful_deallocation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#stateful_deallocation ElastigroupAws#stateful_deallocation} --- @@ -4796,7 +4680,7 @@ StatefulInstanceAction interface{} stateful_instance_action block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#stateful_instance_action ElastigroupAws#stateful_instance_action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#stateful_instance_action ElastigroupAws#stateful_instance_action} --- @@ -4808,7 +4692,7 @@ SubnetIds *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#subnet_ids ElastigroupAws#subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#subnet_ids ElastigroupAws#subnet_ids}. --- @@ -4822,7 +4706,7 @@ Tags interface{} tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#tags ElastigroupAws#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#tags ElastigroupAws#tags} --- @@ -4834,7 +4718,7 @@ TargetGroupArns *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#target_group_arns ElastigroupAws#target_group_arns}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#target_group_arns ElastigroupAws#target_group_arns}. --- @@ -4848,7 +4732,7 @@ UpdatePolicy ElastigroupAwsUpdatePolicy update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#update_policy ElastigroupAws#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#update_policy ElastigroupAws#update_policy} --- @@ -4860,7 +4744,7 @@ UserData *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#user_data ElastigroupAws#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#user_data ElastigroupAws#user_data}. --- @@ -4872,7 +4756,7 @@ UtilizeCommitments interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#utilize_commitments ElastigroupAws#utilize_commitments}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#utilize_commitments ElastigroupAws#utilize_commitments}. --- @@ -4884,7 +4768,7 @@ UtilizeReservedInstances interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#utilize_reserved_instances ElastigroupAws#utilize_reserved_instances}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#utilize_reserved_instances ElastigroupAws#utilize_reserved_instances}. --- @@ -4896,7 +4780,7 @@ WaitForCapacity *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#wait_for_capacity ElastigroupAws#wait_for_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#wait_for_capacity ElastigroupAws#wait_for_capacity}. --- @@ -4908,7 +4792,7 @@ WaitForCapacityTimeout *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws#wait_for_capacity_timeout ElastigroupAws#wait_for_capacity_timeout}. --- @@ -4928,7 +4812,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| ThreadsPerCore | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws#threads_per_core ElastigroupAws#threads_per_core}. | --- @@ -4940,7 +4824,7 @@ ThreadsPerCore *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#threads_per_core ElastigroupAws#threads_per_core}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#threads_per_core ElastigroupAws#threads_per_core}. --- @@ -4968,15 +4852,15 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| DeviceName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#device_name ElastigroupAws#device_name}. | -| DeleteOnTermination | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_aws#encrypted ElastigroupAws#encrypted}. | -| Iops | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#iops ElastigroupAws#iops}. | -| KmsKeyId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_aws#snapshot_id ElastigroupAws#snapshot_id}. | -| Throughput | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#throughput ElastigroupAws#throughput}. | -| VolumeSize | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#volume_size ElastigroupAws#volume_size}. | -| VolumeType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#volume_type ElastigroupAws#volume_type}. | +| DeviceName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.0/docs/resources/elastigroup_aws#encrypted ElastigroupAws#encrypted}. | +| Iops | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#iops ElastigroupAws#iops}. | +| KmsKeyId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.0/docs/resources/elastigroup_aws#throughput ElastigroupAws#throughput}. | +| VolumeSize | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_aws#volume_type ElastigroupAws#volume_type}. | --- @@ -4988,7 +4872,7 @@ DeviceName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#device_name ElastigroupAws#device_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#device_name ElastigroupAws#device_name}. --- @@ -5000,7 +4884,7 @@ DeleteOnTermination interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#delete_on_termination ElastigroupAws#delete_on_termination}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#delete_on_termination ElastigroupAws#delete_on_termination}. --- @@ -5012,7 +4896,7 @@ Encrypted interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#encrypted ElastigroupAws#encrypted}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#encrypted ElastigroupAws#encrypted}. --- @@ -5024,7 +4908,7 @@ Iops *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#iops ElastigroupAws#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#iops ElastigroupAws#iops}. --- @@ -5036,7 +4920,7 @@ KmsKeyId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#kms_key_id ElastigroupAws#kms_key_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#kms_key_id ElastigroupAws#kms_key_id}. --- @@ -5048,7 +4932,7 @@ SnapshotId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#snapshot_id ElastigroupAws#snapshot_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#snapshot_id ElastigroupAws#snapshot_id}. --- @@ -5060,7 +4944,7 @@ Throughput *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#throughput ElastigroupAws#throughput}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#throughput ElastigroupAws#throughput}. --- @@ -5072,7 +4956,7 @@ VolumeSize *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#volume_size ElastigroupAws#volume_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#volume_size ElastigroupAws#volume_size}. --- @@ -5084,7 +4968,7 @@ VolumeType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#volume_type ElastigroupAws#volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#volume_type ElastigroupAws#volume_type}. --- @@ -5105,8 +4989,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| DeviceName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#device_name ElastigroupAws#device_name}. | -| VirtualName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#virtual_name ElastigroupAws#virtual_name}. | +| DeviceName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_aws#virtual_name ElastigroupAws#virtual_name}. | --- @@ -5118,7 +5002,7 @@ DeviceName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#device_name ElastigroupAws#device_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#device_name ElastigroupAws#device_name}. --- @@ -5130,7 +5014,7 @@ VirtualName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#virtual_name ElastigroupAws#virtual_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#virtual_name ElastigroupAws#virtual_name}. --- @@ -5164,7 +5048,7 @@ Image interface{} image block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#image ElastigroupAws#image} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#image ElastigroupAws#image} --- @@ -5184,7 +5068,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#id ElastigroupAws#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#id ElastigroupAws#id}. | --- @@ -5196,7 +5080,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#id ElastigroupAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. @@ -5220,8 +5104,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| InstanceType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#instance_type ElastigroupAws#instance_type}. | -| Weight | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#weight ElastigroupAws#weight}. | +| InstanceType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_aws#weight ElastigroupAws#weight}. | --- @@ -5233,7 +5117,7 @@ InstanceType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#instance_type ElastigroupAws#instance_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#instance_type ElastigroupAws#instance_type}. --- @@ -5245,7 +5129,7 @@ Weight *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#weight ElastigroupAws#weight}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#weight ElastigroupAws#weight}. --- @@ -5268,7 +5152,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | | DeploymentPreferences | ElastigroupAwsIntegrationBeanstalkDeploymentPreferences | deployment_preferences block. | -| EnvironmentId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#environment_id ElastigroupAws#environment_id}. | +| EnvironmentId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#environment_id ElastigroupAws#environment_id}. | | ManagedActions | ElastigroupAwsIntegrationBeanstalkManagedActions | managed_actions block. | --- @@ -5283,7 +5167,7 @@ DeploymentPreferences ElastigroupAwsIntegrationBeanstalkDeploymentPreferences deployment_preferences block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#deployment_preferences ElastigroupAws#deployment_preferences} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#deployment_preferences ElastigroupAws#deployment_preferences} --- @@ -5295,7 +5179,7 @@ EnvironmentId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#environment_id ElastigroupAws#environment_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#environment_id ElastigroupAws#environment_id}. --- @@ -5309,7 +5193,7 @@ ManagedActions ElastigroupAwsIntegrationBeanstalkManagedActions managed_actions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#managed_actions ElastigroupAws#managed_actions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#managed_actions ElastigroupAws#managed_actions} --- @@ -5332,9 +5216,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| AutomaticRoll | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#automatic_roll ElastigroupAws#automatic_roll}. | -| BatchSizePercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. | +| AutomaticRoll | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.0/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. | | Strategy | ElastigroupAwsIntegrationBeanstalkDeploymentPreferencesStrategy | strategy block. | --- @@ -5347,7 +5231,7 @@ AutomaticRoll interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#automatic_roll ElastigroupAws#automatic_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#automatic_roll ElastigroupAws#automatic_roll}. --- @@ -5359,7 +5243,7 @@ BatchSizePercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#batch_size_percentage ElastigroupAws#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#batch_size_percentage ElastigroupAws#batch_size_percentage}. --- @@ -5371,7 +5255,7 @@ GracePeriod *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. --- @@ -5385,7 +5269,7 @@ Strategy ElastigroupAwsIntegrationBeanstalkDeploymentPreferencesStrategy strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#strategy ElastigroupAws#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#strategy ElastigroupAws#strategy} --- @@ -5406,8 +5290,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Action | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#action ElastigroupAws#action}. | -| ShouldDrainInstances | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws#action ElastigroupAws#action}. | +| ShouldDrainInstances | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#should_drain_instances ElastigroupAws#should_drain_instances}. | --- @@ -5419,7 +5303,7 @@ Action *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#action ElastigroupAws#action}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#action ElastigroupAws#action}. --- @@ -5431,7 +5315,7 @@ ShouldDrainInstances interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#should_drain_instances ElastigroupAws#should_drain_instances}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#should_drain_instances ElastigroupAws#should_drain_instances}. --- @@ -5465,7 +5349,7 @@ PlatformUpdate ElastigroupAwsIntegrationBeanstalkManagedActionsPlatformUpdate platform_update block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#platform_update ElastigroupAws#platform_update} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#platform_update ElastigroupAws#platform_update} --- @@ -5487,9 +5371,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| PerformAt | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#perform_at ElastigroupAws#perform_at}. | -| TimeWindow | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#time_window ElastigroupAws#time_window}. | -| UpdateLevel | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#update_level ElastigroupAws#update_level}. | +| PerformAt | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.0/docs/resources/elastigroup_aws#update_level ElastigroupAws#update_level}. | --- @@ -5501,7 +5385,7 @@ PerformAt *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#perform_at ElastigroupAws#perform_at}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#perform_at ElastigroupAws#perform_at}. --- @@ -5513,7 +5397,7 @@ TimeWindow *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#time_window ElastigroupAws#time_window}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#time_window ElastigroupAws#time_window}. --- @@ -5525,7 +5409,7 @@ UpdateLevel *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#update_level ElastigroupAws#update_level}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#update_level ElastigroupAws#update_level}. --- @@ -5547,9 +5431,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| CleanupOnFailure | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.169.1/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.170.0/docs/resources/elastigroup_aws#terminate_instance_on_failure ElastigroupAws#terminate_instance_on_failure}. | --- @@ -5561,7 +5445,7 @@ CleanupOnFailure interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#cleanup_on_failure ElastigroupAws#cleanup_on_failure}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#cleanup_on_failure ElastigroupAws#cleanup_on_failure}. --- @@ -5575,7 +5459,7 @@ DeploymentGroups interface{} deployment_groups block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#deployment_groups ElastigroupAws#deployment_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#deployment_groups ElastigroupAws#deployment_groups} --- @@ -5587,7 +5471,7 @@ TerminateInstanceOnFailure interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws#terminate_instance_on_failure ElastigroupAws#terminate_instance_on_failure}. --- @@ -5608,8 +5492,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| ApplicationName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#application_name ElastigroupAws#application_name}. | -| DeploymentGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.0/docs/resources/elastigroup_aws#deployment_group_name ElastigroupAws#deployment_group_name}. | --- @@ -5621,7 +5505,7 @@ ApplicationName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#application_name ElastigroupAws#application_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#application_name ElastigroupAws#application_name}. --- @@ -5633,7 +5517,7 @@ DeploymentGroupName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#deployment_group_name ElastigroupAws#deployment_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#deployment_group_name ElastigroupAws#deployment_group_name}. --- @@ -5658,12 +5542,12 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| MasterHost | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. | -| MasterPort | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#master_port ElastigroupAws#master_port}. | -| AutoscaleCooldown | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. | +| MasterHost | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.169.1/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.170.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. | --- @@ -5675,7 +5559,7 @@ MasterHost *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. --- @@ -5687,7 +5571,7 @@ MasterPort *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#master_port ElastigroupAws#master_port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#master_port ElastigroupAws#master_port}. --- @@ -5699,7 +5583,7 @@ AutoscaleCooldown *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. --- @@ -5713,7 +5597,7 @@ AutoscaleDown ElastigroupAwsIntegrationDockerSwarmAutoscaleDown autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} --- @@ -5727,7 +5611,7 @@ AutoscaleHeadroom ElastigroupAwsIntegrationDockerSwarmAutoscaleHeadroom autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} --- @@ -5739,7 +5623,7 @@ AutoscaleIsEnabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. --- @@ -5760,8 +5644,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| EvaluationPeriods | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. | -| MaxScaleDownPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage}. | --- @@ -5773,7 +5657,7 @@ EvaluationPeriods *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. --- @@ -5785,7 +5669,7 @@ MaxScaleDownPercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage}. --- @@ -5807,9 +5691,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| CpuPerUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. | --- @@ -5821,7 +5705,7 @@ CpuPerUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. --- @@ -5833,7 +5717,7 @@ MemoryPerUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. --- @@ -5845,7 +5729,7 @@ NumOfUnits *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. --- @@ -5873,14 +5757,14 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| ClusterName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#cluster_name ElastigroupAws#cluster_name}. | +| ClusterName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. | +| AutoscaleCooldown | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/elastigroup_aws#autoscale_scale_down_non_service_tasks ElastigroupAws#autoscale_scale_down_non_service_tasks}. | | Batch | ElastigroupAwsIntegrationEcsBatch | batch block. | --- @@ -5893,7 +5777,7 @@ ClusterName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#cluster_name ElastigroupAws#cluster_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#cluster_name ElastigroupAws#cluster_name}. --- @@ -5907,7 +5791,7 @@ AutoscaleAttributes interface{} autoscale_attributes block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#autoscale_attributes ElastigroupAws#autoscale_attributes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#autoscale_attributes ElastigroupAws#autoscale_attributes} --- @@ -5919,7 +5803,7 @@ AutoscaleCooldown *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. --- @@ -5933,7 +5817,7 @@ AutoscaleDown ElastigroupAwsIntegrationEcsAutoscaleDown autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} --- @@ -5947,7 +5831,7 @@ AutoscaleHeadroom ElastigroupAwsIntegrationEcsAutoscaleHeadroom autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} --- @@ -5959,7 +5843,7 @@ AutoscaleIsAutoConfig interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws#autoscale_is_auto_config ElastigroupAws#autoscale_is_auto_config}. --- @@ -5971,7 +5855,7 @@ AutoscaleIsEnabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. --- @@ -5983,7 +5867,7 @@ AutoscaleScaleDownNonServiceTasks interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws#autoscale_scale_down_non_service_tasks ElastigroupAws#autoscale_scale_down_non_service_tasks}. --- @@ -5997,7 +5881,7 @@ Batch ElastigroupAwsIntegrationEcsBatch batch block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#batch ElastigroupAws#batch} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#batch ElastigroupAws#batch} --- @@ -6018,8 +5902,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#key ElastigroupAws#key}. | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | +| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. | +| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | --- @@ -6031,7 +5915,7 @@ Key *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#key ElastigroupAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. --- @@ -6043,7 +5927,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#value ElastigroupAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. --- @@ -6064,8 +5948,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| EvaluationPeriods | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. | -| MaxScaleDownPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage}. | --- @@ -6077,7 +5961,7 @@ EvaluationPeriods *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. --- @@ -6089,7 +5973,7 @@ MaxScaleDownPercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage}. --- @@ -6111,9 +5995,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| CpuPerUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. | --- @@ -6125,7 +6009,7 @@ CpuPerUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. --- @@ -6137,7 +6021,7 @@ MemoryPerUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. --- @@ -6149,7 +6033,7 @@ NumOfUnits *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. --- @@ -6169,7 +6053,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| JobQueueNames | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws#job_queue_names ElastigroupAws#job_queue_names}. | --- @@ -6181,7 +6065,7 @@ JobQueueNames *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#job_queue_names ElastigroupAws#job_queue_names}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#job_queue_names ElastigroupAws#job_queue_names}. --- @@ -6215,7 +6099,7 @@ Runner ElastigroupAwsIntegrationGitlabRunner runner block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#runner ElastigroupAws#runner} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#runner ElastigroupAws#runner} --- @@ -6235,7 +6119,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| IsEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. | +| IsEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. | --- @@ -6247,7 +6131,7 @@ IsEnabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. --- @@ -6276,16 +6160,16 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| ApiServer | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#api_server ElastigroupAws#api_server}. | -| AutoscaleCooldown | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. | +| ApiServer | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.169.1/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.169.1/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.170.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.170.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.169.1/docs/resources/elastigroup_aws#cluster_identifier ElastigroupAws#cluster_identifier}. | -| IntegrationMode | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#integration_mode ElastigroupAws#integration_mode}. | -| Token | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#token ElastigroupAws#token}. | +| ClusterIdentifier | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.0/docs/resources/elastigroup_aws#token ElastigroupAws#token}. | --- @@ -6297,7 +6181,7 @@ ApiServer *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#api_server ElastigroupAws#api_server}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#api_server ElastigroupAws#api_server}. --- @@ -6309,7 +6193,7 @@ AutoscaleCooldown *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. --- @@ -6323,7 +6207,7 @@ AutoscaleDown ElastigroupAwsIntegrationKubernetesAutoscaleDown autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} --- @@ -6337,7 +6221,7 @@ AutoscaleHeadroom ElastigroupAwsIntegrationKubernetesAutoscaleHeadroom autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} --- @@ -6349,7 +6233,7 @@ AutoscaleIsAutoConfig interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws#autoscale_is_auto_config ElastigroupAws#autoscale_is_auto_config}. --- @@ -6361,7 +6245,7 @@ AutoscaleIsEnabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. --- @@ -6375,7 +6259,7 @@ AutoscaleLabels interface{} autoscale_labels block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#autoscale_labels ElastigroupAws#autoscale_labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#autoscale_labels ElastigroupAws#autoscale_labels} --- @@ -6387,7 +6271,7 @@ ClusterIdentifier *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#cluster_identifier ElastigroupAws#cluster_identifier}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#cluster_identifier ElastigroupAws#cluster_identifier}. --- @@ -6399,7 +6283,7 @@ IntegrationMode *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#integration_mode ElastigroupAws#integration_mode}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#integration_mode ElastigroupAws#integration_mode}. --- @@ -6411,7 +6295,7 @@ Token *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#token ElastigroupAws#token}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#token ElastigroupAws#token}. --- @@ -6432,8 +6316,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| EvaluationPeriods | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. | -| MaxScaleDownPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage}. | --- @@ -6445,7 +6329,7 @@ EvaluationPeriods *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. --- @@ -6457,7 +6341,7 @@ MaxScaleDownPercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage}. --- @@ -6479,9 +6363,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| CpuPerUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. | --- @@ -6493,7 +6377,7 @@ CpuPerUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. --- @@ -6505,7 +6389,7 @@ MemoryPerUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. --- @@ -6517,7 +6401,7 @@ NumOfUnits *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. --- @@ -6538,8 +6422,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#key ElastigroupAws#key}. | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | +| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. | +| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | --- @@ -6551,7 +6435,7 @@ Key *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#key ElastigroupAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. --- @@ -6563,7 +6447,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#value ElastigroupAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. --- @@ -6583,7 +6467,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| ApiServer | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#api_server ElastigroupAws#api_server}. | +| ApiServer | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#api_server ElastigroupAws#api_server}. | --- @@ -6595,39 +6479,7 @@ ApiServer *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#api_server ElastigroupAws#api_server}. - ---- - -### ElastigroupAwsIntegrationMultaiRuntime - -#### Initializer - -```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" - -&elastigroupaws.ElastigroupAwsIntegrationMultaiRuntime { - DeploymentId: *string, -} -``` - -#### Properties - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| DeploymentId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#deployment_id ElastigroupAws#deployment_id}. | - ---- - -##### `DeploymentId`Required - -```go -DeploymentId *string -``` - -- *Type:* *string - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#deployment_id ElastigroupAws#deployment_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#api_server ElastigroupAws#api_server}. --- @@ -6654,14 +6506,14 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| MasterHost | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. | -| MasterPort | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#master_port ElastigroupAws#master_port}. | -| AclToken | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#acl_token ElastigroupAws#acl_token}. | +| MasterHost | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.169.1/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. | +| AutoscaleCooldown | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. | --- @@ -6673,7 +6525,7 @@ MasterHost *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. --- @@ -6685,7 +6537,7 @@ MasterPort *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#master_port ElastigroupAws#master_port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#master_port ElastigroupAws#master_port}. --- @@ -6697,7 +6549,7 @@ AclToken *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#acl_token ElastigroupAws#acl_token}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#acl_token ElastigroupAws#acl_token}. --- @@ -6711,7 +6563,7 @@ AutoscaleConstraints interface{} autoscale_constraints block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#autoscale_constraints ElastigroupAws#autoscale_constraints} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#autoscale_constraints ElastigroupAws#autoscale_constraints} --- @@ -6723,7 +6575,7 @@ AutoscaleCooldown *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. --- @@ -6737,7 +6589,7 @@ AutoscaleDown ElastigroupAwsIntegrationNomadAutoscaleDown autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} --- @@ -6751,7 +6603,7 @@ AutoscaleHeadroom ElastigroupAwsIntegrationNomadAutoscaleHeadroom autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} --- @@ -6763,7 +6615,7 @@ AutoscaleIsEnabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. --- @@ -6784,8 +6636,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#key ElastigroupAws#key}. | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | +| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. | +| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | --- @@ -6797,7 +6649,7 @@ Key *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#key ElastigroupAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. --- @@ -6809,7 +6661,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#value ElastigroupAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. --- @@ -6829,7 +6681,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| EvaluationPeriods | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. | +| EvaluationPeriods | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. | --- @@ -6841,7 +6693,7 @@ EvaluationPeriods *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. --- @@ -6863,9 +6715,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| CpuPerUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. | --- @@ -6877,7 +6729,7 @@ CpuPerUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. --- @@ -6889,7 +6741,7 @@ MemoryPerUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. --- @@ -6901,7 +6753,7 @@ NumOfUnits *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. --- @@ -6924,10 +6776,10 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| AccessKey | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#access_key ElastigroupAws#access_key}. | -| MasterHost | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. | -| SecretKey | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#secret_key ElastigroupAws#secret_key}. | -| Version | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#version ElastigroupAws#version}. | +| AccessKey | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.0/docs/resources/elastigroup_aws#version ElastigroupAws#version}. | --- @@ -6939,7 +6791,7 @@ AccessKey *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#access_key ElastigroupAws#access_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#access_key ElastigroupAws#access_key}. --- @@ -6951,7 +6803,7 @@ MasterHost *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. --- @@ -6963,7 +6815,7 @@ SecretKey *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#secret_key ElastigroupAws#secret_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#secret_key ElastigroupAws#secret_key}. --- @@ -6975,7 +6827,7 @@ Version *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#version ElastigroupAws#version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#version ElastigroupAws#version}. --- @@ -7009,7 +6861,7 @@ Domains interface{} domains block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#domains ElastigroupAws#domains} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#domains ElastigroupAws#domains} --- @@ -7032,10 +6884,10 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| HostedZoneId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.169.1/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.169.1/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.170.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.170.0/docs/resources/elastigroup_aws#spotinst_acct_id ElastigroupAws#spotinst_acct_id}. | --- @@ -7047,7 +6899,7 @@ HostedZoneId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#hosted_zone_id ElastigroupAws#hosted_zone_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#hosted_zone_id ElastigroupAws#hosted_zone_id}. --- @@ -7061,7 +6913,7 @@ RecordSets interface{} record_sets block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#record_sets ElastigroupAws#record_sets} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#record_sets ElastigroupAws#record_sets} --- @@ -7073,7 +6925,7 @@ RecordSetType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#record_set_type ElastigroupAws#record_set_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#record_set_type ElastigroupAws#record_set_type}. --- @@ -7085,7 +6937,7 @@ SpotinstAcctId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#spotinst_acct_id ElastigroupAws#spotinst_acct_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#spotinst_acct_id ElastigroupAws#spotinst_acct_id}. --- @@ -7107,9 +6959,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | -| UsePublicDns | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | +| UsePublicDns | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_aws#use_public_ip ElastigroupAws#use_public_ip}. | --- @@ -7121,7 +6973,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -7133,7 +6985,7 @@ UsePublicDns interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#use_public_dns ElastigroupAws#use_public_dns}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#use_public_dns ElastigroupAws#use_public_dns}. --- @@ -7145,7 +6997,7 @@ UsePublicIp interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#use_public_ip ElastigroupAws#use_public_ip}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#use_public_ip ElastigroupAws#use_public_ip}. --- @@ -7170,12 +7022,12 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| FixedTargetGroups | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.169.1/docs/resources/elastigroup_aws#weight_strategy ElastigroupAws#weight_strategy}. | +| WeightStrategy | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.0/docs/resources/elastigroup_aws#migration_healthiness_threshold ElastigroupAws#migration_healthiness_threshold}. | --- @@ -7187,7 +7039,7 @@ FixedTargetGroups interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#fixed_target_groups ElastigroupAws#fixed_target_groups}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#fixed_target_groups ElastigroupAws#fixed_target_groups}. --- @@ -7201,7 +7053,7 @@ LoadBalancer interface{} load_balancer block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#load_balancer ElastigroupAws#load_balancer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#load_balancer ElastigroupAws#load_balancer} --- @@ -7215,7 +7067,7 @@ TargetGroupConfig interface{} target_group_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#target_group_config ElastigroupAws#target_group_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#target_group_config ElastigroupAws#target_group_config} --- @@ -7227,7 +7079,7 @@ WeightStrategy *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#weight_strategy ElastigroupAws#weight_strategy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#weight_strategy ElastigroupAws#weight_strategy}. --- @@ -7241,7 +7093,7 @@ DefaultStaticTargetGroup ElastigroupAwsItfDefaultStaticTargetGroup default_static_target_group block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws#default_static_target_group ElastigroupAws#default_static_target_group} --- @@ -7253,7 +7105,7 @@ MigrationHealthinessThreshold *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#migration_healthiness_threshold ElastigroupAws#migration_healthiness_threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#migration_healthiness_threshold ElastigroupAws#migration_healthiness_threshold}. --- @@ -7274,8 +7126,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Arn | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#arn ElastigroupAws#arn}. | -| Percentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage}. | +| Arn | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#arn ElastigroupAws#arn}. | +| Percentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage}. | --- @@ -7287,7 +7139,7 @@ Arn *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#arn ElastigroupAws#arn}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#arn ElastigroupAws#arn}. --- @@ -7299,7 +7151,7 @@ Percentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage}. --- @@ -7321,7 +7173,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | | ListenerRule | interface{} | listener_rule block. | -| LoadBalancerArn | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws#load_balancer_arn ElastigroupAws#load_balancer_arn}. | --- @@ -7335,7 +7187,7 @@ ListenerRule interface{} listener_rule block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#listener_rule ElastigroupAws#listener_rule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#listener_rule ElastigroupAws#listener_rule} --- @@ -7347,7 +7199,7 @@ LoadBalancerArn *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#load_balancer_arn ElastigroupAws#load_balancer_arn}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#load_balancer_arn ElastigroupAws#load_balancer_arn}. --- @@ -7368,7 +7220,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| RuleArn | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#rule_arn ElastigroupAws#rule_arn}. | +| RuleArn | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#rule_arn ElastigroupAws#rule_arn}. | | StaticTargetGroup | ElastigroupAwsItfLoadBalancerListenerRuleStaticTargetGroup | static_target_group block. | --- @@ -7381,7 +7233,7 @@ RuleArn *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#rule_arn ElastigroupAws#rule_arn}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#rule_arn ElastigroupAws#rule_arn}. --- @@ -7395,7 +7247,7 @@ StaticTargetGroup ElastigroupAwsItfLoadBalancerListenerRuleStaticTargetGroup static_target_group block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#static_target_group ElastigroupAws#static_target_group} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#static_target_group ElastigroupAws#static_target_group} --- @@ -7416,8 +7268,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Arn | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#arn ElastigroupAws#arn}. | -| Percentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage}. | +| Arn | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#arn ElastigroupAws#arn}. | +| Percentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage}. | --- @@ -7429,7 +7281,7 @@ Arn *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#arn ElastigroupAws#arn}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#arn ElastigroupAws#arn}. --- @@ -7441,7 +7293,7 @@ Percentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage}. --- @@ -7473,19 +7325,19 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| HealthCheckPath | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_aws#port ElastigroupAws#port}. | -| Protocol | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#protocol ElastigroupAws#protocol}. | -| VpcId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#vpc_id ElastigroupAws#vpc_id}. | -| HealthCheckIntervalSeconds | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.0/docs/resources/elastigroup_aws#port ElastigroupAws#port}. | +| Protocol | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#protocol ElastigroupAws#protocol}. | +| VpcId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.170.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.170.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.169.1/docs/resources/elastigroup_aws#protocol_version ElastigroupAws#protocol_version}. | +| ProtocolVersion | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.0/docs/resources/elastigroup_aws#unhealthy_threshold_count ElastigroupAws#unhealthy_threshold_count}. | --- @@ -7497,7 +7349,7 @@ HealthCheckPath *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#health_check_path ElastigroupAws#health_check_path}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#health_check_path ElastigroupAws#health_check_path}. --- @@ -7509,7 +7361,7 @@ Port *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#port ElastigroupAws#port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#port ElastigroupAws#port}. --- @@ -7521,7 +7373,7 @@ Protocol *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#protocol ElastigroupAws#protocol}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#protocol ElastigroupAws#protocol}. --- @@ -7533,7 +7385,7 @@ VpcId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#vpc_id ElastigroupAws#vpc_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#vpc_id ElastigroupAws#vpc_id}. --- @@ -7545,7 +7397,7 @@ HealthCheckIntervalSeconds *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws#health_check_interval_seconds ElastigroupAws#health_check_interval_seconds}. --- @@ -7557,7 +7409,7 @@ HealthCheckPort *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#health_check_port ElastigroupAws#health_check_port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#health_check_port ElastigroupAws#health_check_port}. --- @@ -7569,7 +7421,7 @@ HealthCheckProtocol *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#health_check_protocol ElastigroupAws#health_check_protocol}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#health_check_protocol ElastigroupAws#health_check_protocol}. --- @@ -7581,7 +7433,7 @@ HealthCheckTimeoutSeconds *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws#health_check_timeout_seconds ElastigroupAws#health_check_timeout_seconds}. --- @@ -7593,7 +7445,7 @@ HealthyThresholdCount *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#healthy_threshold_count ElastigroupAws#healthy_threshold_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#healthy_threshold_count ElastigroupAws#healthy_threshold_count}. --- @@ -7607,7 +7459,7 @@ Matcher interface{} matcher block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#matcher ElastigroupAws#matcher} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#matcher ElastigroupAws#matcher} --- @@ -7619,7 +7471,7 @@ ProtocolVersion *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#protocol_version ElastigroupAws#protocol_version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#protocol_version ElastigroupAws#protocol_version}. --- @@ -7633,7 +7485,7 @@ Tags interface{} tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#tags ElastigroupAws#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#tags ElastigroupAws#tags} --- @@ -7645,7 +7497,7 @@ UnhealthyThresholdCount *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#unhealthy_threshold_count ElastigroupAws#unhealthy_threshold_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#unhealthy_threshold_count ElastigroupAws#unhealthy_threshold_count}. --- @@ -7666,8 +7518,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| GrpcCode | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#grpc_code ElastigroupAws#grpc_code}. | -| HttpCode | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#http_code ElastigroupAws#http_code}. | +| GrpcCode | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_aws#http_code ElastigroupAws#http_code}. | --- @@ -7679,7 +7531,7 @@ GrpcCode *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#grpc_code ElastigroupAws#grpc_code}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#grpc_code ElastigroupAws#grpc_code}. --- @@ -7691,7 +7543,7 @@ HttpCode *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#http_code ElastigroupAws#http_code}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#http_code ElastigroupAws#http_code}. --- @@ -7712,8 +7564,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| TagKey | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#tag_key ElastigroupAws#tag_key}. | -| TagValue | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#tag_value ElastigroupAws#tag_value}. | +| TagKey | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_aws#tag_value ElastigroupAws#tag_value}. | --- @@ -7725,7 +7577,7 @@ TagKey *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#tag_key ElastigroupAws#tag_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#tag_key ElastigroupAws#tag_key}. --- @@ -7737,7 +7589,7 @@ TagValue *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#tag_value ElastigroupAws#tag_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#tag_value ElastigroupAws#tag_value}. --- @@ -7771,7 +7623,7 @@ Export ElastigroupAwsLoggingExport export block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#export ElastigroupAws#export} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#export ElastigroupAws#export} --- @@ -7805,7 +7657,7 @@ S3 interface{} s3 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#s3 ElastigroupAws#s3} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#s3 ElastigroupAws#s3} --- @@ -7825,7 +7677,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#id ElastigroupAws#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#id ElastigroupAws#id}. | --- @@ -7837,7 +7689,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#id ElastigroupAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. @@ -7862,9 +7714,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| HttpTokens | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#http_tokens ElastigroupAws#http_tokens}. | -| HttpPutResponseHopLimit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/elastigroup_aws#instance_metadata_tags ElastigroupAws#instance_metadata_tags}. | --- @@ -7876,7 +7728,7 @@ HttpTokens *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#http_tokens ElastigroupAws#http_tokens}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#http_tokens ElastigroupAws#http_tokens}. --- @@ -7888,7 +7740,7 @@ HttpPutResponseHopLimit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws#http_put_response_hop_limit ElastigroupAws#http_put_response_hop_limit}. --- @@ -7900,53 +7752,7 @@ InstanceMetadataTags *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#instance_metadata_tags ElastigroupAws#instance_metadata_tags}. - ---- - -### ElastigroupAwsMultaiTargetSets - -#### Initializer - -```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" - -&elastigroupaws.ElastigroupAwsMultaiTargetSets { - BalancerId: *string, - TargetSetId: *string, -} -``` - -#### Properties - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| BalancerId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#balancer_id ElastigroupAws#balancer_id}. | -| TargetSetId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#target_set_id ElastigroupAws#target_set_id}. | - ---- - -##### `BalancerId`Required - -```go -BalancerId *string -``` - -- *Type:* *string - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#balancer_id ElastigroupAws#balancer_id}. - ---- - -##### `TargetSetId`Required - -```go -TargetSetId *string -``` - -- *Type:* *string - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#target_set_id ElastigroupAws#target_set_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#instance_metadata_tags ElastigroupAws#instance_metadata_tags}. --- @@ -7982,7 +7788,7 @@ Expressions interface{} expressions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#expressions ElastigroupAws#expressions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#expressions ElastigroupAws#expressions} --- @@ -7996,7 +7802,7 @@ Metrics interface{} metrics block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#metrics ElastigroupAws#metrics} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#metrics ElastigroupAws#metrics} --- @@ -8017,8 +7823,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Expression | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#expression ElastigroupAws#expression}. | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | +| Expression | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#expression ElastigroupAws#expression}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | --- @@ -8030,7 +7836,7 @@ Expression *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#expression ElastigroupAws#expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#expression ElastigroupAws#expression}. --- @@ -8042,7 +7848,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -8068,13 +7874,13 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| MetricName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | -| Namespace | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. | +| MetricName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | +| Namespace | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#extended_statistic ElastigroupAws#extended_statistic}. | -| Statistic | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. | -| Unit | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. | +| ExtendedStatistic | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. | +| Unit | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. | --- @@ -8086,7 +7892,7 @@ MetricName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. --- @@ -8098,7 +7904,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -8110,7 +7916,7 @@ Namespace *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. --- @@ -8124,7 +7930,7 @@ Dimensions interface{} dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} --- @@ -8136,7 +7942,7 @@ ExtendedStatistic *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#extended_statistic ElastigroupAws#extended_statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#extended_statistic ElastigroupAws#extended_statistic}. --- @@ -8148,7 +7954,7 @@ Statistic *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. --- @@ -8160,7 +7966,7 @@ Unit *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. --- @@ -8181,8 +7987,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | +| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | --- @@ -8194,7 +8000,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -8206,7 +8012,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#value ElastigroupAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. --- @@ -8233,14 +8039,14 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| DeviceIndex | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#device_index ElastigroupAws#device_index}. | -| AssociateIpv6Address | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/docs/resources/elastigroup_aws#description ElastigroupAws#description}. | -| NetworkInterfaceId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.0/docs/resources/elastigroup_aws#description ElastigroupAws#description}. | +| NetworkInterfaceId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.0/docs/resources/elastigroup_aws#secondary_private_ip_address_count ElastigroupAws#secondary_private_ip_address_count}. | --- @@ -8252,7 +8058,7 @@ DeviceIndex *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#device_index ElastigroupAws#device_index}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#device_index ElastigroupAws#device_index}. --- @@ -8264,7 +8070,7 @@ AssociateIpv6Address interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#associate_ipv6_address ElastigroupAws#associate_ipv6_address}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#associate_ipv6_address ElastigroupAws#associate_ipv6_address}. --- @@ -8276,7 +8082,7 @@ AssociatePublicIpAddress interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws#associate_public_ip_address ElastigroupAws#associate_public_ip_address}. --- @@ -8288,7 +8094,7 @@ DeleteOnTermination interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#delete_on_termination ElastigroupAws#delete_on_termination}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#delete_on_termination ElastigroupAws#delete_on_termination}. --- @@ -8300,7 +8106,7 @@ Description *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#description ElastigroupAws#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#description ElastigroupAws#description}. --- @@ -8312,7 +8118,7 @@ NetworkInterfaceId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#network_interface_id ElastigroupAws#network_interface_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#network_interface_id ElastigroupAws#network_interface_id}. --- @@ -8324,7 +8130,7 @@ PrivateIpAddress *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#private_ip_address ElastigroupAws#private_ip_address}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#private_ip_address ElastigroupAws#private_ip_address}. --- @@ -8336,7 +8142,7 @@ SecondaryPrivateIpAddressCount *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws#secondary_private_ip_address_count ElastigroupAws#secondary_private_ip_address_count}. --- @@ -8364,15 +8170,15 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| RequiredMemoryMaximum | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.0/docs/resources/elastigroup_aws#required_gpu_minimum ElastigroupAws#required_gpu_minimum}. | --- @@ -8384,7 +8190,7 @@ RequiredMemoryMaximum *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#required_memory_maximum ElastigroupAws#required_memory_maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#required_memory_maximum ElastigroupAws#required_memory_maximum}. --- @@ -8396,7 +8202,7 @@ RequiredMemoryMinimum *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#required_memory_minimum ElastigroupAws#required_memory_minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#required_memory_minimum ElastigroupAws#required_memory_minimum}. --- @@ -8408,7 +8214,7 @@ RequiredVcpuMaximum *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#required_vcpu_maximum ElastigroupAws#required_vcpu_maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#required_vcpu_maximum ElastigroupAws#required_vcpu_maximum}. --- @@ -8420,7 +8226,7 @@ RequiredVcpuMinimum *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#required_vcpu_minimum ElastigroupAws#required_vcpu_minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#required_vcpu_minimum ElastigroupAws#required_vcpu_minimum}. --- @@ -8432,7 +8238,7 @@ ExcludedInstanceFamilies *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#excluded_instance_families ElastigroupAws#excluded_instance_families}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#excluded_instance_families ElastigroupAws#excluded_instance_families}. --- @@ -8444,7 +8250,7 @@ ExcludedInstanceGenerations *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#excluded_instance_generations ElastigroupAws#excluded_instance_generations}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#excluded_instance_generations ElastigroupAws#excluded_instance_generations}. --- @@ -8456,7 +8262,7 @@ ExcludedInstanceTypes *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#excluded_instance_types ElastigroupAws#excluded_instance_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#excluded_instance_types ElastigroupAws#excluded_instance_types}. --- @@ -8468,7 +8274,7 @@ RequiredGpuMaximum *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#required_gpu_maximum ElastigroupAws#required_gpu_maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#required_gpu_maximum ElastigroupAws#required_gpu_maximum}. --- @@ -8480,7 +8286,7 @@ RequiredGpuMinimum *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#required_gpu_minimum ElastigroupAws#required_gpu_minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#required_gpu_minimum ElastigroupAws#required_gpu_minimum}. --- @@ -8503,10 +8309,10 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| ShouldTagAmis | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.0/docs/resources/elastigroup_aws#should_tag_volumes ElastigroupAws#should_tag_volumes}. | --- @@ -8518,7 +8324,7 @@ ShouldTagAmis interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#should_tag_amis ElastigroupAws#should_tag_amis}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#should_tag_amis ElastigroupAws#should_tag_amis}. --- @@ -8530,7 +8336,7 @@ ShouldTagEnis interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#should_tag_enis ElastigroupAws#should_tag_enis}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#should_tag_enis ElastigroupAws#should_tag_enis}. --- @@ -8542,7 +8348,7 @@ ShouldTagSnapshots interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#should_tag_snapshots ElastigroupAws#should_tag_snapshots}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#should_tag_snapshots ElastigroupAws#should_tag_snapshots}. --- @@ -8554,7 +8360,7 @@ ShouldTagVolumes interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#should_tag_volumes ElastigroupAws#should_tag_volumes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#should_tag_volumes ElastigroupAws#should_tag_volumes}. --- @@ -8575,8 +8381,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| PerformAt | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#perform_at ElastigroupAws#perform_at}. | -| TimeWindows | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#time_windows ElastigroupAws#time_windows}. | +| PerformAt | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_aws#time_windows ElastigroupAws#time_windows}. | --- @@ -8588,7 +8394,7 @@ PerformAt *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#perform_at ElastigroupAws#perform_at}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#perform_at ElastigroupAws#perform_at}. --- @@ -8600,7 +8406,7 @@ TimeWindows *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#time_windows ElastigroupAws#time_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#time_windows ElastigroupAws#time_windows}. --- @@ -8640,27 +8446,27 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| MetricName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. | -| Namespace | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. | -| PolicyName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name}. | -| ActionType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type}. | -| Adjustment | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. | -| Cooldown | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. | +| MetricName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. | +| PolicyName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. | +| Cooldown | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. | -| IsEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. | -| Maximum | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. | -| MaxTargetCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. | -| MinTargetCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_aws#operator ElastigroupAws#operator}. | -| Period | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#period ElastigroupAws#period}. | -| Source | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#source ElastigroupAws#source}. | -| Statistic | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. | +| EvaluationPeriods | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. | +| MaxTargetCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. | +| MinTargetCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_aws#operator ElastigroupAws#operator}. | +| Period | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. | +| Source | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. | +| Statistic | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#target ElastigroupAws#target}. | -| Threshold | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. | -| Unit | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. | +| Target | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. | +| Threshold | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. | +| Unit | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. | --- @@ -8672,7 +8478,7 @@ MetricName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. --- @@ -8684,7 +8490,7 @@ Namespace *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. --- @@ -8696,7 +8502,7 @@ PolicyName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name}. --- @@ -8708,7 +8514,7 @@ ActionType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type}. --- @@ -8720,7 +8526,7 @@ Adjustment *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. --- @@ -8732,7 +8538,7 @@ Cooldown *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. --- @@ -8746,7 +8552,7 @@ Dimensions interface{} dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} --- @@ -8758,7 +8564,7 @@ EvaluationPeriods *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. --- @@ -8770,7 +8576,7 @@ IsEnabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. --- @@ -8782,7 +8588,7 @@ Maximum *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. --- @@ -8794,7 +8600,7 @@ MaxTargetCapacity *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. --- @@ -8806,7 +8612,7 @@ Minimum *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. --- @@ -8818,7 +8624,7 @@ MinTargetCapacity *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. --- @@ -8830,7 +8636,7 @@ Operator *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#operator ElastigroupAws#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#operator ElastigroupAws#operator}. --- @@ -8842,7 +8648,7 @@ Period *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#period ElastigroupAws#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. --- @@ -8854,7 +8660,7 @@ Source *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#source ElastigroupAws#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. --- @@ -8866,7 +8672,7 @@ Statistic *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. --- @@ -8880,7 +8686,7 @@ StepAdjustments interface{} step_adjustments block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#step_adjustments ElastigroupAws#step_adjustments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#step_adjustments ElastigroupAws#step_adjustments} --- @@ -8892,7 +8698,7 @@ Target *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#target ElastigroupAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. --- @@ -8904,7 +8710,7 @@ Threshold *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. --- @@ -8916,7 +8722,7 @@ Unit *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. --- @@ -8937,8 +8743,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | +| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | --- @@ -8950,7 +8756,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -8962,7 +8768,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#value ElastigroupAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. --- @@ -8984,7 +8790,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | | Action | ElastigroupAwsScalingDownPolicyStepAdjustmentsAction | action block. | -| Threshold | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. | +| Threshold | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. | --- @@ -8998,7 +8804,7 @@ Action ElastigroupAwsScalingDownPolicyStepAdjustmentsAction action block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#action ElastigroupAws#action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#action ElastigroupAws#action} --- @@ -9010,7 +8816,7 @@ Threshold *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. --- @@ -9036,13 +8842,13 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#type ElastigroupAws#type}. | -| Adjustment | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. | -| Maximum | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. | -| MaxTargetCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. | -| MinTargetCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_aws#target ElastigroupAws#target}. | +| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. | +| Adjustment | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. | +| Maximum | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. | +| MaxTargetCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. | +| MinTargetCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. | --- @@ -9054,7 +8860,7 @@ Type *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#type ElastigroupAws#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. --- @@ -9066,7 +8872,7 @@ Adjustment *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. --- @@ -9078,7 +8884,7 @@ Maximum *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. --- @@ -9090,7 +8896,7 @@ MaxTargetCapacity *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. --- @@ -9102,7 +8908,7 @@ Minimum *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. --- @@ -9114,7 +8920,7 @@ MinTargetCapacity *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. --- @@ -9126,7 +8932,7 @@ Target *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#target ElastigroupAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. --- @@ -9147,8 +8953,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| TerminateAtEndOfBillingHour | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_aws#termination_policy ElastigroupAws#termination_policy}. | +| TerminateAtEndOfBillingHour | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_aws#termination_policy ElastigroupAws#termination_policy}. | --- @@ -9160,7 +8966,7 @@ TerminateAtEndOfBillingHour interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws#terminate_at_end_of_billing_hour ElastigroupAws#terminate_at_end_of_billing_hour}. --- @@ -9172,7 +8978,7 @@ TerminationPolicy *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#termination_policy ElastigroupAws#termination_policy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#termination_policy ElastigroupAws#termination_policy}. --- @@ -9204,19 +9010,19 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| MetricName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. | -| Namespace | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. | -| PolicyName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name}. | -| Target | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#target ElastigroupAws#target}. | -| Cooldown | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. | +| MetricName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. | +| PolicyName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. | +| Cooldown | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. | -| MaxCapacityPerScale | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_aws#period ElastigroupAws#period}. | -| PredictiveMode | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#predictive_mode ElastigroupAws#predictive_mode}. | -| Source | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#source ElastigroupAws#source}. | -| Statistic | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. | -| Unit | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. | +| EvaluationPeriods | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. | +| PredictiveMode | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. | +| Statistic | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. | +| Unit | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. | --- @@ -9228,7 +9034,7 @@ MetricName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. --- @@ -9240,7 +9046,7 @@ Namespace *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. --- @@ -9252,7 +9058,7 @@ PolicyName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name}. --- @@ -9264,7 +9070,7 @@ Target *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#target ElastigroupAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. --- @@ -9276,7 +9082,7 @@ Cooldown *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. --- @@ -9290,7 +9096,7 @@ Dimensions interface{} dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} --- @@ -9302,7 +9108,7 @@ EvaluationPeriods *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. --- @@ -9314,7 +9120,7 @@ MaxCapacityPerScale *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws#max_capacity_per_scale ElastigroupAws#max_capacity_per_scale}. --- @@ -9326,7 +9132,7 @@ Period *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#period ElastigroupAws#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. --- @@ -9338,7 +9144,7 @@ PredictiveMode *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#predictive_mode ElastigroupAws#predictive_mode}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#predictive_mode ElastigroupAws#predictive_mode}. --- @@ -9350,7 +9156,7 @@ Source *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#source ElastigroupAws#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. --- @@ -9362,7 +9168,7 @@ Statistic *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. --- @@ -9374,7 +9180,7 @@ Unit *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. --- @@ -9395,8 +9201,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | +| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | --- @@ -9408,7 +9214,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -9420,7 +9226,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#value ElastigroupAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. --- @@ -9460,27 +9266,27 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| MetricName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. | -| Namespace | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. | -| PolicyName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name}. | -| ActionType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type}. | -| Adjustment | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. | -| Cooldown | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. | +| MetricName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. | +| PolicyName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. | +| Cooldown | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. | -| IsEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. | -| Maximum | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. | -| MaxTargetCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. | -| MinTargetCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_aws#operator ElastigroupAws#operator}. | -| Period | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#period ElastigroupAws#period}. | -| Source | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#source ElastigroupAws#source}. | -| Statistic | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. | +| EvaluationPeriods | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. | +| MaxTargetCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. | +| MinTargetCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_aws#operator ElastigroupAws#operator}. | +| Period | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. | +| Source | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. | +| Statistic | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#target ElastigroupAws#target}. | -| Threshold | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. | -| Unit | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. | +| Target | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. | +| Threshold | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. | +| Unit | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. | --- @@ -9492,7 +9298,7 @@ MetricName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. --- @@ -9504,7 +9310,7 @@ Namespace *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. --- @@ -9516,7 +9322,7 @@ PolicyName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name}. --- @@ -9528,7 +9334,7 @@ ActionType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type}. --- @@ -9540,7 +9346,7 @@ Adjustment *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. --- @@ -9552,7 +9358,7 @@ Cooldown *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. --- @@ -9566,7 +9372,7 @@ Dimensions interface{} dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} --- @@ -9578,7 +9384,7 @@ EvaluationPeriods *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. --- @@ -9590,7 +9396,7 @@ IsEnabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. --- @@ -9602,7 +9408,7 @@ Maximum *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. --- @@ -9614,7 +9420,7 @@ MaxTargetCapacity *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. --- @@ -9626,7 +9432,7 @@ Minimum *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. --- @@ -9638,7 +9444,7 @@ MinTargetCapacity *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. --- @@ -9650,7 +9456,7 @@ Operator *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#operator ElastigroupAws#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#operator ElastigroupAws#operator}. --- @@ -9662,7 +9468,7 @@ Period *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#period ElastigroupAws#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. --- @@ -9674,7 +9480,7 @@ Source *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#source ElastigroupAws#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. --- @@ -9686,7 +9492,7 @@ Statistic *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. --- @@ -9700,7 +9506,7 @@ StepAdjustments interface{} step_adjustments block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#step_adjustments ElastigroupAws#step_adjustments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#step_adjustments ElastigroupAws#step_adjustments} --- @@ -9712,7 +9518,7 @@ Target *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#target ElastigroupAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. --- @@ -9724,7 +9530,7 @@ Threshold *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. --- @@ -9736,7 +9542,7 @@ Unit *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. --- @@ -9757,8 +9563,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | +| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | --- @@ -9770,7 +9576,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -9782,7 +9588,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#value ElastigroupAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. --- @@ -9804,7 +9610,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | | Action | ElastigroupAwsScalingUpPolicyStepAdjustmentsAction | action block. | -| Threshold | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. | +| Threshold | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. | --- @@ -9818,7 +9624,7 @@ Action ElastigroupAwsScalingUpPolicyStepAdjustmentsAction action block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#action ElastigroupAws#action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#action ElastigroupAws#action} --- @@ -9830,7 +9636,7 @@ Threshold *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. --- @@ -9856,13 +9662,13 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#type ElastigroupAws#type}. | -| Adjustment | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. | -| Maximum | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. | -| MaxTargetCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. | -| MinTargetCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_aws#target ElastigroupAws#target}. | +| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. | +| Adjustment | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. | +| Maximum | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. | +| MaxTargetCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. | +| MinTargetCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. | --- @@ -9874,7 +9680,7 @@ Type *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#type ElastigroupAws#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. --- @@ -9886,7 +9692,7 @@ Adjustment *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. --- @@ -9898,7 +9704,7 @@ Maximum *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. --- @@ -9910,7 +9716,7 @@ MaxTargetCapacity *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. --- @@ -9922,7 +9728,7 @@ Minimum *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. --- @@ -9934,7 +9740,7 @@ MinTargetCapacity *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. --- @@ -9946,7 +9752,7 @@ Target *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#target ElastigroupAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. --- @@ -9980,21 +9786,21 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| TaskType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#task_type ElastigroupAws#task_type}. | -| Adjustment | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. | -| AdjustmentPercentage | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#adjustment_percentage ElastigroupAws#adjustment_percentage}. | -| BatchSizePercentage | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_aws#cron_expression ElastigroupAws#cron_expression}. | -| Frequency | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#frequency ElastigroupAws#frequency}. | -| GracePeriod | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. | -| IsEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. | -| MaxCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#max_capacity ElastigroupAws#max_capacity}. | -| MinCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#min_capacity ElastigroupAws#min_capacity}. | -| ScaleMaxCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/docs/resources/elastigroup_aws#start_time ElastigroupAws#start_time}. | -| TargetCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#target_capacity ElastigroupAws#target_capacity}. | +| TaskType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. | +| AdjustmentPercentage | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.0/docs/resources/elastigroup_aws#frequency ElastigroupAws#frequency}. | +| GracePeriod | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.0/docs/resources/elastigroup_aws#target_capacity ElastigroupAws#target_capacity}. | --- @@ -10006,7 +9812,7 @@ TaskType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#task_type ElastigroupAws#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#task_type ElastigroupAws#task_type}. --- @@ -10018,7 +9824,7 @@ Adjustment *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. --- @@ -10030,7 +9836,7 @@ AdjustmentPercentage *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#adjustment_percentage ElastigroupAws#adjustment_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#adjustment_percentage ElastigroupAws#adjustment_percentage}. --- @@ -10042,7 +9848,7 @@ BatchSizePercentage *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#batch_size_percentage ElastigroupAws#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#batch_size_percentage ElastigroupAws#batch_size_percentage}. --- @@ -10054,7 +9860,7 @@ CronExpression *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#cron_expression ElastigroupAws#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#cron_expression ElastigroupAws#cron_expression}. --- @@ -10066,7 +9872,7 @@ Frequency *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#frequency ElastigroupAws#frequency}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#frequency ElastigroupAws#frequency}. --- @@ -10078,7 +9884,7 @@ GracePeriod *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. --- @@ -10090,7 +9896,7 @@ IsEnabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. --- @@ -10102,7 +9908,7 @@ MaxCapacity *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#max_capacity ElastigroupAws#max_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#max_capacity ElastigroupAws#max_capacity}. --- @@ -10114,7 +9920,7 @@ MinCapacity *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#min_capacity ElastigroupAws#min_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#min_capacity ElastigroupAws#min_capacity}. --- @@ -10126,7 +9932,7 @@ ScaleMaxCapacity *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#scale_max_capacity ElastigroupAws#scale_max_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#scale_max_capacity ElastigroupAws#scale_max_capacity}. --- @@ -10138,7 +9944,7 @@ ScaleMinCapacity *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#scale_min_capacity ElastigroupAws#scale_min_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#scale_min_capacity ElastigroupAws#scale_min_capacity}. --- @@ -10150,7 +9956,7 @@ ScaleTargetCapacity *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#scale_target_capacity ElastigroupAws#scale_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#scale_target_capacity ElastigroupAws#scale_target_capacity}. --- @@ -10162,7 +9968,7 @@ StartTime *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#start_time ElastigroupAws#start_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#start_time ElastigroupAws#start_time}. --- @@ -10174,7 +9980,7 @@ TargetCapacity *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#target_capacity ElastigroupAws#target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#target_capacity ElastigroupAws#target_capacity}. --- @@ -10195,8 +10001,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | -| Timeout | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#timeout ElastigroupAws#timeout}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | +| Timeout | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#timeout ElastigroupAws#timeout}. | --- @@ -10208,7 +10014,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -10220,7 +10026,7 @@ Timeout *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#timeout ElastigroupAws#timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#timeout ElastigroupAws#timeout}. --- @@ -10243,10 +10049,10 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| ShouldDeleteImages | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.0/docs/resources/elastigroup_aws#should_delete_volumes ElastigroupAws#should_delete_volumes}. | --- @@ -10258,7 +10064,7 @@ ShouldDeleteImages interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#should_delete_images ElastigroupAws#should_delete_images}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#should_delete_images ElastigroupAws#should_delete_images}. --- @@ -10270,7 +10076,7 @@ ShouldDeleteNetworkInterfaces interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws#should_delete_network_interfaces ElastigroupAws#should_delete_network_interfaces}. --- @@ -10282,7 +10088,7 @@ ShouldDeleteSnapshots interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#should_delete_snapshots ElastigroupAws#should_delete_snapshots}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#should_delete_snapshots ElastigroupAws#should_delete_snapshots}. --- @@ -10294,7 +10100,7 @@ ShouldDeleteVolumes interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#should_delete_volumes ElastigroupAws#should_delete_volumes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#should_delete_volumes ElastigroupAws#should_delete_volumes}. --- @@ -10315,8 +10121,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| StatefulInstanceId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_aws#type ElastigroupAws#type}. | +| StatefulInstanceId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. | --- @@ -10328,7 +10134,7 @@ StatefulInstanceId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#stateful_instance_id ElastigroupAws#stateful_instance_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#stateful_instance_id ElastigroupAws#stateful_instance_id}. --- @@ -10340,7 +10146,7 @@ Type *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#type ElastigroupAws#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. --- @@ -10361,8 +10167,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#key ElastigroupAws#key}. | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | +| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. | +| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | --- @@ -10374,7 +10180,7 @@ Key *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#key ElastigroupAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. --- @@ -10386,7 +10192,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#value ElastigroupAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. --- @@ -10409,9 +10215,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| ShouldResumeStateful | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_aws#should_roll ElastigroupAws#should_roll}. | -| AutoApplyTags | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.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.170.0/docs/resources/elastigroup_aws#auto_apply_tags ElastigroupAws#auto_apply_tags}. | | RollConfig | ElastigroupAwsUpdatePolicyRollConfig | roll_config block. | --- @@ -10424,7 +10230,7 @@ ShouldResumeStateful interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#should_resume_stateful ElastigroupAws#should_resume_stateful}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#should_resume_stateful ElastigroupAws#should_resume_stateful}. --- @@ -10436,7 +10242,7 @@ ShouldRoll interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#should_roll ElastigroupAws#should_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#should_roll ElastigroupAws#should_roll}. --- @@ -10448,7 +10254,7 @@ AutoApplyTags interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#auto_apply_tags ElastigroupAws#auto_apply_tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#auto_apply_tags ElastigroupAws#auto_apply_tags}. --- @@ -10462,7 +10268,7 @@ RollConfig ElastigroupAwsUpdatePolicyRollConfig roll_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#roll_config ElastigroupAws#roll_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#roll_config ElastigroupAws#roll_config} --- @@ -10487,12 +10293,12 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| BatchSizePercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. | -| HealthCheckType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.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.170.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.169.1/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.169.1/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.170.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.170.0/docs/resources/elastigroup_aws#wait_for_roll_timeout ElastigroupAws#wait_for_roll_timeout}. | --- @@ -10504,7 +10310,7 @@ BatchSizePercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#batch_size_percentage ElastigroupAws#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#batch_size_percentage ElastigroupAws#batch_size_percentage}. --- @@ -10516,7 +10322,7 @@ GracePeriod *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. --- @@ -10528,7 +10334,7 @@ HealthCheckType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#health_check_type ElastigroupAws#health_check_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#health_check_type ElastigroupAws#health_check_type}. --- @@ -10542,7 +10348,7 @@ Strategy ElastigroupAwsUpdatePolicyRollConfigStrategy strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#strategy ElastigroupAws#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#strategy ElastigroupAws#strategy} --- @@ -10554,7 +10360,7 @@ WaitForRollPercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws#wait_for_roll_percentage ElastigroupAws#wait_for_roll_percentage}. --- @@ -10566,7 +10372,7 @@ WaitForRollTimeout *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws#wait_for_roll_timeout ElastigroupAws#wait_for_roll_timeout}. --- @@ -10589,10 +10395,10 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Action | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#action ElastigroupAws#action}. | -| BatchMinHealthyPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws#action ElastigroupAws#action}. | +| BatchMinHealthyPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.0/docs/resources/elastigroup_aws#should_drain_instances ElastigroupAws#should_drain_instances}. | --- @@ -10604,7 +10410,7 @@ Action *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#action ElastigroupAws#action}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#action ElastigroupAws#action}. --- @@ -10616,7 +10422,7 @@ BatchMinHealthyPercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws#batch_min_healthy_percentage ElastigroupAws#batch_min_healthy_percentage}. --- @@ -10630,7 +10436,7 @@ OnFailure ElastigroupAwsUpdatePolicyRollConfigStrategyOnFailure on_failure block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#on_failure ElastigroupAws#on_failure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#on_failure ElastigroupAws#on_failure} --- @@ -10642,7 +10448,7 @@ ShouldDrainInstances interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#should_drain_instances ElastigroupAws#should_drain_instances}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#should_drain_instances ElastigroupAws#should_drain_instances}. --- @@ -10666,11 +10472,11 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| ActionType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type}. | -| BatchNum | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#batch_num ElastigroupAws#batch_num}. | -| DrainingTimeout | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#draining_timeout ElastigroupAws#draining_timeout}. | -| ShouldDecrementTargetCapacity | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.0/docs/resources/elastigroup_aws#should_handle_all_batches ElastigroupAws#should_handle_all_batches}. | --- @@ -10682,7 +10488,7 @@ ActionType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type}. --- @@ -10694,7 +10500,7 @@ BatchNum *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#batch_num ElastigroupAws#batch_num}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#batch_num ElastigroupAws#batch_num}. --- @@ -10706,7 +10512,7 @@ DrainingTimeout *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#draining_timeout ElastigroupAws#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#draining_timeout ElastigroupAws#draining_timeout}. --- @@ -10718,7 +10524,7 @@ ShouldDecrementTargetCapacity interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws#should_decrement_target_capacity ElastigroupAws#should_decrement_target_capacity}. --- @@ -10730,7 +10536,7 @@ ShouldHandleAllBatches interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws#should_handle_all_batches ElastigroupAws#should_handle_all_batches}. --- @@ -21564,24 +21370,25 @@ func InternalValue() ElastigroupAwsIntegrationMesosphere --- -### ElastigroupAwsIntegrationMultaiRuntimeOutputReference +### ElastigroupAwsIntegrationNomadAutoscaleConstraintsList -#### Initializers +#### Initializers ```go import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" -elastigroupaws.NewElastigroupAwsIntegrationMultaiRuntimeOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationMultaiRuntimeOutputReference +elastigroupaws.NewElastigroupAwsIntegrationNomadAutoscaleConstraintsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsIntegrationNomadAutoscaleConstraintsList ``` | **Name** | **Type** | **Description** | | --- | --- | --- | -| terraformResource | github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent | The parent resource. | -| terraformAttribute | *string | The attribute on the parent resource this class is referencing. | +| terraformResource | github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent | The parent resource. | +| terraformAttribute | *string | The attribute on the parent resource this class is referencing. | +| wrapsSet | *bool | whether the list is wrapping a set (will add tolist() to be able to access an item via an index). | --- -##### `terraformResource`Required +##### `terraformResource`Required - *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent @@ -21589,7 +21396,7 @@ The parent resource. --- -##### `terraformAttribute`Required +##### `terraformAttribute`Required - *Type:* *string @@ -21597,438 +21404,166 @@ The attribute on the parent resource this class is referencing. --- +##### `wrapsSet`Required + +- *Type:* *bool + +whether the list is wrapping a set (will add tolist() to be able to access an item via an index). + +--- + #### Methods | **Name** | **Description** | | --- | --- | -| ComputeFqn | *No description.* | -| GetAnyMapAttribute | *No description.* | -| GetBooleanAttribute | *No description.* | -| GetBooleanMapAttribute | *No description.* | -| GetListAttribute | *No description.* | -| GetNumberAttribute | *No description.* | -| GetNumberListAttribute | *No description.* | -| GetNumberMapAttribute | *No description.* | -| GetStringAttribute | *No description.* | -| GetStringMapAttribute | *No description.* | -| InterpolationForAttribute | *No description.* | -| Resolve | Produce the Token's value at resolution time. | -| ToString | Return a string representation of this resolvable object. | +| AllWithMapKey | Creating an iterator for this complex list. | +| ComputeFqn | *No description.* | +| Resolve | Produce the Token's value at resolution time. | +| ToString | Return a string representation of this resolvable object. | +| Get | *No description.* | --- -##### `ComputeFqn` +##### `AllWithMapKey` ```go -func ComputeFqn() *string +func AllWithMapKey(mapKeyAttributeName *string) DynamicListTerraformIterator ``` -##### `GetAnyMapAttribute` +Creating an iterator for this complex list. -```go -func GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} -``` +The list will be converted into a map with the mapKeyAttributeName as the key. -###### `terraformAttribute`Required +###### `mapKeyAttributeName`Required - *Type:* *string --- -##### `GetBooleanAttribute` +##### `ComputeFqn` ```go -func GetBooleanAttribute(terraformAttribute *string) IResolvable +func ComputeFqn() *string ``` -###### `terraformAttribute`Required - -- *Type:* *string - ---- - -##### `GetBooleanMapAttribute` +##### `Resolve` ```go -func GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool +func Resolve(_context IResolveContext) interface{} ``` -###### `terraformAttribute`Required +Produce the Token's value at resolution time. + +###### `_context`Required -- *Type:* *string +- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.IResolveContext --- -##### `GetListAttribute` +##### `ToString` ```go -func GetListAttribute(terraformAttribute *string) *[]*string +func ToString() *string ``` -###### `terraformAttribute`Required - -- *Type:* *string +Return a string representation of this resolvable object. ---- +Returns a reversible string representation. -##### `GetNumberAttribute` +##### `Get` ```go -func GetNumberAttribute(terraformAttribute *string) *f64 +func Get(index *f64) ElastigroupAwsIntegrationNomadAutoscaleConstraintsOutputReference ``` -###### `terraformAttribute`Required +###### `index`Required -- *Type:* *string +- *Type:* *f64 ---- +the index of the item to return. -##### `GetNumberListAttribute` +--- -```go -func GetNumberListAttribute(terraformAttribute *string) *[]*f64 -``` -###### `terraformAttribute`Required +#### Properties -- *Type:* *string +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| CreationStack | *[]*string | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| Fqn | *string | *No description.* | +| InternalValue | interface{} | *No description.* | --- -##### `GetNumberMapAttribute` +##### `CreationStack`Required ```go -func GetNumberMapAttribute(terraformAttribute *string) *map[string]*f64 +func CreationStack() *[]*string ``` -###### `terraformAttribute`Required +- *Type:* *[]*string -- *Type:* *string +The creation stack of this resolvable which will be appended to errors thrown during resolution. + +If this returns an empty array the stack will not be attached. --- -##### `GetStringAttribute` +##### `Fqn`Required ```go -func GetStringAttribute(terraformAttribute *string) *string +func Fqn() *string ``` -###### `terraformAttribute`Required - - *Type:* *string --- -##### `GetStringMapAttribute` +##### `InternalValue`Optional ```go -func GetStringMapAttribute(terraformAttribute *string) *map[string]*string +func InternalValue() interface{} ``` -###### `terraformAttribute`Required - -- *Type:* *string +- *Type:* interface{} --- -##### `InterpolationForAttribute` -```go -func InterpolationForAttribute(property *string) IResolvable -``` +### ElastigroupAwsIntegrationNomadAutoscaleConstraintsOutputReference -###### `property`Required +#### Initializers -- *Type:* *string +```go +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" ---- +elastigroupaws.NewElastigroupAwsIntegrationNomadAutoscaleConstraintsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsIntegrationNomadAutoscaleConstraintsOutputReference +``` -##### `Resolve` +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| terraformResource | github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent | The parent resource. | +| terraformAttribute | *string | The attribute on the parent resource this class is referencing. | +| complexObjectIndex | *f64 | the index of this item in the list. | +| complexObjectIsFromSet | *bool | whether the list is wrapping a set (will add tolist() to be able to access an item via an index). | -```go -func Resolve(_context IResolveContext) interface{} -``` +--- -Produce the Token's value at resolution time. +##### `terraformResource`Required -###### `_context`Required +- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent -- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.IResolveContext +The parent resource. --- -##### `ToString` +##### `terraformAttribute`Required -```go -func ToString() *string -``` +- *Type:* *string -Return a string representation of this resolvable object. +The attribute on the parent resource this class is referencing. -Returns a reversible string representation. - - -#### Properties - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| CreationStack | *[]*string | The creation stack of this resolvable which will be appended to errors thrown during resolution. | -| Fqn | *string | *No description.* | -| DeploymentIdInput | *string | *No description.* | -| DeploymentId | *string | *No description.* | -| InternalValue | ElastigroupAwsIntegrationMultaiRuntime | *No description.* | - ---- - -##### `CreationStack`Required - -```go -func CreationStack() *[]*string -``` - -- *Type:* *[]*string - -The creation stack of this resolvable which will be appended to errors thrown during resolution. - -If this returns an empty array the stack will not be attached. - ---- - -##### `Fqn`Required - -```go -func Fqn() *string -``` - -- *Type:* *string - ---- - -##### `DeploymentIdInput`Optional - -```go -func DeploymentIdInput() *string -``` - -- *Type:* *string - ---- - -##### `DeploymentId`Required - -```go -func DeploymentId() *string -``` - -- *Type:* *string - ---- - -##### `InternalValue`Optional - -```go -func InternalValue() ElastigroupAwsIntegrationMultaiRuntime -``` - -- *Type:* ElastigroupAwsIntegrationMultaiRuntime - ---- - - -### ElastigroupAwsIntegrationNomadAutoscaleConstraintsList - -#### Initializers - -```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" - -elastigroupaws.NewElastigroupAwsIntegrationNomadAutoscaleConstraintsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsIntegrationNomadAutoscaleConstraintsList -``` - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| terraformResource | github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent | The parent resource. | -| terraformAttribute | *string | The attribute on the parent resource this class is referencing. | -| wrapsSet | *bool | whether the list is wrapping a set (will add tolist() to be able to access an item via an index). | - ---- - -##### `terraformResource`Required - -- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent - -The parent resource. - ---- - -##### `terraformAttribute`Required - -- *Type:* *string - -The attribute on the parent resource this class is referencing. - ---- - -##### `wrapsSet`Required - -- *Type:* *bool - -whether the list is wrapping a set (will add tolist() to be able to access an item via an index). - ---- - -#### Methods - -| **Name** | **Description** | -| --- | --- | -| AllWithMapKey | Creating an iterator for this complex list. | -| ComputeFqn | *No description.* | -| Resolve | Produce the Token's value at resolution time. | -| ToString | Return a string representation of this resolvable object. | -| Get | *No description.* | - ---- - -##### `AllWithMapKey` - -```go -func AllWithMapKey(mapKeyAttributeName *string) DynamicListTerraformIterator -``` - -Creating an iterator for this complex list. - -The list will be converted into a map with the mapKeyAttributeName as the key. - -###### `mapKeyAttributeName`Required - -- *Type:* *string - ---- - -##### `ComputeFqn` - -```go -func ComputeFqn() *string -``` - -##### `Resolve` - -```go -func Resolve(_context IResolveContext) interface{} -``` - -Produce the Token's value at resolution time. - -###### `_context`Required - -- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.IResolveContext - ---- - -##### `ToString` - -```go -func ToString() *string -``` - -Return a string representation of this resolvable object. - -Returns a reversible string representation. - -##### `Get` - -```go -func Get(index *f64) ElastigroupAwsIntegrationNomadAutoscaleConstraintsOutputReference -``` - -###### `index`Required - -- *Type:* *f64 - -the index of the item to return. - ---- - - -#### Properties - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| CreationStack | *[]*string | The creation stack of this resolvable which will be appended to errors thrown during resolution. | -| Fqn | *string | *No description.* | -| InternalValue | interface{} | *No description.* | - ---- - -##### `CreationStack`Required - -```go -func CreationStack() *[]*string -``` - -- *Type:* *[]*string - -The creation stack of this resolvable which will be appended to errors thrown during resolution. - -If this returns an empty array the stack will not be attached. - ---- - -##### `Fqn`Required - -```go -func Fqn() *string -``` - -- *Type:* *string - ---- - -##### `InternalValue`Optional - -```go -func InternalValue() interface{} -``` - -- *Type:* interface{} - ---- - - -### ElastigroupAwsIntegrationNomadAutoscaleConstraintsOutputReference - -#### Initializers - -```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" - -elastigroupaws.NewElastigroupAwsIntegrationNomadAutoscaleConstraintsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsIntegrationNomadAutoscaleConstraintsOutputReference -``` - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| terraformResource | github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent | The parent resource. | -| terraformAttribute | *string | The attribute on the parent resource this class is referencing. | -| complexObjectIndex | *f64 | the index of this item in the list. | -| complexObjectIsFromSet | *bool | whether the list is wrapping a set (will add tolist() to be able to access an item via an index). | - ---- - -##### `terraformResource`Required - -- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent - -The parent resource. - ---- - -##### `terraformAttribute`Required - -- *Type:* *string - -The attribute on the parent resource this class is referencing. - ---- +--- ##### `complexObjectIndex`Required @@ -30401,477 +29936,6 @@ func InternalValue() ElastigroupAwsMetadataOptions --- -### ElastigroupAwsMultaiTargetSetsList - -#### Initializers - -```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" - -elastigroupaws.NewElastigroupAwsMultaiTargetSetsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsMultaiTargetSetsList -``` - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| terraformResource | github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent | The parent resource. | -| terraformAttribute | *string | The attribute on the parent resource this class is referencing. | -| wrapsSet | *bool | whether the list is wrapping a set (will add tolist() to be able to access an item via an index). | - ---- - -##### `terraformResource`Required - -- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent - -The parent resource. - ---- - -##### `terraformAttribute`Required - -- *Type:* *string - -The attribute on the parent resource this class is referencing. - ---- - -##### `wrapsSet`Required - -- *Type:* *bool - -whether the list is wrapping a set (will add tolist() to be able to access an item via an index). - ---- - -#### Methods - -| **Name** | **Description** | -| --- | --- | -| AllWithMapKey | Creating an iterator for this complex list. | -| ComputeFqn | *No description.* | -| Resolve | Produce the Token's value at resolution time. | -| ToString | Return a string representation of this resolvable object. | -| Get | *No description.* | - ---- - -##### `AllWithMapKey` - -```go -func AllWithMapKey(mapKeyAttributeName *string) DynamicListTerraformIterator -``` - -Creating an iterator for this complex list. - -The list will be converted into a map with the mapKeyAttributeName as the key. - -###### `mapKeyAttributeName`Required - -- *Type:* *string - ---- - -##### `ComputeFqn` - -```go -func ComputeFqn() *string -``` - -##### `Resolve` - -```go -func Resolve(_context IResolveContext) interface{} -``` - -Produce the Token's value at resolution time. - -###### `_context`Required - -- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.IResolveContext - ---- - -##### `ToString` - -```go -func ToString() *string -``` - -Return a string representation of this resolvable object. - -Returns a reversible string representation. - -##### `Get` - -```go -func Get(index *f64) ElastigroupAwsMultaiTargetSetsOutputReference -``` - -###### `index`Required - -- *Type:* *f64 - -the index of the item to return. - ---- - - -#### Properties - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| CreationStack | *[]*string | The creation stack of this resolvable which will be appended to errors thrown during resolution. | -| Fqn | *string | *No description.* | -| InternalValue | interface{} | *No description.* | - ---- - -##### `CreationStack`Required - -```go -func CreationStack() *[]*string -``` - -- *Type:* *[]*string - -The creation stack of this resolvable which will be appended to errors thrown during resolution. - -If this returns an empty array the stack will not be attached. - ---- - -##### `Fqn`Required - -```go -func Fqn() *string -``` - -- *Type:* *string - ---- - -##### `InternalValue`Optional - -```go -func InternalValue() interface{} -``` - -- *Type:* interface{} - ---- - - -### ElastigroupAwsMultaiTargetSetsOutputReference - -#### Initializers - -```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" - -elastigroupaws.NewElastigroupAwsMultaiTargetSetsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsMultaiTargetSetsOutputReference -``` - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| terraformResource | github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent | The parent resource. | -| terraformAttribute | *string | The attribute on the parent resource this class is referencing. | -| complexObjectIndex | *f64 | the index of this item in the list. | -| complexObjectIsFromSet | *bool | whether the list is wrapping a set (will add tolist() to be able to access an item via an index). | - ---- - -##### `terraformResource`Required - -- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent - -The parent resource. - ---- - -##### `terraformAttribute`Required - -- *Type:* *string - -The attribute on the parent resource this class is referencing. - ---- - -##### `complexObjectIndex`Required - -- *Type:* *f64 - -the index of this item in the list. - ---- - -##### `complexObjectIsFromSet`Required - -- *Type:* *bool - -whether the list is wrapping a set (will add tolist() to be able to access an item via an index). - ---- - -#### Methods - -| **Name** | **Description** | -| --- | --- | -| ComputeFqn | *No description.* | -| GetAnyMapAttribute | *No description.* | -| GetBooleanAttribute | *No description.* | -| GetBooleanMapAttribute | *No description.* | -| GetListAttribute | *No description.* | -| GetNumberAttribute | *No description.* | -| GetNumberListAttribute | *No description.* | -| GetNumberMapAttribute | *No description.* | -| GetStringAttribute | *No description.* | -| GetStringMapAttribute | *No description.* | -| InterpolationForAttribute | *No description.* | -| Resolve | Produce the Token's value at resolution time. | -| ToString | Return a string representation of this resolvable object. | - ---- - -##### `ComputeFqn` - -```go -func ComputeFqn() *string -``` - -##### `GetAnyMapAttribute` - -```go -func GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} -``` - -###### `terraformAttribute`Required - -- *Type:* *string - ---- - -##### `GetBooleanAttribute` - -```go -func GetBooleanAttribute(terraformAttribute *string) IResolvable -``` - -###### `terraformAttribute`Required - -- *Type:* *string - ---- - -##### `GetBooleanMapAttribute` - -```go -func GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool -``` - -###### `terraformAttribute`Required - -- *Type:* *string - ---- - -##### `GetListAttribute` - -```go -func GetListAttribute(terraformAttribute *string) *[]*string -``` - -###### `terraformAttribute`Required - -- *Type:* *string - ---- - -##### `GetNumberAttribute` - -```go -func GetNumberAttribute(terraformAttribute *string) *f64 -``` - -###### `terraformAttribute`Required - -- *Type:* *string - ---- - -##### `GetNumberListAttribute` - -```go -func GetNumberListAttribute(terraformAttribute *string) *[]*f64 -``` - -###### `terraformAttribute`Required - -- *Type:* *string - ---- - -##### `GetNumberMapAttribute` - -```go -func GetNumberMapAttribute(terraformAttribute *string) *map[string]*f64 -``` - -###### `terraformAttribute`Required - -- *Type:* *string - ---- - -##### `GetStringAttribute` - -```go -func GetStringAttribute(terraformAttribute *string) *string -``` - -###### `terraformAttribute`Required - -- *Type:* *string - ---- - -##### `GetStringMapAttribute` - -```go -func GetStringMapAttribute(terraformAttribute *string) *map[string]*string -``` - -###### `terraformAttribute`Required - -- *Type:* *string - ---- - -##### `InterpolationForAttribute` - -```go -func InterpolationForAttribute(property *string) IResolvable -``` - -###### `property`Required - -- *Type:* *string - ---- - -##### `Resolve` - -```go -func Resolve(_context IResolveContext) interface{} -``` - -Produce the Token's value at resolution time. - -###### `_context`Required - -- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.IResolveContext - ---- - -##### `ToString` - -```go -func ToString() *string -``` - -Return a string representation of this resolvable object. - -Returns a reversible string representation. - - -#### Properties - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| CreationStack | *[]*string | The creation stack of this resolvable which will be appended to errors thrown during resolution. | -| Fqn | *string | *No description.* | -| BalancerIdInput | *string | *No description.* | -| TargetSetIdInput | *string | *No description.* | -| BalancerId | *string | *No description.* | -| TargetSetId | *string | *No description.* | -| InternalValue | interface{} | *No description.* | - ---- - -##### `CreationStack`Required - -```go -func CreationStack() *[]*string -``` - -- *Type:* *[]*string - -The creation stack of this resolvable which will be appended to errors thrown during resolution. - -If this returns an empty array the stack will not be attached. - ---- - -##### `Fqn`Required - -```go -func Fqn() *string -``` - -- *Type:* *string - ---- - -##### `BalancerIdInput`Optional - -```go -func BalancerIdInput() *string -``` - -- *Type:* *string - ---- - -##### `TargetSetIdInput`Optional - -```go -func TargetSetIdInput() *string -``` - -- *Type:* *string - ---- - -##### `BalancerId`Required - -```go -func BalancerId() *string -``` - -- *Type:* *string - ---- - -##### `TargetSetId`Required - -```go -func TargetSetId() *string -``` - -- *Type:* *string - ---- - -##### `InternalValue`Optional - -```go -func InternalValue() interface{} -``` - -- *Type:* interface{} - ---- - - ### ElastigroupAwsMultipleMetricsExpressionsList #### Initializers diff --git a/docs/elastigroupAws.java.md b/docs/elastigroupAws.java.md index c833c744b..27b114fbf 100644 --- a/docs/elastigroupAws.java.md +++ b/docs/elastigroupAws.java.md @@ -4,7 +4,7 @@ ### ElastigroupAws -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws spotinst_elastigroup_aws}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws spotinst_elastigroup_aws}. #### Initializers @@ -70,7 +70,6 @@ ElastigroupAws.Builder.create(Construct scope, java.lang.String id) // .integrationGitlab(ElastigroupAwsIntegrationGitlab) // .integrationKubernetes(ElastigroupAwsIntegrationKubernetes) // .integrationMesosphere(ElastigroupAwsIntegrationMesosphere) -// .integrationMultaiRuntime(ElastigroupAwsIntegrationMultaiRuntime) // .integrationNomad(ElastigroupAwsIntegrationNomad) // .integrationRancher(ElastigroupAwsIntegrationRancher) // .integrationRoute53(ElastigroupAwsIntegrationRoute53) @@ -83,8 +82,6 @@ ElastigroupAws.Builder.create(Construct scope, java.lang.String id) // .metadataOptions(ElastigroupAwsMetadataOptions) // .minimumInstanceLifetime(java.lang.Number) // .minSize(java.lang.Number) -// .multaiTargetSets(IResolvable) -// .multaiTargetSets(java.util.List) // .multipleMetrics(ElastigroupAwsMultipleMetrics) // .networkInterface(IResolvable) // .networkInterface(java.util.List) @@ -148,37 +145,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.169.1/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.169.1/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | -| orientation | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#orientation ElastigroupAws#orientation}. | -| product | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#product ElastigroupAws#product}. | -| securityGroups | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.169.1/docs/resources/elastigroup_aws#description ElastigroupAws#description}. | -| desiredCapacity | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.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.170.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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/docs/resources/elastigroup_aws#id ElastigroupAws#id}. | -| imageId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.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.170.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.170.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.170.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.170.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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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. | @@ -187,30 +184,28 @@ ElastigroupAws.Builder.create(Construct scope, java.lang.String id) | integrationGitlab | ElastigroupAwsIntegrationGitlab | integration_gitlab block. | | integrationKubernetes | ElastigroupAwsIntegrationKubernetes | integration_kubernetes block. | | integrationMesosphere | ElastigroupAwsIntegrationMesosphere | integration_mesosphere block. | -| integrationMultaiRuntime | ElastigroupAwsIntegrationMultaiRuntime | integration_multai_runtime block. | | integrationNomad | ElastigroupAwsIntegrationNomad | integration_nomad block. | | 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.169.1/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.169.1/docs/resources/elastigroup_aws#lifetime_period ElastigroupAws#lifetime_period}. | +| keyName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_aws#lifetime_period ElastigroupAws#lifetime_period}. | | logging | ElastigroupAwsLogging | logging block. | -| maxSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#max_size ElastigroupAws#max_size}. | +| maxSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.169.1/docs/resources/elastigroup_aws#min_size ElastigroupAws#min_size}. | -| multaiTargetSets | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupAwsMultaiTargetSets> | multai_target_sets block. | +| minimumInstanceLifetime | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_aws#min_size ElastigroupAws#min_size}. | | multipleMetrics | ElastigroupAwsMultipleMetrics | multiple_metrics block. | | networkInterface | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupAwsNetworkInterface> | network_interface block. | -| ondemandCount | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/docs/resources/elastigroup_aws#region ElastigroupAws#region}. | +| ondemandCount | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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. | @@ -219,20 +214,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.169.1/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.170.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.169.1/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.170.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.169.1/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.170.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.169.1/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.170.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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.0/docs/resources/elastigroup_aws#wait_for_capacity_timeout ElastigroupAws#wait_for_capacity_timeout}. | --- @@ -300,7 +295,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.169.1/docs/resources/elastigroup_aws#fallback_to_ondemand ElastigroupAws#fallback_to_ondemand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#fallback_to_ondemand ElastigroupAws#fallback_to_ondemand}. --- @@ -308,7 +303,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -316,7 +311,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#orientation ElastigroupAws#orientation}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#orientation ElastigroupAws#orientation}. --- @@ -324,7 +319,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#product ElastigroupAws#product}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#product ElastigroupAws#product}. --- @@ -332,7 +327,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.169.1/docs/resources/elastigroup_aws#security_groups ElastigroupAws#security_groups}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#security_groups ElastigroupAws#security_groups}. --- @@ -340,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.169.1/docs/resources/elastigroup_aws#availability_zones ElastigroupAws#availability_zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#availability_zones ElastigroupAws#availability_zones}. --- @@ -348,7 +343,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#block_devices_mode ElastigroupAws#block_devices_mode}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#block_devices_mode ElastigroupAws#block_devices_mode}. --- @@ -356,7 +351,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#capacity_unit ElastigroupAws#capacity_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#capacity_unit ElastigroupAws#capacity_unit}. --- @@ -364,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.169.1/docs/resources/elastigroup_aws#consider_od_pricing ElastigroupAws#consider_od_pricing}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#consider_od_pricing ElastigroupAws#consider_od_pricing}. --- @@ -372,7 +367,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#cpu_credits ElastigroupAws#cpu_credits}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#cpu_credits ElastigroupAws#cpu_credits}. --- @@ -382,7 +377,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.169.1/docs/resources/elastigroup_aws#cpu_options ElastigroupAws#cpu_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#cpu_options ElastigroupAws#cpu_options} --- @@ -390,7 +385,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#description ElastigroupAws#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#description ElastigroupAws#description}. --- @@ -398,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.169.1/docs/resources/elastigroup_aws#desired_capacity ElastigroupAws#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#desired_capacity ElastigroupAws#desired_capacity}. --- @@ -406,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.169.1/docs/resources/elastigroup_aws#draining_timeout ElastigroupAws#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#draining_timeout ElastigroupAws#draining_timeout}. --- @@ -416,7 +411,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.169.1/docs/resources/elastigroup_aws#ebs_block_device ElastigroupAws#ebs_block_device} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#ebs_block_device ElastigroupAws#ebs_block_device} --- @@ -424,7 +419,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.169.1/docs/resources/elastigroup_aws#ebs_optimized ElastigroupAws#ebs_optimized}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#ebs_optimized ElastigroupAws#ebs_optimized}. --- @@ -432,7 +427,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#elastic_ips ElastigroupAws#elastic_ips}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#elastic_ips ElastigroupAws#elastic_ips}. --- @@ -440,7 +435,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.169.1/docs/resources/elastigroup_aws#elastic_load_balancers ElastigroupAws#elastic_load_balancers}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#elastic_load_balancers ElastigroupAws#elastic_load_balancers}. --- @@ -448,7 +443,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#enable_monitoring ElastigroupAws#enable_monitoring}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#enable_monitoring ElastigroupAws#enable_monitoring}. --- @@ -458,7 +453,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.169.1/docs/resources/elastigroup_aws#ephemeral_block_device ElastigroupAws#ephemeral_block_device} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#ephemeral_block_device ElastigroupAws#ephemeral_block_device} --- @@ -466,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.169.1/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.170.0/docs/resources/elastigroup_aws#health_check_grace_period ElastigroupAws#health_check_grace_period}. --- @@ -474,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.169.1/docs/resources/elastigroup_aws#health_check_type ElastigroupAws#health_check_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#health_check_type ElastigroupAws#health_check_type}. --- @@ -482,7 +477,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.169.1/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.170.0/docs/resources/elastigroup_aws#health_check_unhealthy_duration_before_replacement ElastigroupAws#health_check_unhealthy_duration_before_replacement}. --- @@ -490,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.169.1/docs/resources/elastigroup_aws#iam_instance_profile ElastigroupAws#iam_instance_profile}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#iam_instance_profile ElastigroupAws#iam_instance_profile}. --- @@ -498,7 +493,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#id ElastigroupAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. @@ -509,7 +504,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.169.1/docs/resources/elastigroup_aws#image_id ElastigroupAws#image_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#image_id ElastigroupAws#image_id}. --- @@ -519,7 +514,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.169.1/docs/resources/elastigroup_aws#images ElastigroupAws#images} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#images ElastigroupAws#images} --- @@ -527,7 +522,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.169.1/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.170.0/docs/resources/elastigroup_aws#immediate_od_recover_threshold ElastigroupAws#immediate_od_recover_threshold}. --- @@ -535,7 +530,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#instance_types_ondemand ElastigroupAws#instance_types_ondemand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#instance_types_ondemand ElastigroupAws#instance_types_ondemand}. --- @@ -543,7 +538,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.169.1/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.170.0/docs/resources/elastigroup_aws#instance_types_preferred_spot ElastigroupAws#instance_types_preferred_spot}. --- @@ -551,7 +546,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.169.1/docs/resources/elastigroup_aws#instance_types_spot ElastigroupAws#instance_types_spot}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#instance_types_spot ElastigroupAws#instance_types_spot}. --- @@ -561,7 +556,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.169.1/docs/resources/elastigroup_aws#instance_types_weights ElastigroupAws#instance_types_weights} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#instance_types_weights ElastigroupAws#instance_types_weights} --- @@ -571,7 +566,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.169.1/docs/resources/elastigroup_aws#integration_beanstalk ElastigroupAws#integration_beanstalk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#integration_beanstalk ElastigroupAws#integration_beanstalk} --- @@ -581,7 +576,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.169.1/docs/resources/elastigroup_aws#integration_codedeploy ElastigroupAws#integration_codedeploy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#integration_codedeploy ElastigroupAws#integration_codedeploy} --- @@ -591,7 +586,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.169.1/docs/resources/elastigroup_aws#integration_docker_swarm ElastigroupAws#integration_docker_swarm} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#integration_docker_swarm ElastigroupAws#integration_docker_swarm} --- @@ -601,7 +596,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.169.1/docs/resources/elastigroup_aws#integration_ecs ElastigroupAws#integration_ecs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#integration_ecs ElastigroupAws#integration_ecs} --- @@ -611,7 +606,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.169.1/docs/resources/elastigroup_aws#integration_gitlab ElastigroupAws#integration_gitlab} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#integration_gitlab ElastigroupAws#integration_gitlab} --- @@ -621,7 +616,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.169.1/docs/resources/elastigroup_aws#integration_kubernetes ElastigroupAws#integration_kubernetes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#integration_kubernetes ElastigroupAws#integration_kubernetes} --- @@ -631,17 +626,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.169.1/docs/resources/elastigroup_aws#integration_mesosphere ElastigroupAws#integration_mesosphere} - ---- - -##### `integrationMultaiRuntime`Optional - -- *Type:* ElastigroupAwsIntegrationMultaiRuntime - -integration_multai_runtime block. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#integration_multai_runtime ElastigroupAws#integration_multai_runtime} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#integration_mesosphere ElastigroupAws#integration_mesosphere} --- @@ -651,7 +636,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.169.1/docs/resources/elastigroup_aws#integration_nomad ElastigroupAws#integration_nomad} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#integration_nomad ElastigroupAws#integration_nomad} --- @@ -661,7 +646,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.169.1/docs/resources/elastigroup_aws#integration_rancher ElastigroupAws#integration_rancher} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#integration_rancher ElastigroupAws#integration_rancher} --- @@ -671,7 +656,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.169.1/docs/resources/elastigroup_aws#integration_route53 ElastigroupAws#integration_route53} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#integration_route53 ElastigroupAws#integration_route53} --- @@ -681,7 +666,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.169.1/docs/resources/elastigroup_aws#itf ElastigroupAws#itf} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#itf ElastigroupAws#itf} --- @@ -689,7 +674,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#key_name ElastigroupAws#key_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#key_name ElastigroupAws#key_name}. --- @@ -697,7 +682,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#lifetime_period ElastigroupAws#lifetime_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#lifetime_period ElastigroupAws#lifetime_period}. --- @@ -707,7 +692,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.169.1/docs/resources/elastigroup_aws#logging ElastigroupAws#logging} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#logging ElastigroupAws#logging} --- @@ -715,7 +700,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.169.1/docs/resources/elastigroup_aws#max_size ElastigroupAws#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#max_size ElastigroupAws#max_size}. --- @@ -725,7 +710,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.169.1/docs/resources/elastigroup_aws#metadata_options ElastigroupAws#metadata_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#metadata_options ElastigroupAws#metadata_options} --- @@ -733,7 +718,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.169.1/docs/resources/elastigroup_aws#minimum_instance_lifetime ElastigroupAws#minimum_instance_lifetime}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#minimum_instance_lifetime ElastigroupAws#minimum_instance_lifetime}. --- @@ -741,17 +726,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.169.1/docs/resources/elastigroup_aws#min_size ElastigroupAws#min_size}. - ---- - -##### `multaiTargetSets`Optional - -- *Type:* com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupAwsMultaiTargetSets> - -multai_target_sets block. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#multai_target_sets ElastigroupAws#multai_target_sets} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#min_size ElastigroupAws#min_size}. --- @@ -761,7 +736,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.169.1/docs/resources/elastigroup_aws#multiple_metrics ElastigroupAws#multiple_metrics} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#multiple_metrics ElastigroupAws#multiple_metrics} --- @@ -771,7 +746,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.169.1/docs/resources/elastigroup_aws#network_interface ElastigroupAws#network_interface} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#network_interface ElastigroupAws#network_interface} --- @@ -779,7 +754,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.169.1/docs/resources/elastigroup_aws#ondemand_count ElastigroupAws#ondemand_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#ondemand_count ElastigroupAws#ondemand_count}. --- @@ -787,7 +762,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.169.1/docs/resources/elastigroup_aws#on_demand_types ElastigroupAws#on_demand_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#on_demand_types ElastigroupAws#on_demand_types}. --- @@ -795,7 +770,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.169.1/docs/resources/elastigroup_aws#persist_block_devices ElastigroupAws#persist_block_devices}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#persist_block_devices ElastigroupAws#persist_block_devices}. --- @@ -803,7 +778,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.169.1/docs/resources/elastigroup_aws#persist_private_ip ElastigroupAws#persist_private_ip}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#persist_private_ip ElastigroupAws#persist_private_ip}. --- @@ -811,7 +786,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.169.1/docs/resources/elastigroup_aws#persist_root_device ElastigroupAws#persist_root_device}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#persist_root_device ElastigroupAws#persist_root_device}. --- @@ -819,7 +794,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#placement_tenancy ElastigroupAws#placement_tenancy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#placement_tenancy ElastigroupAws#placement_tenancy}. --- @@ -827,7 +802,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.169.1/docs/resources/elastigroup_aws#preferred_availability_zones ElastigroupAws#preferred_availability_zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#preferred_availability_zones ElastigroupAws#preferred_availability_zones}. --- @@ -835,7 +810,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.169.1/docs/resources/elastigroup_aws#private_ips ElastigroupAws#private_ips}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#private_ips ElastigroupAws#private_ips}. --- @@ -843,7 +818,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#region ElastigroupAws#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#region ElastigroupAws#region}. --- @@ -853,7 +828,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.169.1/docs/resources/elastigroup_aws#resource_requirements ElastigroupAws#resource_requirements} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#resource_requirements ElastigroupAws#resource_requirements} --- @@ -863,7 +838,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.169.1/docs/resources/elastigroup_aws#resource_tag_specification ElastigroupAws#resource_tag_specification} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#resource_tag_specification ElastigroupAws#resource_tag_specification} --- @@ -873,7 +848,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.169.1/docs/resources/elastigroup_aws#revert_to_spot ElastigroupAws#revert_to_spot} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#revert_to_spot ElastigroupAws#revert_to_spot} --- @@ -883,7 +858,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.169.1/docs/resources/elastigroup_aws#scaling_down_policy ElastigroupAws#scaling_down_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#scaling_down_policy ElastigroupAws#scaling_down_policy} --- @@ -893,7 +868,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.169.1/docs/resources/elastigroup_aws#scaling_strategy ElastigroupAws#scaling_strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#scaling_strategy ElastigroupAws#scaling_strategy} --- @@ -903,7 +878,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.169.1/docs/resources/elastigroup_aws#scaling_target_policy ElastigroupAws#scaling_target_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#scaling_target_policy ElastigroupAws#scaling_target_policy} --- @@ -913,7 +888,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.169.1/docs/resources/elastigroup_aws#scaling_up_policy ElastigroupAws#scaling_up_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#scaling_up_policy ElastigroupAws#scaling_up_policy} --- @@ -923,7 +898,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.169.1/docs/resources/elastigroup_aws#scheduled_task ElastigroupAws#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#scheduled_task ElastigroupAws#scheduled_task} --- @@ -931,7 +906,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#shutdown_script ElastigroupAws#shutdown_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#shutdown_script ElastigroupAws#shutdown_script}. --- @@ -941,7 +916,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.169.1/docs/resources/elastigroup_aws#signal ElastigroupAws#signal} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#signal ElastigroupAws#signal} --- @@ -949,7 +924,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.169.1/docs/resources/elastigroup_aws#spot_percentage ElastigroupAws#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#spot_percentage ElastigroupAws#spot_percentage}. --- @@ -959,7 +934,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.169.1/docs/resources/elastigroup_aws#stateful_deallocation ElastigroupAws#stateful_deallocation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#stateful_deallocation ElastigroupAws#stateful_deallocation} --- @@ -969,7 +944,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.169.1/docs/resources/elastigroup_aws#stateful_instance_action ElastigroupAws#stateful_instance_action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#stateful_instance_action ElastigroupAws#stateful_instance_action} --- @@ -977,7 +952,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.169.1/docs/resources/elastigroup_aws#subnet_ids ElastigroupAws#subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#subnet_ids ElastigroupAws#subnet_ids}. --- @@ -987,7 +962,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.169.1/docs/resources/elastigroup_aws#tags ElastigroupAws#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#tags ElastigroupAws#tags} --- @@ -995,7 +970,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.169.1/docs/resources/elastigroup_aws#target_group_arns ElastigroupAws#target_group_arns}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#target_group_arns ElastigroupAws#target_group_arns}. --- @@ -1005,7 +980,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.169.1/docs/resources/elastigroup_aws#update_policy ElastigroupAws#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#update_policy ElastigroupAws#update_policy} --- @@ -1013,7 +988,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#user_data ElastigroupAws#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#user_data ElastigroupAws#user_data}. --- @@ -1021,7 +996,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.169.1/docs/resources/elastigroup_aws#utilize_commitments ElastigroupAws#utilize_commitments}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#utilize_commitments ElastigroupAws#utilize_commitments}. --- @@ -1029,7 +1004,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.169.1/docs/resources/elastigroup_aws#utilize_reserved_instances ElastigroupAws#utilize_reserved_instances}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#utilize_reserved_instances ElastigroupAws#utilize_reserved_instances}. --- @@ -1037,7 +1012,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.169.1/docs/resources/elastigroup_aws#wait_for_capacity ElastigroupAws#wait_for_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#wait_for_capacity ElastigroupAws#wait_for_capacity}. --- @@ -1045,7 +1020,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.169.1/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.170.0/docs/resources/elastigroup_aws#wait_for_capacity_timeout ElastigroupAws#wait_for_capacity_timeout}. --- @@ -1088,14 +1063,12 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti | putIntegrationGitlab | *No description.* | | putIntegrationKubernetes | *No description.* | | putIntegrationMesosphere | *No description.* | -| putIntegrationMultaiRuntime | *No description.* | | putIntegrationNomad | *No description.* | | putIntegrationRancher | *No description.* | | putIntegrationRoute53 | *No description.* | | putItf | *No description.* | | putLogging | *No description.* | | putMetadataOptions | *No description.* | -| putMultaiTargetSets | *No description.* | | putMultipleMetrics | *No description.* | | putNetworkInterface | *No description.* | | putResourceRequirements | *No description.* | @@ -1145,7 +1118,6 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti | resetIntegrationGitlab | *No description.* | | resetIntegrationKubernetes | *No description.* | | resetIntegrationMesosphere | *No description.* | -| resetIntegrationMultaiRuntime | *No description.* | | resetIntegrationNomad | *No description.* | | resetIntegrationRancher | *No description.* | | resetIntegrationRoute53 | *No description.* | @@ -1157,7 +1129,6 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti | resetMetadataOptions | *No description.* | | resetMinimumInstanceLifetime | *No description.* | | resetMinSize | *No description.* | -| resetMultaiTargetSets | *No description.* | | resetMultipleMetrics | *No description.* | | resetNetworkInterface | *No description.* | | resetOndemandCount | *No description.* | @@ -1628,18 +1599,6 @@ public void putIntegrationMesosphere(ElastigroupAwsIntegrationMesosphere value) --- -##### `putIntegrationMultaiRuntime` - -```java -public void putIntegrationMultaiRuntime(ElastigroupAwsIntegrationMultaiRuntime value) -``` - -###### `value`Required - -- *Type:* ElastigroupAwsIntegrationMultaiRuntime - ---- - ##### `putIntegrationNomad` ```java @@ -1712,18 +1671,6 @@ public void putMetadataOptions(ElastigroupAwsMetadataOptions value) --- -##### `putMultaiTargetSets` - -```java -public void putMultaiTargetSets(IResolvable OR java.util.List value) -``` - -###### `value`Required - -- *Type:* com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupAwsMultaiTargetSets> - ---- - ##### `putMultipleMetrics` ```java @@ -2108,12 +2055,6 @@ public void resetIntegrationKubernetes() public void resetIntegrationMesosphere() ``` -##### `resetIntegrationMultaiRuntime` - -```java -public void resetIntegrationMultaiRuntime() -``` - ##### `resetIntegrationNomad` ```java @@ -2180,12 +2121,6 @@ public void resetMinimumInstanceLifetime() public void resetMinSize() ``` -##### `resetMultaiTargetSets` - -```java -public void resetMultaiTargetSets() -``` - ##### `resetMultipleMetrics` ```java @@ -2487,7 +2422,7 @@ The construct id used in the generated config for the ElastigroupAws to import. The id of the existing ElastigroupAws that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#import import section} in the documentation of this resource for the id to use --- @@ -2529,14 +2464,12 @@ Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1. | integrationGitlab | ElastigroupAwsIntegrationGitlabOutputReference | *No description.* | | integrationKubernetes | ElastigroupAwsIntegrationKubernetesOutputReference | *No description.* | | integrationMesosphere | ElastigroupAwsIntegrationMesosphereOutputReference | *No description.* | -| integrationMultaiRuntime | ElastigroupAwsIntegrationMultaiRuntimeOutputReference | *No description.* | | integrationNomad | ElastigroupAwsIntegrationNomadOutputReference | *No description.* | | integrationRancher | ElastigroupAwsIntegrationRancherOutputReference | *No description.* | | integrationRoute53 | ElastigroupAwsIntegrationRoute53OutputReference | *No description.* | | itf | ElastigroupAwsItfList | *No description.* | | logging | ElastigroupAwsLoggingOutputReference | *No description.* | | metadataOptions | ElastigroupAwsMetadataOptionsOutputReference | *No description.* | -| multaiTargetSets | ElastigroupAwsMultaiTargetSetsList | *No description.* | | multipleMetrics | ElastigroupAwsMultipleMetricsOutputReference | *No description.* | | networkInterface | ElastigroupAwsNetworkInterfaceList | *No description.* | | resourceRequirements | ElastigroupAwsResourceRequirementsList | *No description.* | @@ -2587,7 +2520,6 @@ Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1. | integrationGitlabInput | ElastigroupAwsIntegrationGitlab | *No description.* | | integrationKubernetesInput | ElastigroupAwsIntegrationKubernetes | *No description.* | | integrationMesosphereInput | ElastigroupAwsIntegrationMesosphere | *No description.* | -| integrationMultaiRuntimeInput | ElastigroupAwsIntegrationMultaiRuntime | *No description.* | | integrationNomadInput | ElastigroupAwsIntegrationNomad | *No description.* | | integrationRancherInput | ElastigroupAwsIntegrationRancher | *No description.* | | integrationRoute53Input | ElastigroupAwsIntegrationRoute53 | *No description.* | @@ -2599,7 +2531,6 @@ Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1. | metadataOptionsInput | ElastigroupAwsMetadataOptions | *No description.* | | minimumInstanceLifetimeInput | java.lang.Number | *No description.* | | minSizeInput | java.lang.Number | *No description.* | -| multaiTargetSetsInput | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupAwsMultaiTargetSets> | *No description.* | | multipleMetricsInput | ElastigroupAwsMultipleMetrics | *No description.* | | nameInput | java.lang.String | *No description.* | | networkInterfaceInput | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupAwsNetworkInterface> | *No description.* | @@ -2952,16 +2883,6 @@ public ElastigroupAwsIntegrationMesosphereOutputReference getIntegrationMesosphe --- -##### `integrationMultaiRuntime`Required - -```java -public ElastigroupAwsIntegrationMultaiRuntimeOutputReference getIntegrationMultaiRuntime(); -``` - -- *Type:* ElastigroupAwsIntegrationMultaiRuntimeOutputReference - ---- - ##### `integrationNomad`Required ```java @@ -3022,16 +2943,6 @@ public ElastigroupAwsMetadataOptionsOutputReference getMetadataOptions(); --- -##### `multaiTargetSets`Required - -```java -public ElastigroupAwsMultaiTargetSetsList getMultaiTargetSets(); -``` - -- *Type:* ElastigroupAwsMultaiTargetSetsList - ---- - ##### `multipleMetrics`Required ```java @@ -3532,16 +3443,6 @@ public ElastigroupAwsIntegrationMesosphere getIntegrationMesosphereInput(); --- -##### `integrationMultaiRuntimeInput`Optional - -```java -public ElastigroupAwsIntegrationMultaiRuntime getIntegrationMultaiRuntimeInput(); -``` - -- *Type:* ElastigroupAwsIntegrationMultaiRuntime - ---- - ##### `integrationNomadInput`Optional ```java @@ -3652,16 +3553,6 @@ public java.lang.Number getMinSizeInput(); --- -##### `multaiTargetSetsInput`Optional - -```java -public java.lang.Object getMultaiTargetSetsInput(); -``` - -- *Type:* com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupAwsMultaiTargetSets> - ---- - ##### `multipleMetricsInput`Optional ```java @@ -4618,7 +4509,6 @@ ElastigroupAwsConfig.builder() // .integrationGitlab(ElastigroupAwsIntegrationGitlab) // .integrationKubernetes(ElastigroupAwsIntegrationKubernetes) // .integrationMesosphere(ElastigroupAwsIntegrationMesosphere) -// .integrationMultaiRuntime(ElastigroupAwsIntegrationMultaiRuntime) // .integrationNomad(ElastigroupAwsIntegrationNomad) // .integrationRancher(ElastigroupAwsIntegrationRancher) // .integrationRoute53(ElastigroupAwsIntegrationRoute53) @@ -4631,8 +4521,6 @@ ElastigroupAwsConfig.builder() // .metadataOptions(ElastigroupAwsMetadataOptions) // .minimumInstanceLifetime(java.lang.Number) // .minSize(java.lang.Number) -// .multaiTargetSets(IResolvable) -// .multaiTargetSets(java.util.List) // .multipleMetrics(ElastigroupAwsMultipleMetrics) // .networkInterface(IResolvable) // .networkInterface(java.util.List) @@ -4696,37 +4584,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.169.1/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.169.1/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | -| orientation | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#orientation ElastigroupAws#orientation}. | -| product | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#product ElastigroupAws#product}. | -| securityGroups | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.169.1/docs/resources/elastigroup_aws#description ElastigroupAws#description}. | -| desiredCapacity | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.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.170.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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/docs/resources/elastigroup_aws#id ElastigroupAws#id}. | -| imageId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.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.170.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.170.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.170.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.170.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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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. | @@ -4735,30 +4623,28 @@ ElastigroupAwsConfig.builder() | integrationGitlab | ElastigroupAwsIntegrationGitlab | integration_gitlab block. | | integrationKubernetes | ElastigroupAwsIntegrationKubernetes | integration_kubernetes block. | | integrationMesosphere | ElastigroupAwsIntegrationMesosphere | integration_mesosphere block. | -| integrationMultaiRuntime | ElastigroupAwsIntegrationMultaiRuntime | integration_multai_runtime block. | | integrationNomad | ElastigroupAwsIntegrationNomad | integration_nomad block. | | 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.169.1/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.169.1/docs/resources/elastigroup_aws#lifetime_period ElastigroupAws#lifetime_period}. | +| keyName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_aws#lifetime_period ElastigroupAws#lifetime_period}. | | logging | ElastigroupAwsLogging | logging block. | -| maxSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#max_size ElastigroupAws#max_size}. | +| maxSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.169.1/docs/resources/elastigroup_aws#min_size ElastigroupAws#min_size}. | -| multaiTargetSets | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupAwsMultaiTargetSets> | multai_target_sets block. | +| minimumInstanceLifetime | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_aws#min_size ElastigroupAws#min_size}. | | multipleMetrics | ElastigroupAwsMultipleMetrics | multiple_metrics block. | | networkInterface | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupAwsNetworkInterface> | network_interface block. | -| ondemandCount | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/docs/resources/elastigroup_aws#region ElastigroupAws#region}. | +| ondemandCount | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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. | @@ -4767,20 +4653,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.169.1/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.170.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.169.1/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.170.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.169.1/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.170.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.169.1/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.170.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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.0/docs/resources/elastigroup_aws#wait_for_capacity_timeout ElastigroupAws#wait_for_capacity_timeout}. | --- @@ -4862,7 +4748,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.169.1/docs/resources/elastigroup_aws#fallback_to_ondemand ElastigroupAws#fallback_to_ondemand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#fallback_to_ondemand ElastigroupAws#fallback_to_ondemand}. --- @@ -4874,7 +4760,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -4886,7 +4772,7 @@ public java.lang.String getOrientation(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#orientation ElastigroupAws#orientation}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#orientation ElastigroupAws#orientation}. --- @@ -4898,7 +4784,7 @@ public java.lang.String getProduct(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#product ElastigroupAws#product}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#product ElastigroupAws#product}. --- @@ -4910,7 +4796,7 @@ public java.util.List getSecurityGroups(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#security_groups ElastigroupAws#security_groups}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#security_groups ElastigroupAws#security_groups}. --- @@ -4922,7 +4808,7 @@ public java.util.List getAvailabilityZones(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#availability_zones ElastigroupAws#availability_zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#availability_zones ElastigroupAws#availability_zones}. --- @@ -4934,7 +4820,7 @@ public java.lang.String getBlockDevicesMode(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#block_devices_mode ElastigroupAws#block_devices_mode}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#block_devices_mode ElastigroupAws#block_devices_mode}. --- @@ -4946,7 +4832,7 @@ public java.lang.String getCapacityUnit(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#capacity_unit ElastigroupAws#capacity_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#capacity_unit ElastigroupAws#capacity_unit}. --- @@ -4958,7 +4844,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.169.1/docs/resources/elastigroup_aws#consider_od_pricing ElastigroupAws#consider_od_pricing}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#consider_od_pricing ElastigroupAws#consider_od_pricing}. --- @@ -4970,7 +4856,7 @@ public java.lang.String getCpuCredits(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#cpu_credits ElastigroupAws#cpu_credits}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#cpu_credits ElastigroupAws#cpu_credits}. --- @@ -4984,7 +4870,7 @@ public ElastigroupAwsCpuOptions getCpuOptions(); cpu_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#cpu_options ElastigroupAws#cpu_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#cpu_options ElastigroupAws#cpu_options} --- @@ -4996,7 +4882,7 @@ public java.lang.String getDescription(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#description ElastigroupAws#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#description ElastigroupAws#description}. --- @@ -5008,7 +4894,7 @@ public java.lang.Number getDesiredCapacity(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#desired_capacity ElastigroupAws#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#desired_capacity ElastigroupAws#desired_capacity}. --- @@ -5020,7 +4906,7 @@ public java.lang.Number getDrainingTimeout(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#draining_timeout ElastigroupAws#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#draining_timeout ElastigroupAws#draining_timeout}. --- @@ -5034,7 +4920,7 @@ public java.lang.Object getEbsBlockDevice(); ebs_block_device block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#ebs_block_device ElastigroupAws#ebs_block_device} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#ebs_block_device ElastigroupAws#ebs_block_device} --- @@ -5046,7 +4932,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.169.1/docs/resources/elastigroup_aws#ebs_optimized ElastigroupAws#ebs_optimized}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#ebs_optimized ElastigroupAws#ebs_optimized}. --- @@ -5058,7 +4944,7 @@ public java.util.List getElasticIps(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#elastic_ips ElastigroupAws#elastic_ips}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#elastic_ips ElastigroupAws#elastic_ips}. --- @@ -5070,7 +4956,7 @@ public java.util.List getElasticLoadBalancers(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#elastic_load_balancers ElastigroupAws#elastic_load_balancers}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#elastic_load_balancers ElastigroupAws#elastic_load_balancers}. --- @@ -5082,7 +4968,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.169.1/docs/resources/elastigroup_aws#enable_monitoring ElastigroupAws#enable_monitoring}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#enable_monitoring ElastigroupAws#enable_monitoring}. --- @@ -5096,7 +4982,7 @@ public java.lang.Object getEphemeralBlockDevice(); ephemeral_block_device block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#ephemeral_block_device ElastigroupAws#ephemeral_block_device} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#ephemeral_block_device ElastigroupAws#ephemeral_block_device} --- @@ -5108,7 +4994,7 @@ public java.lang.Number getHealthCheckGracePeriod(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws#health_check_grace_period ElastigroupAws#health_check_grace_period}. --- @@ -5120,7 +5006,7 @@ public java.lang.String getHealthCheckType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#health_check_type ElastigroupAws#health_check_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#health_check_type ElastigroupAws#health_check_type}. --- @@ -5132,7 +5018,7 @@ public java.lang.Number getHealthCheckUnhealthyDurationBeforeReplacement(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws#health_check_unhealthy_duration_before_replacement ElastigroupAws#health_check_unhealthy_duration_before_replacement}. --- @@ -5144,7 +5030,7 @@ public java.lang.String getIamInstanceProfile(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#iam_instance_profile ElastigroupAws#iam_instance_profile}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#iam_instance_profile ElastigroupAws#iam_instance_profile}. --- @@ -5156,7 +5042,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#id ElastigroupAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. @@ -5171,7 +5057,7 @@ public java.lang.String getImageId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#image_id ElastigroupAws#image_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#image_id ElastigroupAws#image_id}. --- @@ -5185,7 +5071,7 @@ public java.lang.Object getImages(); images block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#images ElastigroupAws#images} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#images ElastigroupAws#images} --- @@ -5197,7 +5083,7 @@ public java.lang.Number getImmediateOdRecoverThreshold(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws#immediate_od_recover_threshold ElastigroupAws#immediate_od_recover_threshold}. --- @@ -5209,7 +5095,7 @@ public java.lang.String getInstanceTypesOndemand(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#instance_types_ondemand ElastigroupAws#instance_types_ondemand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#instance_types_ondemand ElastigroupAws#instance_types_ondemand}. --- @@ -5221,7 +5107,7 @@ public java.util.List getInstanceTypesPreferredSpot(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws#instance_types_preferred_spot ElastigroupAws#instance_types_preferred_spot}. --- @@ -5233,7 +5119,7 @@ public java.util.List getInstanceTypesSpot(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#instance_types_spot ElastigroupAws#instance_types_spot}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#instance_types_spot ElastigroupAws#instance_types_spot}. --- @@ -5247,7 +5133,7 @@ public java.lang.Object getInstanceTypesWeights(); instance_types_weights block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#instance_types_weights ElastigroupAws#instance_types_weights} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#instance_types_weights ElastigroupAws#instance_types_weights} --- @@ -5261,7 +5147,7 @@ public ElastigroupAwsIntegrationBeanstalk getIntegrationBeanstalk(); integration_beanstalk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#integration_beanstalk ElastigroupAws#integration_beanstalk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#integration_beanstalk ElastigroupAws#integration_beanstalk} --- @@ -5275,7 +5161,7 @@ public ElastigroupAwsIntegrationCodedeploy getIntegrationCodedeploy(); integration_codedeploy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#integration_codedeploy ElastigroupAws#integration_codedeploy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#integration_codedeploy ElastigroupAws#integration_codedeploy} --- @@ -5289,7 +5175,7 @@ public ElastigroupAwsIntegrationDockerSwarm getIntegrationDockerSwarm(); integration_docker_swarm block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#integration_docker_swarm ElastigroupAws#integration_docker_swarm} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#integration_docker_swarm ElastigroupAws#integration_docker_swarm} --- @@ -5303,7 +5189,7 @@ public ElastigroupAwsIntegrationEcs getIntegrationEcs(); integration_ecs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#integration_ecs ElastigroupAws#integration_ecs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#integration_ecs ElastigroupAws#integration_ecs} --- @@ -5317,7 +5203,7 @@ public ElastigroupAwsIntegrationGitlab getIntegrationGitlab(); integration_gitlab block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#integration_gitlab ElastigroupAws#integration_gitlab} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#integration_gitlab ElastigroupAws#integration_gitlab} --- @@ -5331,7 +5217,7 @@ public ElastigroupAwsIntegrationKubernetes getIntegrationKubernetes(); integration_kubernetes block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#integration_kubernetes ElastigroupAws#integration_kubernetes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#integration_kubernetes ElastigroupAws#integration_kubernetes} --- @@ -5345,21 +5231,7 @@ public ElastigroupAwsIntegrationMesosphere getIntegrationMesosphere(); integration_mesosphere block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#integration_mesosphere ElastigroupAws#integration_mesosphere} - ---- - -##### `integrationMultaiRuntime`Optional - -```java -public ElastigroupAwsIntegrationMultaiRuntime getIntegrationMultaiRuntime(); -``` - -- *Type:* ElastigroupAwsIntegrationMultaiRuntime - -integration_multai_runtime block. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#integration_multai_runtime ElastigroupAws#integration_multai_runtime} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#integration_mesosphere ElastigroupAws#integration_mesosphere} --- @@ -5373,7 +5245,7 @@ public ElastigroupAwsIntegrationNomad getIntegrationNomad(); integration_nomad block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#integration_nomad ElastigroupAws#integration_nomad} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#integration_nomad ElastigroupAws#integration_nomad} --- @@ -5387,7 +5259,7 @@ public ElastigroupAwsIntegrationRancher getIntegrationRancher(); integration_rancher block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#integration_rancher ElastigroupAws#integration_rancher} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#integration_rancher ElastigroupAws#integration_rancher} --- @@ -5401,7 +5273,7 @@ public ElastigroupAwsIntegrationRoute53 getIntegrationRoute53(); integration_route53 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#integration_route53 ElastigroupAws#integration_route53} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#integration_route53 ElastigroupAws#integration_route53} --- @@ -5415,7 +5287,7 @@ public java.lang.Object getItf(); itf block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#itf ElastigroupAws#itf} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#itf ElastigroupAws#itf} --- @@ -5427,7 +5299,7 @@ public java.lang.String getKeyName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#key_name ElastigroupAws#key_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#key_name ElastigroupAws#key_name}. --- @@ -5439,7 +5311,7 @@ public java.lang.String getLifetimePeriod(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#lifetime_period ElastigroupAws#lifetime_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#lifetime_period ElastigroupAws#lifetime_period}. --- @@ -5453,7 +5325,7 @@ public ElastigroupAwsLogging getLogging(); logging block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#logging ElastigroupAws#logging} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#logging ElastigroupAws#logging} --- @@ -5465,7 +5337,7 @@ public java.lang.Number getMaxSize(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#max_size ElastigroupAws#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#max_size ElastigroupAws#max_size}. --- @@ -5479,7 +5351,7 @@ public ElastigroupAwsMetadataOptions getMetadataOptions(); metadata_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#metadata_options ElastigroupAws#metadata_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#metadata_options ElastigroupAws#metadata_options} --- @@ -5491,7 +5363,7 @@ public java.lang.Number getMinimumInstanceLifetime(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#minimum_instance_lifetime ElastigroupAws#minimum_instance_lifetime}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#minimum_instance_lifetime ElastigroupAws#minimum_instance_lifetime}. --- @@ -5503,21 +5375,7 @@ public java.lang.Number getMinSize(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#min_size ElastigroupAws#min_size}. - ---- - -##### `multaiTargetSets`Optional - -```java -public java.lang.Object getMultaiTargetSets(); -``` - -- *Type:* com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupAwsMultaiTargetSets> - -multai_target_sets block. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#multai_target_sets ElastigroupAws#multai_target_sets} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#min_size ElastigroupAws#min_size}. --- @@ -5531,7 +5389,7 @@ public ElastigroupAwsMultipleMetrics getMultipleMetrics(); multiple_metrics block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#multiple_metrics ElastigroupAws#multiple_metrics} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#multiple_metrics ElastigroupAws#multiple_metrics} --- @@ -5545,7 +5403,7 @@ public java.lang.Object getNetworkInterface(); network_interface block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#network_interface ElastigroupAws#network_interface} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#network_interface ElastigroupAws#network_interface} --- @@ -5557,7 +5415,7 @@ public java.lang.Number getOndemandCount(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#ondemand_count ElastigroupAws#ondemand_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#ondemand_count ElastigroupAws#ondemand_count}. --- @@ -5569,7 +5427,7 @@ public java.util.List getOnDemandTypes(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#on_demand_types ElastigroupAws#on_demand_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#on_demand_types ElastigroupAws#on_demand_types}. --- @@ -5581,7 +5439,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.169.1/docs/resources/elastigroup_aws#persist_block_devices ElastigroupAws#persist_block_devices}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#persist_block_devices ElastigroupAws#persist_block_devices}. --- @@ -5593,7 +5451,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.169.1/docs/resources/elastigroup_aws#persist_private_ip ElastigroupAws#persist_private_ip}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#persist_private_ip ElastigroupAws#persist_private_ip}. --- @@ -5605,7 +5463,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.169.1/docs/resources/elastigroup_aws#persist_root_device ElastigroupAws#persist_root_device}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#persist_root_device ElastigroupAws#persist_root_device}. --- @@ -5617,7 +5475,7 @@ public java.lang.String getPlacementTenancy(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#placement_tenancy ElastigroupAws#placement_tenancy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#placement_tenancy ElastigroupAws#placement_tenancy}. --- @@ -5629,7 +5487,7 @@ public java.util.List getPreferredAvailabilityZones(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#preferred_availability_zones ElastigroupAws#preferred_availability_zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#preferred_availability_zones ElastigroupAws#preferred_availability_zones}. --- @@ -5641,7 +5499,7 @@ public java.util.List getPrivateIps(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#private_ips ElastigroupAws#private_ips}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#private_ips ElastigroupAws#private_ips}. --- @@ -5653,7 +5511,7 @@ public java.lang.String getRegion(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#region ElastigroupAws#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#region ElastigroupAws#region}. --- @@ -5667,7 +5525,7 @@ public java.lang.Object getResourceRequirements(); resource_requirements block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#resource_requirements ElastigroupAws#resource_requirements} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#resource_requirements ElastigroupAws#resource_requirements} --- @@ -5681,7 +5539,7 @@ public java.lang.Object getResourceTagSpecification(); resource_tag_specification block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#resource_tag_specification ElastigroupAws#resource_tag_specification} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#resource_tag_specification ElastigroupAws#resource_tag_specification} --- @@ -5695,7 +5553,7 @@ public ElastigroupAwsRevertToSpot getRevertToSpot(); revert_to_spot block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#revert_to_spot ElastigroupAws#revert_to_spot} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#revert_to_spot ElastigroupAws#revert_to_spot} --- @@ -5709,7 +5567,7 @@ public java.lang.Object getScalingDownPolicy(); scaling_down_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#scaling_down_policy ElastigroupAws#scaling_down_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#scaling_down_policy ElastigroupAws#scaling_down_policy} --- @@ -5723,7 +5581,7 @@ public java.lang.Object getScalingStrategy(); scaling_strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#scaling_strategy ElastigroupAws#scaling_strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#scaling_strategy ElastigroupAws#scaling_strategy} --- @@ -5737,7 +5595,7 @@ public java.lang.Object getScalingTargetPolicy(); scaling_target_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#scaling_target_policy ElastigroupAws#scaling_target_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#scaling_target_policy ElastigroupAws#scaling_target_policy} --- @@ -5751,7 +5609,7 @@ public java.lang.Object getScalingUpPolicy(); scaling_up_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#scaling_up_policy ElastigroupAws#scaling_up_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#scaling_up_policy ElastigroupAws#scaling_up_policy} --- @@ -5765,7 +5623,7 @@ public java.lang.Object getScheduledTask(); scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#scheduled_task ElastigroupAws#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#scheduled_task ElastigroupAws#scheduled_task} --- @@ -5777,7 +5635,7 @@ public java.lang.String getShutdownScript(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#shutdown_script ElastigroupAws#shutdown_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#shutdown_script ElastigroupAws#shutdown_script}. --- @@ -5791,7 +5649,7 @@ public java.lang.Object getSignal(); signal block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#signal ElastigroupAws#signal} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#signal ElastigroupAws#signal} --- @@ -5803,7 +5661,7 @@ public java.lang.Number getSpotPercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#spot_percentage ElastigroupAws#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#spot_percentage ElastigroupAws#spot_percentage}. --- @@ -5817,7 +5675,7 @@ public ElastigroupAwsStatefulDeallocation getStatefulDeallocation(); stateful_deallocation block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#stateful_deallocation ElastigroupAws#stateful_deallocation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#stateful_deallocation ElastigroupAws#stateful_deallocation} --- @@ -5831,7 +5689,7 @@ public java.lang.Object getStatefulInstanceAction(); stateful_instance_action block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#stateful_instance_action ElastigroupAws#stateful_instance_action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#stateful_instance_action ElastigroupAws#stateful_instance_action} --- @@ -5843,7 +5701,7 @@ public java.util.List getSubnetIds(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#subnet_ids ElastigroupAws#subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#subnet_ids ElastigroupAws#subnet_ids}. --- @@ -5857,7 +5715,7 @@ public java.lang.Object getTags(); tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#tags ElastigroupAws#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#tags ElastigroupAws#tags} --- @@ -5869,7 +5727,7 @@ public java.util.List getTargetGroupArns(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#target_group_arns ElastigroupAws#target_group_arns}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#target_group_arns ElastigroupAws#target_group_arns}. --- @@ -5883,7 +5741,7 @@ public ElastigroupAwsUpdatePolicy getUpdatePolicy(); update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#update_policy ElastigroupAws#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#update_policy ElastigroupAws#update_policy} --- @@ -5895,7 +5753,7 @@ public java.lang.String getUserData(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#user_data ElastigroupAws#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#user_data ElastigroupAws#user_data}. --- @@ -5907,7 +5765,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.169.1/docs/resources/elastigroup_aws#utilize_commitments ElastigroupAws#utilize_commitments}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#utilize_commitments ElastigroupAws#utilize_commitments}. --- @@ -5919,7 +5777,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.169.1/docs/resources/elastigroup_aws#utilize_reserved_instances ElastigroupAws#utilize_reserved_instances}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#utilize_reserved_instances ElastigroupAws#utilize_reserved_instances}. --- @@ -5931,7 +5789,7 @@ public java.lang.Number getWaitForCapacity(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#wait_for_capacity ElastigroupAws#wait_for_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#wait_for_capacity ElastigroupAws#wait_for_capacity}. --- @@ -5943,7 +5801,7 @@ public java.lang.Number getWaitForCapacityTimeout(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws#wait_for_capacity_timeout ElastigroupAws#wait_for_capacity_timeout}. --- @@ -5963,7 +5821,7 @@ ElastigroupAwsCpuOptions.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| threadsPerCore | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws#threads_per_core ElastigroupAws#threads_per_core}. | --- @@ -5975,7 +5833,7 @@ public java.lang.Number getThreadsPerCore(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#threads_per_core ElastigroupAws#threads_per_core}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#threads_per_core ElastigroupAws#threads_per_core}. --- @@ -6005,15 +5863,15 @@ ElastigroupAwsEbsBlockDevice.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| deviceName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/docs/resources/elastigroup_aws#encrypted ElastigroupAws#encrypted}. | -| iops | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#iops ElastigroupAws#iops}. | -| kmsKeyId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/docs/resources/elastigroup_aws#throughput ElastigroupAws#throughput}. | -| volumeSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.0/docs/resources/elastigroup_aws#volume_type ElastigroupAws#volume_type}. | --- @@ -6025,7 +5883,7 @@ public java.lang.String getDeviceName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#device_name ElastigroupAws#device_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#device_name ElastigroupAws#device_name}. --- @@ -6037,7 +5895,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.169.1/docs/resources/elastigroup_aws#delete_on_termination ElastigroupAws#delete_on_termination}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#delete_on_termination ElastigroupAws#delete_on_termination}. --- @@ -6049,7 +5907,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.169.1/docs/resources/elastigroup_aws#encrypted ElastigroupAws#encrypted}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#encrypted ElastigroupAws#encrypted}. --- @@ -6061,7 +5919,7 @@ public java.lang.Number getIops(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#iops ElastigroupAws#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#iops ElastigroupAws#iops}. --- @@ -6073,7 +5931,7 @@ public java.lang.String getKmsKeyId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#kms_key_id ElastigroupAws#kms_key_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#kms_key_id ElastigroupAws#kms_key_id}. --- @@ -6085,7 +5943,7 @@ public java.lang.String getSnapshotId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#snapshot_id ElastigroupAws#snapshot_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#snapshot_id ElastigroupAws#snapshot_id}. --- @@ -6097,7 +5955,7 @@ public java.lang.Number getThroughput(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#throughput ElastigroupAws#throughput}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#throughput ElastigroupAws#throughput}. --- @@ -6109,7 +5967,7 @@ public java.lang.Number getVolumeSize(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#volume_size ElastigroupAws#volume_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#volume_size ElastigroupAws#volume_size}. --- @@ -6121,7 +5979,7 @@ public java.lang.String getVolumeType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#volume_type ElastigroupAws#volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#volume_type ElastigroupAws#volume_type}. --- @@ -6142,8 +6000,8 @@ ElastigroupAwsEphemeralBlockDevice.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| deviceName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/elastigroup_aws#virtual_name ElastigroupAws#virtual_name}. | --- @@ -6155,7 +6013,7 @@ public java.lang.String getDeviceName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#device_name ElastigroupAws#device_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#device_name ElastigroupAws#device_name}. --- @@ -6167,7 +6025,7 @@ public java.lang.String getVirtualName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#virtual_name ElastigroupAws#virtual_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#virtual_name ElastigroupAws#virtual_name}. --- @@ -6202,7 +6060,7 @@ public java.lang.Object getImage(); image block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#image ElastigroupAws#image} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#image ElastigroupAws#image} --- @@ -6222,7 +6080,7 @@ ElastigroupAwsImagesImage.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#id ElastigroupAws#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#id ElastigroupAws#id}. | --- @@ -6234,7 +6092,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#id ElastigroupAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. @@ -6258,8 +6116,8 @@ ElastigroupAwsInstanceTypesWeights.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| instanceType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_aws#weight ElastigroupAws#weight}. | +| instanceType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_aws#weight ElastigroupAws#weight}. | --- @@ -6271,7 +6129,7 @@ public java.lang.String getInstanceType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#instance_type ElastigroupAws#instance_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#instance_type ElastigroupAws#instance_type}. --- @@ -6283,7 +6141,7 @@ public java.lang.Number getWeight(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#weight ElastigroupAws#weight}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#weight ElastigroupAws#weight}. --- @@ -6306,7 +6164,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.169.1/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.170.0/docs/resources/elastigroup_aws#environment_id ElastigroupAws#environment_id}. | | managedActions | ElastigroupAwsIntegrationBeanstalkManagedActions | managed_actions block. | --- @@ -6321,7 +6179,7 @@ public ElastigroupAwsIntegrationBeanstalkDeploymentPreferences getDeploymentPref deployment_preferences block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#deployment_preferences ElastigroupAws#deployment_preferences} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#deployment_preferences ElastigroupAws#deployment_preferences} --- @@ -6333,7 +6191,7 @@ public java.lang.String getEnvironmentId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#environment_id ElastigroupAws#environment_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#environment_id ElastigroupAws#environment_id}. --- @@ -6347,7 +6205,7 @@ public ElastigroupAwsIntegrationBeanstalkManagedActions getManagedActions(); managed_actions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#managed_actions ElastigroupAws#managed_actions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#managed_actions ElastigroupAws#managed_actions} --- @@ -6371,9 +6229,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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. | | strategy | ElastigroupAwsIntegrationBeanstalkDeploymentPreferencesStrategy | strategy block. | --- @@ -6386,7 +6244,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.169.1/docs/resources/elastigroup_aws#automatic_roll ElastigroupAws#automatic_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#automatic_roll ElastigroupAws#automatic_roll}. --- @@ -6398,7 +6256,7 @@ public java.lang.Number getBatchSizePercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#batch_size_percentage ElastigroupAws#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#batch_size_percentage ElastigroupAws#batch_size_percentage}. --- @@ -6410,7 +6268,7 @@ public java.lang.Number getGracePeriod(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. --- @@ -6424,7 +6282,7 @@ public ElastigroupAwsIntegrationBeanstalkDeploymentPreferencesStrategy getStrate strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#strategy ElastigroupAws#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#strategy ElastigroupAws#strategy} --- @@ -6446,8 +6304,8 @@ ElastigroupAwsIntegrationBeanstalkDeploymentPreferencesStrategy.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| action | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/elastigroup_aws#should_drain_instances ElastigroupAws#should_drain_instances}. | --- @@ -6459,7 +6317,7 @@ public java.lang.String getAction(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#action ElastigroupAws#action}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#action ElastigroupAws#action}. --- @@ -6471,7 +6329,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.169.1/docs/resources/elastigroup_aws#should_drain_instances ElastigroupAws#should_drain_instances}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#should_drain_instances ElastigroupAws#should_drain_instances}. --- @@ -6505,7 +6363,7 @@ public ElastigroupAwsIntegrationBeanstalkManagedActionsPlatformUpdate getPlatfor platform_update block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#platform_update ElastigroupAws#platform_update} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#platform_update ElastigroupAws#platform_update} --- @@ -6527,9 +6385,9 @@ ElastigroupAwsIntegrationBeanstalkManagedActionsPlatformUpdate.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| performAt | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/elastigroup_aws#update_level ElastigroupAws#update_level}. | --- @@ -6541,7 +6399,7 @@ public java.lang.String getPerformAt(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#perform_at ElastigroupAws#perform_at}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#perform_at ElastigroupAws#perform_at}. --- @@ -6553,7 +6411,7 @@ public java.lang.String getTimeWindow(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#time_window ElastigroupAws#time_window}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#time_window ElastigroupAws#time_window}. --- @@ -6565,7 +6423,7 @@ public java.lang.String getUpdateLevel(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#update_level ElastigroupAws#update_level}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#update_level ElastigroupAws#update_level}. --- @@ -6590,9 +6448,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.169.1/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.170.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.169.1/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.170.0/docs/resources/elastigroup_aws#terminate_instance_on_failure ElastigroupAws#terminate_instance_on_failure}. | --- @@ -6604,7 +6462,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.169.1/docs/resources/elastigroup_aws#cleanup_on_failure ElastigroupAws#cleanup_on_failure}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#cleanup_on_failure ElastigroupAws#cleanup_on_failure}. --- @@ -6618,7 +6476,7 @@ public java.lang.Object getDeploymentGroups(); deployment_groups block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#deployment_groups ElastigroupAws#deployment_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#deployment_groups ElastigroupAws#deployment_groups} --- @@ -6630,7 +6488,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.169.1/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.170.0/docs/resources/elastigroup_aws#terminate_instance_on_failure ElastigroupAws#terminate_instance_on_failure}. --- @@ -6651,8 +6509,8 @@ ElastigroupAwsIntegrationCodedeployDeploymentGroups.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| applicationName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/elastigroup_aws#deployment_group_name ElastigroupAws#deployment_group_name}. | --- @@ -6664,7 +6522,7 @@ public java.lang.String getApplicationName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#application_name ElastigroupAws#application_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#application_name ElastigroupAws#application_name}. --- @@ -6676,7 +6534,7 @@ public java.lang.String getDeploymentGroupName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#deployment_group_name ElastigroupAws#deployment_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#deployment_group_name ElastigroupAws#deployment_group_name}. --- @@ -6702,12 +6560,12 @@ ElastigroupAwsIntegrationDockerSwarm.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| masterHost | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.169.1/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.170.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. | --- @@ -6719,7 +6577,7 @@ public java.lang.String getMasterHost(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. --- @@ -6731,7 +6589,7 @@ public java.lang.Number getMasterPort(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#master_port ElastigroupAws#master_port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#master_port ElastigroupAws#master_port}. --- @@ -6743,7 +6601,7 @@ public java.lang.Number getAutoscaleCooldown(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. --- @@ -6757,7 +6615,7 @@ public ElastigroupAwsIntegrationDockerSwarmAutoscaleDown getAutoscaleDown(); autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} --- @@ -6771,7 +6629,7 @@ public ElastigroupAwsIntegrationDockerSwarmAutoscaleHeadroom getAutoscaleHeadroo autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} --- @@ -6783,7 +6641,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.169.1/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. --- @@ -6804,8 +6662,8 @@ ElastigroupAwsIntegrationDockerSwarmAutoscaleDown.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| evaluationPeriods | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage}. | --- @@ -6817,7 +6675,7 @@ public java.lang.Number getEvaluationPeriods(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. --- @@ -6829,7 +6687,7 @@ public java.lang.Number getMaxScaleDownPercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage}. --- @@ -6851,9 +6709,9 @@ ElastigroupAwsIntegrationDockerSwarmAutoscaleHeadroom.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| cpuPerUnit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. | --- @@ -6865,7 +6723,7 @@ public java.lang.Number getCpuPerUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. --- @@ -6877,7 +6735,7 @@ public java.lang.Number getMemoryPerUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. --- @@ -6889,7 +6747,7 @@ public java.lang.Number getNumOfUnits(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. --- @@ -6921,14 +6779,14 @@ ElastigroupAwsIntegrationEcs.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| clusterName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.169.1/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.170.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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/elastigroup_aws#autoscale_scale_down_non_service_tasks ElastigroupAws#autoscale_scale_down_non_service_tasks}. | | batch | ElastigroupAwsIntegrationEcsBatch | batch block. | --- @@ -6941,7 +6799,7 @@ public java.lang.String getClusterName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#cluster_name ElastigroupAws#cluster_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#cluster_name ElastigroupAws#cluster_name}. --- @@ -6955,7 +6813,7 @@ public java.lang.Object getAutoscaleAttributes(); autoscale_attributes block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#autoscale_attributes ElastigroupAws#autoscale_attributes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#autoscale_attributes ElastigroupAws#autoscale_attributes} --- @@ -6967,7 +6825,7 @@ public java.lang.Number getAutoscaleCooldown(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. --- @@ -6981,7 +6839,7 @@ public ElastigroupAwsIntegrationEcsAutoscaleDown getAutoscaleDown(); autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} --- @@ -6995,7 +6853,7 @@ public ElastigroupAwsIntegrationEcsAutoscaleHeadroom getAutoscaleHeadroom(); autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} --- @@ -7007,7 +6865,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.169.1/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.170.0/docs/resources/elastigroup_aws#autoscale_is_auto_config ElastigroupAws#autoscale_is_auto_config}. --- @@ -7019,7 +6877,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.169.1/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. --- @@ -7031,7 +6889,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.169.1/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.170.0/docs/resources/elastigroup_aws#autoscale_scale_down_non_service_tasks ElastigroupAws#autoscale_scale_down_non_service_tasks}. --- @@ -7045,7 +6903,7 @@ public ElastigroupAwsIntegrationEcsBatch getBatch(); batch block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#batch ElastigroupAws#batch} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#batch ElastigroupAws#batch} --- @@ -7066,8 +6924,8 @@ ElastigroupAwsIntegrationEcsAutoscaleAttributes.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#key ElastigroupAws#key}. | -| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | +| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | --- @@ -7079,7 +6937,7 @@ public java.lang.String getKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#key ElastigroupAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. --- @@ -7091,7 +6949,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#value ElastigroupAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. --- @@ -7112,8 +6970,8 @@ ElastigroupAwsIntegrationEcsAutoscaleDown.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| evaluationPeriods | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage}. | --- @@ -7125,7 +6983,7 @@ public java.lang.Number getEvaluationPeriods(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. --- @@ -7137,7 +6995,7 @@ public java.lang.Number getMaxScaleDownPercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage}. --- @@ -7159,9 +7017,9 @@ ElastigroupAwsIntegrationEcsAutoscaleHeadroom.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| cpuPerUnit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. | --- @@ -7173,7 +7031,7 @@ public java.lang.Number getCpuPerUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. --- @@ -7185,7 +7043,7 @@ public java.lang.Number getMemoryPerUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. --- @@ -7197,7 +7055,7 @@ public java.lang.Number getNumOfUnits(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. --- @@ -7217,7 +7075,7 @@ ElastigroupAwsIntegrationEcsBatch.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| jobQueueNames | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws#job_queue_names ElastigroupAws#job_queue_names}. | --- @@ -7229,7 +7087,7 @@ public java.util.List getJobQueueNames(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#job_queue_names ElastigroupAws#job_queue_names}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#job_queue_names ElastigroupAws#job_queue_names}. --- @@ -7263,7 +7121,7 @@ public ElastigroupAwsIntegrationGitlabRunner getRunner(); runner block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#runner ElastigroupAws#runner} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#runner ElastigroupAws#runner} --- @@ -7284,7 +7142,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.169.1/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.170.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. | --- @@ -7296,7 +7154,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.169.1/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. --- @@ -7328,16 +7186,16 @@ ElastigroupAwsIntegrationKubernetes.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| apiServer | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.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.169.1/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.169.1/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.170.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.170.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.169.1/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.169.1/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.169.1/docs/resources/elastigroup_aws#token ElastigroupAws#token}. | +| clusterIdentifier | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.0/docs/resources/elastigroup_aws#token ElastigroupAws#token}. | --- @@ -7349,7 +7207,7 @@ public java.lang.String getApiServer(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#api_server ElastigroupAws#api_server}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#api_server ElastigroupAws#api_server}. --- @@ -7361,7 +7219,7 @@ public java.lang.Number getAutoscaleCooldown(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. --- @@ -7375,7 +7233,7 @@ public ElastigroupAwsIntegrationKubernetesAutoscaleDown getAutoscaleDown(); autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} --- @@ -7389,7 +7247,7 @@ public ElastigroupAwsIntegrationKubernetesAutoscaleHeadroom getAutoscaleHeadroom autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} --- @@ -7401,7 +7259,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.169.1/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.170.0/docs/resources/elastigroup_aws#autoscale_is_auto_config ElastigroupAws#autoscale_is_auto_config}. --- @@ -7413,7 +7271,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.169.1/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. --- @@ -7427,7 +7285,7 @@ public java.lang.Object getAutoscaleLabels(); autoscale_labels block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#autoscale_labels ElastigroupAws#autoscale_labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#autoscale_labels ElastigroupAws#autoscale_labels} --- @@ -7439,7 +7297,7 @@ public java.lang.String getClusterIdentifier(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#cluster_identifier ElastigroupAws#cluster_identifier}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#cluster_identifier ElastigroupAws#cluster_identifier}. --- @@ -7451,7 +7309,7 @@ public java.lang.String getIntegrationMode(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#integration_mode ElastigroupAws#integration_mode}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#integration_mode ElastigroupAws#integration_mode}. --- @@ -7463,7 +7321,7 @@ public java.lang.String getToken(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#token ElastigroupAws#token}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#token ElastigroupAws#token}. --- @@ -7484,8 +7342,8 @@ ElastigroupAwsIntegrationKubernetesAutoscaleDown.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| evaluationPeriods | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage}. | --- @@ -7497,7 +7355,7 @@ public java.lang.Number getEvaluationPeriods(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. --- @@ -7509,7 +7367,7 @@ public java.lang.Number getMaxScaleDownPercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage}. --- @@ -7531,9 +7389,9 @@ ElastigroupAwsIntegrationKubernetesAutoscaleHeadroom.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| cpuPerUnit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. | --- @@ -7545,7 +7403,7 @@ public java.lang.Number getCpuPerUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. --- @@ -7557,7 +7415,7 @@ public java.lang.Number getMemoryPerUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. --- @@ -7569,7 +7427,7 @@ public java.lang.Number getNumOfUnits(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. --- @@ -7590,8 +7448,8 @@ ElastigroupAwsIntegrationKubernetesAutoscaleLabels.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#key ElastigroupAws#key}. | -| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | +| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | --- @@ -7603,7 +7461,7 @@ public java.lang.String getKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#key ElastigroupAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. --- @@ -7615,7 +7473,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#value ElastigroupAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. --- @@ -7635,7 +7493,7 @@ ElastigroupAwsIntegrationMesosphere.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| apiServer | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws#api_server ElastigroupAws#api_server}. | --- @@ -7647,39 +7505,7 @@ public java.lang.String getApiServer(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#api_server ElastigroupAws#api_server}. - ---- - -### ElastigroupAwsIntegrationMultaiRuntime - -#### Initializer - -```java -import com.hashicorp.cdktf.providers.spotinst.elastigroup_aws.ElastigroupAwsIntegrationMultaiRuntime; - -ElastigroupAwsIntegrationMultaiRuntime.builder() - .deploymentId(java.lang.String) - .build(); -``` - -#### Properties - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| deploymentId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#deployment_id ElastigroupAws#deployment_id}. | - ---- - -##### `deploymentId`Required - -```java -public java.lang.String getDeploymentId(); -``` - -- *Type:* java.lang.String - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#deployment_id ElastigroupAws#deployment_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#api_server ElastigroupAws#api_server}. --- @@ -7708,14 +7534,14 @@ ElastigroupAwsIntegrationNomad.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| masterHost | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.169.1/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.170.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.169.1/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.170.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. | --- @@ -7727,7 +7553,7 @@ public java.lang.String getMasterHost(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. --- @@ -7739,7 +7565,7 @@ public java.lang.Number getMasterPort(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#master_port ElastigroupAws#master_port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#master_port ElastigroupAws#master_port}. --- @@ -7751,7 +7577,7 @@ public java.lang.String getAclToken(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#acl_token ElastigroupAws#acl_token}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#acl_token ElastigroupAws#acl_token}. --- @@ -7765,7 +7591,7 @@ public java.lang.Object getAutoscaleConstraints(); autoscale_constraints block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#autoscale_constraints ElastigroupAws#autoscale_constraints} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#autoscale_constraints ElastigroupAws#autoscale_constraints} --- @@ -7777,7 +7603,7 @@ public java.lang.Number getAutoscaleCooldown(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. --- @@ -7791,7 +7617,7 @@ public ElastigroupAwsIntegrationNomadAutoscaleDown getAutoscaleDown(); autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} --- @@ -7805,7 +7631,7 @@ public ElastigroupAwsIntegrationNomadAutoscaleHeadroom getAutoscaleHeadroom(); autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} --- @@ -7817,7 +7643,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.169.1/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. --- @@ -7838,8 +7664,8 @@ ElastigroupAwsIntegrationNomadAutoscaleConstraints.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#key ElastigroupAws#key}. | -| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | +| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | --- @@ -7851,7 +7677,7 @@ public java.lang.String getKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#key ElastigroupAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. --- @@ -7863,7 +7689,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#value ElastigroupAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. --- @@ -7883,7 +7709,7 @@ ElastigroupAwsIntegrationNomadAutoscaleDown.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| evaluationPeriods | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. | --- @@ -7895,7 +7721,7 @@ public java.lang.Number getEvaluationPeriods(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. --- @@ -7917,9 +7743,9 @@ ElastigroupAwsIntegrationNomadAutoscaleHeadroom.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| cpuPerUnit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. | --- @@ -7931,7 +7757,7 @@ public java.lang.Number getCpuPerUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. --- @@ -7943,7 +7769,7 @@ public java.lang.Number getMemoryPerUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. --- @@ -7955,7 +7781,7 @@ public java.lang.Number getNumOfUnits(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. --- @@ -7978,10 +7804,10 @@ ElastigroupAwsIntegrationRancher.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| accessKey | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/docs/resources/elastigroup_aws#version ElastigroupAws#version}. | +| accessKey | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.0/docs/resources/elastigroup_aws#version ElastigroupAws#version}. | --- @@ -7993,7 +7819,7 @@ public java.lang.String getAccessKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#access_key ElastigroupAws#access_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#access_key ElastigroupAws#access_key}. --- @@ -8005,7 +7831,7 @@ public java.lang.String getMasterHost(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. --- @@ -8017,7 +7843,7 @@ public java.lang.String getSecretKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#secret_key ElastigroupAws#secret_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#secret_key ElastigroupAws#secret_key}. --- @@ -8029,7 +7855,7 @@ public java.lang.String getVersion(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#version ElastigroupAws#version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#version ElastigroupAws#version}. --- @@ -8064,7 +7890,7 @@ public java.lang.Object getDomains(); domains block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#domains ElastigroupAws#domains} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#domains ElastigroupAws#domains} --- @@ -8088,10 +7914,10 @@ ElastigroupAwsIntegrationRoute53Domains.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| hostedZoneId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.169.1/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.169.1/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.170.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.170.0/docs/resources/elastigroup_aws#spotinst_acct_id ElastigroupAws#spotinst_acct_id}. | --- @@ -8103,7 +7929,7 @@ public java.lang.String getHostedZoneId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#hosted_zone_id ElastigroupAws#hosted_zone_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#hosted_zone_id ElastigroupAws#hosted_zone_id}. --- @@ -8117,7 +7943,7 @@ public java.lang.Object getRecordSets(); record_sets block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#record_sets ElastigroupAws#record_sets} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#record_sets ElastigroupAws#record_sets} --- @@ -8129,7 +7955,7 @@ public java.lang.String getRecordSetType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#record_set_type ElastigroupAws#record_set_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#record_set_type ElastigroupAws#record_set_type}. --- @@ -8141,7 +7967,7 @@ public java.lang.String getSpotinstAcctId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#spotinst_acct_id ElastigroupAws#spotinst_acct_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#spotinst_acct_id ElastigroupAws#spotinst_acct_id}. --- @@ -8165,9 +7991,9 @@ ElastigroupAwsIntegrationRoute53DomainsRecordSets.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/elastigroup_aws#use_public_ip ElastigroupAws#use_public_ip}. | --- @@ -8179,7 +8005,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -8191,7 +8017,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.169.1/docs/resources/elastigroup_aws#use_public_dns ElastigroupAws#use_public_dns}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#use_public_dns ElastigroupAws#use_public_dns}. --- @@ -8203,7 +8029,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.169.1/docs/resources/elastigroup_aws#use_public_ip ElastigroupAws#use_public_ip}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#use_public_ip ElastigroupAws#use_public_ip}. --- @@ -8231,12 +8057,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.169.1/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.170.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.169.1/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.170.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.169.1/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.170.0/docs/resources/elastigroup_aws#migration_healthiness_threshold ElastigroupAws#migration_healthiness_threshold}. | --- @@ -8248,7 +8074,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.169.1/docs/resources/elastigroup_aws#fixed_target_groups ElastigroupAws#fixed_target_groups}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#fixed_target_groups ElastigroupAws#fixed_target_groups}. --- @@ -8262,7 +8088,7 @@ public java.lang.Object getLoadBalancer(); load_balancer block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#load_balancer ElastigroupAws#load_balancer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#load_balancer ElastigroupAws#load_balancer} --- @@ -8276,7 +8102,7 @@ public java.lang.Object getTargetGroupConfig(); target_group_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#target_group_config ElastigroupAws#target_group_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#target_group_config ElastigroupAws#target_group_config} --- @@ -8288,7 +8114,7 @@ public java.lang.String getWeightStrategy(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#weight_strategy ElastigroupAws#weight_strategy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#weight_strategy ElastigroupAws#weight_strategy}. --- @@ -8302,7 +8128,7 @@ public ElastigroupAwsItfDefaultStaticTargetGroup getDefaultStaticTargetGroup(); default_static_target_group block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws#default_static_target_group ElastigroupAws#default_static_target_group} --- @@ -8314,7 +8140,7 @@ public java.lang.Number getMigrationHealthinessThreshold(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#migration_healthiness_threshold ElastigroupAws#migration_healthiness_threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#migration_healthiness_threshold ElastigroupAws#migration_healthiness_threshold}. --- @@ -8335,8 +8161,8 @@ ElastigroupAwsItfDefaultStaticTargetGroup.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| arn | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#arn ElastigroupAws#arn}. | -| percentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage}. | +| arn | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage}. | --- @@ -8348,7 +8174,7 @@ public java.lang.String getArn(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#arn ElastigroupAws#arn}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#arn ElastigroupAws#arn}. --- @@ -8360,7 +8186,7 @@ public java.lang.Number getPercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage}. --- @@ -8383,7 +8209,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.169.1/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.170.0/docs/resources/elastigroup_aws#load_balancer_arn ElastigroupAws#load_balancer_arn}. | --- @@ -8397,7 +8223,7 @@ public java.lang.Object getListenerRule(); listener_rule block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#listener_rule ElastigroupAws#listener_rule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#listener_rule ElastigroupAws#listener_rule} --- @@ -8409,7 +8235,7 @@ public java.lang.String getLoadBalancerArn(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#load_balancer_arn ElastigroupAws#load_balancer_arn}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#load_balancer_arn ElastigroupAws#load_balancer_arn}. --- @@ -8430,7 +8256,7 @@ ElastigroupAwsItfLoadBalancerListenerRule.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| ruleArn | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws#rule_arn ElastigroupAws#rule_arn}. | | staticTargetGroup | ElastigroupAwsItfLoadBalancerListenerRuleStaticTargetGroup | static_target_group block. | --- @@ -8443,7 +8269,7 @@ public java.lang.String getRuleArn(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#rule_arn ElastigroupAws#rule_arn}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#rule_arn ElastigroupAws#rule_arn}. --- @@ -8457,7 +8283,7 @@ public ElastigroupAwsItfLoadBalancerListenerRuleStaticTargetGroup getStaticTarge static_target_group block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#static_target_group ElastigroupAws#static_target_group} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#static_target_group ElastigroupAws#static_target_group} --- @@ -8478,8 +8304,8 @@ ElastigroupAwsItfLoadBalancerListenerRuleStaticTargetGroup.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| arn | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#arn ElastigroupAws#arn}. | -| percentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage}. | +| arn | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage}. | --- @@ -8491,7 +8317,7 @@ public java.lang.String getArn(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#arn ElastigroupAws#arn}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#arn ElastigroupAws#arn}. --- @@ -8503,7 +8329,7 @@ public java.lang.Number getPercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage}. --- @@ -8537,19 +8363,19 @@ ElastigroupAwsItfTargetGroupConfig.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| healthCheckPath | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_aws#port ElastigroupAws#port}. | -| protocol | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#protocol ElastigroupAws#protocol}. | -| vpcId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.169.1/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.170.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.169.1/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.170.0/docs/resources/elastigroup_aws#unhealthy_threshold_count ElastigroupAws#unhealthy_threshold_count}. | --- @@ -8561,7 +8387,7 @@ public java.lang.String getHealthCheckPath(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#health_check_path ElastigroupAws#health_check_path}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#health_check_path ElastigroupAws#health_check_path}. --- @@ -8573,7 +8399,7 @@ public java.lang.Number getPort(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#port ElastigroupAws#port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#port ElastigroupAws#port}. --- @@ -8585,7 +8411,7 @@ public java.lang.String getProtocol(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#protocol ElastigroupAws#protocol}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#protocol ElastigroupAws#protocol}. --- @@ -8597,7 +8423,7 @@ public java.lang.String getVpcId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#vpc_id ElastigroupAws#vpc_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#vpc_id ElastigroupAws#vpc_id}. --- @@ -8609,7 +8435,7 @@ public java.lang.Number getHealthCheckIntervalSeconds(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws#health_check_interval_seconds ElastigroupAws#health_check_interval_seconds}. --- @@ -8621,7 +8447,7 @@ public java.lang.String getHealthCheckPort(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#health_check_port ElastigroupAws#health_check_port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#health_check_port ElastigroupAws#health_check_port}. --- @@ -8633,7 +8459,7 @@ public java.lang.String getHealthCheckProtocol(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#health_check_protocol ElastigroupAws#health_check_protocol}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#health_check_protocol ElastigroupAws#health_check_protocol}. --- @@ -8645,7 +8471,7 @@ public java.lang.Number getHealthCheckTimeoutSeconds(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws#health_check_timeout_seconds ElastigroupAws#health_check_timeout_seconds}. --- @@ -8657,7 +8483,7 @@ public java.lang.Number getHealthyThresholdCount(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#healthy_threshold_count ElastigroupAws#healthy_threshold_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#healthy_threshold_count ElastigroupAws#healthy_threshold_count}. --- @@ -8671,7 +8497,7 @@ public java.lang.Object getMatcher(); matcher block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#matcher ElastigroupAws#matcher} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#matcher ElastigroupAws#matcher} --- @@ -8683,7 +8509,7 @@ public java.lang.String getProtocolVersion(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#protocol_version ElastigroupAws#protocol_version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#protocol_version ElastigroupAws#protocol_version}. --- @@ -8697,7 +8523,7 @@ public java.lang.Object getTags(); tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#tags ElastigroupAws#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#tags ElastigroupAws#tags} --- @@ -8709,7 +8535,7 @@ public java.lang.Number getUnhealthyThresholdCount(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#unhealthy_threshold_count ElastigroupAws#unhealthy_threshold_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#unhealthy_threshold_count ElastigroupAws#unhealthy_threshold_count}. --- @@ -8730,8 +8556,8 @@ ElastigroupAwsItfTargetGroupConfigMatcher.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| grpcCode | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/elastigroup_aws#http_code ElastigroupAws#http_code}. | --- @@ -8743,7 +8569,7 @@ public java.lang.String getGrpcCode(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#grpc_code ElastigroupAws#grpc_code}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#grpc_code ElastigroupAws#grpc_code}. --- @@ -8755,7 +8581,7 @@ public java.lang.String getHttpCode(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#http_code ElastigroupAws#http_code}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#http_code ElastigroupAws#http_code}. --- @@ -8776,8 +8602,8 @@ ElastigroupAwsItfTargetGroupConfigTags.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| tagKey | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/elastigroup_aws#tag_value ElastigroupAws#tag_value}. | --- @@ -8789,7 +8615,7 @@ public java.lang.String getTagKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#tag_key ElastigroupAws#tag_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#tag_key ElastigroupAws#tag_key}. --- @@ -8801,7 +8627,7 @@ public java.lang.String getTagValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#tag_value ElastigroupAws#tag_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#tag_value ElastigroupAws#tag_value}. --- @@ -8835,7 +8661,7 @@ public ElastigroupAwsLoggingExport getExport(); export block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#export ElastigroupAws#export} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#export ElastigroupAws#export} --- @@ -8870,7 +8696,7 @@ public java.lang.Object getS3(); s3 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#s3 ElastigroupAws#s3} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#s3 ElastigroupAws#s3} --- @@ -8890,7 +8716,7 @@ ElastigroupAwsLoggingExportS3.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#id ElastigroupAws#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#id ElastigroupAws#id}. | --- @@ -8902,7 +8728,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#id ElastigroupAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. @@ -8927,9 +8753,9 @@ ElastigroupAwsMetadataOptions.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| httpTokens | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/elastigroup_aws#instance_metadata_tags ElastigroupAws#instance_metadata_tags}. | --- @@ -8941,7 +8767,7 @@ public java.lang.String getHttpTokens(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#http_tokens ElastigroupAws#http_tokens}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#http_tokens ElastigroupAws#http_tokens}. --- @@ -8953,7 +8779,7 @@ public java.lang.Number getHttpPutResponseHopLimit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws#http_put_response_hop_limit ElastigroupAws#http_put_response_hop_limit}. --- @@ -8965,53 +8791,7 @@ public java.lang.String getInstanceMetadataTags(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#instance_metadata_tags ElastigroupAws#instance_metadata_tags}. - ---- - -### ElastigroupAwsMultaiTargetSets - -#### Initializer - -```java -import com.hashicorp.cdktf.providers.spotinst.elastigroup_aws.ElastigroupAwsMultaiTargetSets; - -ElastigroupAwsMultaiTargetSets.builder() - .balancerId(java.lang.String) - .targetSetId(java.lang.String) - .build(); -``` - -#### Properties - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| balancerId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_aws#target_set_id ElastigroupAws#target_set_id}. | - ---- - -##### `balancerId`Required - -```java -public java.lang.String getBalancerId(); -``` - -- *Type:* java.lang.String - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#balancer_id ElastigroupAws#balancer_id}. - ---- - -##### `targetSetId`Required - -```java -public java.lang.String getTargetSetId(); -``` - -- *Type:* java.lang.String - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#target_set_id ElastigroupAws#target_set_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#instance_metadata_tags ElastigroupAws#instance_metadata_tags}. --- @@ -9049,7 +8829,7 @@ public java.lang.Object getExpressions(); expressions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#expressions ElastigroupAws#expressions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#expressions ElastigroupAws#expressions} --- @@ -9063,7 +8843,7 @@ public java.lang.Object getMetrics(); metrics block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#metrics ElastigroupAws#metrics} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#metrics ElastigroupAws#metrics} --- @@ -9084,8 +8864,8 @@ ElastigroupAwsMultipleMetricsExpressions.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| expression | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#expression ElastigroupAws#expression}. | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | +| expression | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | --- @@ -9097,7 +8877,7 @@ public java.lang.String getExpression(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#expression ElastigroupAws#expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#expression ElastigroupAws#expression}. --- @@ -9109,7 +8889,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -9136,13 +8916,13 @@ ElastigroupAwsMultipleMetricsMetrics.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| metricName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | -| namespace | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. | +| metricName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.169.1/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.169.1/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. | -| unit | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. | +| extendedStatistic | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. | --- @@ -9154,7 +8934,7 @@ public java.lang.String getMetricName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. --- @@ -9166,7 +8946,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -9178,7 +8958,7 @@ public java.lang.String getNamespace(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. --- @@ -9192,7 +8972,7 @@ public java.lang.Object getDimensions(); dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} --- @@ -9204,7 +8984,7 @@ public java.lang.String getExtendedStatistic(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#extended_statistic ElastigroupAws#extended_statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#extended_statistic ElastigroupAws#extended_statistic}. --- @@ -9216,7 +8996,7 @@ public java.lang.String getStatistic(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. --- @@ -9228,7 +9008,7 @@ public java.lang.String getUnit(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. --- @@ -9249,8 +9029,8 @@ ElastigroupAwsMultipleMetricsMetricsDimensions.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | -| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | --- @@ -9262,7 +9042,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -9274,7 +9054,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#value ElastigroupAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. --- @@ -9304,14 +9084,14 @@ ElastigroupAwsNetworkInterface.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| deviceIndex | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.169.1/docs/resources/elastigroup_aws#description ElastigroupAws#description}. | -| networkInterfaceId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.0/docs/resources/elastigroup_aws#secondary_private_ip_address_count ElastigroupAws#secondary_private_ip_address_count}. | --- @@ -9323,7 +9103,7 @@ public java.lang.String getDeviceIndex(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#device_index ElastigroupAws#device_index}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#device_index ElastigroupAws#device_index}. --- @@ -9335,7 +9115,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.169.1/docs/resources/elastigroup_aws#associate_ipv6_address ElastigroupAws#associate_ipv6_address}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#associate_ipv6_address ElastigroupAws#associate_ipv6_address}. --- @@ -9347,7 +9127,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.169.1/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.170.0/docs/resources/elastigroup_aws#associate_public_ip_address ElastigroupAws#associate_public_ip_address}. --- @@ -9359,7 +9139,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.169.1/docs/resources/elastigroup_aws#delete_on_termination ElastigroupAws#delete_on_termination}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#delete_on_termination ElastigroupAws#delete_on_termination}. --- @@ -9371,7 +9151,7 @@ public java.lang.String getDescription(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#description ElastigroupAws#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#description ElastigroupAws#description}. --- @@ -9383,7 +9163,7 @@ public java.lang.String getNetworkInterfaceId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#network_interface_id ElastigroupAws#network_interface_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#network_interface_id ElastigroupAws#network_interface_id}. --- @@ -9395,7 +9175,7 @@ public java.lang.String getPrivateIpAddress(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#private_ip_address ElastigroupAws#private_ip_address}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#private_ip_address ElastigroupAws#private_ip_address}. --- @@ -9407,7 +9187,7 @@ public java.lang.String getSecondaryPrivateIpAddressCount(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws#secondary_private_ip_address_count ElastigroupAws#secondary_private_ip_address_count}. --- @@ -9435,15 +9215,15 @@ ElastigroupAwsResourceRequirements.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| requiredMemoryMaximum | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.0/docs/resources/elastigroup_aws#required_gpu_minimum ElastigroupAws#required_gpu_minimum}. | --- @@ -9455,7 +9235,7 @@ public java.lang.Number getRequiredMemoryMaximum(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#required_memory_maximum ElastigroupAws#required_memory_maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#required_memory_maximum ElastigroupAws#required_memory_maximum}. --- @@ -9467,7 +9247,7 @@ public java.lang.Number getRequiredMemoryMinimum(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#required_memory_minimum ElastigroupAws#required_memory_minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#required_memory_minimum ElastigroupAws#required_memory_minimum}. --- @@ -9479,7 +9259,7 @@ public java.lang.Number getRequiredVcpuMaximum(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#required_vcpu_maximum ElastigroupAws#required_vcpu_maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#required_vcpu_maximum ElastigroupAws#required_vcpu_maximum}. --- @@ -9491,7 +9271,7 @@ public java.lang.Number getRequiredVcpuMinimum(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#required_vcpu_minimum ElastigroupAws#required_vcpu_minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#required_vcpu_minimum ElastigroupAws#required_vcpu_minimum}. --- @@ -9503,7 +9283,7 @@ public java.util.List getExcludedInstanceFamilies(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#excluded_instance_families ElastigroupAws#excluded_instance_families}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#excluded_instance_families ElastigroupAws#excluded_instance_families}. --- @@ -9515,7 +9295,7 @@ public java.util.List getExcludedInstanceGenerations(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#excluded_instance_generations ElastigroupAws#excluded_instance_generations}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#excluded_instance_generations ElastigroupAws#excluded_instance_generations}. --- @@ -9527,7 +9307,7 @@ public java.util.List getExcludedInstanceTypes(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#excluded_instance_types ElastigroupAws#excluded_instance_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#excluded_instance_types ElastigroupAws#excluded_instance_types}. --- @@ -9539,7 +9319,7 @@ public java.lang.Number getRequiredGpuMaximum(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#required_gpu_maximum ElastigroupAws#required_gpu_maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#required_gpu_maximum ElastigroupAws#required_gpu_maximum}. --- @@ -9551,7 +9331,7 @@ public java.lang.Number getRequiredGpuMinimum(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#required_gpu_minimum ElastigroupAws#required_gpu_minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#required_gpu_minimum ElastigroupAws#required_gpu_minimum}. --- @@ -9578,10 +9358,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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.0/docs/resources/elastigroup_aws#should_tag_volumes ElastigroupAws#should_tag_volumes}. | --- @@ -9593,7 +9373,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.169.1/docs/resources/elastigroup_aws#should_tag_amis ElastigroupAws#should_tag_amis}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#should_tag_amis ElastigroupAws#should_tag_amis}. --- @@ -9605,7 +9385,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.169.1/docs/resources/elastigroup_aws#should_tag_enis ElastigroupAws#should_tag_enis}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#should_tag_enis ElastigroupAws#should_tag_enis}. --- @@ -9617,7 +9397,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.169.1/docs/resources/elastigroup_aws#should_tag_snapshots ElastigroupAws#should_tag_snapshots}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#should_tag_snapshots ElastigroupAws#should_tag_snapshots}. --- @@ -9629,7 +9409,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.169.1/docs/resources/elastigroup_aws#should_tag_volumes ElastigroupAws#should_tag_volumes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#should_tag_volumes ElastigroupAws#should_tag_volumes}. --- @@ -9650,8 +9430,8 @@ ElastigroupAwsRevertToSpot.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| performAt | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/elastigroup_aws#time_windows ElastigroupAws#time_windows}. | --- @@ -9663,7 +9443,7 @@ public java.lang.String getPerformAt(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#perform_at ElastigroupAws#perform_at}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#perform_at ElastigroupAws#perform_at}. --- @@ -9675,7 +9455,7 @@ public java.util.List getTimeWindows(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#time_windows ElastigroupAws#time_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#time_windows ElastigroupAws#time_windows}. --- @@ -9718,27 +9498,27 @@ ElastigroupAwsScalingDownPolicy.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| metricName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. | -| policyName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. | -| cooldown | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. | +| metricName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.170.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.170.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.169.1/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.169.1/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.169.1/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. | -| maxTargetCapacity | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. | -| minTargetCapacity | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_aws#operator ElastigroupAws#operator}. | -| period | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#period ElastigroupAws#period}. | -| source | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#source ElastigroupAws#source}. | -| statistic | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. | +| evaluationPeriods | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.169.1/docs/resources/elastigroup_aws#target ElastigroupAws#target}. | -| threshold | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. | -| unit | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. | +| target | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. | --- @@ -9750,7 +9530,7 @@ public java.lang.String getMetricName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. --- @@ -9762,7 +9542,7 @@ public java.lang.String getNamespace(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. --- @@ -9774,7 +9554,7 @@ public java.lang.String getPolicyName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name}. --- @@ -9786,7 +9566,7 @@ public java.lang.String getActionType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type}. --- @@ -9798,7 +9578,7 @@ public java.lang.String getAdjustment(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. --- @@ -9810,7 +9590,7 @@ public java.lang.Number getCooldown(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. --- @@ -9824,7 +9604,7 @@ public java.lang.Object getDimensions(); dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} --- @@ -9836,7 +9616,7 @@ public java.lang.Number getEvaluationPeriods(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. --- @@ -9848,7 +9628,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.169.1/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. --- @@ -9860,7 +9640,7 @@ public java.lang.String getMaximum(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. --- @@ -9872,7 +9652,7 @@ public java.lang.String getMaxTargetCapacity(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. --- @@ -9884,7 +9664,7 @@ public java.lang.String getMinimum(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. --- @@ -9896,7 +9676,7 @@ public java.lang.String getMinTargetCapacity(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. --- @@ -9908,7 +9688,7 @@ public java.lang.String getOperator(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#operator ElastigroupAws#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#operator ElastigroupAws#operator}. --- @@ -9920,7 +9700,7 @@ public java.lang.Number getPeriod(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#period ElastigroupAws#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. --- @@ -9932,7 +9712,7 @@ public java.lang.String getSource(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#source ElastigroupAws#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. --- @@ -9944,7 +9724,7 @@ public java.lang.String getStatistic(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. --- @@ -9958,7 +9738,7 @@ public java.lang.Object getStepAdjustments(); step_adjustments block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#step_adjustments ElastigroupAws#step_adjustments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#step_adjustments ElastigroupAws#step_adjustments} --- @@ -9970,7 +9750,7 @@ public java.lang.String getTarget(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#target ElastigroupAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. --- @@ -9982,7 +9762,7 @@ public java.lang.Number getThreshold(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. --- @@ -9994,7 +9774,7 @@ public java.lang.String getUnit(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. --- @@ -10015,8 +9795,8 @@ ElastigroupAwsScalingDownPolicyDimensions.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | -| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | --- @@ -10028,7 +9808,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -10040,7 +9820,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#value ElastigroupAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. --- @@ -10062,7 +9842,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.169.1/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. | +| threshold | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. | --- @@ -10076,7 +9856,7 @@ public ElastigroupAwsScalingDownPolicyStepAdjustmentsAction getAction(); action block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#action ElastigroupAws#action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#action ElastigroupAws#action} --- @@ -10088,7 +9868,7 @@ public java.lang.Number getThreshold(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. --- @@ -10114,13 +9894,13 @@ ElastigroupAwsScalingDownPolicyStepAdjustmentsAction.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#type ElastigroupAws#type}. | -| adjustment | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. | -| maximum | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. | -| maxTargetCapacity | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. | -| minTargetCapacity | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_aws#target ElastigroupAws#target}. | +| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.170.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.170.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.170.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. | --- @@ -10132,7 +9912,7 @@ public java.lang.String getType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#type ElastigroupAws#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. --- @@ -10144,7 +9924,7 @@ public java.lang.String getAdjustment(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. --- @@ -10156,7 +9936,7 @@ public java.lang.String getMaximum(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. --- @@ -10168,7 +9948,7 @@ public java.lang.String getMaxTargetCapacity(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. --- @@ -10180,7 +9960,7 @@ public java.lang.String getMinimum(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. --- @@ -10192,7 +9972,7 @@ public java.lang.String getMinTargetCapacity(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. --- @@ -10204,7 +9984,7 @@ public java.lang.String getTarget(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#target ElastigroupAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. --- @@ -10226,8 +10006,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.169.1/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.169.1/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.170.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.170.0/docs/resources/elastigroup_aws#termination_policy ElastigroupAws#termination_policy}. | --- @@ -10239,7 +10019,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.169.1/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.170.0/docs/resources/elastigroup_aws#terminate_at_end_of_billing_hour ElastigroupAws#terminate_at_end_of_billing_hour}. --- @@ -10251,7 +10031,7 @@ public java.lang.String getTerminationPolicy(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#termination_policy ElastigroupAws#termination_policy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#termination_policy ElastigroupAws#termination_policy}. --- @@ -10284,19 +10064,19 @@ ElastigroupAwsScalingTargetPolicy.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| metricName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. | -| policyName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_aws#target ElastigroupAws#target}. | -| cooldown | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. | +| metricName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.170.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.169.1/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.169.1/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.169.1/docs/resources/elastigroup_aws#period ElastigroupAws#period}. | -| predictiveMode | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_aws#source ElastigroupAws#source}. | -| statistic | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. | -| unit | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. | +| evaluationPeriods | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.170.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.170.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.170.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. | --- @@ -10308,7 +10088,7 @@ public java.lang.String getMetricName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. --- @@ -10320,7 +10100,7 @@ public java.lang.String getNamespace(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. --- @@ -10332,7 +10112,7 @@ public java.lang.String getPolicyName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name}. --- @@ -10344,7 +10124,7 @@ public java.lang.Number getTarget(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#target ElastigroupAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. --- @@ -10356,7 +10136,7 @@ public java.lang.Number getCooldown(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. --- @@ -10370,7 +10150,7 @@ public java.lang.Object getDimensions(); dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} --- @@ -10382,7 +10162,7 @@ public java.lang.Number getEvaluationPeriods(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. --- @@ -10394,7 +10174,7 @@ public java.lang.String getMaxCapacityPerScale(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws#max_capacity_per_scale ElastigroupAws#max_capacity_per_scale}. --- @@ -10406,7 +10186,7 @@ public java.lang.Number getPeriod(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#period ElastigroupAws#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. --- @@ -10418,7 +10198,7 @@ public java.lang.String getPredictiveMode(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#predictive_mode ElastigroupAws#predictive_mode}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#predictive_mode ElastigroupAws#predictive_mode}. --- @@ -10430,7 +10210,7 @@ public java.lang.String getSource(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#source ElastigroupAws#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. --- @@ -10442,7 +10222,7 @@ public java.lang.String getStatistic(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. --- @@ -10454,7 +10234,7 @@ public java.lang.String getUnit(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. --- @@ -10475,8 +10255,8 @@ ElastigroupAwsScalingTargetPolicyDimensions.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | -| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | --- @@ -10488,7 +10268,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -10500,7 +10280,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#value ElastigroupAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. --- @@ -10543,27 +10323,27 @@ ElastigroupAwsScalingUpPolicy.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| metricName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. | -| policyName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. | -| cooldown | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. | +| metricName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.170.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.170.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.169.1/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.169.1/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.169.1/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. | -| maxTargetCapacity | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. | -| minTargetCapacity | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_aws#operator ElastigroupAws#operator}. | -| period | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#period ElastigroupAws#period}. | -| source | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#source ElastigroupAws#source}. | -| statistic | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. | +| evaluationPeriods | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.169.1/docs/resources/elastigroup_aws#target ElastigroupAws#target}. | -| threshold | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. | -| unit | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. | +| target | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. | --- @@ -10575,7 +10355,7 @@ public java.lang.String getMetricName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. --- @@ -10587,7 +10367,7 @@ public java.lang.String getNamespace(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. --- @@ -10599,7 +10379,7 @@ public java.lang.String getPolicyName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name}. --- @@ -10611,7 +10391,7 @@ public java.lang.String getActionType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type}. --- @@ -10623,7 +10403,7 @@ public java.lang.String getAdjustment(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. --- @@ -10635,7 +10415,7 @@ public java.lang.Number getCooldown(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. --- @@ -10649,7 +10429,7 @@ public java.lang.Object getDimensions(); dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} --- @@ -10661,7 +10441,7 @@ public java.lang.Number getEvaluationPeriods(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. --- @@ -10673,7 +10453,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.169.1/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. --- @@ -10685,7 +10465,7 @@ public java.lang.String getMaximum(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. --- @@ -10697,7 +10477,7 @@ public java.lang.String getMaxTargetCapacity(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. --- @@ -10709,7 +10489,7 @@ public java.lang.String getMinimum(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. --- @@ -10721,7 +10501,7 @@ public java.lang.String getMinTargetCapacity(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. --- @@ -10733,7 +10513,7 @@ public java.lang.String getOperator(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#operator ElastigroupAws#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#operator ElastigroupAws#operator}. --- @@ -10745,7 +10525,7 @@ public java.lang.Number getPeriod(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#period ElastigroupAws#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. --- @@ -10757,7 +10537,7 @@ public java.lang.String getSource(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#source ElastigroupAws#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. --- @@ -10769,7 +10549,7 @@ public java.lang.String getStatistic(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. --- @@ -10783,7 +10563,7 @@ public java.lang.Object getStepAdjustments(); step_adjustments block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#step_adjustments ElastigroupAws#step_adjustments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#step_adjustments ElastigroupAws#step_adjustments} --- @@ -10795,7 +10575,7 @@ public java.lang.String getTarget(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#target ElastigroupAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. --- @@ -10807,7 +10587,7 @@ public java.lang.Number getThreshold(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. --- @@ -10819,7 +10599,7 @@ public java.lang.String getUnit(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. --- @@ -10840,8 +10620,8 @@ ElastigroupAwsScalingUpPolicyDimensions.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | -| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | --- @@ -10853,7 +10633,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -10865,7 +10645,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#value ElastigroupAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. --- @@ -10887,7 +10667,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.169.1/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. | +| threshold | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. | --- @@ -10901,7 +10681,7 @@ public ElastigroupAwsScalingUpPolicyStepAdjustmentsAction getAction(); action block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#action ElastigroupAws#action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#action ElastigroupAws#action} --- @@ -10913,7 +10693,7 @@ public java.lang.Number getThreshold(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. --- @@ -10939,13 +10719,13 @@ ElastigroupAwsScalingUpPolicyStepAdjustmentsAction.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#type ElastigroupAws#type}. | -| adjustment | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. | -| maximum | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. | -| maxTargetCapacity | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. | -| minTargetCapacity | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_aws#target ElastigroupAws#target}. | +| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.170.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.170.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.170.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. | --- @@ -10957,7 +10737,7 @@ public java.lang.String getType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#type ElastigroupAws#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. --- @@ -10969,7 +10749,7 @@ public java.lang.String getAdjustment(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. --- @@ -10981,7 +10761,7 @@ public java.lang.String getMaximum(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. --- @@ -10993,7 +10773,7 @@ public java.lang.String getMaxTargetCapacity(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. --- @@ -11005,7 +10785,7 @@ public java.lang.String getMinimum(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. --- @@ -11017,7 +10797,7 @@ public java.lang.String getMinTargetCapacity(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. --- @@ -11029,7 +10809,7 @@ public java.lang.String getTarget(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#target ElastigroupAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. --- @@ -11064,21 +10844,21 @@ ElastigroupAwsScheduledTask.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| taskType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. | -| adjustmentPercentage | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/docs/resources/elastigroup_aws#frequency ElastigroupAws#frequency}. | -| gracePeriod | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.0/docs/resources/elastigroup_aws#target_capacity ElastigroupAws#target_capacity}. | --- @@ -11090,7 +10870,7 @@ public java.lang.String getTaskType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#task_type ElastigroupAws#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#task_type ElastigroupAws#task_type}. --- @@ -11102,7 +10882,7 @@ public java.lang.String getAdjustment(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. --- @@ -11114,7 +10894,7 @@ public java.lang.String getAdjustmentPercentage(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#adjustment_percentage ElastigroupAws#adjustment_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#adjustment_percentage ElastigroupAws#adjustment_percentage}. --- @@ -11126,7 +10906,7 @@ public java.lang.String getBatchSizePercentage(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#batch_size_percentage ElastigroupAws#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#batch_size_percentage ElastigroupAws#batch_size_percentage}. --- @@ -11138,7 +10918,7 @@ public java.lang.String getCronExpression(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#cron_expression ElastigroupAws#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#cron_expression ElastigroupAws#cron_expression}. --- @@ -11150,7 +10930,7 @@ public java.lang.String getFrequency(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#frequency ElastigroupAws#frequency}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#frequency ElastigroupAws#frequency}. --- @@ -11162,7 +10942,7 @@ public java.lang.String getGracePeriod(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. --- @@ -11174,7 +10954,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.169.1/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. --- @@ -11186,7 +10966,7 @@ public java.lang.String getMaxCapacity(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#max_capacity ElastigroupAws#max_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#max_capacity ElastigroupAws#max_capacity}. --- @@ -11198,7 +10978,7 @@ public java.lang.String getMinCapacity(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#min_capacity ElastigroupAws#min_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#min_capacity ElastigroupAws#min_capacity}. --- @@ -11210,7 +10990,7 @@ public java.lang.String getScaleMaxCapacity(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#scale_max_capacity ElastigroupAws#scale_max_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#scale_max_capacity ElastigroupAws#scale_max_capacity}. --- @@ -11222,7 +11002,7 @@ public java.lang.String getScaleMinCapacity(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#scale_min_capacity ElastigroupAws#scale_min_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#scale_min_capacity ElastigroupAws#scale_min_capacity}. --- @@ -11234,7 +11014,7 @@ public java.lang.String getScaleTargetCapacity(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#scale_target_capacity ElastigroupAws#scale_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#scale_target_capacity ElastigroupAws#scale_target_capacity}. --- @@ -11246,7 +11026,7 @@ public java.lang.String getStartTime(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#start_time ElastigroupAws#start_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#start_time ElastigroupAws#start_time}. --- @@ -11258,7 +11038,7 @@ public java.lang.String getTargetCapacity(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#target_capacity ElastigroupAws#target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#target_capacity ElastigroupAws#target_capacity}. --- @@ -11279,8 +11059,8 @@ ElastigroupAwsSignal.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | -| timeout | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#timeout ElastigroupAws#timeout}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_aws#timeout ElastigroupAws#timeout}. | --- @@ -11292,7 +11072,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -11304,7 +11084,7 @@ public java.lang.Number getTimeout(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#timeout ElastigroupAws#timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#timeout ElastigroupAws#timeout}. --- @@ -11331,10 +11111,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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.0/docs/resources/elastigroup_aws#should_delete_volumes ElastigroupAws#should_delete_volumes}. | --- @@ -11346,7 +11126,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.169.1/docs/resources/elastigroup_aws#should_delete_images ElastigroupAws#should_delete_images}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#should_delete_images ElastigroupAws#should_delete_images}. --- @@ -11358,7 +11138,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.169.1/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.170.0/docs/resources/elastigroup_aws#should_delete_network_interfaces ElastigroupAws#should_delete_network_interfaces}. --- @@ -11370,7 +11150,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.169.1/docs/resources/elastigroup_aws#should_delete_snapshots ElastigroupAws#should_delete_snapshots}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#should_delete_snapshots ElastigroupAws#should_delete_snapshots}. --- @@ -11382,7 +11162,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.169.1/docs/resources/elastigroup_aws#should_delete_volumes ElastigroupAws#should_delete_volumes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#should_delete_volumes ElastigroupAws#should_delete_volumes}. --- @@ -11403,8 +11183,8 @@ ElastigroupAwsStatefulInstanceAction.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| statefulInstanceId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_aws#type ElastigroupAws#type}. | +| statefulInstanceId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. | --- @@ -11416,7 +11196,7 @@ public java.lang.String getStatefulInstanceId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#stateful_instance_id ElastigroupAws#stateful_instance_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#stateful_instance_id ElastigroupAws#stateful_instance_id}. --- @@ -11428,7 +11208,7 @@ public java.lang.String getType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#type ElastigroupAws#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. --- @@ -11449,8 +11229,8 @@ ElastigroupAwsTags.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#key ElastigroupAws#key}. | -| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | +| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | --- @@ -11462,7 +11242,7 @@ public java.lang.String getKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#key ElastigroupAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. --- @@ -11474,7 +11254,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#value ElastigroupAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. --- @@ -11500,9 +11280,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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/elastigroup_aws#auto_apply_tags ElastigroupAws#auto_apply_tags}. | | rollConfig | ElastigroupAwsUpdatePolicyRollConfig | roll_config block. | --- @@ -11515,7 +11295,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.169.1/docs/resources/elastigroup_aws#should_resume_stateful ElastigroupAws#should_resume_stateful}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#should_resume_stateful ElastigroupAws#should_resume_stateful}. --- @@ -11527,7 +11307,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.169.1/docs/resources/elastigroup_aws#should_roll ElastigroupAws#should_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#should_roll ElastigroupAws#should_roll}. --- @@ -11539,7 +11319,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.169.1/docs/resources/elastigroup_aws#auto_apply_tags ElastigroupAws#auto_apply_tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#auto_apply_tags ElastigroupAws#auto_apply_tags}. --- @@ -11553,7 +11333,7 @@ public ElastigroupAwsUpdatePolicyRollConfig getRollConfig(); roll_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#roll_config ElastigroupAws#roll_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#roll_config ElastigroupAws#roll_config} --- @@ -11578,12 +11358,12 @@ ElastigroupAwsUpdatePolicyRollConfig.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| batchSizePercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.169.1/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.169.1/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.170.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.170.0/docs/resources/elastigroup_aws#wait_for_roll_timeout ElastigroupAws#wait_for_roll_timeout}. | --- @@ -11595,7 +11375,7 @@ public java.lang.Number getBatchSizePercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#batch_size_percentage ElastigroupAws#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#batch_size_percentage ElastigroupAws#batch_size_percentage}. --- @@ -11607,7 +11387,7 @@ public java.lang.Number getGracePeriod(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. --- @@ -11619,7 +11399,7 @@ public java.lang.String getHealthCheckType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#health_check_type ElastigroupAws#health_check_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#health_check_type ElastigroupAws#health_check_type}. --- @@ -11633,7 +11413,7 @@ public ElastigroupAwsUpdatePolicyRollConfigStrategy getStrategy(); strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#strategy ElastigroupAws#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#strategy ElastigroupAws#strategy} --- @@ -11645,7 +11425,7 @@ public java.lang.Number getWaitForRollPercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws#wait_for_roll_percentage ElastigroupAws#wait_for_roll_percentage}. --- @@ -11657,7 +11437,7 @@ public java.lang.Number getWaitForRollTimeout(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws#wait_for_roll_timeout ElastigroupAws#wait_for_roll_timeout}. --- @@ -11681,10 +11461,10 @@ ElastigroupAwsUpdatePolicyRollConfigStrategy.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| action | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#action ElastigroupAws#action}. | -| batchMinHealthyPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.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.169.1/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.170.0/docs/resources/elastigroup_aws#should_drain_instances ElastigroupAws#should_drain_instances}. | --- @@ -11696,7 +11476,7 @@ public java.lang.String getAction(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#action ElastigroupAws#action}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#action ElastigroupAws#action}. --- @@ -11708,7 +11488,7 @@ public java.lang.Number getBatchMinHealthyPercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws#batch_min_healthy_percentage ElastigroupAws#batch_min_healthy_percentage}. --- @@ -11722,7 +11502,7 @@ public ElastigroupAwsUpdatePolicyRollConfigStrategyOnFailure getOnFailure(); on_failure block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#on_failure ElastigroupAws#on_failure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#on_failure ElastigroupAws#on_failure} --- @@ -11734,7 +11514,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.169.1/docs/resources/elastigroup_aws#should_drain_instances ElastigroupAws#should_drain_instances}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#should_drain_instances ElastigroupAws#should_drain_instances}. --- @@ -11760,11 +11540,11 @@ ElastigroupAwsUpdatePolicyRollConfigStrategyOnFailure.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| actionType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.0/docs/resources/elastigroup_aws#should_handle_all_batches ElastigroupAws#should_handle_all_batches}. | --- @@ -11776,7 +11556,7 @@ public java.lang.String getActionType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type}. --- @@ -11788,7 +11568,7 @@ public java.lang.Number getBatchNum(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#batch_num ElastigroupAws#batch_num}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#batch_num ElastigroupAws#batch_num}. --- @@ -11800,7 +11580,7 @@ public java.lang.Number getDrainingTimeout(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#draining_timeout ElastigroupAws#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#draining_timeout ElastigroupAws#draining_timeout}. --- @@ -11812,7 +11592,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.169.1/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.170.0/docs/resources/elastigroup_aws#should_decrement_target_capacity ElastigroupAws#should_decrement_target_capacity}. --- @@ -11824,7 +11604,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.169.1/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.170.0/docs/resources/elastigroup_aws#should_handle_all_batches ElastigroupAws#should_handle_all_batches}. --- @@ -22658,24 +22438,25 @@ public ElastigroupAwsIntegrationMesosphere getInternalValue(); --- -### ElastigroupAwsIntegrationMultaiRuntimeOutputReference +### ElastigroupAwsIntegrationNomadAutoscaleConstraintsList -#### Initializers +#### Initializers ```java -import com.hashicorp.cdktf.providers.spotinst.elastigroup_aws.ElastigroupAwsIntegrationMultaiRuntimeOutputReference; +import com.hashicorp.cdktf.providers.spotinst.elastigroup_aws.ElastigroupAwsIntegrationNomadAutoscaleConstraintsList; -new ElastigroupAwsIntegrationMultaiRuntimeOutputReference(IInterpolatingParent terraformResource, java.lang.String terraformAttribute); +new ElastigroupAwsIntegrationNomadAutoscaleConstraintsList(IInterpolatingParent terraformResource, java.lang.String terraformAttribute, java.lang.Boolean wrapsSet); ``` | **Name** | **Type** | **Description** | | --- | --- | --- | -| terraformResource | com.hashicorp.cdktf.IInterpolatingParent | The parent resource. | -| terraformAttribute | java.lang.String | The attribute on the parent resource this class is referencing. | +| terraformResource | com.hashicorp.cdktf.IInterpolatingParent | The parent resource. | +| terraformAttribute | java.lang.String | The attribute on the parent resource this class is referencing. | +| wrapsSet | java.lang.Boolean | whether the list is wrapping a set (will add tolist() to be able to access an item via an index). | --- -##### `terraformResource`Required +##### `terraformResource`Required - *Type:* com.hashicorp.cdktf.IInterpolatingParent @@ -22683,7 +22464,7 @@ The parent resource. --- -##### `terraformAttribute`Required +##### `terraformAttribute`Required - *Type:* java.lang.String @@ -22691,432 +22472,160 @@ The attribute on the parent resource this class is referencing. --- +##### `wrapsSet`Required + +- *Type:* java.lang.Boolean + +whether the list is wrapping a set (will add tolist() to be able to access an item via an index). + +--- + #### Methods | **Name** | **Description** | | --- | --- | -| computeFqn | *No description.* | -| getAnyMapAttribute | *No description.* | -| getBooleanAttribute | *No description.* | -| getBooleanMapAttribute | *No description.* | -| getListAttribute | *No description.* | -| getNumberAttribute | *No description.* | -| getNumberListAttribute | *No description.* | -| getNumberMapAttribute | *No description.* | -| getStringAttribute | *No description.* | -| getStringMapAttribute | *No description.* | -| interpolationForAttribute | *No description.* | -| resolve | Produce the Token's value at resolution time. | -| toString | Return a string representation of this resolvable object. | +| allWithMapKey | Creating an iterator for this complex list. | +| computeFqn | *No description.* | +| resolve | Produce the Token's value at resolution time. | +| toString | Return a string representation of this resolvable object. | +| get | *No description.* | --- -##### `computeFqn` +##### `allWithMapKey` ```java -public java.lang.String computeFqn() +public DynamicListTerraformIterator allWithMapKey(java.lang.String mapKeyAttributeName) ``` -##### `getAnyMapAttribute` +Creating an iterator for this complex list. -```java -public java.util.Map getAnyMapAttribute(java.lang.String terraformAttribute) -``` +The list will be converted into a map with the mapKeyAttributeName as the key. -###### `terraformAttribute`Required +###### `mapKeyAttributeName`Required - *Type:* java.lang.String --- -##### `getBooleanAttribute` +##### `computeFqn` ```java -public IResolvable getBooleanAttribute(java.lang.String terraformAttribute) +public java.lang.String computeFqn() ``` -###### `terraformAttribute`Required - -- *Type:* java.lang.String - ---- - -##### `getBooleanMapAttribute` +##### `resolve` ```java -public java.util.Map getBooleanMapAttribute(java.lang.String terraformAttribute) +public java.lang.Object resolve(IResolveContext _context) ``` -###### `terraformAttribute`Required +Produce the Token's value at resolution time. + +###### `_context`Required -- *Type:* java.lang.String +- *Type:* com.hashicorp.cdktf.IResolveContext --- -##### `getListAttribute` +##### `toString` ```java -public java.util.List getListAttribute(java.lang.String terraformAttribute) +public java.lang.String toString() ``` -###### `terraformAttribute`Required - -- *Type:* java.lang.String +Return a string representation of this resolvable object. ---- +Returns a reversible string representation. -##### `getNumberAttribute` +##### `get` ```java -public java.lang.Number getNumberAttribute(java.lang.String terraformAttribute) +public ElastigroupAwsIntegrationNomadAutoscaleConstraintsOutputReference get(java.lang.Number index) ``` -###### `terraformAttribute`Required +###### `index`Required -- *Type:* java.lang.String +- *Type:* java.lang.Number ---- +the index of the item to return. -##### `getNumberListAttribute` +--- -```java -public java.util.List getNumberListAttribute(java.lang.String terraformAttribute) -``` -###### `terraformAttribute`Required +#### Properties -- *Type:* java.lang.String +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| creationStack | java.util.List | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| fqn | java.lang.String | *No description.* | +| internalValue | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupAwsIntegrationNomadAutoscaleConstraints> | *No description.* | --- -##### `getNumberMapAttribute` +##### `creationStack`Required ```java -public java.util.Map getNumberMapAttribute(java.lang.String terraformAttribute) +public java.util.List getCreationStack(); ``` -###### `terraformAttribute`Required +- *Type:* java.util.List -- *Type:* java.lang.String +The creation stack of this resolvable which will be appended to errors thrown during resolution. + +If this returns an empty array the stack will not be attached. --- -##### `getStringAttribute` +##### `fqn`Required ```java -public java.lang.String getStringAttribute(java.lang.String terraformAttribute) +public java.lang.String getFqn(); ``` -###### `terraformAttribute`Required - - *Type:* java.lang.String --- -##### `getStringMapAttribute` +##### `internalValue`Optional ```java -public java.util.Map getStringMapAttribute(java.lang.String terraformAttribute) +public java.lang.Object getInternalValue(); ``` -###### `terraformAttribute`Required - -- *Type:* java.lang.String +- *Type:* com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupAwsIntegrationNomadAutoscaleConstraints> --- -##### `interpolationForAttribute` -```java -public IResolvable interpolationForAttribute(java.lang.String property) -``` +### ElastigroupAwsIntegrationNomadAutoscaleConstraintsOutputReference -###### `property`Required +#### Initializers -- *Type:* java.lang.String +```java +import com.hashicorp.cdktf.providers.spotinst.elastigroup_aws.ElastigroupAwsIntegrationNomadAutoscaleConstraintsOutputReference; ---- +new ElastigroupAwsIntegrationNomadAutoscaleConstraintsOutputReference(IInterpolatingParent terraformResource, java.lang.String terraformAttribute, java.lang.Number complexObjectIndex, java.lang.Boolean complexObjectIsFromSet); +``` -##### `resolve` +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| terraformResource | com.hashicorp.cdktf.IInterpolatingParent | The parent resource. | +| terraformAttribute | java.lang.String | The attribute on the parent resource this class is referencing. | +| complexObjectIndex | java.lang.Number | the index of this item in the list. | +| complexObjectIsFromSet | java.lang.Boolean | whether the list is wrapping a set (will add tolist() to be able to access an item via an index). | -```java -public java.lang.Object resolve(IResolveContext _context) -``` +--- -Produce the Token's value at resolution time. +##### `terraformResource`Required -###### `_context`Required +- *Type:* com.hashicorp.cdktf.IInterpolatingParent -- *Type:* com.hashicorp.cdktf.IResolveContext +The parent resource. --- -##### `toString` - -```java -public java.lang.String toString() -``` - -Return a string representation of this resolvable object. - -Returns a reversible string representation. - - -#### Properties - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| creationStack | java.util.List | The creation stack of this resolvable which will be appended to errors thrown during resolution. | -| fqn | java.lang.String | *No description.* | -| deploymentIdInput | java.lang.String | *No description.* | -| deploymentId | java.lang.String | *No description.* | -| internalValue | ElastigroupAwsIntegrationMultaiRuntime | *No description.* | - ---- - -##### `creationStack`Required - -```java -public java.util.List getCreationStack(); -``` - -- *Type:* java.util.List - -The creation stack of this resolvable which will be appended to errors thrown during resolution. - -If this returns an empty array the stack will not be attached. - ---- - -##### `fqn`Required - -```java -public java.lang.String getFqn(); -``` - -- *Type:* java.lang.String - ---- - -##### `deploymentIdInput`Optional - -```java -public java.lang.String getDeploymentIdInput(); -``` - -- *Type:* java.lang.String - ---- - -##### `deploymentId`Required - -```java -public java.lang.String getDeploymentId(); -``` - -- *Type:* java.lang.String - ---- - -##### `internalValue`Optional - -```java -public ElastigroupAwsIntegrationMultaiRuntime getInternalValue(); -``` - -- *Type:* ElastigroupAwsIntegrationMultaiRuntime - ---- - - -### ElastigroupAwsIntegrationNomadAutoscaleConstraintsList - -#### Initializers - -```java -import com.hashicorp.cdktf.providers.spotinst.elastigroup_aws.ElastigroupAwsIntegrationNomadAutoscaleConstraintsList; - -new ElastigroupAwsIntegrationNomadAutoscaleConstraintsList(IInterpolatingParent terraformResource, java.lang.String terraformAttribute, java.lang.Boolean wrapsSet); -``` - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| terraformResource | com.hashicorp.cdktf.IInterpolatingParent | The parent resource. | -| terraformAttribute | java.lang.String | The attribute on the parent resource this class is referencing. | -| wrapsSet | java.lang.Boolean | whether the list is wrapping a set (will add tolist() to be able to access an item via an index). | - ---- - -##### `terraformResource`Required - -- *Type:* com.hashicorp.cdktf.IInterpolatingParent - -The parent resource. - ---- - -##### `terraformAttribute`Required - -- *Type:* java.lang.String - -The attribute on the parent resource this class is referencing. - ---- - -##### `wrapsSet`Required - -- *Type:* java.lang.Boolean - -whether the list is wrapping a set (will add tolist() to be able to access an item via an index). - ---- - -#### Methods - -| **Name** | **Description** | -| --- | --- | -| allWithMapKey | Creating an iterator for this complex list. | -| computeFqn | *No description.* | -| resolve | Produce the Token's value at resolution time. | -| toString | Return a string representation of this resolvable object. | -| get | *No description.* | - ---- - -##### `allWithMapKey` - -```java -public DynamicListTerraformIterator allWithMapKey(java.lang.String mapKeyAttributeName) -``` - -Creating an iterator for this complex list. - -The list will be converted into a map with the mapKeyAttributeName as the key. - -###### `mapKeyAttributeName`Required - -- *Type:* java.lang.String - ---- - -##### `computeFqn` - -```java -public java.lang.String computeFqn() -``` - -##### `resolve` - -```java -public java.lang.Object resolve(IResolveContext _context) -``` - -Produce the Token's value at resolution time. - -###### `_context`Required - -- *Type:* com.hashicorp.cdktf.IResolveContext - ---- - -##### `toString` - -```java -public java.lang.String toString() -``` - -Return a string representation of this resolvable object. - -Returns a reversible string representation. - -##### `get` - -```java -public ElastigroupAwsIntegrationNomadAutoscaleConstraintsOutputReference get(java.lang.Number index) -``` - -###### `index`Required - -- *Type:* java.lang.Number - -the index of the item to return. - ---- - - -#### Properties - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| creationStack | java.util.List | The creation stack of this resolvable which will be appended to errors thrown during resolution. | -| fqn | java.lang.String | *No description.* | -| internalValue | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupAwsIntegrationNomadAutoscaleConstraints> | *No description.* | - ---- - -##### `creationStack`Required - -```java -public java.util.List getCreationStack(); -``` - -- *Type:* java.util.List - -The creation stack of this resolvable which will be appended to errors thrown during resolution. - -If this returns an empty array the stack will not be attached. - ---- - -##### `fqn`Required - -```java -public java.lang.String getFqn(); -``` - -- *Type:* java.lang.String - ---- - -##### `internalValue`Optional - -```java -public java.lang.Object getInternalValue(); -``` - -- *Type:* com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupAwsIntegrationNomadAutoscaleConstraints> - ---- - - -### ElastigroupAwsIntegrationNomadAutoscaleConstraintsOutputReference - -#### Initializers - -```java -import com.hashicorp.cdktf.providers.spotinst.elastigroup_aws.ElastigroupAwsIntegrationNomadAutoscaleConstraintsOutputReference; - -new ElastigroupAwsIntegrationNomadAutoscaleConstraintsOutputReference(IInterpolatingParent terraformResource, java.lang.String terraformAttribute, java.lang.Number complexObjectIndex, java.lang.Boolean complexObjectIsFromSet); -``` - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| terraformResource | com.hashicorp.cdktf.IInterpolatingParent | The parent resource. | -| terraformAttribute | java.lang.String | The attribute on the parent resource this class is referencing. | -| complexObjectIndex | java.lang.Number | the index of this item in the list. | -| complexObjectIsFromSet | java.lang.Boolean | whether the list is wrapping a set (will add tolist() to be able to access an item via an index). | - ---- - -##### `terraformResource`Required - -- *Type:* com.hashicorp.cdktf.IInterpolatingParent - -The parent resource. - ---- - -##### `terraformAttribute`Required +##### `terraformAttribute`Required - *Type:* java.lang.String @@ -31495,477 +31004,6 @@ public ElastigroupAwsMetadataOptions getInternalValue(); --- -### ElastigroupAwsMultaiTargetSetsList - -#### Initializers - -```java -import com.hashicorp.cdktf.providers.spotinst.elastigroup_aws.ElastigroupAwsMultaiTargetSetsList; - -new ElastigroupAwsMultaiTargetSetsList(IInterpolatingParent terraformResource, java.lang.String terraformAttribute, java.lang.Boolean wrapsSet); -``` - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| terraformResource | com.hashicorp.cdktf.IInterpolatingParent | The parent resource. | -| terraformAttribute | java.lang.String | The attribute on the parent resource this class is referencing. | -| wrapsSet | java.lang.Boolean | whether the list is wrapping a set (will add tolist() to be able to access an item via an index). | - ---- - -##### `terraformResource`Required - -- *Type:* com.hashicorp.cdktf.IInterpolatingParent - -The parent resource. - ---- - -##### `terraformAttribute`Required - -- *Type:* java.lang.String - -The attribute on the parent resource this class is referencing. - ---- - -##### `wrapsSet`Required - -- *Type:* java.lang.Boolean - -whether the list is wrapping a set (will add tolist() to be able to access an item via an index). - ---- - -#### Methods - -| **Name** | **Description** | -| --- | --- | -| allWithMapKey | Creating an iterator for this complex list. | -| computeFqn | *No description.* | -| resolve | Produce the Token's value at resolution time. | -| toString | Return a string representation of this resolvable object. | -| get | *No description.* | - ---- - -##### `allWithMapKey` - -```java -public DynamicListTerraformIterator allWithMapKey(java.lang.String mapKeyAttributeName) -``` - -Creating an iterator for this complex list. - -The list will be converted into a map with the mapKeyAttributeName as the key. - -###### `mapKeyAttributeName`Required - -- *Type:* java.lang.String - ---- - -##### `computeFqn` - -```java -public java.lang.String computeFqn() -``` - -##### `resolve` - -```java -public java.lang.Object resolve(IResolveContext _context) -``` - -Produce the Token's value at resolution time. - -###### `_context`Required - -- *Type:* com.hashicorp.cdktf.IResolveContext - ---- - -##### `toString` - -```java -public java.lang.String toString() -``` - -Return a string representation of this resolvable object. - -Returns a reversible string representation. - -##### `get` - -```java -public ElastigroupAwsMultaiTargetSetsOutputReference get(java.lang.Number index) -``` - -###### `index`Required - -- *Type:* java.lang.Number - -the index of the item to return. - ---- - - -#### Properties - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| creationStack | java.util.List | The creation stack of this resolvable which will be appended to errors thrown during resolution. | -| fqn | java.lang.String | *No description.* | -| internalValue | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupAwsMultaiTargetSets> | *No description.* | - ---- - -##### `creationStack`Required - -```java -public java.util.List getCreationStack(); -``` - -- *Type:* java.util.List - -The creation stack of this resolvable which will be appended to errors thrown during resolution. - -If this returns an empty array the stack will not be attached. - ---- - -##### `fqn`Required - -```java -public java.lang.String getFqn(); -``` - -- *Type:* java.lang.String - ---- - -##### `internalValue`Optional - -```java -public java.lang.Object getInternalValue(); -``` - -- *Type:* com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupAwsMultaiTargetSets> - ---- - - -### ElastigroupAwsMultaiTargetSetsOutputReference - -#### Initializers - -```java -import com.hashicorp.cdktf.providers.spotinst.elastigroup_aws.ElastigroupAwsMultaiTargetSetsOutputReference; - -new ElastigroupAwsMultaiTargetSetsOutputReference(IInterpolatingParent terraformResource, java.lang.String terraformAttribute, java.lang.Number complexObjectIndex, java.lang.Boolean complexObjectIsFromSet); -``` - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| terraformResource | com.hashicorp.cdktf.IInterpolatingParent | The parent resource. | -| terraformAttribute | java.lang.String | The attribute on the parent resource this class is referencing. | -| complexObjectIndex | java.lang.Number | the index of this item in the list. | -| complexObjectIsFromSet | java.lang.Boolean | whether the list is wrapping a set (will add tolist() to be able to access an item via an index). | - ---- - -##### `terraformResource`Required - -- *Type:* com.hashicorp.cdktf.IInterpolatingParent - -The parent resource. - ---- - -##### `terraformAttribute`Required - -- *Type:* java.lang.String - -The attribute on the parent resource this class is referencing. - ---- - -##### `complexObjectIndex`Required - -- *Type:* java.lang.Number - -the index of this item in the list. - ---- - -##### `complexObjectIsFromSet`Required - -- *Type:* java.lang.Boolean - -whether the list is wrapping a set (will add tolist() to be able to access an item via an index). - ---- - -#### Methods - -| **Name** | **Description** | -| --- | --- | -| computeFqn | *No description.* | -| getAnyMapAttribute | *No description.* | -| getBooleanAttribute | *No description.* | -| getBooleanMapAttribute | *No description.* | -| getListAttribute | *No description.* | -| getNumberAttribute | *No description.* | -| getNumberListAttribute | *No description.* | -| getNumberMapAttribute | *No description.* | -| getStringAttribute | *No description.* | -| getStringMapAttribute | *No description.* | -| interpolationForAttribute | *No description.* | -| resolve | Produce the Token's value at resolution time. | -| toString | Return a string representation of this resolvable object. | - ---- - -##### `computeFqn` - -```java -public java.lang.String computeFqn() -``` - -##### `getAnyMapAttribute` - -```java -public java.util.Map getAnyMapAttribute(java.lang.String terraformAttribute) -``` - -###### `terraformAttribute`Required - -- *Type:* java.lang.String - ---- - -##### `getBooleanAttribute` - -```java -public IResolvable getBooleanAttribute(java.lang.String terraformAttribute) -``` - -###### `terraformAttribute`Required - -- *Type:* java.lang.String - ---- - -##### `getBooleanMapAttribute` - -```java -public java.util.Map getBooleanMapAttribute(java.lang.String terraformAttribute) -``` - -###### `terraformAttribute`Required - -- *Type:* java.lang.String - ---- - -##### `getListAttribute` - -```java -public java.util.List getListAttribute(java.lang.String terraformAttribute) -``` - -###### `terraformAttribute`Required - -- *Type:* java.lang.String - ---- - -##### `getNumberAttribute` - -```java -public java.lang.Number getNumberAttribute(java.lang.String terraformAttribute) -``` - -###### `terraformAttribute`Required - -- *Type:* java.lang.String - ---- - -##### `getNumberListAttribute` - -```java -public java.util.List getNumberListAttribute(java.lang.String terraformAttribute) -``` - -###### `terraformAttribute`Required - -- *Type:* java.lang.String - ---- - -##### `getNumberMapAttribute` - -```java -public java.util.Map getNumberMapAttribute(java.lang.String terraformAttribute) -``` - -###### `terraformAttribute`Required - -- *Type:* java.lang.String - ---- - -##### `getStringAttribute` - -```java -public java.lang.String getStringAttribute(java.lang.String terraformAttribute) -``` - -###### `terraformAttribute`Required - -- *Type:* java.lang.String - ---- - -##### `getStringMapAttribute` - -```java -public java.util.Map getStringMapAttribute(java.lang.String terraformAttribute) -``` - -###### `terraformAttribute`Required - -- *Type:* java.lang.String - ---- - -##### `interpolationForAttribute` - -```java -public IResolvable interpolationForAttribute(java.lang.String property) -``` - -###### `property`Required - -- *Type:* java.lang.String - ---- - -##### `resolve` - -```java -public java.lang.Object resolve(IResolveContext _context) -``` - -Produce the Token's value at resolution time. - -###### `_context`Required - -- *Type:* com.hashicorp.cdktf.IResolveContext - ---- - -##### `toString` - -```java -public java.lang.String toString() -``` - -Return a string representation of this resolvable object. - -Returns a reversible string representation. - - -#### Properties - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| creationStack | java.util.List | The creation stack of this resolvable which will be appended to errors thrown during resolution. | -| fqn | java.lang.String | *No description.* | -| balancerIdInput | java.lang.String | *No description.* | -| targetSetIdInput | java.lang.String | *No description.* | -| balancerId | java.lang.String | *No description.* | -| targetSetId | java.lang.String | *No description.* | -| internalValue | com.hashicorp.cdktf.IResolvable OR ElastigroupAwsMultaiTargetSets | *No description.* | - ---- - -##### `creationStack`Required - -```java -public java.util.List getCreationStack(); -``` - -- *Type:* java.util.List - -The creation stack of this resolvable which will be appended to errors thrown during resolution. - -If this returns an empty array the stack will not be attached. - ---- - -##### `fqn`Required - -```java -public java.lang.String getFqn(); -``` - -- *Type:* java.lang.String - ---- - -##### `balancerIdInput`Optional - -```java -public java.lang.String getBalancerIdInput(); -``` - -- *Type:* java.lang.String - ---- - -##### `targetSetIdInput`Optional - -```java -public java.lang.String getTargetSetIdInput(); -``` - -- *Type:* java.lang.String - ---- - -##### `balancerId`Required - -```java -public java.lang.String getBalancerId(); -``` - -- *Type:* java.lang.String - ---- - -##### `targetSetId`Required - -```java -public java.lang.String getTargetSetId(); -``` - -- *Type:* java.lang.String - ---- - -##### `internalValue`Optional - -```java -public java.lang.Object getInternalValue(); -``` - -- *Type:* com.hashicorp.cdktf.IResolvable OR ElastigroupAwsMultaiTargetSets - ---- - - ### ElastigroupAwsMultipleMetricsExpressionsList #### Initializers diff --git a/docs/elastigroupAws.python.md b/docs/elastigroupAws.python.md index 2e58e2922..8e7e68083 100644 --- a/docs/elastigroupAws.python.md +++ b/docs/elastigroupAws.python.md @@ -4,7 +4,7 @@ ### ElastigroupAws -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws spotinst_elastigroup_aws}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws spotinst_elastigroup_aws}. #### Initializers @@ -60,7 +60,6 @@ elastigroupAws.ElastigroupAws( integration_gitlab: ElastigroupAwsIntegrationGitlab = None, integration_kubernetes: ElastigroupAwsIntegrationKubernetes = None, integration_mesosphere: ElastigroupAwsIntegrationMesosphere = None, - integration_multai_runtime: ElastigroupAwsIntegrationMultaiRuntime = None, integration_nomad: ElastigroupAwsIntegrationNomad = None, integration_rancher: ElastigroupAwsIntegrationRancher = None, integration_route53: ElastigroupAwsIntegrationRoute53 = None, @@ -72,7 +71,6 @@ elastigroupAws.ElastigroupAws( metadata_options: ElastigroupAwsMetadataOptions = None, minimum_instance_lifetime: typing.Union[int, float] = None, min_size: typing.Union[int, float] = None, - multai_target_sets: typing.Union[IResolvable, typing.List[ElastigroupAwsMultaiTargetSets]] = None, multiple_metrics: ElastigroupAwsMultipleMetrics = None, network_interface: typing.Union[IResolvable, typing.List[ElastigroupAwsNetworkInterface]] = None, ondemand_count: typing.Union[int, float] = None, @@ -120,37 +118,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.169.1/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.169.1/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | -| orientation | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#orientation ElastigroupAws#orientation}. | -| product | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | +| orientation | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#orientation ElastigroupAws#orientation}. | +| product | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.170.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.170.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.170.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.169.1/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.169.1/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.169.1/docs/resources/elastigroup_aws#draining_timeout ElastigroupAws#draining_timeout}. | +| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/docs/resources/elastigroup_aws#id ElastigroupAws#id}. | -| image_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.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.170.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.170.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.170.0/docs/resources/elastigroup_aws#id ElastigroupAws#id}. | +| image_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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. | @@ -159,30 +157,28 @@ elastigroupAws.ElastigroupAws( | integration_gitlab | ElastigroupAwsIntegrationGitlab | integration_gitlab block. | | integration_kubernetes | ElastigroupAwsIntegrationKubernetes | integration_kubernetes block. | | integration_mesosphere | ElastigroupAwsIntegrationMesosphere | integration_mesosphere block. | -| integration_multai_runtime | ElastigroupAwsIntegrationMultaiRuntime | integration_multai_runtime block. | | integration_nomad | ElastigroupAwsIntegrationNomad | integration_nomad block. | | 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.169.1/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.169.1/docs/resources/elastigroup_aws#lifetime_period ElastigroupAws#lifetime_period}. | +| key_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_aws#lifetime_period ElastigroupAws#lifetime_period}. | | logging | ElastigroupAwsLogging | logging block. | -| max_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#max_size ElastigroupAws#max_size}. | +| max_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.169.1/docs/resources/elastigroup_aws#min_size ElastigroupAws#min_size}. | -| multai_target_sets | typing.Union[cdktf.IResolvable, typing.List[ElastigroupAwsMultaiTargetSets]] | multai_target_sets block. | +| minimum_instance_lifetime | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_aws#min_size ElastigroupAws#min_size}. | | multiple_metrics | ElastigroupAwsMultipleMetrics | multiple_metrics block. | | network_interface | typing.Union[cdktf.IResolvable, typing.List[ElastigroupAwsNetworkInterface]] | network_interface block. | -| ondemand_count | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/docs/resources/elastigroup_aws#private_ips ElastigroupAws#private_ips}. | -| region | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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. | @@ -191,20 +187,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.169.1/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.170.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.169.1/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.170.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.169.1/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.170.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.169.1/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.170.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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.0/docs/resources/elastigroup_aws#wait_for_capacity_timeout ElastigroupAws#wait_for_capacity_timeout}. | --- @@ -272,7 +268,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.169.1/docs/resources/elastigroup_aws#fallback_to_ondemand ElastigroupAws#fallback_to_ondemand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#fallback_to_ondemand ElastigroupAws#fallback_to_ondemand}. --- @@ -280,7 +276,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -288,7 +284,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#orientation ElastigroupAws#orientation}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#orientation ElastigroupAws#orientation}. --- @@ -296,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.169.1/docs/resources/elastigroup_aws#product ElastigroupAws#product}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#product ElastigroupAws#product}. --- @@ -304,7 +300,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.169.1/docs/resources/elastigroup_aws#security_groups ElastigroupAws#security_groups}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#security_groups ElastigroupAws#security_groups}. --- @@ -312,7 +308,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.169.1/docs/resources/elastigroup_aws#availability_zones ElastigroupAws#availability_zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#availability_zones ElastigroupAws#availability_zones}. --- @@ -320,7 +316,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#block_devices_mode ElastigroupAws#block_devices_mode}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#block_devices_mode ElastigroupAws#block_devices_mode}. --- @@ -328,7 +324,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#capacity_unit ElastigroupAws#capacity_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#capacity_unit ElastigroupAws#capacity_unit}. --- @@ -336,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.169.1/docs/resources/elastigroup_aws#consider_od_pricing ElastigroupAws#consider_od_pricing}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#consider_od_pricing ElastigroupAws#consider_od_pricing}. --- @@ -344,7 +340,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#cpu_credits ElastigroupAws#cpu_credits}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#cpu_credits ElastigroupAws#cpu_credits}. --- @@ -354,7 +350,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.169.1/docs/resources/elastigroup_aws#cpu_options ElastigroupAws#cpu_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#cpu_options ElastigroupAws#cpu_options} --- @@ -362,7 +358,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#description ElastigroupAws#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#description ElastigroupAws#description}. --- @@ -370,7 +366,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#desired_capacity ElastigroupAws#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#desired_capacity ElastigroupAws#desired_capacity}. --- @@ -378,7 +374,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#draining_timeout ElastigroupAws#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#draining_timeout ElastigroupAws#draining_timeout}. --- @@ -388,7 +384,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.169.1/docs/resources/elastigroup_aws#ebs_block_device ElastigroupAws#ebs_block_device} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#ebs_block_device ElastigroupAws#ebs_block_device} --- @@ -396,7 +392,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#ebs_optimized ElastigroupAws#ebs_optimized}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#ebs_optimized ElastigroupAws#ebs_optimized}. --- @@ -404,7 +400,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.169.1/docs/resources/elastigroup_aws#elastic_ips ElastigroupAws#elastic_ips}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#elastic_ips ElastigroupAws#elastic_ips}. --- @@ -412,7 +408,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.169.1/docs/resources/elastigroup_aws#elastic_load_balancers ElastigroupAws#elastic_load_balancers}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#elastic_load_balancers ElastigroupAws#elastic_load_balancers}. --- @@ -420,7 +416,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#enable_monitoring ElastigroupAws#enable_monitoring}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#enable_monitoring ElastigroupAws#enable_monitoring}. --- @@ -430,7 +426,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.169.1/docs/resources/elastigroup_aws#ephemeral_block_device ElastigroupAws#ephemeral_block_device} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#ephemeral_block_device ElastigroupAws#ephemeral_block_device} --- @@ -438,7 +434,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws#health_check_grace_period ElastigroupAws#health_check_grace_period}. --- @@ -446,7 +442,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#health_check_type ElastigroupAws#health_check_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#health_check_type ElastigroupAws#health_check_type}. --- @@ -454,7 +450,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws#health_check_unhealthy_duration_before_replacement ElastigroupAws#health_check_unhealthy_duration_before_replacement}. --- @@ -462,7 +458,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#iam_instance_profile ElastigroupAws#iam_instance_profile}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#iam_instance_profile ElastigroupAws#iam_instance_profile}. --- @@ -470,7 +466,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#id ElastigroupAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. @@ -481,7 +477,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.169.1/docs/resources/elastigroup_aws#image_id ElastigroupAws#image_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#image_id ElastigroupAws#image_id}. --- @@ -491,7 +487,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.169.1/docs/resources/elastigroup_aws#images ElastigroupAws#images} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#images ElastigroupAws#images} --- @@ -499,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.169.1/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.170.0/docs/resources/elastigroup_aws#immediate_od_recover_threshold ElastigroupAws#immediate_od_recover_threshold}. --- @@ -507,7 +503,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#instance_types_ondemand ElastigroupAws#instance_types_ondemand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#instance_types_ondemand ElastigroupAws#instance_types_ondemand}. --- @@ -515,7 +511,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.169.1/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.170.0/docs/resources/elastigroup_aws#instance_types_preferred_spot ElastigroupAws#instance_types_preferred_spot}. --- @@ -523,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.169.1/docs/resources/elastigroup_aws#instance_types_spot ElastigroupAws#instance_types_spot}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#instance_types_spot ElastigroupAws#instance_types_spot}. --- @@ -533,7 +529,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.169.1/docs/resources/elastigroup_aws#instance_types_weights ElastigroupAws#instance_types_weights} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#instance_types_weights ElastigroupAws#instance_types_weights} --- @@ -543,7 +539,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.169.1/docs/resources/elastigroup_aws#integration_beanstalk ElastigroupAws#integration_beanstalk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#integration_beanstalk ElastigroupAws#integration_beanstalk} --- @@ -553,7 +549,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.169.1/docs/resources/elastigroup_aws#integration_codedeploy ElastigroupAws#integration_codedeploy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#integration_codedeploy ElastigroupAws#integration_codedeploy} --- @@ -563,7 +559,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.169.1/docs/resources/elastigroup_aws#integration_docker_swarm ElastigroupAws#integration_docker_swarm} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#integration_docker_swarm ElastigroupAws#integration_docker_swarm} --- @@ -573,7 +569,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.169.1/docs/resources/elastigroup_aws#integration_ecs ElastigroupAws#integration_ecs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#integration_ecs ElastigroupAws#integration_ecs} --- @@ -583,7 +579,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.169.1/docs/resources/elastigroup_aws#integration_gitlab ElastigroupAws#integration_gitlab} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#integration_gitlab ElastigroupAws#integration_gitlab} --- @@ -593,7 +589,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.169.1/docs/resources/elastigroup_aws#integration_kubernetes ElastigroupAws#integration_kubernetes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#integration_kubernetes ElastigroupAws#integration_kubernetes} --- @@ -603,17 +599,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.169.1/docs/resources/elastigroup_aws#integration_mesosphere ElastigroupAws#integration_mesosphere} - ---- - -##### `integration_multai_runtime`Optional - -- *Type:* ElastigroupAwsIntegrationMultaiRuntime - -integration_multai_runtime block. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#integration_multai_runtime ElastigroupAws#integration_multai_runtime} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#integration_mesosphere ElastigroupAws#integration_mesosphere} --- @@ -623,7 +609,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.169.1/docs/resources/elastigroup_aws#integration_nomad ElastigroupAws#integration_nomad} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#integration_nomad ElastigroupAws#integration_nomad} --- @@ -633,7 +619,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.169.1/docs/resources/elastigroup_aws#integration_rancher ElastigroupAws#integration_rancher} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#integration_rancher ElastigroupAws#integration_rancher} --- @@ -643,7 +629,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.169.1/docs/resources/elastigroup_aws#integration_route53 ElastigroupAws#integration_route53} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#integration_route53 ElastigroupAws#integration_route53} --- @@ -653,7 +639,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.169.1/docs/resources/elastigroup_aws#itf ElastigroupAws#itf} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#itf ElastigroupAws#itf} --- @@ -661,7 +647,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#key_name ElastigroupAws#key_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#key_name ElastigroupAws#key_name}. --- @@ -669,7 +655,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#lifetime_period ElastigroupAws#lifetime_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#lifetime_period ElastigroupAws#lifetime_period}. --- @@ -679,7 +665,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.169.1/docs/resources/elastigroup_aws#logging ElastigroupAws#logging} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#logging ElastigroupAws#logging} --- @@ -687,7 +673,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#max_size ElastigroupAws#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#max_size ElastigroupAws#max_size}. --- @@ -697,7 +683,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.169.1/docs/resources/elastigroup_aws#metadata_options ElastigroupAws#metadata_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#metadata_options ElastigroupAws#metadata_options} --- @@ -705,7 +691,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#minimum_instance_lifetime ElastigroupAws#minimum_instance_lifetime}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#minimum_instance_lifetime ElastigroupAws#minimum_instance_lifetime}. --- @@ -713,17 +699,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#min_size ElastigroupAws#min_size}. - ---- - -##### `multai_target_sets`Optional - -- *Type:* typing.Union[cdktf.IResolvable, typing.List[ElastigroupAwsMultaiTargetSets]] - -multai_target_sets block. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#multai_target_sets ElastigroupAws#multai_target_sets} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#min_size ElastigroupAws#min_size}. --- @@ -733,7 +709,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.169.1/docs/resources/elastigroup_aws#multiple_metrics ElastigroupAws#multiple_metrics} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#multiple_metrics ElastigroupAws#multiple_metrics} --- @@ -743,7 +719,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.169.1/docs/resources/elastigroup_aws#network_interface ElastigroupAws#network_interface} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#network_interface ElastigroupAws#network_interface} --- @@ -751,7 +727,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#ondemand_count ElastigroupAws#ondemand_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#ondemand_count ElastigroupAws#ondemand_count}. --- @@ -759,7 +735,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.169.1/docs/resources/elastigroup_aws#on_demand_types ElastigroupAws#on_demand_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#on_demand_types ElastigroupAws#on_demand_types}. --- @@ -767,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.169.1/docs/resources/elastigroup_aws#persist_block_devices ElastigroupAws#persist_block_devices}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#persist_block_devices ElastigroupAws#persist_block_devices}. --- @@ -775,7 +751,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#persist_private_ip ElastigroupAws#persist_private_ip}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#persist_private_ip ElastigroupAws#persist_private_ip}. --- @@ -783,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.169.1/docs/resources/elastigroup_aws#persist_root_device ElastigroupAws#persist_root_device}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#persist_root_device ElastigroupAws#persist_root_device}. --- @@ -791,7 +767,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#placement_tenancy ElastigroupAws#placement_tenancy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#placement_tenancy ElastigroupAws#placement_tenancy}. --- @@ -799,7 +775,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.169.1/docs/resources/elastigroup_aws#preferred_availability_zones ElastigroupAws#preferred_availability_zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#preferred_availability_zones ElastigroupAws#preferred_availability_zones}. --- @@ -807,7 +783,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.169.1/docs/resources/elastigroup_aws#private_ips ElastigroupAws#private_ips}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#private_ips ElastigroupAws#private_ips}. --- @@ -815,7 +791,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#region ElastigroupAws#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#region ElastigroupAws#region}. --- @@ -825,7 +801,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.169.1/docs/resources/elastigroup_aws#resource_requirements ElastigroupAws#resource_requirements} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#resource_requirements ElastigroupAws#resource_requirements} --- @@ -835,7 +811,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.169.1/docs/resources/elastigroup_aws#resource_tag_specification ElastigroupAws#resource_tag_specification} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#resource_tag_specification ElastigroupAws#resource_tag_specification} --- @@ -845,7 +821,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.169.1/docs/resources/elastigroup_aws#revert_to_spot ElastigroupAws#revert_to_spot} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#revert_to_spot ElastigroupAws#revert_to_spot} --- @@ -855,7 +831,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.169.1/docs/resources/elastigroup_aws#scaling_down_policy ElastigroupAws#scaling_down_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#scaling_down_policy ElastigroupAws#scaling_down_policy} --- @@ -865,7 +841,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.169.1/docs/resources/elastigroup_aws#scaling_strategy ElastigroupAws#scaling_strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#scaling_strategy ElastigroupAws#scaling_strategy} --- @@ -875,7 +851,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.169.1/docs/resources/elastigroup_aws#scaling_target_policy ElastigroupAws#scaling_target_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#scaling_target_policy ElastigroupAws#scaling_target_policy} --- @@ -885,7 +861,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.169.1/docs/resources/elastigroup_aws#scaling_up_policy ElastigroupAws#scaling_up_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#scaling_up_policy ElastigroupAws#scaling_up_policy} --- @@ -895,7 +871,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.169.1/docs/resources/elastigroup_aws#scheduled_task ElastigroupAws#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#scheduled_task ElastigroupAws#scheduled_task} --- @@ -903,7 +879,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#shutdown_script ElastigroupAws#shutdown_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#shutdown_script ElastigroupAws#shutdown_script}. --- @@ -913,7 +889,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.169.1/docs/resources/elastigroup_aws#signal ElastigroupAws#signal} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#signal ElastigroupAws#signal} --- @@ -921,7 +897,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#spot_percentage ElastigroupAws#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#spot_percentage ElastigroupAws#spot_percentage}. --- @@ -931,7 +907,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.169.1/docs/resources/elastigroup_aws#stateful_deallocation ElastigroupAws#stateful_deallocation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#stateful_deallocation ElastigroupAws#stateful_deallocation} --- @@ -941,7 +917,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.169.1/docs/resources/elastigroup_aws#stateful_instance_action ElastigroupAws#stateful_instance_action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#stateful_instance_action ElastigroupAws#stateful_instance_action} --- @@ -949,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.169.1/docs/resources/elastigroup_aws#subnet_ids ElastigroupAws#subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#subnet_ids ElastigroupAws#subnet_ids}. --- @@ -959,7 +935,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.169.1/docs/resources/elastigroup_aws#tags ElastigroupAws#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#tags ElastigroupAws#tags} --- @@ -967,7 +943,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.169.1/docs/resources/elastigroup_aws#target_group_arns ElastigroupAws#target_group_arns}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#target_group_arns ElastigroupAws#target_group_arns}. --- @@ -977,7 +953,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.169.1/docs/resources/elastigroup_aws#update_policy ElastigroupAws#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#update_policy ElastigroupAws#update_policy} --- @@ -985,7 +961,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#user_data ElastigroupAws#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#user_data ElastigroupAws#user_data}. --- @@ -993,7 +969,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#utilize_commitments ElastigroupAws#utilize_commitments}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#utilize_commitments ElastigroupAws#utilize_commitments}. --- @@ -1001,7 +977,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#utilize_reserved_instances ElastigroupAws#utilize_reserved_instances}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#utilize_reserved_instances ElastigroupAws#utilize_reserved_instances}. --- @@ -1009,7 +985,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#wait_for_capacity ElastigroupAws#wait_for_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#wait_for_capacity ElastigroupAws#wait_for_capacity}. --- @@ -1017,7 +993,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws#wait_for_capacity_timeout ElastigroupAws#wait_for_capacity_timeout}. --- @@ -1060,14 +1036,12 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti | put_integration_gitlab | *No description.* | | put_integration_kubernetes | *No description.* | | put_integration_mesosphere | *No description.* | -| put_integration_multai_runtime | *No description.* | | put_integration_nomad | *No description.* | | put_integration_rancher | *No description.* | | put_integration_route53 | *No description.* | | put_itf | *No description.* | | put_logging | *No description.* | | put_metadata_options | *No description.* | -| put_multai_target_sets | *No description.* | | put_multiple_metrics | *No description.* | | put_network_interface | *No description.* | | put_resource_requirements | *No description.* | @@ -1117,7 +1091,6 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti | reset_integration_gitlab | *No description.* | | reset_integration_kubernetes | *No description.* | | reset_integration_mesosphere | *No description.* | -| reset_integration_multai_runtime | *No description.* | | reset_integration_nomad | *No description.* | | reset_integration_rancher | *No description.* | | reset_integration_route53 | *No description.* | @@ -1129,7 +1102,6 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti | reset_metadata_options | *No description.* | | reset_minimum_instance_lifetime | *No description.* | | reset_min_size | *No description.* | -| reset_multai_target_sets | *No description.* | | reset_multiple_metrics | *No description.* | | reset_network_interface | *No description.* | | reset_ondemand_count | *No description.* | @@ -1503,7 +1475,7 @@ def put_cpu_options( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#threads_per_core ElastigroupAws#threads_per_core}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#threads_per_core ElastigroupAws#threads_per_core}. --- @@ -1579,7 +1551,7 @@ def put_integration_beanstalk( deployment_preferences block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#deployment_preferences ElastigroupAws#deployment_preferences} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#deployment_preferences ElastigroupAws#deployment_preferences} --- @@ -1587,7 +1559,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#environment_id ElastigroupAws#environment_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#environment_id ElastigroupAws#environment_id}. --- @@ -1597,7 +1569,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.169.1/docs/resources/elastigroup_aws#managed_actions ElastigroupAws#managed_actions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#managed_actions ElastigroupAws#managed_actions} --- @@ -1615,7 +1587,7 @@ def put_integration_codedeploy( - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#cleanup_on_failure ElastigroupAws#cleanup_on_failure}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#cleanup_on_failure ElastigroupAws#cleanup_on_failure}. --- @@ -1625,7 +1597,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.169.1/docs/resources/elastigroup_aws#deployment_groups ElastigroupAws#deployment_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#deployment_groups ElastigroupAws#deployment_groups} --- @@ -1633,7 +1605,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws#terminate_instance_on_failure ElastigroupAws#terminate_instance_on_failure}. --- @@ -1654,7 +1626,7 @@ def put_integration_docker_swarm( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. --- @@ -1662,7 +1634,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#master_port ElastigroupAws#master_port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#master_port ElastigroupAws#master_port}. --- @@ -1670,7 +1642,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. --- @@ -1680,7 +1652,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.169.1/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} --- @@ -1690,7 +1662,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.169.1/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} --- @@ -1698,7 +1670,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. --- @@ -1722,7 +1694,7 @@ def put_integration_ecs( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#cluster_name ElastigroupAws#cluster_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#cluster_name ElastigroupAws#cluster_name}. --- @@ -1732,7 +1704,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.169.1/docs/resources/elastigroup_aws#autoscale_attributes ElastigroupAws#autoscale_attributes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#autoscale_attributes ElastigroupAws#autoscale_attributes} --- @@ -1740,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.169.1/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. --- @@ -1750,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.169.1/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} --- @@ -1760,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.169.1/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} --- @@ -1768,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.169.1/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.170.0/docs/resources/elastigroup_aws#autoscale_is_auto_config ElastigroupAws#autoscale_is_auto_config}. --- @@ -1776,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.169.1/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. --- @@ -1784,7 +1756,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws#autoscale_scale_down_non_service_tasks ElastigroupAws#autoscale_scale_down_non_service_tasks}. --- @@ -1794,7 +1766,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.169.1/docs/resources/elastigroup_aws#batch ElastigroupAws#batch} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#batch ElastigroupAws#batch} --- @@ -1812,7 +1784,7 @@ def put_integration_gitlab( runner block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#runner ElastigroupAws#runner} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#runner ElastigroupAws#runner} --- @@ -1837,7 +1809,7 @@ def put_integration_kubernetes( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#api_server ElastigroupAws#api_server}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#api_server ElastigroupAws#api_server}. --- @@ -1845,7 +1817,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. --- @@ -1855,7 +1827,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.169.1/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} --- @@ -1865,7 +1837,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.169.1/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} --- @@ -1873,7 +1845,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws#autoscale_is_auto_config ElastigroupAws#autoscale_is_auto_config}. --- @@ -1881,7 +1853,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. --- @@ -1891,7 +1863,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.169.1/docs/resources/elastigroup_aws#autoscale_labels ElastigroupAws#autoscale_labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#autoscale_labels ElastigroupAws#autoscale_labels} --- @@ -1899,7 +1871,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#cluster_identifier ElastigroupAws#cluster_identifier}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#cluster_identifier ElastigroupAws#cluster_identifier}. --- @@ -1907,7 +1879,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#integration_mode ElastigroupAws#integration_mode}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#integration_mode ElastigroupAws#integration_mode}. --- @@ -1915,7 +1887,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#token ElastigroupAws#token}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#token ElastigroupAws#token}. --- @@ -1931,23 +1903,7 @@ def put_integration_mesosphere( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#api_server ElastigroupAws#api_server}. - ---- - -##### `put_integration_multai_runtime` - -```python -def put_integration_multai_runtime( - deployment_id: str -) -> None -``` - -###### `deployment_id`Required - -- *Type:* str - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#deployment_id ElastigroupAws#deployment_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#api_server ElastigroupAws#api_server}. --- @@ -1970,7 +1926,7 @@ def put_integration_nomad( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. --- @@ -1978,7 +1934,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#master_port ElastigroupAws#master_port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#master_port ElastigroupAws#master_port}. --- @@ -1986,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.169.1/docs/resources/elastigroup_aws#acl_token ElastigroupAws#acl_token}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#acl_token ElastigroupAws#acl_token}. --- @@ -1996,7 +1952,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.169.1/docs/resources/elastigroup_aws#autoscale_constraints ElastigroupAws#autoscale_constraints} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#autoscale_constraints ElastigroupAws#autoscale_constraints} --- @@ -2004,7 +1960,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. --- @@ -2014,7 +1970,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.169.1/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} --- @@ -2024,7 +1980,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.169.1/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} --- @@ -2032,7 +1988,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. --- @@ -2051,7 +2007,7 @@ def put_integration_rancher( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#access_key ElastigroupAws#access_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#access_key ElastigroupAws#access_key}. --- @@ -2059,7 +2015,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. --- @@ -2067,7 +2023,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#secret_key ElastigroupAws#secret_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#secret_key ElastigroupAws#secret_key}. --- @@ -2075,7 +2031,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#version ElastigroupAws#version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#version ElastigroupAws#version}. --- @@ -2093,7 +2049,7 @@ def put_integration_route53( domains block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#domains ElastigroupAws#domains} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#domains ElastigroupAws#domains} --- @@ -2125,7 +2081,7 @@ def put_logging( export block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#export ElastigroupAws#export} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#export ElastigroupAws#export} --- @@ -2143,7 +2099,7 @@ def put_metadata_options( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#http_tokens ElastigroupAws#http_tokens}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#http_tokens ElastigroupAws#http_tokens}. --- @@ -2151,7 +2107,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws#http_put_response_hop_limit ElastigroupAws#http_put_response_hop_limit}. --- @@ -2159,21 +2115,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#instance_metadata_tags ElastigroupAws#instance_metadata_tags}. - ---- - -##### `put_multai_target_sets` - -```python -def put_multai_target_sets( - value: typing.Union[IResolvable, typing.List[ElastigroupAwsMultaiTargetSets]] -) -> None -``` - -###### `value`Required - -- *Type:* typing.Union[cdktf.IResolvable, typing.List[ElastigroupAwsMultaiTargetSets]] +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#instance_metadata_tags ElastigroupAws#instance_metadata_tags}. --- @@ -2192,7 +2134,7 @@ def put_multiple_metrics( expressions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#expressions ElastigroupAws#expressions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#expressions ElastigroupAws#expressions} --- @@ -2202,7 +2144,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.169.1/docs/resources/elastigroup_aws#metrics ElastigroupAws#metrics} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#metrics ElastigroupAws#metrics} --- @@ -2261,7 +2203,7 @@ def put_revert_to_spot( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#perform_at ElastigroupAws#perform_at}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#perform_at ElastigroupAws#perform_at}. --- @@ -2269,7 +2211,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.169.1/docs/resources/elastigroup_aws#time_windows ElastigroupAws#time_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#time_windows ElastigroupAws#time_windows}. --- @@ -2372,7 +2314,7 @@ def put_stateful_deallocation( - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#should_delete_images ElastigroupAws#should_delete_images}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#should_delete_images ElastigroupAws#should_delete_images}. --- @@ -2380,7 +2322,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws#should_delete_network_interfaces ElastigroupAws#should_delete_network_interfaces}. --- @@ -2388,7 +2330,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#should_delete_snapshots ElastigroupAws#should_delete_snapshots}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#should_delete_snapshots ElastigroupAws#should_delete_snapshots}. --- @@ -2396,7 +2338,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#should_delete_volumes ElastigroupAws#should_delete_volumes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#should_delete_volumes ElastigroupAws#should_delete_volumes}. --- @@ -2443,7 +2385,7 @@ def put_update_policy( - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#should_resume_stateful ElastigroupAws#should_resume_stateful}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#should_resume_stateful ElastigroupAws#should_resume_stateful}. --- @@ -2451,7 +2393,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#should_roll ElastigroupAws#should_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#should_roll ElastigroupAws#should_roll}. --- @@ -2459,7 +2401,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#auto_apply_tags ElastigroupAws#auto_apply_tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#auto_apply_tags ElastigroupAws#auto_apply_tags}. --- @@ -2469,7 +2411,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.169.1/docs/resources/elastigroup_aws#roll_config ElastigroupAws#roll_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#roll_config ElastigroupAws#roll_config} --- @@ -2677,12 +2619,6 @@ def reset_integration_kubernetes() -> None def reset_integration_mesosphere() -> None ``` -##### `reset_integration_multai_runtime` - -```python -def reset_integration_multai_runtime() -> None -``` - ##### `reset_integration_nomad` ```python @@ -2749,12 +2685,6 @@ def reset_minimum_instance_lifetime() -> None def reset_min_size() -> None ``` -##### `reset_multai_target_sets` - -```python -def reset_multai_target_sets() -> None -``` - ##### `reset_multiple_metrics` ```python @@ -3067,7 +2997,7 @@ The construct id used in the generated config for the ElastigroupAws to import. The id of the existing ElastigroupAws that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#import import section} in the documentation of this resource for the id to use --- @@ -3109,14 +3039,12 @@ Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1. | integration_gitlab | ElastigroupAwsIntegrationGitlabOutputReference | *No description.* | | integration_kubernetes | ElastigroupAwsIntegrationKubernetesOutputReference | *No description.* | | integration_mesosphere | ElastigroupAwsIntegrationMesosphereOutputReference | *No description.* | -| integration_multai_runtime | ElastigroupAwsIntegrationMultaiRuntimeOutputReference | *No description.* | | integration_nomad | ElastigroupAwsIntegrationNomadOutputReference | *No description.* | | integration_rancher | ElastigroupAwsIntegrationRancherOutputReference | *No description.* | | integration_route53 | ElastigroupAwsIntegrationRoute53OutputReference | *No description.* | | itf | ElastigroupAwsItfList | *No description.* | | logging | ElastigroupAwsLoggingOutputReference | *No description.* | | metadata_options | ElastigroupAwsMetadataOptionsOutputReference | *No description.* | -| multai_target_sets | ElastigroupAwsMultaiTargetSetsList | *No description.* | | multiple_metrics | ElastigroupAwsMultipleMetricsOutputReference | *No description.* | | network_interface | ElastigroupAwsNetworkInterfaceList | *No description.* | | resource_requirements | ElastigroupAwsResourceRequirementsList | *No description.* | @@ -3167,7 +3095,6 @@ Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1. | integration_gitlab_input | ElastigroupAwsIntegrationGitlab | *No description.* | | integration_kubernetes_input | ElastigroupAwsIntegrationKubernetes | *No description.* | | integration_mesosphere_input | ElastigroupAwsIntegrationMesosphere | *No description.* | -| integration_multai_runtime_input | ElastigroupAwsIntegrationMultaiRuntime | *No description.* | | integration_nomad_input | ElastigroupAwsIntegrationNomad | *No description.* | | integration_rancher_input | ElastigroupAwsIntegrationRancher | *No description.* | | integration_route53_input | ElastigroupAwsIntegrationRoute53 | *No description.* | @@ -3179,7 +3106,6 @@ Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1. | metadata_options_input | ElastigroupAwsMetadataOptions | *No description.* | | minimum_instance_lifetime_input | typing.Union[int, float] | *No description.* | | min_size_input | typing.Union[int, float] | *No description.* | -| multai_target_sets_input | typing.Union[cdktf.IResolvable, typing.List[ElastigroupAwsMultaiTargetSets]] | *No description.* | | multiple_metrics_input | ElastigroupAwsMultipleMetrics | *No description.* | | name_input | str | *No description.* | | network_interface_input | typing.Union[cdktf.IResolvable, typing.List[ElastigroupAwsNetworkInterface]] | *No description.* | @@ -3532,16 +3458,6 @@ integration_mesosphere: ElastigroupAwsIntegrationMesosphereOutputReference --- -##### `integration_multai_runtime`Required - -```python -integration_multai_runtime: ElastigroupAwsIntegrationMultaiRuntimeOutputReference -``` - -- *Type:* ElastigroupAwsIntegrationMultaiRuntimeOutputReference - ---- - ##### `integration_nomad`Required ```python @@ -3602,16 +3518,6 @@ metadata_options: ElastigroupAwsMetadataOptionsOutputReference --- -##### `multai_target_sets`Required - -```python -multai_target_sets: ElastigroupAwsMultaiTargetSetsList -``` - -- *Type:* ElastigroupAwsMultaiTargetSetsList - ---- - ##### `multiple_metrics`Required ```python @@ -4112,16 +4018,6 @@ integration_mesosphere_input: ElastigroupAwsIntegrationMesosphere --- -##### `integration_multai_runtime_input`Optional - -```python -integration_multai_runtime_input: ElastigroupAwsIntegrationMultaiRuntime -``` - -- *Type:* ElastigroupAwsIntegrationMultaiRuntime - ---- - ##### `integration_nomad_input`Optional ```python @@ -4232,16 +4128,6 @@ min_size_input: typing.Union[int, float] --- -##### `multai_target_sets_input`Optional - -```python -multai_target_sets_input: typing.Union[IResolvable, typing.List[ElastigroupAwsMultaiTargetSets]] -``` - -- *Type:* typing.Union[cdktf.IResolvable, typing.List[ElastigroupAwsMultaiTargetSets]] - ---- - ##### `multiple_metrics_input`Optional ```python @@ -5186,7 +5072,6 @@ elastigroupAws.ElastigroupAwsConfig( integration_gitlab: ElastigroupAwsIntegrationGitlab = None, integration_kubernetes: ElastigroupAwsIntegrationKubernetes = None, integration_mesosphere: ElastigroupAwsIntegrationMesosphere = None, - integration_multai_runtime: ElastigroupAwsIntegrationMultaiRuntime = None, integration_nomad: ElastigroupAwsIntegrationNomad = None, integration_rancher: ElastigroupAwsIntegrationRancher = None, integration_route53: ElastigroupAwsIntegrationRoute53 = None, @@ -5198,7 +5083,6 @@ elastigroupAws.ElastigroupAwsConfig( metadata_options: ElastigroupAwsMetadataOptions = None, minimum_instance_lifetime: typing.Union[int, float] = None, min_size: typing.Union[int, float] = None, - multai_target_sets: typing.Union[IResolvable, typing.List[ElastigroupAwsMultaiTargetSets]] = None, multiple_metrics: ElastigroupAwsMultipleMetrics = None, network_interface: typing.Union[IResolvable, typing.List[ElastigroupAwsNetworkInterface]] = None, ondemand_count: typing.Union[int, float] = None, @@ -5246,37 +5130,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.169.1/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.169.1/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | -| orientation | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#orientation ElastigroupAws#orientation}. | -| product | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | +| orientation | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#orientation ElastigroupAws#orientation}. | +| product | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.170.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.170.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.170.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.169.1/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.169.1/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.169.1/docs/resources/elastigroup_aws#draining_timeout ElastigroupAws#draining_timeout}. | +| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/docs/resources/elastigroup_aws#id ElastigroupAws#id}. | -| image_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.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.170.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.170.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.170.0/docs/resources/elastigroup_aws#id ElastigroupAws#id}. | +| image_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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. | @@ -5285,30 +5169,28 @@ elastigroupAws.ElastigroupAwsConfig( | integration_gitlab | ElastigroupAwsIntegrationGitlab | integration_gitlab block. | | integration_kubernetes | ElastigroupAwsIntegrationKubernetes | integration_kubernetes block. | | integration_mesosphere | ElastigroupAwsIntegrationMesosphere | integration_mesosphere block. | -| integration_multai_runtime | ElastigroupAwsIntegrationMultaiRuntime | integration_multai_runtime block. | | integration_nomad | ElastigroupAwsIntegrationNomad | integration_nomad block. | | 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.169.1/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.169.1/docs/resources/elastigroup_aws#lifetime_period ElastigroupAws#lifetime_period}. | +| key_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_aws#lifetime_period ElastigroupAws#lifetime_period}. | | logging | ElastigroupAwsLogging | logging block. | -| max_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#max_size ElastigroupAws#max_size}. | +| max_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.169.1/docs/resources/elastigroup_aws#min_size ElastigroupAws#min_size}. | -| multai_target_sets | typing.Union[cdktf.IResolvable, typing.List[ElastigroupAwsMultaiTargetSets]] | multai_target_sets block. | +| minimum_instance_lifetime | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_aws#min_size ElastigroupAws#min_size}. | | multiple_metrics | ElastigroupAwsMultipleMetrics | multiple_metrics block. | | network_interface | typing.Union[cdktf.IResolvable, typing.List[ElastigroupAwsNetworkInterface]] | network_interface block. | -| ondemand_count | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/docs/resources/elastigroup_aws#private_ips ElastigroupAws#private_ips}. | -| region | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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. | @@ -5317,20 +5199,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.169.1/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.170.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.169.1/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.170.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.169.1/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.170.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.169.1/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.170.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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.0/docs/resources/elastigroup_aws#wait_for_capacity_timeout ElastigroupAws#wait_for_capacity_timeout}. | --- @@ -5412,7 +5294,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.169.1/docs/resources/elastigroup_aws#fallback_to_ondemand ElastigroupAws#fallback_to_ondemand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#fallback_to_ondemand ElastigroupAws#fallback_to_ondemand}. --- @@ -5424,7 +5306,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -5436,7 +5318,7 @@ orientation: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#orientation ElastigroupAws#orientation}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#orientation ElastigroupAws#orientation}. --- @@ -5448,7 +5330,7 @@ product: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#product ElastigroupAws#product}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#product ElastigroupAws#product}. --- @@ -5460,7 +5342,7 @@ security_groups: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#security_groups ElastigroupAws#security_groups}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#security_groups ElastigroupAws#security_groups}. --- @@ -5472,7 +5354,7 @@ availability_zones: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#availability_zones ElastigroupAws#availability_zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#availability_zones ElastigroupAws#availability_zones}. --- @@ -5484,7 +5366,7 @@ block_devices_mode: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#block_devices_mode ElastigroupAws#block_devices_mode}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#block_devices_mode ElastigroupAws#block_devices_mode}. --- @@ -5496,7 +5378,7 @@ capacity_unit: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#capacity_unit ElastigroupAws#capacity_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#capacity_unit ElastigroupAws#capacity_unit}. --- @@ -5508,7 +5390,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.169.1/docs/resources/elastigroup_aws#consider_od_pricing ElastigroupAws#consider_od_pricing}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#consider_od_pricing ElastigroupAws#consider_od_pricing}. --- @@ -5520,7 +5402,7 @@ cpu_credits: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#cpu_credits ElastigroupAws#cpu_credits}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#cpu_credits ElastigroupAws#cpu_credits}. --- @@ -5534,7 +5416,7 @@ cpu_options: ElastigroupAwsCpuOptions cpu_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#cpu_options ElastigroupAws#cpu_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#cpu_options ElastigroupAws#cpu_options} --- @@ -5546,7 +5428,7 @@ description: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#description ElastigroupAws#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#description ElastigroupAws#description}. --- @@ -5558,7 +5440,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.169.1/docs/resources/elastigroup_aws#desired_capacity ElastigroupAws#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#desired_capacity ElastigroupAws#desired_capacity}. --- @@ -5570,7 +5452,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.169.1/docs/resources/elastigroup_aws#draining_timeout ElastigroupAws#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#draining_timeout ElastigroupAws#draining_timeout}. --- @@ -5584,7 +5466,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.169.1/docs/resources/elastigroup_aws#ebs_block_device ElastigroupAws#ebs_block_device} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#ebs_block_device ElastigroupAws#ebs_block_device} --- @@ -5596,7 +5478,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.169.1/docs/resources/elastigroup_aws#ebs_optimized ElastigroupAws#ebs_optimized}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#ebs_optimized ElastigroupAws#ebs_optimized}. --- @@ -5608,7 +5490,7 @@ elastic_ips: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#elastic_ips ElastigroupAws#elastic_ips}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#elastic_ips ElastigroupAws#elastic_ips}. --- @@ -5620,7 +5502,7 @@ elastic_load_balancers: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#elastic_load_balancers ElastigroupAws#elastic_load_balancers}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#elastic_load_balancers ElastigroupAws#elastic_load_balancers}. --- @@ -5632,7 +5514,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.169.1/docs/resources/elastigroup_aws#enable_monitoring ElastigroupAws#enable_monitoring}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#enable_monitoring ElastigroupAws#enable_monitoring}. --- @@ -5646,7 +5528,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.169.1/docs/resources/elastigroup_aws#ephemeral_block_device ElastigroupAws#ephemeral_block_device} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#ephemeral_block_device ElastigroupAws#ephemeral_block_device} --- @@ -5658,7 +5540,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.169.1/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.170.0/docs/resources/elastigroup_aws#health_check_grace_period ElastigroupAws#health_check_grace_period}. --- @@ -5670,7 +5552,7 @@ health_check_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#health_check_type ElastigroupAws#health_check_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#health_check_type ElastigroupAws#health_check_type}. --- @@ -5682,7 +5564,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.169.1/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.170.0/docs/resources/elastigroup_aws#health_check_unhealthy_duration_before_replacement ElastigroupAws#health_check_unhealthy_duration_before_replacement}. --- @@ -5694,7 +5576,7 @@ iam_instance_profile: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#iam_instance_profile ElastigroupAws#iam_instance_profile}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#iam_instance_profile ElastigroupAws#iam_instance_profile}. --- @@ -5706,7 +5588,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#id ElastigroupAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. @@ -5721,7 +5603,7 @@ image_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#image_id ElastigroupAws#image_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#image_id ElastigroupAws#image_id}. --- @@ -5735,7 +5617,7 @@ images: typing.Union[IResolvable, typing.List[ElastigroupAwsImages]] images block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#images ElastigroupAws#images} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#images ElastigroupAws#images} --- @@ -5747,7 +5629,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.169.1/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.170.0/docs/resources/elastigroup_aws#immediate_od_recover_threshold ElastigroupAws#immediate_od_recover_threshold}. --- @@ -5759,7 +5641,7 @@ instance_types_ondemand: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#instance_types_ondemand ElastigroupAws#instance_types_ondemand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#instance_types_ondemand ElastigroupAws#instance_types_ondemand}. --- @@ -5771,7 +5653,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.169.1/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.170.0/docs/resources/elastigroup_aws#instance_types_preferred_spot ElastigroupAws#instance_types_preferred_spot}. --- @@ -5783,7 +5665,7 @@ instance_types_spot: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#instance_types_spot ElastigroupAws#instance_types_spot}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#instance_types_spot ElastigroupAws#instance_types_spot}. --- @@ -5797,7 +5679,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.169.1/docs/resources/elastigroup_aws#instance_types_weights ElastigroupAws#instance_types_weights} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#instance_types_weights ElastigroupAws#instance_types_weights} --- @@ -5811,7 +5693,7 @@ integration_beanstalk: ElastigroupAwsIntegrationBeanstalk integration_beanstalk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#integration_beanstalk ElastigroupAws#integration_beanstalk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#integration_beanstalk ElastigroupAws#integration_beanstalk} --- @@ -5825,7 +5707,7 @@ integration_codedeploy: ElastigroupAwsIntegrationCodedeploy integration_codedeploy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#integration_codedeploy ElastigroupAws#integration_codedeploy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#integration_codedeploy ElastigroupAws#integration_codedeploy} --- @@ -5839,7 +5721,7 @@ integration_docker_swarm: ElastigroupAwsIntegrationDockerSwarm integration_docker_swarm block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#integration_docker_swarm ElastigroupAws#integration_docker_swarm} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#integration_docker_swarm ElastigroupAws#integration_docker_swarm} --- @@ -5853,7 +5735,7 @@ integration_ecs: ElastigroupAwsIntegrationEcs integration_ecs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#integration_ecs ElastigroupAws#integration_ecs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#integration_ecs ElastigroupAws#integration_ecs} --- @@ -5867,7 +5749,7 @@ integration_gitlab: ElastigroupAwsIntegrationGitlab integration_gitlab block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#integration_gitlab ElastigroupAws#integration_gitlab} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#integration_gitlab ElastigroupAws#integration_gitlab} --- @@ -5881,7 +5763,7 @@ integration_kubernetes: ElastigroupAwsIntegrationKubernetes integration_kubernetes block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#integration_kubernetes ElastigroupAws#integration_kubernetes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#integration_kubernetes ElastigroupAws#integration_kubernetes} --- @@ -5895,21 +5777,7 @@ integration_mesosphere: ElastigroupAwsIntegrationMesosphere integration_mesosphere block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#integration_mesosphere ElastigroupAws#integration_mesosphere} - ---- - -##### `integration_multai_runtime`Optional - -```python -integration_multai_runtime: ElastigroupAwsIntegrationMultaiRuntime -``` - -- *Type:* ElastigroupAwsIntegrationMultaiRuntime - -integration_multai_runtime block. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#integration_multai_runtime ElastigroupAws#integration_multai_runtime} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#integration_mesosphere ElastigroupAws#integration_mesosphere} --- @@ -5923,7 +5791,7 @@ integration_nomad: ElastigroupAwsIntegrationNomad integration_nomad block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#integration_nomad ElastigroupAws#integration_nomad} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#integration_nomad ElastigroupAws#integration_nomad} --- @@ -5937,7 +5805,7 @@ integration_rancher: ElastigroupAwsIntegrationRancher integration_rancher block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#integration_rancher ElastigroupAws#integration_rancher} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#integration_rancher ElastigroupAws#integration_rancher} --- @@ -5951,7 +5819,7 @@ integration_route53: ElastigroupAwsIntegrationRoute53 integration_route53 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#integration_route53 ElastigroupAws#integration_route53} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#integration_route53 ElastigroupAws#integration_route53} --- @@ -5965,7 +5833,7 @@ itf: typing.Union[IResolvable, typing.List[ElastigroupAwsItf]] itf block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#itf ElastigroupAws#itf} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#itf ElastigroupAws#itf} --- @@ -5977,7 +5845,7 @@ key_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#key_name ElastigroupAws#key_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#key_name ElastigroupAws#key_name}. --- @@ -5989,7 +5857,7 @@ lifetime_period: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#lifetime_period ElastigroupAws#lifetime_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#lifetime_period ElastigroupAws#lifetime_period}. --- @@ -6003,7 +5871,7 @@ logging: ElastigroupAwsLogging logging block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#logging ElastigroupAws#logging} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#logging ElastigroupAws#logging} --- @@ -6015,7 +5883,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.169.1/docs/resources/elastigroup_aws#max_size ElastigroupAws#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#max_size ElastigroupAws#max_size}. --- @@ -6029,7 +5897,7 @@ metadata_options: ElastigroupAwsMetadataOptions metadata_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#metadata_options ElastigroupAws#metadata_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#metadata_options ElastigroupAws#metadata_options} --- @@ -6041,7 +5909,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.169.1/docs/resources/elastigroup_aws#minimum_instance_lifetime ElastigroupAws#minimum_instance_lifetime}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#minimum_instance_lifetime ElastigroupAws#minimum_instance_lifetime}. --- @@ -6053,21 +5921,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.169.1/docs/resources/elastigroup_aws#min_size ElastigroupAws#min_size}. - ---- - -##### `multai_target_sets`Optional - -```python -multai_target_sets: typing.Union[IResolvable, typing.List[ElastigroupAwsMultaiTargetSets]] -``` - -- *Type:* typing.Union[cdktf.IResolvable, typing.List[ElastigroupAwsMultaiTargetSets]] - -multai_target_sets block. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#multai_target_sets ElastigroupAws#multai_target_sets} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#min_size ElastigroupAws#min_size}. --- @@ -6081,7 +5935,7 @@ multiple_metrics: ElastigroupAwsMultipleMetrics multiple_metrics block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#multiple_metrics ElastigroupAws#multiple_metrics} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#multiple_metrics ElastigroupAws#multiple_metrics} --- @@ -6095,7 +5949,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.169.1/docs/resources/elastigroup_aws#network_interface ElastigroupAws#network_interface} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#network_interface ElastigroupAws#network_interface} --- @@ -6107,7 +5961,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.169.1/docs/resources/elastigroup_aws#ondemand_count ElastigroupAws#ondemand_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#ondemand_count ElastigroupAws#ondemand_count}. --- @@ -6119,7 +5973,7 @@ on_demand_types: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#on_demand_types ElastigroupAws#on_demand_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#on_demand_types ElastigroupAws#on_demand_types}. --- @@ -6131,7 +5985,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.169.1/docs/resources/elastigroup_aws#persist_block_devices ElastigroupAws#persist_block_devices}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#persist_block_devices ElastigroupAws#persist_block_devices}. --- @@ -6143,7 +5997,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.169.1/docs/resources/elastigroup_aws#persist_private_ip ElastigroupAws#persist_private_ip}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#persist_private_ip ElastigroupAws#persist_private_ip}. --- @@ -6155,7 +6009,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.169.1/docs/resources/elastigroup_aws#persist_root_device ElastigroupAws#persist_root_device}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#persist_root_device ElastigroupAws#persist_root_device}. --- @@ -6167,7 +6021,7 @@ placement_tenancy: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#placement_tenancy ElastigroupAws#placement_tenancy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#placement_tenancy ElastigroupAws#placement_tenancy}. --- @@ -6179,7 +6033,7 @@ preferred_availability_zones: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#preferred_availability_zones ElastigroupAws#preferred_availability_zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#preferred_availability_zones ElastigroupAws#preferred_availability_zones}. --- @@ -6191,7 +6045,7 @@ private_ips: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#private_ips ElastigroupAws#private_ips}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#private_ips ElastigroupAws#private_ips}. --- @@ -6203,7 +6057,7 @@ region: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#region ElastigroupAws#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#region ElastigroupAws#region}. --- @@ -6217,7 +6071,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.169.1/docs/resources/elastigroup_aws#resource_requirements ElastigroupAws#resource_requirements} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#resource_requirements ElastigroupAws#resource_requirements} --- @@ -6231,7 +6085,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.169.1/docs/resources/elastigroup_aws#resource_tag_specification ElastigroupAws#resource_tag_specification} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#resource_tag_specification ElastigroupAws#resource_tag_specification} --- @@ -6245,7 +6099,7 @@ revert_to_spot: ElastigroupAwsRevertToSpot revert_to_spot block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#revert_to_spot ElastigroupAws#revert_to_spot} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#revert_to_spot ElastigroupAws#revert_to_spot} --- @@ -6259,7 +6113,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.169.1/docs/resources/elastigroup_aws#scaling_down_policy ElastigroupAws#scaling_down_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#scaling_down_policy ElastigroupAws#scaling_down_policy} --- @@ -6273,7 +6127,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.169.1/docs/resources/elastigroup_aws#scaling_strategy ElastigroupAws#scaling_strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#scaling_strategy ElastigroupAws#scaling_strategy} --- @@ -6287,7 +6141,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.169.1/docs/resources/elastigroup_aws#scaling_target_policy ElastigroupAws#scaling_target_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#scaling_target_policy ElastigroupAws#scaling_target_policy} --- @@ -6301,7 +6155,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.169.1/docs/resources/elastigroup_aws#scaling_up_policy ElastigroupAws#scaling_up_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#scaling_up_policy ElastigroupAws#scaling_up_policy} --- @@ -6315,7 +6169,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.169.1/docs/resources/elastigroup_aws#scheduled_task ElastigroupAws#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#scheduled_task ElastigroupAws#scheduled_task} --- @@ -6327,7 +6181,7 @@ shutdown_script: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#shutdown_script ElastigroupAws#shutdown_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#shutdown_script ElastigroupAws#shutdown_script}. --- @@ -6341,7 +6195,7 @@ signal: typing.Union[IResolvable, typing.List[ElastigroupAwsSignal]] signal block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#signal ElastigroupAws#signal} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#signal ElastigroupAws#signal} --- @@ -6353,7 +6207,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.169.1/docs/resources/elastigroup_aws#spot_percentage ElastigroupAws#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#spot_percentage ElastigroupAws#spot_percentage}. --- @@ -6367,7 +6221,7 @@ stateful_deallocation: ElastigroupAwsStatefulDeallocation stateful_deallocation block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#stateful_deallocation ElastigroupAws#stateful_deallocation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#stateful_deallocation ElastigroupAws#stateful_deallocation} --- @@ -6381,7 +6235,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.169.1/docs/resources/elastigroup_aws#stateful_instance_action ElastigroupAws#stateful_instance_action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#stateful_instance_action ElastigroupAws#stateful_instance_action} --- @@ -6393,7 +6247,7 @@ subnet_ids: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#subnet_ids ElastigroupAws#subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#subnet_ids ElastigroupAws#subnet_ids}. --- @@ -6407,7 +6261,7 @@ tags: typing.Union[IResolvable, typing.List[ElastigroupAwsTags]] tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#tags ElastigroupAws#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#tags ElastigroupAws#tags} --- @@ -6419,7 +6273,7 @@ target_group_arns: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#target_group_arns ElastigroupAws#target_group_arns}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#target_group_arns ElastigroupAws#target_group_arns}. --- @@ -6433,7 +6287,7 @@ update_policy: ElastigroupAwsUpdatePolicy update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#update_policy ElastigroupAws#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#update_policy ElastigroupAws#update_policy} --- @@ -6445,7 +6299,7 @@ user_data: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#user_data ElastigroupAws#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#user_data ElastigroupAws#user_data}. --- @@ -6457,7 +6311,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.169.1/docs/resources/elastigroup_aws#utilize_commitments ElastigroupAws#utilize_commitments}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#utilize_commitments ElastigroupAws#utilize_commitments}. --- @@ -6469,7 +6323,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.169.1/docs/resources/elastigroup_aws#utilize_reserved_instances ElastigroupAws#utilize_reserved_instances}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#utilize_reserved_instances ElastigroupAws#utilize_reserved_instances}. --- @@ -6481,7 +6335,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.169.1/docs/resources/elastigroup_aws#wait_for_capacity ElastigroupAws#wait_for_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#wait_for_capacity ElastigroupAws#wait_for_capacity}. --- @@ -6493,7 +6347,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.169.1/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.170.0/docs/resources/elastigroup_aws#wait_for_capacity_timeout ElastigroupAws#wait_for_capacity_timeout}. --- @@ -6513,7 +6367,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.169.1/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.170.0/docs/resources/elastigroup_aws#threads_per_core ElastigroupAws#threads_per_core}. | --- @@ -6525,7 +6379,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.169.1/docs/resources/elastigroup_aws#threads_per_core ElastigroupAws#threads_per_core}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#threads_per_core ElastigroupAws#threads_per_core}. --- @@ -6553,15 +6407,15 @@ elastigroupAws.ElastigroupAwsEbsBlockDevice( | **Name** | **Type** | **Description** | | --- | --- | --- | -| device_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/docs/resources/elastigroup_aws#iops ElastigroupAws#iops}. | -| kms_key_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.0/docs/resources/elastigroup_aws#volume_type ElastigroupAws#volume_type}. | --- @@ -6573,7 +6427,7 @@ device_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#device_name ElastigroupAws#device_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#device_name ElastigroupAws#device_name}. --- @@ -6585,7 +6439,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.169.1/docs/resources/elastigroup_aws#delete_on_termination ElastigroupAws#delete_on_termination}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#delete_on_termination ElastigroupAws#delete_on_termination}. --- @@ -6597,7 +6451,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.169.1/docs/resources/elastigroup_aws#encrypted ElastigroupAws#encrypted}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#encrypted ElastigroupAws#encrypted}. --- @@ -6609,7 +6463,7 @@ iops: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#iops ElastigroupAws#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#iops ElastigroupAws#iops}. --- @@ -6621,7 +6475,7 @@ kms_key_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#kms_key_id ElastigroupAws#kms_key_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#kms_key_id ElastigroupAws#kms_key_id}. --- @@ -6633,7 +6487,7 @@ snapshot_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#snapshot_id ElastigroupAws#snapshot_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#snapshot_id ElastigroupAws#snapshot_id}. --- @@ -6645,7 +6499,7 @@ throughput: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#throughput ElastigroupAws#throughput}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#throughput ElastigroupAws#throughput}. --- @@ -6657,7 +6511,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.169.1/docs/resources/elastigroup_aws#volume_size ElastigroupAws#volume_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#volume_size ElastigroupAws#volume_size}. --- @@ -6669,7 +6523,7 @@ volume_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#volume_type ElastigroupAws#volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#volume_type ElastigroupAws#volume_type}. --- @@ -6690,8 +6544,8 @@ elastigroupAws.ElastigroupAwsEphemeralBlockDevice( | **Name** | **Type** | **Description** | | --- | --- | --- | -| device_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/elastigroup_aws#virtual_name ElastigroupAws#virtual_name}. | --- @@ -6703,7 +6557,7 @@ device_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#device_name ElastigroupAws#device_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#device_name ElastigroupAws#device_name}. --- @@ -6715,7 +6569,7 @@ virtual_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#virtual_name ElastigroupAws#virtual_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#virtual_name ElastigroupAws#virtual_name}. --- @@ -6749,7 +6603,7 @@ image: typing.Union[IResolvable, typing.List[ElastigroupAwsImagesImage]] image block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#image ElastigroupAws#image} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#image ElastigroupAws#image} --- @@ -6769,7 +6623,7 @@ elastigroupAws.ElastigroupAwsImagesImage( | **Name** | **Type** | **Description** | | --- | --- | --- | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#id ElastigroupAws#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#id ElastigroupAws#id}. | --- @@ -6781,7 +6635,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#id ElastigroupAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. @@ -6805,8 +6659,8 @@ elastigroupAws.ElastigroupAwsInstanceTypesWeights( | **Name** | **Type** | **Description** | | --- | --- | --- | -| instance_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_aws#weight ElastigroupAws#weight}. | +| instance_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_aws#weight ElastigroupAws#weight}. | --- @@ -6818,7 +6672,7 @@ instance_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#instance_type ElastigroupAws#instance_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#instance_type ElastigroupAws#instance_type}. --- @@ -6830,7 +6684,7 @@ weight: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#weight ElastigroupAws#weight}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#weight ElastigroupAws#weight}. --- @@ -6853,7 +6707,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.169.1/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.170.0/docs/resources/elastigroup_aws#environment_id ElastigroupAws#environment_id}. | | managed_actions | ElastigroupAwsIntegrationBeanstalkManagedActions | managed_actions block. | --- @@ -6868,7 +6722,7 @@ deployment_preferences: ElastigroupAwsIntegrationBeanstalkDeploymentPreferences deployment_preferences block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#deployment_preferences ElastigroupAws#deployment_preferences} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#deployment_preferences ElastigroupAws#deployment_preferences} --- @@ -6880,7 +6734,7 @@ environment_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#environment_id ElastigroupAws#environment_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#environment_id ElastigroupAws#environment_id}. --- @@ -6894,7 +6748,7 @@ managed_actions: ElastigroupAwsIntegrationBeanstalkManagedActions managed_actions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#managed_actions ElastigroupAws#managed_actions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#managed_actions ElastigroupAws#managed_actions} --- @@ -6917,9 +6771,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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. | | strategy | ElastigroupAwsIntegrationBeanstalkDeploymentPreferencesStrategy | strategy block. | --- @@ -6932,7 +6786,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.169.1/docs/resources/elastigroup_aws#automatic_roll ElastigroupAws#automatic_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#automatic_roll ElastigroupAws#automatic_roll}. --- @@ -6944,7 +6798,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.169.1/docs/resources/elastigroup_aws#batch_size_percentage ElastigroupAws#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#batch_size_percentage ElastigroupAws#batch_size_percentage}. --- @@ -6956,7 +6810,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.169.1/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. --- @@ -6970,7 +6824,7 @@ strategy: ElastigroupAwsIntegrationBeanstalkDeploymentPreferencesStrategy strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#strategy ElastigroupAws#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#strategy ElastigroupAws#strategy} --- @@ -6991,8 +6845,8 @@ elastigroupAws.ElastigroupAwsIntegrationBeanstalkDeploymentPreferencesStrategy( | **Name** | **Type** | **Description** | | --- | --- | --- | -| action | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/elastigroup_aws#should_drain_instances ElastigroupAws#should_drain_instances}. | --- @@ -7004,7 +6858,7 @@ action: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#action ElastigroupAws#action}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#action ElastigroupAws#action}. --- @@ -7016,7 +6870,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.169.1/docs/resources/elastigroup_aws#should_drain_instances ElastigroupAws#should_drain_instances}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#should_drain_instances ElastigroupAws#should_drain_instances}. --- @@ -7050,7 +6904,7 @@ platform_update: ElastigroupAwsIntegrationBeanstalkManagedActionsPlatformUpdate platform_update block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#platform_update ElastigroupAws#platform_update} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#platform_update ElastigroupAws#platform_update} --- @@ -7072,9 +6926,9 @@ elastigroupAws.ElastigroupAwsIntegrationBeanstalkManagedActionsPlatformUpdate( | **Name** | **Type** | **Description** | | --- | --- | --- | -| perform_at | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/elastigroup_aws#update_level ElastigroupAws#update_level}. | --- @@ -7086,7 +6940,7 @@ perform_at: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#perform_at ElastigroupAws#perform_at}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#perform_at ElastigroupAws#perform_at}. --- @@ -7098,7 +6952,7 @@ time_window: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#time_window ElastigroupAws#time_window}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#time_window ElastigroupAws#time_window}. --- @@ -7110,7 +6964,7 @@ update_level: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#update_level ElastigroupAws#update_level}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#update_level ElastigroupAws#update_level}. --- @@ -7132,9 +6986,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.169.1/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.170.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.169.1/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.170.0/docs/resources/elastigroup_aws#terminate_instance_on_failure ElastigroupAws#terminate_instance_on_failure}. | --- @@ -7146,7 +7000,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.169.1/docs/resources/elastigroup_aws#cleanup_on_failure ElastigroupAws#cleanup_on_failure}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#cleanup_on_failure ElastigroupAws#cleanup_on_failure}. --- @@ -7160,7 +7014,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.169.1/docs/resources/elastigroup_aws#deployment_groups ElastigroupAws#deployment_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#deployment_groups ElastigroupAws#deployment_groups} --- @@ -7172,7 +7026,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.169.1/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.170.0/docs/resources/elastigroup_aws#terminate_instance_on_failure ElastigroupAws#terminate_instance_on_failure}. --- @@ -7193,8 +7047,8 @@ elastigroupAws.ElastigroupAwsIntegrationCodedeployDeploymentGroups( | **Name** | **Type** | **Description** | | --- | --- | --- | -| application_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/elastigroup_aws#deployment_group_name ElastigroupAws#deployment_group_name}. | --- @@ -7206,7 +7060,7 @@ application_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#application_name ElastigroupAws#application_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#application_name ElastigroupAws#application_name}. --- @@ -7218,7 +7072,7 @@ deployment_group_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#deployment_group_name ElastigroupAws#deployment_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#deployment_group_name ElastigroupAws#deployment_group_name}. --- @@ -7243,12 +7097,12 @@ elastigroupAws.ElastigroupAwsIntegrationDockerSwarm( | **Name** | **Type** | **Description** | | --- | --- | --- | -| master_host | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.169.1/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.170.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. | --- @@ -7260,7 +7114,7 @@ master_host: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. --- @@ -7272,7 +7126,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.169.1/docs/resources/elastigroup_aws#master_port ElastigroupAws#master_port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#master_port ElastigroupAws#master_port}. --- @@ -7284,7 +7138,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.169.1/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. --- @@ -7298,7 +7152,7 @@ autoscale_down: ElastigroupAwsIntegrationDockerSwarmAutoscaleDown autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} --- @@ -7312,7 +7166,7 @@ autoscale_headroom: ElastigroupAwsIntegrationDockerSwarmAutoscaleHeadroom autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} --- @@ -7324,7 +7178,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.169.1/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. --- @@ -7345,8 +7199,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.169.1/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.169.1/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.170.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.170.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage}. | --- @@ -7358,7 +7212,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.169.1/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. --- @@ -7370,7 +7224,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.169.1/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.170.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage}. --- @@ -7392,9 +7246,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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. | --- @@ -7406,7 +7260,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.169.1/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. --- @@ -7418,7 +7272,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.169.1/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. --- @@ -7430,7 +7284,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.169.1/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. --- @@ -7458,14 +7312,14 @@ elastigroupAws.ElastigroupAwsIntegrationEcs( | **Name** | **Type** | **Description** | | --- | --- | --- | -| cluster_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.169.1/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.170.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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/elastigroup_aws#autoscale_scale_down_non_service_tasks ElastigroupAws#autoscale_scale_down_non_service_tasks}. | | batch | ElastigroupAwsIntegrationEcsBatch | batch block. | --- @@ -7478,7 +7332,7 @@ cluster_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#cluster_name ElastigroupAws#cluster_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#cluster_name ElastigroupAws#cluster_name}. --- @@ -7492,7 +7346,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.169.1/docs/resources/elastigroup_aws#autoscale_attributes ElastigroupAws#autoscale_attributes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#autoscale_attributes ElastigroupAws#autoscale_attributes} --- @@ -7504,7 +7358,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.169.1/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. --- @@ -7518,7 +7372,7 @@ autoscale_down: ElastigroupAwsIntegrationEcsAutoscaleDown autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} --- @@ -7532,7 +7386,7 @@ autoscale_headroom: ElastigroupAwsIntegrationEcsAutoscaleHeadroom autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} --- @@ -7544,7 +7398,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.169.1/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.170.0/docs/resources/elastigroup_aws#autoscale_is_auto_config ElastigroupAws#autoscale_is_auto_config}. --- @@ -7556,7 +7410,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.169.1/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. --- @@ -7568,7 +7422,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.169.1/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.170.0/docs/resources/elastigroup_aws#autoscale_scale_down_non_service_tasks ElastigroupAws#autoscale_scale_down_non_service_tasks}. --- @@ -7582,7 +7436,7 @@ batch: ElastigroupAwsIntegrationEcsBatch batch block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#batch ElastigroupAws#batch} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#batch ElastigroupAws#batch} --- @@ -7603,8 +7457,8 @@ elastigroupAws.ElastigroupAwsIntegrationEcsAutoscaleAttributes( | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#key ElastigroupAws#key}. | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | +| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. | +| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | --- @@ -7616,7 +7470,7 @@ key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#key ElastigroupAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. --- @@ -7628,7 +7482,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#value ElastigroupAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. --- @@ -7649,8 +7503,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.169.1/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.169.1/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.170.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.170.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage}. | --- @@ -7662,7 +7516,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.169.1/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. --- @@ -7674,7 +7528,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.169.1/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.170.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage}. --- @@ -7696,9 +7550,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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. | --- @@ -7710,7 +7564,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.169.1/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. --- @@ -7722,7 +7576,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.169.1/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. --- @@ -7734,7 +7588,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.169.1/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. --- @@ -7754,7 +7608,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.169.1/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.170.0/docs/resources/elastigroup_aws#job_queue_names ElastigroupAws#job_queue_names}. | --- @@ -7766,7 +7620,7 @@ job_queue_names: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#job_queue_names ElastigroupAws#job_queue_names}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#job_queue_names ElastigroupAws#job_queue_names}. --- @@ -7800,7 +7654,7 @@ runner: ElastigroupAwsIntegrationGitlabRunner runner block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#runner ElastigroupAws#runner} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#runner ElastigroupAws#runner} --- @@ -7820,7 +7674,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.169.1/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.170.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. | --- @@ -7832,7 +7686,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.169.1/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. --- @@ -7861,16 +7715,16 @@ elastigroupAws.ElastigroupAwsIntegrationKubernetes( | **Name** | **Type** | **Description** | | --- | --- | --- | -| api_server | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.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.169.1/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.169.1/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.170.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.170.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.169.1/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.169.1/docs/resources/elastigroup_aws#integration_mode ElastigroupAws#integration_mode}. | -| token | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#token ElastigroupAws#token}. | +| cluster_identifier | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.0/docs/resources/elastigroup_aws#token ElastigroupAws#token}. | --- @@ -7882,7 +7736,7 @@ api_server: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#api_server ElastigroupAws#api_server}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#api_server ElastigroupAws#api_server}. --- @@ -7894,7 +7748,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.169.1/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. --- @@ -7908,7 +7762,7 @@ autoscale_down: ElastigroupAwsIntegrationKubernetesAutoscaleDown autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} --- @@ -7922,7 +7776,7 @@ autoscale_headroom: ElastigroupAwsIntegrationKubernetesAutoscaleHeadroom autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} --- @@ -7934,7 +7788,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.169.1/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.170.0/docs/resources/elastigroup_aws#autoscale_is_auto_config ElastigroupAws#autoscale_is_auto_config}. --- @@ -7946,7 +7800,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.169.1/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. --- @@ -7960,7 +7814,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.169.1/docs/resources/elastigroup_aws#autoscale_labels ElastigroupAws#autoscale_labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#autoscale_labels ElastigroupAws#autoscale_labels} --- @@ -7972,7 +7826,7 @@ cluster_identifier: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#cluster_identifier ElastigroupAws#cluster_identifier}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#cluster_identifier ElastigroupAws#cluster_identifier}. --- @@ -7984,7 +7838,7 @@ integration_mode: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#integration_mode ElastigroupAws#integration_mode}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#integration_mode ElastigroupAws#integration_mode}. --- @@ -7996,7 +7850,7 @@ token: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#token ElastigroupAws#token}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#token ElastigroupAws#token}. --- @@ -8017,8 +7871,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.169.1/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.169.1/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.170.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.170.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage}. | --- @@ -8030,7 +7884,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.169.1/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. --- @@ -8042,7 +7896,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.169.1/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.170.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage}. --- @@ -8064,9 +7918,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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. | --- @@ -8078,7 +7932,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.169.1/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. --- @@ -8090,7 +7944,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.169.1/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. --- @@ -8102,7 +7956,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.169.1/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. --- @@ -8123,8 +7977,8 @@ elastigroupAws.ElastigroupAwsIntegrationKubernetesAutoscaleLabels( | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#key ElastigroupAws#key}. | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | +| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. | +| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | --- @@ -8136,7 +7990,7 @@ key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#key ElastigroupAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. --- @@ -8148,7 +8002,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#value ElastigroupAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. --- @@ -8168,7 +8022,7 @@ elastigroupAws.ElastigroupAwsIntegrationMesosphere( | **Name** | **Type** | **Description** | | --- | --- | --- | -| api_server | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws#api_server ElastigroupAws#api_server}. | --- @@ -8180,39 +8034,7 @@ api_server: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#api_server ElastigroupAws#api_server}. - ---- - -### ElastigroupAwsIntegrationMultaiRuntime - -#### Initializer - -```python -from cdktf_cdktf_provider_spotinst import elastigroup_aws - -elastigroupAws.ElastigroupAwsIntegrationMultaiRuntime( - deployment_id: str -) -``` - -#### Properties - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| deployment_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#deployment_id ElastigroupAws#deployment_id}. | - ---- - -##### `deployment_id`Required - -```python -deployment_id: str -``` - -- *Type:* str - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#deployment_id ElastigroupAws#deployment_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#api_server ElastigroupAws#api_server}. --- @@ -8239,14 +8061,14 @@ elastigroupAws.ElastigroupAwsIntegrationNomad( | **Name** | **Type** | **Description** | | --- | --- | --- | -| master_host | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.169.1/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.170.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.169.1/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.170.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. | --- @@ -8258,7 +8080,7 @@ master_host: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. --- @@ -8270,7 +8092,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.169.1/docs/resources/elastigroup_aws#master_port ElastigroupAws#master_port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#master_port ElastigroupAws#master_port}. --- @@ -8282,7 +8104,7 @@ acl_token: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#acl_token ElastigroupAws#acl_token}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#acl_token ElastigroupAws#acl_token}. --- @@ -8296,7 +8118,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.169.1/docs/resources/elastigroup_aws#autoscale_constraints ElastigroupAws#autoscale_constraints} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#autoscale_constraints ElastigroupAws#autoscale_constraints} --- @@ -8308,7 +8130,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.169.1/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. --- @@ -8322,7 +8144,7 @@ autoscale_down: ElastigroupAwsIntegrationNomadAutoscaleDown autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} --- @@ -8336,7 +8158,7 @@ autoscale_headroom: ElastigroupAwsIntegrationNomadAutoscaleHeadroom autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} --- @@ -8348,7 +8170,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.169.1/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. --- @@ -8369,8 +8191,8 @@ elastigroupAws.ElastigroupAwsIntegrationNomadAutoscaleConstraints( | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#key ElastigroupAws#key}. | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | +| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. | +| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | --- @@ -8382,7 +8204,7 @@ key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#key ElastigroupAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. --- @@ -8394,7 +8216,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#value ElastigroupAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. --- @@ -8414,7 +8236,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.169.1/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.170.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. | --- @@ -8426,7 +8248,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.169.1/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. --- @@ -8448,9 +8270,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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. | --- @@ -8462,7 +8284,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.169.1/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. --- @@ -8474,7 +8296,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.169.1/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. --- @@ -8486,7 +8308,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.169.1/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. --- @@ -8509,10 +8331,10 @@ elastigroupAws.ElastigroupAwsIntegrationRancher( | **Name** | **Type** | **Description** | | --- | --- | --- | -| access_key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/docs/resources/elastigroup_aws#secret_key ElastigroupAws#secret_key}. | -| version | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#version ElastigroupAws#version}. | +| access_key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.0/docs/resources/elastigroup_aws#version ElastigroupAws#version}. | --- @@ -8524,7 +8346,7 @@ access_key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#access_key ElastigroupAws#access_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#access_key ElastigroupAws#access_key}. --- @@ -8536,7 +8358,7 @@ master_host: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. --- @@ -8548,7 +8370,7 @@ secret_key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#secret_key ElastigroupAws#secret_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#secret_key ElastigroupAws#secret_key}. --- @@ -8560,7 +8382,7 @@ version: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#version ElastigroupAws#version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#version ElastigroupAws#version}. --- @@ -8594,7 +8416,7 @@ domains: typing.Union[IResolvable, typing.List[ElastigroupAwsIntegrationRoute53D domains block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#domains ElastigroupAws#domains} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#domains ElastigroupAws#domains} --- @@ -8617,10 +8439,10 @@ elastigroupAws.ElastigroupAwsIntegrationRoute53Domains( | **Name** | **Type** | **Description** | | --- | --- | --- | -| hosted_zone_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.169.1/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.169.1/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.170.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.170.0/docs/resources/elastigroup_aws#spotinst_acct_id ElastigroupAws#spotinst_acct_id}. | --- @@ -8632,7 +8454,7 @@ hosted_zone_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#hosted_zone_id ElastigroupAws#hosted_zone_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#hosted_zone_id ElastigroupAws#hosted_zone_id}. --- @@ -8646,7 +8468,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.169.1/docs/resources/elastigroup_aws#record_sets ElastigroupAws#record_sets} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#record_sets ElastigroupAws#record_sets} --- @@ -8658,7 +8480,7 @@ record_set_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#record_set_type ElastigroupAws#record_set_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#record_set_type ElastigroupAws#record_set_type}. --- @@ -8670,7 +8492,7 @@ spotinst_acct_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#spotinst_acct_id ElastigroupAws#spotinst_acct_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#spotinst_acct_id ElastigroupAws#spotinst_acct_id}. --- @@ -8692,9 +8514,9 @@ elastigroupAws.ElastigroupAwsIntegrationRoute53DomainsRecordSets( | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/elastigroup_aws#use_public_ip ElastigroupAws#use_public_ip}. | --- @@ -8706,7 +8528,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -8718,7 +8540,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.169.1/docs/resources/elastigroup_aws#use_public_dns ElastigroupAws#use_public_dns}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#use_public_dns ElastigroupAws#use_public_dns}. --- @@ -8730,7 +8552,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.169.1/docs/resources/elastigroup_aws#use_public_ip ElastigroupAws#use_public_ip}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#use_public_ip ElastigroupAws#use_public_ip}. --- @@ -8755,12 +8577,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.169.1/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.170.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.169.1/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.170.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.169.1/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.170.0/docs/resources/elastigroup_aws#migration_healthiness_threshold ElastigroupAws#migration_healthiness_threshold}. | --- @@ -8772,7 +8594,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.169.1/docs/resources/elastigroup_aws#fixed_target_groups ElastigroupAws#fixed_target_groups}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#fixed_target_groups ElastigroupAws#fixed_target_groups}. --- @@ -8786,7 +8608,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.169.1/docs/resources/elastigroup_aws#load_balancer ElastigroupAws#load_balancer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#load_balancer ElastigroupAws#load_balancer} --- @@ -8800,7 +8622,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.169.1/docs/resources/elastigroup_aws#target_group_config ElastigroupAws#target_group_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#target_group_config ElastigroupAws#target_group_config} --- @@ -8812,7 +8634,7 @@ weight_strategy: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#weight_strategy ElastigroupAws#weight_strategy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#weight_strategy ElastigroupAws#weight_strategy}. --- @@ -8826,7 +8648,7 @@ default_static_target_group: ElastigroupAwsItfDefaultStaticTargetGroup default_static_target_group block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws#default_static_target_group ElastigroupAws#default_static_target_group} --- @@ -8838,7 +8660,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.169.1/docs/resources/elastigroup_aws#migration_healthiness_threshold ElastigroupAws#migration_healthiness_threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#migration_healthiness_threshold ElastigroupAws#migration_healthiness_threshold}. --- @@ -8859,8 +8681,8 @@ elastigroupAws.ElastigroupAwsItfDefaultStaticTargetGroup( | **Name** | **Type** | **Description** | | --- | --- | --- | -| arn | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage}. | +| arn | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage}. | --- @@ -8872,7 +8694,7 @@ arn: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#arn ElastigroupAws#arn}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#arn ElastigroupAws#arn}. --- @@ -8884,7 +8706,7 @@ percentage: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage}. --- @@ -8906,7 +8728,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.169.1/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.170.0/docs/resources/elastigroup_aws#load_balancer_arn ElastigroupAws#load_balancer_arn}. | --- @@ -8920,7 +8742,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.169.1/docs/resources/elastigroup_aws#listener_rule ElastigroupAws#listener_rule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#listener_rule ElastigroupAws#listener_rule} --- @@ -8932,7 +8754,7 @@ load_balancer_arn: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#load_balancer_arn ElastigroupAws#load_balancer_arn}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#load_balancer_arn ElastigroupAws#load_balancer_arn}. --- @@ -8953,7 +8775,7 @@ elastigroupAws.ElastigroupAwsItfLoadBalancerListenerRule( | **Name** | **Type** | **Description** | | --- | --- | --- | -| rule_arn | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws#rule_arn ElastigroupAws#rule_arn}. | | static_target_group | ElastigroupAwsItfLoadBalancerListenerRuleStaticTargetGroup | static_target_group block. | --- @@ -8966,7 +8788,7 @@ rule_arn: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#rule_arn ElastigroupAws#rule_arn}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#rule_arn ElastigroupAws#rule_arn}. --- @@ -8980,7 +8802,7 @@ static_target_group: ElastigroupAwsItfLoadBalancerListenerRuleStaticTargetGroup static_target_group block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#static_target_group ElastigroupAws#static_target_group} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#static_target_group ElastigroupAws#static_target_group} --- @@ -9001,8 +8823,8 @@ elastigroupAws.ElastigroupAwsItfLoadBalancerListenerRuleStaticTargetGroup( | **Name** | **Type** | **Description** | | --- | --- | --- | -| arn | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage}. | +| arn | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage}. | --- @@ -9014,7 +8836,7 @@ arn: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#arn ElastigroupAws#arn}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#arn ElastigroupAws#arn}. --- @@ -9026,7 +8848,7 @@ percentage: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage}. --- @@ -9058,19 +8880,19 @@ elastigroupAws.ElastigroupAwsItfTargetGroupConfig( | **Name** | **Type** | **Description** | | --- | --- | --- | -| health_check_path | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_aws#port ElastigroupAws#port}. | -| protocol | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#protocol ElastigroupAws#protocol}. | -| vpc_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.0/docs/resources/elastigroup_aws#port ElastigroupAws#port}. | +| protocol | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#protocol ElastigroupAws#protocol}. | +| vpc_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.170.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.170.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.169.1/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.170.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.169.1/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.170.0/docs/resources/elastigroup_aws#unhealthy_threshold_count ElastigroupAws#unhealthy_threshold_count}. | --- @@ -9082,7 +8904,7 @@ health_check_path: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#health_check_path ElastigroupAws#health_check_path}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#health_check_path ElastigroupAws#health_check_path}. --- @@ -9094,7 +8916,7 @@ port: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#port ElastigroupAws#port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#port ElastigroupAws#port}. --- @@ -9106,7 +8928,7 @@ protocol: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#protocol ElastigroupAws#protocol}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#protocol ElastigroupAws#protocol}. --- @@ -9118,7 +8940,7 @@ vpc_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#vpc_id ElastigroupAws#vpc_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#vpc_id ElastigroupAws#vpc_id}. --- @@ -9130,7 +8952,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.169.1/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.170.0/docs/resources/elastigroup_aws#health_check_interval_seconds ElastigroupAws#health_check_interval_seconds}. --- @@ -9142,7 +8964,7 @@ health_check_port: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#health_check_port ElastigroupAws#health_check_port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#health_check_port ElastigroupAws#health_check_port}. --- @@ -9154,7 +8976,7 @@ health_check_protocol: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#health_check_protocol ElastigroupAws#health_check_protocol}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#health_check_protocol ElastigroupAws#health_check_protocol}. --- @@ -9166,7 +8988,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.169.1/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.170.0/docs/resources/elastigroup_aws#health_check_timeout_seconds ElastigroupAws#health_check_timeout_seconds}. --- @@ -9178,7 +9000,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.169.1/docs/resources/elastigroup_aws#healthy_threshold_count ElastigroupAws#healthy_threshold_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#healthy_threshold_count ElastigroupAws#healthy_threshold_count}. --- @@ -9192,7 +9014,7 @@ matcher: typing.Union[IResolvable, typing.List[ElastigroupAwsItfTargetGroupConfi matcher block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#matcher ElastigroupAws#matcher} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#matcher ElastigroupAws#matcher} --- @@ -9204,7 +9026,7 @@ protocol_version: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#protocol_version ElastigroupAws#protocol_version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#protocol_version ElastigroupAws#protocol_version}. --- @@ -9218,7 +9040,7 @@ tags: typing.Union[IResolvable, typing.List[ElastigroupAwsItfTargetGroupConfigTa tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#tags ElastigroupAws#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#tags ElastigroupAws#tags} --- @@ -9230,7 +9052,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.169.1/docs/resources/elastigroup_aws#unhealthy_threshold_count ElastigroupAws#unhealthy_threshold_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#unhealthy_threshold_count ElastigroupAws#unhealthy_threshold_count}. --- @@ -9251,8 +9073,8 @@ elastigroupAws.ElastigroupAwsItfTargetGroupConfigMatcher( | **Name** | **Type** | **Description** | | --- | --- | --- | -| grpc_code | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/elastigroup_aws#http_code ElastigroupAws#http_code}. | --- @@ -9264,7 +9086,7 @@ grpc_code: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#grpc_code ElastigroupAws#grpc_code}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#grpc_code ElastigroupAws#grpc_code}. --- @@ -9276,7 +9098,7 @@ http_code: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#http_code ElastigroupAws#http_code}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#http_code ElastigroupAws#http_code}. --- @@ -9297,8 +9119,8 @@ elastigroupAws.ElastigroupAwsItfTargetGroupConfigTags( | **Name** | **Type** | **Description** | | --- | --- | --- | -| tag_key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/elastigroup_aws#tag_value ElastigroupAws#tag_value}. | --- @@ -9310,7 +9132,7 @@ tag_key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#tag_key ElastigroupAws#tag_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#tag_key ElastigroupAws#tag_key}. --- @@ -9322,7 +9144,7 @@ tag_value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#tag_value ElastigroupAws#tag_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#tag_value ElastigroupAws#tag_value}. --- @@ -9356,7 +9178,7 @@ export: ElastigroupAwsLoggingExport export block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#export ElastigroupAws#export} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#export ElastigroupAws#export} --- @@ -9390,7 +9212,7 @@ s3: typing.Union[IResolvable, typing.List[ElastigroupAwsLoggingExportS3]] s3 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#s3 ElastigroupAws#s3} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#s3 ElastigroupAws#s3} --- @@ -9410,7 +9232,7 @@ elastigroupAws.ElastigroupAwsLoggingExportS3( | **Name** | **Type** | **Description** | | --- | --- | --- | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#id ElastigroupAws#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#id ElastigroupAws#id}. | --- @@ -9422,7 +9244,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#id ElastigroupAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. @@ -9447,9 +9269,9 @@ elastigroupAws.ElastigroupAwsMetadataOptions( | **Name** | **Type** | **Description** | | --- | --- | --- | -| http_tokens | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/elastigroup_aws#instance_metadata_tags ElastigroupAws#instance_metadata_tags}. | --- @@ -9461,7 +9283,7 @@ http_tokens: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#http_tokens ElastigroupAws#http_tokens}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#http_tokens ElastigroupAws#http_tokens}. --- @@ -9473,7 +9295,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.169.1/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.170.0/docs/resources/elastigroup_aws#http_put_response_hop_limit ElastigroupAws#http_put_response_hop_limit}. --- @@ -9485,53 +9307,7 @@ instance_metadata_tags: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#instance_metadata_tags ElastigroupAws#instance_metadata_tags}. - ---- - -### ElastigroupAwsMultaiTargetSets - -#### Initializer - -```python -from cdktf_cdktf_provider_spotinst import elastigroup_aws - -elastigroupAws.ElastigroupAwsMultaiTargetSets( - balancer_id: str, - target_set_id: str -) -``` - -#### Properties - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| balancer_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_aws#target_set_id ElastigroupAws#target_set_id}. | - ---- - -##### `balancer_id`Required - -```python -balancer_id: str -``` - -- *Type:* str - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#balancer_id ElastigroupAws#balancer_id}. - ---- - -##### `target_set_id`Required - -```python -target_set_id: str -``` - -- *Type:* str - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#target_set_id ElastigroupAws#target_set_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#instance_metadata_tags ElastigroupAws#instance_metadata_tags}. --- @@ -9567,7 +9343,7 @@ expressions: typing.Union[IResolvable, typing.List[ElastigroupAwsMultipleMetrics expressions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#expressions ElastigroupAws#expressions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#expressions ElastigroupAws#expressions} --- @@ -9581,7 +9357,7 @@ metrics: typing.Union[IResolvable, typing.List[ElastigroupAwsMultipleMetricsMetr metrics block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#metrics ElastigroupAws#metrics} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#metrics ElastigroupAws#metrics} --- @@ -9602,8 +9378,8 @@ elastigroupAws.ElastigroupAwsMultipleMetricsExpressions( | **Name** | **Type** | **Description** | | --- | --- | --- | -| expression | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#expression ElastigroupAws#expression}. | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | +| expression | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#expression ElastigroupAws#expression}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | --- @@ -9615,7 +9391,7 @@ expression: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#expression ElastigroupAws#expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#expression ElastigroupAws#expression}. --- @@ -9627,7 +9403,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -9653,13 +9429,13 @@ elastigroupAws.ElastigroupAwsMultipleMetricsMetrics( | **Name** | **Type** | **Description** | | --- | --- | --- | -| metric_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | -| namespace | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. | +| metric_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | +| namespace | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#extended_statistic ElastigroupAws#extended_statistic}. | -| statistic | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. | -| unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. | +| extended_statistic | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. | +| unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. | --- @@ -9671,7 +9447,7 @@ metric_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. --- @@ -9683,7 +9459,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -9695,7 +9471,7 @@ namespace: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. --- @@ -9709,7 +9485,7 @@ dimensions: typing.Union[IResolvable, typing.List[ElastigroupAwsMultipleMetricsM dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} --- @@ -9721,7 +9497,7 @@ extended_statistic: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#extended_statistic ElastigroupAws#extended_statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#extended_statistic ElastigroupAws#extended_statistic}. --- @@ -9733,7 +9509,7 @@ statistic: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. --- @@ -9745,7 +9521,7 @@ unit: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. --- @@ -9766,8 +9542,8 @@ elastigroupAws.ElastigroupAwsMultipleMetricsMetricsDimensions( | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | +| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | --- @@ -9779,7 +9555,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -9791,7 +9567,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#value ElastigroupAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. --- @@ -9818,14 +9594,14 @@ elastigroupAws.ElastigroupAwsNetworkInterface( | **Name** | **Type** | **Description** | | --- | --- | --- | -| device_index | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.169.1/docs/resources/elastigroup_aws#description ElastigroupAws#description}. | -| network_interface_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.0/docs/resources/elastigroup_aws#secondary_private_ip_address_count ElastigroupAws#secondary_private_ip_address_count}. | --- @@ -9837,7 +9613,7 @@ device_index: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#device_index ElastigroupAws#device_index}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#device_index ElastigroupAws#device_index}. --- @@ -9849,7 +9625,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.169.1/docs/resources/elastigroup_aws#associate_ipv6_address ElastigroupAws#associate_ipv6_address}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#associate_ipv6_address ElastigroupAws#associate_ipv6_address}. --- @@ -9861,7 +9637,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.169.1/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.170.0/docs/resources/elastigroup_aws#associate_public_ip_address ElastigroupAws#associate_public_ip_address}. --- @@ -9873,7 +9649,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.169.1/docs/resources/elastigroup_aws#delete_on_termination ElastigroupAws#delete_on_termination}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#delete_on_termination ElastigroupAws#delete_on_termination}. --- @@ -9885,7 +9661,7 @@ description: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#description ElastigroupAws#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#description ElastigroupAws#description}. --- @@ -9897,7 +9673,7 @@ network_interface_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#network_interface_id ElastigroupAws#network_interface_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#network_interface_id ElastigroupAws#network_interface_id}. --- @@ -9909,7 +9685,7 @@ private_ip_address: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#private_ip_address ElastigroupAws#private_ip_address}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#private_ip_address ElastigroupAws#private_ip_address}. --- @@ -9921,7 +9697,7 @@ secondary_private_ip_address_count: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws#secondary_private_ip_address_count ElastigroupAws#secondary_private_ip_address_count}. --- @@ -9949,15 +9725,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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.0/docs/resources/elastigroup_aws#required_gpu_minimum ElastigroupAws#required_gpu_minimum}. | --- @@ -9969,7 +9745,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.169.1/docs/resources/elastigroup_aws#required_memory_maximum ElastigroupAws#required_memory_maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#required_memory_maximum ElastigroupAws#required_memory_maximum}. --- @@ -9981,7 +9757,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.169.1/docs/resources/elastigroup_aws#required_memory_minimum ElastigroupAws#required_memory_minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#required_memory_minimum ElastigroupAws#required_memory_minimum}. --- @@ -9993,7 +9769,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.169.1/docs/resources/elastigroup_aws#required_vcpu_maximum ElastigroupAws#required_vcpu_maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#required_vcpu_maximum ElastigroupAws#required_vcpu_maximum}. --- @@ -10005,7 +9781,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.169.1/docs/resources/elastigroup_aws#required_vcpu_minimum ElastigroupAws#required_vcpu_minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#required_vcpu_minimum ElastigroupAws#required_vcpu_minimum}. --- @@ -10017,7 +9793,7 @@ excluded_instance_families: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#excluded_instance_families ElastigroupAws#excluded_instance_families}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#excluded_instance_families ElastigroupAws#excluded_instance_families}. --- @@ -10029,7 +9805,7 @@ excluded_instance_generations: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#excluded_instance_generations ElastigroupAws#excluded_instance_generations}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#excluded_instance_generations ElastigroupAws#excluded_instance_generations}. --- @@ -10041,7 +9817,7 @@ excluded_instance_types: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#excluded_instance_types ElastigroupAws#excluded_instance_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#excluded_instance_types ElastigroupAws#excluded_instance_types}. --- @@ -10053,7 +9829,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.169.1/docs/resources/elastigroup_aws#required_gpu_maximum ElastigroupAws#required_gpu_maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#required_gpu_maximum ElastigroupAws#required_gpu_maximum}. --- @@ -10065,7 +9841,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.169.1/docs/resources/elastigroup_aws#required_gpu_minimum ElastigroupAws#required_gpu_minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#required_gpu_minimum ElastigroupAws#required_gpu_minimum}. --- @@ -10088,10 +9864,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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.0/docs/resources/elastigroup_aws#should_tag_volumes ElastigroupAws#should_tag_volumes}. | --- @@ -10103,7 +9879,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.169.1/docs/resources/elastigroup_aws#should_tag_amis ElastigroupAws#should_tag_amis}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#should_tag_amis ElastigroupAws#should_tag_amis}. --- @@ -10115,7 +9891,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.169.1/docs/resources/elastigroup_aws#should_tag_enis ElastigroupAws#should_tag_enis}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#should_tag_enis ElastigroupAws#should_tag_enis}. --- @@ -10127,7 +9903,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.169.1/docs/resources/elastigroup_aws#should_tag_snapshots ElastigroupAws#should_tag_snapshots}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#should_tag_snapshots ElastigroupAws#should_tag_snapshots}. --- @@ -10139,7 +9915,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.169.1/docs/resources/elastigroup_aws#should_tag_volumes ElastigroupAws#should_tag_volumes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#should_tag_volumes ElastigroupAws#should_tag_volumes}. --- @@ -10160,8 +9936,8 @@ elastigroupAws.ElastigroupAwsRevertToSpot( | **Name** | **Type** | **Description** | | --- | --- | --- | -| perform_at | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/elastigroup_aws#time_windows ElastigroupAws#time_windows}. | --- @@ -10173,7 +9949,7 @@ perform_at: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#perform_at ElastigroupAws#perform_at}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#perform_at ElastigroupAws#perform_at}. --- @@ -10185,7 +9961,7 @@ time_windows: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#time_windows ElastigroupAws#time_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#time_windows ElastigroupAws#time_windows}. --- @@ -10225,27 +10001,27 @@ elastigroupAws.ElastigroupAwsScalingDownPolicy( | **Name** | **Type** | **Description** | | --- | --- | --- | -| metric_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. | -| namespace | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. | -| policy_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type}. | -| adjustment | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. | +| metric_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. | +| policy_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.169.1/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.169.1/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. | -| maximum | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. | -| max_target_capacity | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. | -| min_target_capacity | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/docs/resources/elastigroup_aws#period ElastigroupAws#period}. | -| source | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#source ElastigroupAws#source}. | -| statistic | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. | +| source | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. | +| statistic | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.169.1/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. | -| unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. | +| target | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. | +| unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. | --- @@ -10257,7 +10033,7 @@ metric_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. --- @@ -10269,7 +10045,7 @@ namespace: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. --- @@ -10281,7 +10057,7 @@ policy_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name}. --- @@ -10293,7 +10069,7 @@ action_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type}. --- @@ -10305,7 +10081,7 @@ adjustment: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. --- @@ -10317,7 +10093,7 @@ cooldown: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. --- @@ -10331,7 +10107,7 @@ dimensions: typing.Union[IResolvable, typing.List[ElastigroupAwsScalingDownPolic dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} --- @@ -10343,7 +10119,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.169.1/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. --- @@ -10355,7 +10131,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.169.1/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. --- @@ -10367,7 +10143,7 @@ maximum: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. --- @@ -10379,7 +10155,7 @@ max_target_capacity: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. --- @@ -10391,7 +10167,7 @@ minimum: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. --- @@ -10403,7 +10179,7 @@ min_target_capacity: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. --- @@ -10415,7 +10191,7 @@ operator: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#operator ElastigroupAws#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#operator ElastigroupAws#operator}. --- @@ -10427,7 +10203,7 @@ period: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#period ElastigroupAws#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. --- @@ -10439,7 +10215,7 @@ source: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#source ElastigroupAws#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. --- @@ -10451,7 +10227,7 @@ statistic: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. --- @@ -10465,7 +10241,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.169.1/docs/resources/elastigroup_aws#step_adjustments ElastigroupAws#step_adjustments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#step_adjustments ElastigroupAws#step_adjustments} --- @@ -10477,7 +10253,7 @@ target: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#target ElastigroupAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. --- @@ -10489,7 +10265,7 @@ threshold: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. --- @@ -10501,7 +10277,7 @@ unit: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. --- @@ -10522,8 +10298,8 @@ elastigroupAws.ElastigroupAwsScalingDownPolicyDimensions( | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | +| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | --- @@ -10535,7 +10311,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -10547,7 +10323,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#value ElastigroupAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. --- @@ -10569,7 +10345,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.169.1/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.170.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. | --- @@ -10583,7 +10359,7 @@ action: ElastigroupAwsScalingDownPolicyStepAdjustmentsAction action block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#action ElastigroupAws#action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#action ElastigroupAws#action} --- @@ -10595,7 +10371,7 @@ threshold: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. --- @@ -10621,13 +10397,13 @@ elastigroupAws.ElastigroupAwsScalingDownPolicyStepAdjustmentsAction( | **Name** | **Type** | **Description** | | --- | --- | --- | -| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#type ElastigroupAws#type}. | -| adjustment | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. | -| maximum | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. | -| max_target_capacity | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. | -| min_target_capacity | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_aws#target ElastigroupAws#target}. | +| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. | +| adjustment | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. | +| maximum | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.170.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. | --- @@ -10639,7 +10415,7 @@ type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#type ElastigroupAws#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. --- @@ -10651,7 +10427,7 @@ adjustment: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. --- @@ -10663,7 +10439,7 @@ maximum: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. --- @@ -10675,7 +10451,7 @@ max_target_capacity: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. --- @@ -10687,7 +10463,7 @@ minimum: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. --- @@ -10699,7 +10475,7 @@ min_target_capacity: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. --- @@ -10711,7 +10487,7 @@ target: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#target ElastigroupAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. --- @@ -10732,8 +10508,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.169.1/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.169.1/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.170.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.170.0/docs/resources/elastigroup_aws#termination_policy ElastigroupAws#termination_policy}. | --- @@ -10745,7 +10521,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.169.1/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.170.0/docs/resources/elastigroup_aws#terminate_at_end_of_billing_hour ElastigroupAws#terminate_at_end_of_billing_hour}. --- @@ -10757,7 +10533,7 @@ termination_policy: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#termination_policy ElastigroupAws#termination_policy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#termination_policy ElastigroupAws#termination_policy}. --- @@ -10789,19 +10565,19 @@ elastigroupAws.ElastigroupAwsScalingTargetPolicy( | **Name** | **Type** | **Description** | | --- | --- | --- | -| metric_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. | -| namespace | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. | -| policy_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. | +| metric_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. | +| policy_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.169.1/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.169.1/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.169.1/docs/resources/elastigroup_aws#period ElastigroupAws#period}. | -| predictive_mode | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#predictive_mode ElastigroupAws#predictive_mode}. | -| source | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#source ElastigroupAws#source}. | -| statistic | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. | -| unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.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.170.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. | +| predictive_mode | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. | +| statistic | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. | +| unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. | --- @@ -10813,7 +10589,7 @@ metric_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. --- @@ -10825,7 +10601,7 @@ namespace: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. --- @@ -10837,7 +10613,7 @@ policy_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name}. --- @@ -10849,7 +10625,7 @@ target: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#target ElastigroupAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. --- @@ -10861,7 +10637,7 @@ cooldown: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. --- @@ -10875,7 +10651,7 @@ dimensions: typing.Union[IResolvable, typing.List[ElastigroupAwsScalingTargetPol dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} --- @@ -10887,7 +10663,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.169.1/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. --- @@ -10899,7 +10675,7 @@ max_capacity_per_scale: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws#max_capacity_per_scale ElastigroupAws#max_capacity_per_scale}. --- @@ -10911,7 +10687,7 @@ period: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#period ElastigroupAws#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. --- @@ -10923,7 +10699,7 @@ predictive_mode: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#predictive_mode ElastigroupAws#predictive_mode}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#predictive_mode ElastigroupAws#predictive_mode}. --- @@ -10935,7 +10711,7 @@ source: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#source ElastigroupAws#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. --- @@ -10947,7 +10723,7 @@ statistic: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. --- @@ -10959,7 +10735,7 @@ unit: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. --- @@ -10980,8 +10756,8 @@ elastigroupAws.ElastigroupAwsScalingTargetPolicyDimensions( | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | +| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | --- @@ -10993,7 +10769,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -11005,7 +10781,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#value ElastigroupAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. --- @@ -11045,27 +10821,27 @@ elastigroupAws.ElastigroupAwsScalingUpPolicy( | **Name** | **Type** | **Description** | | --- | --- | --- | -| metric_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. | -| namespace | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. | -| policy_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type}. | -| adjustment | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. | +| metric_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. | +| policy_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.169.1/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.169.1/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. | -| maximum | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. | -| max_target_capacity | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. | -| min_target_capacity | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/docs/resources/elastigroup_aws#period ElastigroupAws#period}. | -| source | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#source ElastigroupAws#source}. | -| statistic | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. | +| source | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. | +| statistic | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.169.1/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. | -| unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. | +| target | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. | +| unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. | --- @@ -11077,7 +10853,7 @@ metric_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. --- @@ -11089,7 +10865,7 @@ namespace: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. --- @@ -11101,7 +10877,7 @@ policy_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name}. --- @@ -11113,7 +10889,7 @@ action_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type}. --- @@ -11125,7 +10901,7 @@ adjustment: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. --- @@ -11137,7 +10913,7 @@ cooldown: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. --- @@ -11151,7 +10927,7 @@ dimensions: typing.Union[IResolvable, typing.List[ElastigroupAwsScalingUpPolicyD dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} --- @@ -11163,7 +10939,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.169.1/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. --- @@ -11175,7 +10951,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.169.1/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. --- @@ -11187,7 +10963,7 @@ maximum: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. --- @@ -11199,7 +10975,7 @@ max_target_capacity: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. --- @@ -11211,7 +10987,7 @@ minimum: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. --- @@ -11223,7 +10999,7 @@ min_target_capacity: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. --- @@ -11235,7 +11011,7 @@ operator: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#operator ElastigroupAws#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#operator ElastigroupAws#operator}. --- @@ -11247,7 +11023,7 @@ period: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#period ElastigroupAws#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. --- @@ -11259,7 +11035,7 @@ source: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#source ElastigroupAws#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. --- @@ -11271,7 +11047,7 @@ statistic: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. --- @@ -11285,7 +11061,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.169.1/docs/resources/elastigroup_aws#step_adjustments ElastigroupAws#step_adjustments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#step_adjustments ElastigroupAws#step_adjustments} --- @@ -11297,7 +11073,7 @@ target: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#target ElastigroupAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. --- @@ -11309,7 +11085,7 @@ threshold: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. --- @@ -11321,7 +11097,7 @@ unit: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. --- @@ -11342,8 +11118,8 @@ elastigroupAws.ElastigroupAwsScalingUpPolicyDimensions( | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | +| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | --- @@ -11355,7 +11131,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -11367,7 +11143,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#value ElastigroupAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. --- @@ -11389,7 +11165,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.169.1/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.170.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. | --- @@ -11403,7 +11179,7 @@ action: ElastigroupAwsScalingUpPolicyStepAdjustmentsAction action block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#action ElastigroupAws#action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#action ElastigroupAws#action} --- @@ -11415,7 +11191,7 @@ threshold: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. --- @@ -11441,13 +11217,13 @@ elastigroupAws.ElastigroupAwsScalingUpPolicyStepAdjustmentsAction( | **Name** | **Type** | **Description** | | --- | --- | --- | -| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#type ElastigroupAws#type}. | -| adjustment | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. | -| maximum | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. | -| max_target_capacity | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. | -| min_target_capacity | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_aws#target ElastigroupAws#target}. | +| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. | +| adjustment | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. | +| maximum | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.170.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. | --- @@ -11459,7 +11235,7 @@ type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#type ElastigroupAws#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. --- @@ -11471,7 +11247,7 @@ adjustment: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. --- @@ -11483,7 +11259,7 @@ maximum: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. --- @@ -11495,7 +11271,7 @@ max_target_capacity: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. --- @@ -11507,7 +11283,7 @@ minimum: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. --- @@ -11519,7 +11295,7 @@ min_target_capacity: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. --- @@ -11531,7 +11307,7 @@ target: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#target ElastigroupAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. --- @@ -11565,21 +11341,21 @@ elastigroupAws.ElastigroupAwsScheduledTask( | **Name** | **Type** | **Description** | | --- | --- | --- | -| task_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#task_type ElastigroupAws#task_type}. | -| adjustment | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. | -| adjustment_percentage | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/docs/resources/elastigroup_aws#cron_expression ElastigroupAws#cron_expression}. | -| frequency | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#frequency ElastigroupAws#frequency}. | -| grace_period | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. | +| adjustment_percentage | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.0/docs/resources/elastigroup_aws#frequency ElastigroupAws#frequency}. | +| grace_period | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.0/docs/resources/elastigroup_aws#target_capacity ElastigroupAws#target_capacity}. | --- @@ -11591,7 +11367,7 @@ task_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#task_type ElastigroupAws#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#task_type ElastigroupAws#task_type}. --- @@ -11603,7 +11379,7 @@ adjustment: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. --- @@ -11615,7 +11391,7 @@ adjustment_percentage: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#adjustment_percentage ElastigroupAws#adjustment_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#adjustment_percentage ElastigroupAws#adjustment_percentage}. --- @@ -11627,7 +11403,7 @@ batch_size_percentage: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#batch_size_percentage ElastigroupAws#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#batch_size_percentage ElastigroupAws#batch_size_percentage}. --- @@ -11639,7 +11415,7 @@ cron_expression: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#cron_expression ElastigroupAws#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#cron_expression ElastigroupAws#cron_expression}. --- @@ -11651,7 +11427,7 @@ frequency: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#frequency ElastigroupAws#frequency}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#frequency ElastigroupAws#frequency}. --- @@ -11663,7 +11439,7 @@ grace_period: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. --- @@ -11675,7 +11451,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.169.1/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. --- @@ -11687,7 +11463,7 @@ max_capacity: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#max_capacity ElastigroupAws#max_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#max_capacity ElastigroupAws#max_capacity}. --- @@ -11699,7 +11475,7 @@ min_capacity: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#min_capacity ElastigroupAws#min_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#min_capacity ElastigroupAws#min_capacity}. --- @@ -11711,7 +11487,7 @@ scale_max_capacity: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#scale_max_capacity ElastigroupAws#scale_max_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#scale_max_capacity ElastigroupAws#scale_max_capacity}. --- @@ -11723,7 +11499,7 @@ scale_min_capacity: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#scale_min_capacity ElastigroupAws#scale_min_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#scale_min_capacity ElastigroupAws#scale_min_capacity}. --- @@ -11735,7 +11511,7 @@ scale_target_capacity: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#scale_target_capacity ElastigroupAws#scale_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#scale_target_capacity ElastigroupAws#scale_target_capacity}. --- @@ -11747,7 +11523,7 @@ start_time: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#start_time ElastigroupAws#start_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#start_time ElastigroupAws#start_time}. --- @@ -11759,7 +11535,7 @@ target_capacity: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#target_capacity ElastigroupAws#target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#target_capacity ElastigroupAws#target_capacity}. --- @@ -11780,8 +11556,8 @@ elastigroupAws.ElastigroupAwsSignal( | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_aws#timeout ElastigroupAws#timeout}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_aws#timeout ElastigroupAws#timeout}. | --- @@ -11793,7 +11569,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -11805,7 +11581,7 @@ timeout: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#timeout ElastigroupAws#timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#timeout ElastigroupAws#timeout}. --- @@ -11828,10 +11604,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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.0/docs/resources/elastigroup_aws#should_delete_volumes ElastigroupAws#should_delete_volumes}. | --- @@ -11843,7 +11619,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.169.1/docs/resources/elastigroup_aws#should_delete_images ElastigroupAws#should_delete_images}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#should_delete_images ElastigroupAws#should_delete_images}. --- @@ -11855,7 +11631,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.169.1/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.170.0/docs/resources/elastigroup_aws#should_delete_network_interfaces ElastigroupAws#should_delete_network_interfaces}. --- @@ -11867,7 +11643,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.169.1/docs/resources/elastigroup_aws#should_delete_snapshots ElastigroupAws#should_delete_snapshots}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#should_delete_snapshots ElastigroupAws#should_delete_snapshots}. --- @@ -11879,7 +11655,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.169.1/docs/resources/elastigroup_aws#should_delete_volumes ElastigroupAws#should_delete_volumes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#should_delete_volumes ElastigroupAws#should_delete_volumes}. --- @@ -11900,8 +11676,8 @@ elastigroupAws.ElastigroupAwsStatefulInstanceAction( | **Name** | **Type** | **Description** | | --- | --- | --- | -| stateful_instance_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_aws#type ElastigroupAws#type}. | +| stateful_instance_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. | --- @@ -11913,7 +11689,7 @@ stateful_instance_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#stateful_instance_id ElastigroupAws#stateful_instance_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#stateful_instance_id ElastigroupAws#stateful_instance_id}. --- @@ -11925,7 +11701,7 @@ type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#type ElastigroupAws#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. --- @@ -11946,8 +11722,8 @@ elastigroupAws.ElastigroupAwsTags( | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#key ElastigroupAws#key}. | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | +| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. | +| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | --- @@ -11959,7 +11735,7 @@ key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#key ElastigroupAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. --- @@ -11971,7 +11747,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#value ElastigroupAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. --- @@ -11994,9 +11770,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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/elastigroup_aws#auto_apply_tags ElastigroupAws#auto_apply_tags}. | | roll_config | ElastigroupAwsUpdatePolicyRollConfig | roll_config block. | --- @@ -12009,7 +11785,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.169.1/docs/resources/elastigroup_aws#should_resume_stateful ElastigroupAws#should_resume_stateful}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#should_resume_stateful ElastigroupAws#should_resume_stateful}. --- @@ -12021,7 +11797,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.169.1/docs/resources/elastigroup_aws#should_roll ElastigroupAws#should_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#should_roll ElastigroupAws#should_roll}. --- @@ -12033,7 +11809,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.169.1/docs/resources/elastigroup_aws#auto_apply_tags ElastigroupAws#auto_apply_tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#auto_apply_tags ElastigroupAws#auto_apply_tags}. --- @@ -12047,7 +11823,7 @@ roll_config: ElastigroupAwsUpdatePolicyRollConfig roll_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#roll_config ElastigroupAws#roll_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#roll_config ElastigroupAws#roll_config} --- @@ -12072,12 +11848,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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.169.1/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.169.1/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.170.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.170.0/docs/resources/elastigroup_aws#wait_for_roll_timeout ElastigroupAws#wait_for_roll_timeout}. | --- @@ -12089,7 +11865,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.169.1/docs/resources/elastigroup_aws#batch_size_percentage ElastigroupAws#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#batch_size_percentage ElastigroupAws#batch_size_percentage}. --- @@ -12101,7 +11877,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.169.1/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. --- @@ -12113,7 +11889,7 @@ health_check_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#health_check_type ElastigroupAws#health_check_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#health_check_type ElastigroupAws#health_check_type}. --- @@ -12127,7 +11903,7 @@ strategy: ElastigroupAwsUpdatePolicyRollConfigStrategy strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#strategy ElastigroupAws#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#strategy ElastigroupAws#strategy} --- @@ -12139,7 +11915,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.169.1/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.170.0/docs/resources/elastigroup_aws#wait_for_roll_percentage ElastigroupAws#wait_for_roll_percentage}. --- @@ -12151,7 +11927,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.169.1/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.170.0/docs/resources/elastigroup_aws#wait_for_roll_timeout ElastigroupAws#wait_for_roll_timeout}. --- @@ -12174,10 +11950,10 @@ elastigroupAws.ElastigroupAwsUpdatePolicyRollConfigStrategy( | **Name** | **Type** | **Description** | | --- | --- | --- | -| action | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.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.169.1/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.170.0/docs/resources/elastigroup_aws#should_drain_instances ElastigroupAws#should_drain_instances}. | --- @@ -12189,7 +11965,7 @@ action: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#action ElastigroupAws#action}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#action ElastigroupAws#action}. --- @@ -12201,7 +11977,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.169.1/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.170.0/docs/resources/elastigroup_aws#batch_min_healthy_percentage ElastigroupAws#batch_min_healthy_percentage}. --- @@ -12215,7 +11991,7 @@ on_failure: ElastigroupAwsUpdatePolicyRollConfigStrategyOnFailure on_failure block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#on_failure ElastigroupAws#on_failure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#on_failure ElastigroupAws#on_failure} --- @@ -12227,7 +12003,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.169.1/docs/resources/elastigroup_aws#should_drain_instances ElastigroupAws#should_drain_instances}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#should_drain_instances ElastigroupAws#should_drain_instances}. --- @@ -12251,11 +12027,11 @@ elastigroupAws.ElastigroupAwsUpdatePolicyRollConfigStrategyOnFailure( | **Name** | **Type** | **Description** | | --- | --- | --- | -| action_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.0/docs/resources/elastigroup_aws#should_handle_all_batches ElastigroupAws#should_handle_all_batches}. | --- @@ -12267,7 +12043,7 @@ action_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type}. --- @@ -12279,7 +12055,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.169.1/docs/resources/elastigroup_aws#batch_num ElastigroupAws#batch_num}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#batch_num ElastigroupAws#batch_num}. --- @@ -12291,7 +12067,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.169.1/docs/resources/elastigroup_aws#draining_timeout ElastigroupAws#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#draining_timeout ElastigroupAws#draining_timeout}. --- @@ -12303,7 +12079,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.169.1/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.170.0/docs/resources/elastigroup_aws#should_decrement_target_capacity ElastigroupAws#should_decrement_target_capacity}. --- @@ -12315,7 +12091,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.169.1/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.170.0/docs/resources/elastigroup_aws#should_handle_all_batches ElastigroupAws#should_handle_all_batches}. --- @@ -15584,7 +15360,7 @@ def put_strategy( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#action ElastigroupAws#action}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#action ElastigroupAws#action}. --- @@ -15592,7 +15368,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#should_drain_instances ElastigroupAws#should_drain_instances}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#should_drain_instances ElastigroupAws#should_drain_instances}. --- @@ -16330,7 +16106,7 @@ def put_platform_update( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#perform_at ElastigroupAws#perform_at}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#perform_at ElastigroupAws#perform_at}. --- @@ -16338,7 +16114,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#time_window ElastigroupAws#time_window}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#time_window ElastigroupAws#time_window}. --- @@ -16346,7 +16122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#update_level ElastigroupAws#update_level}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#update_level ElastigroupAws#update_level}. --- @@ -17033,7 +16809,7 @@ def put_deployment_preferences( - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#automatic_roll ElastigroupAws#automatic_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#automatic_roll ElastigroupAws#automatic_roll}. --- @@ -17041,7 +16817,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#batch_size_percentage ElastigroupAws#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#batch_size_percentage ElastigroupAws#batch_size_percentage}. --- @@ -17049,7 +16825,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. --- @@ -17059,7 +16835,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.169.1/docs/resources/elastigroup_aws#strategy ElastigroupAws#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#strategy ElastigroupAws#strategy} --- @@ -17077,7 +16853,7 @@ def put_managed_actions( platform_update block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#platform_update ElastigroupAws#platform_update} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#platform_update ElastigroupAws#platform_update} --- @@ -19014,7 +18790,7 @@ def put_autoscale_down( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. --- @@ -19022,7 +18798,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage}. --- @@ -19040,7 +18816,7 @@ def put_autoscale_headroom( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. --- @@ -19048,7 +18824,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. --- @@ -19056,7 +18832,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. --- @@ -21026,7 +20802,7 @@ def put_autoscale_down( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. --- @@ -21034,7 +20810,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage}. --- @@ -21052,7 +20828,7 @@ def put_autoscale_headroom( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. --- @@ -21060,7 +20836,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. --- @@ -21068,7 +20844,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. --- @@ -21084,7 +20860,7 @@ def put_batch( - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#job_queue_names ElastigroupAws#job_queue_names}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#job_queue_names ElastigroupAws#job_queue_names}. --- @@ -21622,7 +21398,7 @@ def put_runner( - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. --- @@ -23458,7 +23234,7 @@ def put_autoscale_down( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. --- @@ -23466,7 +23242,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage}. --- @@ -23484,7 +23260,7 @@ def put_autoscale_headroom( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. --- @@ -23492,7 +23268,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. --- @@ -23500,7 +23276,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. --- @@ -24140,302 +23916,6 @@ internal_value: ElastigroupAwsIntegrationMesosphere --- -### ElastigroupAwsIntegrationMultaiRuntimeOutputReference - -#### Initializers - -```python -from cdktf_cdktf_provider_spotinst import elastigroup_aws - -elastigroupAws.ElastigroupAwsIntegrationMultaiRuntimeOutputReference( - terraform_resource: IInterpolatingParent, - terraform_attribute: str -) -``` - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| terraform_resource | cdktf.IInterpolatingParent | The parent resource. | -| terraform_attribute | str | The attribute on the parent resource this class is referencing. | - ---- - -##### `terraform_resource`Required - -- *Type:* cdktf.IInterpolatingParent - -The parent resource. - ---- - -##### `terraform_attribute`Required - -- *Type:* str - -The attribute on the parent resource this class is referencing. - ---- - -#### Methods - -| **Name** | **Description** | -| --- | --- | -| compute_fqn | *No description.* | -| get_any_map_attribute | *No description.* | -| get_boolean_attribute | *No description.* | -| get_boolean_map_attribute | *No description.* | -| get_list_attribute | *No description.* | -| get_number_attribute | *No description.* | -| get_number_list_attribute | *No description.* | -| get_number_map_attribute | *No description.* | -| get_string_attribute | *No description.* | -| get_string_map_attribute | *No description.* | -| interpolation_for_attribute | *No description.* | -| resolve | Produce the Token's value at resolution time. | -| to_string | Return a string representation of this resolvable object. | - ---- - -##### `compute_fqn` - -```python -def compute_fqn() -> str -``` - -##### `get_any_map_attribute` - -```python -def get_any_map_attribute( - terraform_attribute: str -) -> typing.Mapping[typing.Any] -``` - -###### `terraform_attribute`Required - -- *Type:* str - ---- - -##### `get_boolean_attribute` - -```python -def get_boolean_attribute( - terraform_attribute: str -) -> IResolvable -``` - -###### `terraform_attribute`Required - -- *Type:* str - ---- - -##### `get_boolean_map_attribute` - -```python -def get_boolean_map_attribute( - terraform_attribute: str -) -> typing.Mapping[bool] -``` - -###### `terraform_attribute`Required - -- *Type:* str - ---- - -##### `get_list_attribute` - -```python -def get_list_attribute( - terraform_attribute: str -) -> typing.List[str] -``` - -###### `terraform_attribute`Required - -- *Type:* str - ---- - -##### `get_number_attribute` - -```python -def get_number_attribute( - terraform_attribute: str -) -> typing.Union[int, float] -``` - -###### `terraform_attribute`Required - -- *Type:* str - ---- - -##### `get_number_list_attribute` - -```python -def get_number_list_attribute( - terraform_attribute: str -) -> typing.List[typing.Union[int, float]] -``` - -###### `terraform_attribute`Required - -- *Type:* str - ---- - -##### `get_number_map_attribute` - -```python -def get_number_map_attribute( - terraform_attribute: str -) -> typing.Mapping[typing.Union[int, float]] -``` - -###### `terraform_attribute`Required - -- *Type:* str - ---- - -##### `get_string_attribute` - -```python -def get_string_attribute( - terraform_attribute: str -) -> str -``` - -###### `terraform_attribute`Required - -- *Type:* str - ---- - -##### `get_string_map_attribute` - -```python -def get_string_map_attribute( - terraform_attribute: str -) -> typing.Mapping[str] -``` - -###### `terraform_attribute`Required - -- *Type:* str - ---- - -##### `interpolation_for_attribute` - -```python -def interpolation_for_attribute( - property: str -) -> IResolvable -``` - -###### `property`Required - -- *Type:* str - ---- - -##### `resolve` - -```python -def resolve( - _context: IResolveContext -) -> typing.Any -``` - -Produce the Token's value at resolution time. - -###### `_context`Required - -- *Type:* cdktf.IResolveContext - ---- - -##### `to_string` - -```python -def to_string() -> str -``` - -Return a string representation of this resolvable object. - -Returns a reversible string representation. - - -#### Properties - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| creation_stack | typing.List[str] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | -| fqn | str | *No description.* | -| deployment_id_input | str | *No description.* | -| deployment_id | str | *No description.* | -| internal_value | ElastigroupAwsIntegrationMultaiRuntime | *No description.* | - ---- - -##### `creation_stack`Required - -```python -creation_stack: typing.List[str] -``` - -- *Type:* typing.List[str] - -The creation stack of this resolvable which will be appended to errors thrown during resolution. - -If this returns an empty array the stack will not be attached. - ---- - -##### `fqn`Required - -```python -fqn: str -``` - -- *Type:* str - ---- - -##### `deployment_id_input`Optional - -```python -deployment_id_input: str -``` - -- *Type:* str - ---- - -##### `deployment_id`Required - -```python -deployment_id: str -``` - -- *Type:* str - ---- - -##### `internal_value`Optional - -```python -internal_value: ElastigroupAwsIntegrationMultaiRuntime -``` - -- *Type:* ElastigroupAwsIntegrationMultaiRuntime - ---- - - ### ElastigroupAwsIntegrationNomadAutoscaleConstraintsList #### Initializers @@ -25871,7 +25351,7 @@ def put_autoscale_down( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. --- @@ -25889,7 +25369,7 @@ def put_autoscale_headroom( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. --- @@ -25897,7 +25377,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. --- @@ -25905,7 +25385,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. --- @@ -29063,7 +28543,7 @@ def put_static_target_group( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#arn ElastigroupAws#arn}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#arn ElastigroupAws#arn}. --- @@ -29071,7 +28551,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage}. --- @@ -30108,7 +29588,7 @@ def put_default_static_target_group( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#arn ElastigroupAws#arn}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#arn ElastigroupAws#arn}. --- @@ -30116,7 +29596,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage}. --- @@ -33266,7 +32746,7 @@ def put_export( s3 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#s3 ElastigroupAws#s3} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#s3 ElastigroupAws#s3} --- @@ -33698,514 +33178,6 @@ internal_value: ElastigroupAwsMetadataOptions --- -### ElastigroupAwsMultaiTargetSetsList - -#### Initializers - -```python -from cdktf_cdktf_provider_spotinst import elastigroup_aws - -elastigroupAws.ElastigroupAwsMultaiTargetSetsList( - terraform_resource: IInterpolatingParent, - terraform_attribute: str, - wraps_set: bool -) -``` - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| terraform_resource | cdktf.IInterpolatingParent | The parent resource. | -| terraform_attribute | str | The attribute on the parent resource this class is referencing. | -| wraps_set | bool | whether the list is wrapping a set (will add tolist() to be able to access an item via an index). | - ---- - -##### `terraform_resource`Required - -- *Type:* cdktf.IInterpolatingParent - -The parent resource. - ---- - -##### `terraform_attribute`Required - -- *Type:* str - -The attribute on the parent resource this class is referencing. - ---- - -##### `wraps_set`Required - -- *Type:* bool - -whether the list is wrapping a set (will add tolist() to be able to access an item via an index). - ---- - -#### Methods - -| **Name** | **Description** | -| --- | --- | -| all_with_map_key | Creating an iterator for this complex list. | -| compute_fqn | *No description.* | -| resolve | Produce the Token's value at resolution time. | -| to_string | Return a string representation of this resolvable object. | -| get | *No description.* | - ---- - -##### `all_with_map_key` - -```python -def all_with_map_key( - map_key_attribute_name: str -) -> DynamicListTerraformIterator -``` - -Creating an iterator for this complex list. - -The list will be converted into a map with the mapKeyAttributeName as the key. - -###### `map_key_attribute_name`Required - -- *Type:* str - ---- - -##### `compute_fqn` - -```python -def compute_fqn() -> str -``` - -##### `resolve` - -```python -def resolve( - _context: IResolveContext -) -> typing.Any -``` - -Produce the Token's value at resolution time. - -###### `_context`Required - -- *Type:* cdktf.IResolveContext - ---- - -##### `to_string` - -```python -def to_string() -> str -``` - -Return a string representation of this resolvable object. - -Returns a reversible string representation. - -##### `get` - -```python -def get( - index: typing.Union[int, float] -) -> ElastigroupAwsMultaiTargetSetsOutputReference -``` - -###### `index`Required - -- *Type:* typing.Union[int, float] - -the index of the item to return. - ---- - - -#### Properties - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| creation_stack | typing.List[str] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | -| fqn | str | *No description.* | -| internal_value | typing.Union[cdktf.IResolvable, typing.List[ElastigroupAwsMultaiTargetSets]] | *No description.* | - ---- - -##### `creation_stack`Required - -```python -creation_stack: typing.List[str] -``` - -- *Type:* typing.List[str] - -The creation stack of this resolvable which will be appended to errors thrown during resolution. - -If this returns an empty array the stack will not be attached. - ---- - -##### `fqn`Required - -```python -fqn: str -``` - -- *Type:* str - ---- - -##### `internal_value`Optional - -```python -internal_value: typing.Union[IResolvable, typing.List[ElastigroupAwsMultaiTargetSets]] -``` - -- *Type:* typing.Union[cdktf.IResolvable, typing.List[ElastigroupAwsMultaiTargetSets]] - ---- - - -### ElastigroupAwsMultaiTargetSetsOutputReference - -#### Initializers - -```python -from cdktf_cdktf_provider_spotinst import elastigroup_aws - -elastigroupAws.ElastigroupAwsMultaiTargetSetsOutputReference( - terraform_resource: IInterpolatingParent, - terraform_attribute: str, - complex_object_index: typing.Union[int, float], - complex_object_is_from_set: bool -) -``` - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| terraform_resource | cdktf.IInterpolatingParent | The parent resource. | -| terraform_attribute | str | The attribute on the parent resource this class is referencing. | -| complex_object_index | typing.Union[int, float] | the index of this item in the list. | -| complex_object_is_from_set | bool | whether the list is wrapping a set (will add tolist() to be able to access an item via an index). | - ---- - -##### `terraform_resource`Required - -- *Type:* cdktf.IInterpolatingParent - -The parent resource. - ---- - -##### `terraform_attribute`Required - -- *Type:* str - -The attribute on the parent resource this class is referencing. - ---- - -##### `complex_object_index`Required - -- *Type:* typing.Union[int, float] - -the index of this item in the list. - ---- - -##### `complex_object_is_from_set`Required - -- *Type:* bool - -whether the list is wrapping a set (will add tolist() to be able to access an item via an index). - ---- - -#### Methods - -| **Name** | **Description** | -| --- | --- | -| compute_fqn | *No description.* | -| get_any_map_attribute | *No description.* | -| get_boolean_attribute | *No description.* | -| get_boolean_map_attribute | *No description.* | -| get_list_attribute | *No description.* | -| get_number_attribute | *No description.* | -| get_number_list_attribute | *No description.* | -| get_number_map_attribute | *No description.* | -| get_string_attribute | *No description.* | -| get_string_map_attribute | *No description.* | -| interpolation_for_attribute | *No description.* | -| resolve | Produce the Token's value at resolution time. | -| to_string | Return a string representation of this resolvable object. | - ---- - -##### `compute_fqn` - -```python -def compute_fqn() -> str -``` - -##### `get_any_map_attribute` - -```python -def get_any_map_attribute( - terraform_attribute: str -) -> typing.Mapping[typing.Any] -``` - -###### `terraform_attribute`Required - -- *Type:* str - ---- - -##### `get_boolean_attribute` - -```python -def get_boolean_attribute( - terraform_attribute: str -) -> IResolvable -``` - -###### `terraform_attribute`Required - -- *Type:* str - ---- - -##### `get_boolean_map_attribute` - -```python -def get_boolean_map_attribute( - terraform_attribute: str -) -> typing.Mapping[bool] -``` - -###### `terraform_attribute`Required - -- *Type:* str - ---- - -##### `get_list_attribute` - -```python -def get_list_attribute( - terraform_attribute: str -) -> typing.List[str] -``` - -###### `terraform_attribute`Required - -- *Type:* str - ---- - -##### `get_number_attribute` - -```python -def get_number_attribute( - terraform_attribute: str -) -> typing.Union[int, float] -``` - -###### `terraform_attribute`Required - -- *Type:* str - ---- - -##### `get_number_list_attribute` - -```python -def get_number_list_attribute( - terraform_attribute: str -) -> typing.List[typing.Union[int, float]] -``` - -###### `terraform_attribute`Required - -- *Type:* str - ---- - -##### `get_number_map_attribute` - -```python -def get_number_map_attribute( - terraform_attribute: str -) -> typing.Mapping[typing.Union[int, float]] -``` - -###### `terraform_attribute`Required - -- *Type:* str - ---- - -##### `get_string_attribute` - -```python -def get_string_attribute( - terraform_attribute: str -) -> str -``` - -###### `terraform_attribute`Required - -- *Type:* str - ---- - -##### `get_string_map_attribute` - -```python -def get_string_map_attribute( - terraform_attribute: str -) -> typing.Mapping[str] -``` - -###### `terraform_attribute`Required - -- *Type:* str - ---- - -##### `interpolation_for_attribute` - -```python -def interpolation_for_attribute( - property: str -) -> IResolvable -``` - -###### `property`Required - -- *Type:* str - ---- - -##### `resolve` - -```python -def resolve( - _context: IResolveContext -) -> typing.Any -``` - -Produce the Token's value at resolution time. - -###### `_context`Required - -- *Type:* cdktf.IResolveContext - ---- - -##### `to_string` - -```python -def to_string() -> str -``` - -Return a string representation of this resolvable object. - -Returns a reversible string representation. - - -#### Properties - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| creation_stack | typing.List[str] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | -| fqn | str | *No description.* | -| balancer_id_input | str | *No description.* | -| target_set_id_input | str | *No description.* | -| balancer_id | str | *No description.* | -| target_set_id | str | *No description.* | -| internal_value | typing.Union[cdktf.IResolvable, ElastigroupAwsMultaiTargetSets] | *No description.* | - ---- - -##### `creation_stack`Required - -```python -creation_stack: typing.List[str] -``` - -- *Type:* typing.List[str] - -The creation stack of this resolvable which will be appended to errors thrown during resolution. - -If this returns an empty array the stack will not be attached. - ---- - -##### `fqn`Required - -```python -fqn: str -``` - -- *Type:* str - ---- - -##### `balancer_id_input`Optional - -```python -balancer_id_input: str -``` - -- *Type:* str - ---- - -##### `target_set_id_input`Optional - -```python -target_set_id_input: str -``` - -- *Type:* str - ---- - -##### `balancer_id`Required - -```python -balancer_id: str -``` - -- *Type:* str - ---- - -##### `target_set_id`Required - -```python -target_set_id: str -``` - -- *Type:* str - ---- - -##### `internal_value`Optional - -```python -internal_value: typing.Union[IResolvable, ElastigroupAwsMultaiTargetSets] -``` - -- *Type:* typing.Union[cdktf.IResolvable, ElastigroupAwsMultaiTargetSets] - ---- - - ### ElastigroupAwsMultipleMetricsExpressionsList #### Initializers @@ -41047,7 +40019,7 @@ def put_action( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#type ElastigroupAws#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. --- @@ -41055,7 +40027,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. --- @@ -41063,7 +40035,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. --- @@ -41071,7 +40043,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. --- @@ -41079,7 +40051,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. --- @@ -41087,7 +40059,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. --- @@ -41095,7 +40067,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#target ElastigroupAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. --- @@ -45558,7 +44530,7 @@ def put_action( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#type ElastigroupAws#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. --- @@ -45566,7 +44538,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. --- @@ -45574,7 +44546,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. --- @@ -45582,7 +44554,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. --- @@ -45590,7 +44562,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. --- @@ -45598,7 +44570,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. --- @@ -45606,7 +44578,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#target ElastigroupAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. --- @@ -48775,7 +47747,7 @@ def put_roll_config( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#batch_size_percentage ElastigroupAws#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#batch_size_percentage ElastigroupAws#batch_size_percentage}. --- @@ -48783,7 +47755,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. --- @@ -48791,7 +47763,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#health_check_type ElastigroupAws#health_check_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#health_check_type ElastigroupAws#health_check_type}. --- @@ -48801,7 +47773,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.169.1/docs/resources/elastigroup_aws#strategy ElastigroupAws#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#strategy ElastigroupAws#strategy} --- @@ -48809,7 +47781,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws#wait_for_roll_percentage ElastigroupAws#wait_for_roll_percentage}. --- @@ -48817,7 +47789,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws#wait_for_roll_timeout ElastigroupAws#wait_for_roll_timeout}. --- @@ -49216,7 +48188,7 @@ def put_strategy( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#action ElastigroupAws#action}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#action ElastigroupAws#action}. --- @@ -49224,7 +48196,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws#batch_min_healthy_percentage ElastigroupAws#batch_min_healthy_percentage}. --- @@ -49234,7 +48206,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.169.1/docs/resources/elastigroup_aws#on_failure ElastigroupAws#on_failure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#on_failure ElastigroupAws#on_failure} --- @@ -49242,7 +48214,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#should_drain_instances ElastigroupAws#should_drain_instances}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#should_drain_instances ElastigroupAws#should_drain_instances}. --- @@ -50114,7 +49086,7 @@ def put_on_failure( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type}. --- @@ -50122,7 +49094,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#batch_num ElastigroupAws#batch_num}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#batch_num ElastigroupAws#batch_num}. --- @@ -50130,7 +49102,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#draining_timeout ElastigroupAws#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#draining_timeout ElastigroupAws#draining_timeout}. --- @@ -50138,7 +49110,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws#should_decrement_target_capacity ElastigroupAws#should_decrement_target_capacity}. --- @@ -50146,7 +49118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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 199f65766..3819b7a2a 100644 --- a/docs/elastigroupAws.typescript.md +++ b/docs/elastigroupAws.typescript.md @@ -4,7 +4,7 @@ ### ElastigroupAws -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws spotinst_elastigroup_aws}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws spotinst_elastigroup_aws}. #### Initializers @@ -85,14 +85,12 @@ Must be unique amongst siblings in the same scope | putIntegrationGitlab | *No description.* | | putIntegrationKubernetes | *No description.* | | putIntegrationMesosphere | *No description.* | -| putIntegrationMultaiRuntime | *No description.* | | putIntegrationNomad | *No description.* | | putIntegrationRancher | *No description.* | | putIntegrationRoute53 | *No description.* | | putItf | *No description.* | | putLogging | *No description.* | | putMetadataOptions | *No description.* | -| putMultaiTargetSets | *No description.* | | putMultipleMetrics | *No description.* | | putNetworkInterface | *No description.* | | putResourceRequirements | *No description.* | @@ -142,7 +140,6 @@ Must be unique amongst siblings in the same scope | resetIntegrationGitlab | *No description.* | | resetIntegrationKubernetes | *No description.* | | resetIntegrationMesosphere | *No description.* | -| resetIntegrationMultaiRuntime | *No description.* | | resetIntegrationNomad | *No description.* | | resetIntegrationRancher | *No description.* | | resetIntegrationRoute53 | *No description.* | @@ -154,7 +151,6 @@ Must be unique amongst siblings in the same scope | resetMetadataOptions | *No description.* | | resetMinimumInstanceLifetime | *No description.* | | resetMinSize | *No description.* | -| resetMultaiTargetSets | *No description.* | | resetMultipleMetrics | *No description.* | | resetNetworkInterface | *No description.* | | resetOndemandCount | *No description.* | @@ -623,18 +619,6 @@ public putIntegrationMesosphere(value: ElastigroupAwsIntegrationMesosphere): voi --- -##### `putIntegrationMultaiRuntime` - -```typescript -public putIntegrationMultaiRuntime(value: ElastigroupAwsIntegrationMultaiRuntime): void -``` - -###### `value`Required - -- *Type:* ElastigroupAwsIntegrationMultaiRuntime - ---- - ##### `putIntegrationNomad` ```typescript @@ -707,18 +691,6 @@ public putMetadataOptions(value: ElastigroupAwsMetadataOptions): void --- -##### `putMultaiTargetSets` - -```typescript -public putMultaiTargetSets(value: IResolvable | ElastigroupAwsMultaiTargetSets[]): void -``` - -###### `value`Required - -- *Type:* cdktf.IResolvable | ElastigroupAwsMultaiTargetSets[] - ---- - ##### `putMultipleMetrics` ```typescript @@ -1103,12 +1075,6 @@ public resetIntegrationKubernetes(): void public resetIntegrationMesosphere(): void ``` -##### `resetIntegrationMultaiRuntime` - -```typescript -public resetIntegrationMultaiRuntime(): void -``` - ##### `resetIntegrationNomad` ```typescript @@ -1175,12 +1141,6 @@ public resetMinimumInstanceLifetime(): void public resetMinSize(): void ``` -##### `resetMultaiTargetSets` - -```typescript -public resetMultaiTargetSets(): void -``` - ##### `resetMultipleMetrics` ```typescript @@ -1482,7 +1442,7 @@ The construct id used in the generated config for the ElastigroupAws to import. The id of the existing ElastigroupAws that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#import import section} in the documentation of this resource for the id to use --- @@ -1524,14 +1484,12 @@ Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1. | integrationGitlab | ElastigroupAwsIntegrationGitlabOutputReference | *No description.* | | integrationKubernetes | ElastigroupAwsIntegrationKubernetesOutputReference | *No description.* | | integrationMesosphere | ElastigroupAwsIntegrationMesosphereOutputReference | *No description.* | -| integrationMultaiRuntime | ElastigroupAwsIntegrationMultaiRuntimeOutputReference | *No description.* | | integrationNomad | ElastigroupAwsIntegrationNomadOutputReference | *No description.* | | integrationRancher | ElastigroupAwsIntegrationRancherOutputReference | *No description.* | | integrationRoute53 | ElastigroupAwsIntegrationRoute53OutputReference | *No description.* | | itf | ElastigroupAwsItfList | *No description.* | | logging | ElastigroupAwsLoggingOutputReference | *No description.* | | metadataOptions | ElastigroupAwsMetadataOptionsOutputReference | *No description.* | -| multaiTargetSets | ElastigroupAwsMultaiTargetSetsList | *No description.* | | multipleMetrics | ElastigroupAwsMultipleMetricsOutputReference | *No description.* | | networkInterface | ElastigroupAwsNetworkInterfaceList | *No description.* | | resourceRequirements | ElastigroupAwsResourceRequirementsList | *No description.* | @@ -1582,7 +1540,6 @@ Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1. | integrationGitlabInput | ElastigroupAwsIntegrationGitlab | *No description.* | | integrationKubernetesInput | ElastigroupAwsIntegrationKubernetes | *No description.* | | integrationMesosphereInput | ElastigroupAwsIntegrationMesosphere | *No description.* | -| integrationMultaiRuntimeInput | ElastigroupAwsIntegrationMultaiRuntime | *No description.* | | integrationNomadInput | ElastigroupAwsIntegrationNomad | *No description.* | | integrationRancherInput | ElastigroupAwsIntegrationRancher | *No description.* | | integrationRoute53Input | ElastigroupAwsIntegrationRoute53 | *No description.* | @@ -1594,7 +1551,6 @@ Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1. | metadataOptionsInput | ElastigroupAwsMetadataOptions | *No description.* | | minimumInstanceLifetimeInput | number | *No description.* | | minSizeInput | number | *No description.* | -| multaiTargetSetsInput | cdktf.IResolvable \| ElastigroupAwsMultaiTargetSets[] | *No description.* | | multipleMetricsInput | ElastigroupAwsMultipleMetrics | *No description.* | | nameInput | string | *No description.* | | networkInterfaceInput | cdktf.IResolvable \| ElastigroupAwsNetworkInterface[] | *No description.* | @@ -1947,16 +1903,6 @@ public readonly integrationMesosphere: ElastigroupAwsIntegrationMesosphereOutput --- -##### `integrationMultaiRuntime`Required - -```typescript -public readonly integrationMultaiRuntime: ElastigroupAwsIntegrationMultaiRuntimeOutputReference; -``` - -- *Type:* ElastigroupAwsIntegrationMultaiRuntimeOutputReference - ---- - ##### `integrationNomad`Required ```typescript @@ -2017,16 +1963,6 @@ public readonly metadataOptions: ElastigroupAwsMetadataOptionsOutputReference; --- -##### `multaiTargetSets`Required - -```typescript -public readonly multaiTargetSets: ElastigroupAwsMultaiTargetSetsList; -``` - -- *Type:* ElastigroupAwsMultaiTargetSetsList - ---- - ##### `multipleMetrics`Required ```typescript @@ -2527,16 +2463,6 @@ public readonly integrationMesosphereInput: ElastigroupAwsIntegrationMesosphere; --- -##### `integrationMultaiRuntimeInput`Optional - -```typescript -public readonly integrationMultaiRuntimeInput: ElastigroupAwsIntegrationMultaiRuntime; -``` - -- *Type:* ElastigroupAwsIntegrationMultaiRuntime - ---- - ##### `integrationNomadInput`Optional ```typescript @@ -2647,16 +2573,6 @@ public readonly minSizeInput: number; --- -##### `multaiTargetSetsInput`Optional - -```typescript -public readonly multaiTargetSetsInput: IResolvable | ElastigroupAwsMultaiTargetSets[]; -``` - -- *Type:* cdktf.IResolvable | ElastigroupAwsMultaiTargetSets[] - ---- - ##### `multipleMetricsInput`Optional ```typescript @@ -3568,37 +3484,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.169.1/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.169.1/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | -| orientation | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#orientation ElastigroupAws#orientation}. | -| product | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#product ElastigroupAws#product}. | -| securityGroups | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#security_groups ElastigroupAws#security_groups}. | -| availabilityZones | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#availability_zones ElastigroupAws#availability_zones}. | -| blockDevicesMode | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | +| orientation | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#orientation ElastigroupAws#orientation}. | +| product | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#product ElastigroupAws#product}. | +| securityGroups | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.170.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.170.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.169.1/docs/resources/elastigroup_aws#description ElastigroupAws#description}. | -| desiredCapacity | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#desired_capacity ElastigroupAws#desired_capacity}. | -| drainingTimeout | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#draining_timeout ElastigroupAws#draining_timeout}. | +| description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#description ElastigroupAws#description}. | +| desiredCapacity | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.169.1/docs/resources/elastigroup_aws#ebs_optimized ElastigroupAws#ebs_optimized}. | -| elasticIps | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#elastic_ips ElastigroupAws#elastic_ips}. | -| elasticLoadBalancers | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.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.170.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.170.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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/docs/resources/elastigroup_aws#id ElastigroupAws#id}. | -| imageId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#image_id ElastigroupAws#image_id}. | +| healthCheckGracePeriod | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.170.0/docs/resources/elastigroup_aws#id ElastigroupAws#id}. | +| imageId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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. | @@ -3607,30 +3523,28 @@ const elastigroupAwsConfig: elastigroupAws.ElastigroupAwsConfig = { ... } | integrationGitlab | ElastigroupAwsIntegrationGitlab | integration_gitlab block. | | integrationKubernetes | ElastigroupAwsIntegrationKubernetes | integration_kubernetes block. | | integrationMesosphere | ElastigroupAwsIntegrationMesosphere | integration_mesosphere block. | -| integrationMultaiRuntime | ElastigroupAwsIntegrationMultaiRuntime | integration_multai_runtime block. | | integrationNomad | ElastigroupAwsIntegrationNomad | integration_nomad block. | | 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.169.1/docs/resources/elastigroup_aws#key_name ElastigroupAws#key_name}. | -| lifetimePeriod | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#lifetime_period ElastigroupAws#lifetime_period}. | +| keyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_aws#lifetime_period ElastigroupAws#lifetime_period}. | | logging | ElastigroupAwsLogging | logging block. | -| maxSize | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#max_size ElastigroupAws#max_size}. | +| maxSize | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.169.1/docs/resources/elastigroup_aws#min_size ElastigroupAws#min_size}. | -| multaiTargetSets | cdktf.IResolvable \| ElastigroupAwsMultaiTargetSets[] | multai_target_sets block. | +| minimumInstanceLifetime | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_aws#min_size ElastigroupAws#min_size}. | | multipleMetrics | ElastigroupAwsMultipleMetrics | multiple_metrics block. | | networkInterface | cdktf.IResolvable \| ElastigroupAwsNetworkInterface[] | network_interface block. | -| ondemandCount | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#ondemand_count ElastigroupAws#ondemand_count}. | -| onDemandTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.169.1/docs/resources/elastigroup_aws#placement_tenancy ElastigroupAws#placement_tenancy}. | -| preferredAvailabilityZones | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_aws#private_ips ElastigroupAws#private_ips}. | -| region | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#region ElastigroupAws#region}. | +| ondemandCount | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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. | @@ -3639,20 +3553,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.169.1/docs/resources/elastigroup_aws#shutdown_script ElastigroupAws#shutdown_script}. | +| shutdownScript | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#spot_percentage ElastigroupAws#spot_percentage}. | +| spotPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#subnet_ids ElastigroupAws#subnet_ids}. | +| subnetIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.0/docs/resources/elastigroup_aws#wait_for_capacity_timeout ElastigroupAws#wait_for_capacity_timeout}. | --- @@ -3734,7 +3648,7 @@ public readonly fallbackToOndemand: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#fallback_to_ondemand ElastigroupAws#fallback_to_ondemand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#fallback_to_ondemand ElastigroupAws#fallback_to_ondemand}. --- @@ -3746,7 +3660,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -3758,7 +3672,7 @@ public readonly orientation: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#orientation ElastigroupAws#orientation}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#orientation ElastigroupAws#orientation}. --- @@ -3770,7 +3684,7 @@ public readonly product: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#product ElastigroupAws#product}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#product ElastigroupAws#product}. --- @@ -3782,7 +3696,7 @@ public readonly securityGroups: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#security_groups ElastigroupAws#security_groups}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#security_groups ElastigroupAws#security_groups}. --- @@ -3794,7 +3708,7 @@ public readonly availabilityZones: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#availability_zones ElastigroupAws#availability_zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#availability_zones ElastigroupAws#availability_zones}. --- @@ -3806,7 +3720,7 @@ public readonly blockDevicesMode: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#block_devices_mode ElastigroupAws#block_devices_mode}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#block_devices_mode ElastigroupAws#block_devices_mode}. --- @@ -3818,7 +3732,7 @@ public readonly capacityUnit: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#capacity_unit ElastigroupAws#capacity_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#capacity_unit ElastigroupAws#capacity_unit}. --- @@ -3830,7 +3744,7 @@ public readonly considerOdPricing: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#consider_od_pricing ElastigroupAws#consider_od_pricing}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#consider_od_pricing ElastigroupAws#consider_od_pricing}. --- @@ -3842,7 +3756,7 @@ public readonly cpuCredits: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#cpu_credits ElastigroupAws#cpu_credits}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#cpu_credits ElastigroupAws#cpu_credits}. --- @@ -3856,7 +3770,7 @@ public readonly cpuOptions: ElastigroupAwsCpuOptions; cpu_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#cpu_options ElastigroupAws#cpu_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#cpu_options ElastigroupAws#cpu_options} --- @@ -3868,7 +3782,7 @@ public readonly description: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#description ElastigroupAws#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#description ElastigroupAws#description}. --- @@ -3880,7 +3794,7 @@ public readonly desiredCapacity: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#desired_capacity ElastigroupAws#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#desired_capacity ElastigroupAws#desired_capacity}. --- @@ -3892,7 +3806,7 @@ public readonly drainingTimeout: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#draining_timeout ElastigroupAws#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#draining_timeout ElastigroupAws#draining_timeout}. --- @@ -3906,7 +3820,7 @@ public readonly ebsBlockDevice: IResolvable | ElastigroupAwsEbsBlockDevice[]; ebs_block_device block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#ebs_block_device ElastigroupAws#ebs_block_device} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#ebs_block_device ElastigroupAws#ebs_block_device} --- @@ -3918,7 +3832,7 @@ public readonly ebsOptimized: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#ebs_optimized ElastigroupAws#ebs_optimized}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#ebs_optimized ElastigroupAws#ebs_optimized}. --- @@ -3930,7 +3844,7 @@ public readonly elasticIps: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#elastic_ips ElastigroupAws#elastic_ips}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#elastic_ips ElastigroupAws#elastic_ips}. --- @@ -3942,7 +3856,7 @@ public readonly elasticLoadBalancers: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#elastic_load_balancers ElastigroupAws#elastic_load_balancers}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#elastic_load_balancers ElastigroupAws#elastic_load_balancers}. --- @@ -3954,7 +3868,7 @@ public readonly enableMonitoring: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#enable_monitoring ElastigroupAws#enable_monitoring}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#enable_monitoring ElastigroupAws#enable_monitoring}. --- @@ -3968,7 +3882,7 @@ public readonly ephemeralBlockDevice: IResolvable | ElastigroupAwsEphemeralBlock ephemeral_block_device block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#ephemeral_block_device ElastigroupAws#ephemeral_block_device} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#ephemeral_block_device ElastigroupAws#ephemeral_block_device} --- @@ -3980,7 +3894,7 @@ public readonly healthCheckGracePeriod: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws#health_check_grace_period ElastigroupAws#health_check_grace_period}. --- @@ -3992,7 +3906,7 @@ public readonly healthCheckType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#health_check_type ElastigroupAws#health_check_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#health_check_type ElastigroupAws#health_check_type}. --- @@ -4004,7 +3918,7 @@ public readonly healthCheckUnhealthyDurationBeforeReplacement: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws#health_check_unhealthy_duration_before_replacement ElastigroupAws#health_check_unhealthy_duration_before_replacement}. --- @@ -4016,7 +3930,7 @@ public readonly iamInstanceProfile: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#iam_instance_profile ElastigroupAws#iam_instance_profile}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#iam_instance_profile ElastigroupAws#iam_instance_profile}. --- @@ -4028,7 +3942,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#id ElastigroupAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. @@ -4043,7 +3957,7 @@ public readonly imageId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#image_id ElastigroupAws#image_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#image_id ElastigroupAws#image_id}. --- @@ -4057,7 +3971,7 @@ public readonly images: IResolvable | ElastigroupAwsImages[]; images block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#images ElastigroupAws#images} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#images ElastigroupAws#images} --- @@ -4069,7 +3983,7 @@ public readonly immediateOdRecoverThreshold: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws#immediate_od_recover_threshold ElastigroupAws#immediate_od_recover_threshold}. --- @@ -4081,7 +3995,7 @@ public readonly instanceTypesOndemand: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#instance_types_ondemand ElastigroupAws#instance_types_ondemand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#instance_types_ondemand ElastigroupAws#instance_types_ondemand}. --- @@ -4093,7 +4007,7 @@ public readonly instanceTypesPreferredSpot: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws#instance_types_preferred_spot ElastigroupAws#instance_types_preferred_spot}. --- @@ -4105,7 +4019,7 @@ public readonly instanceTypesSpot: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#instance_types_spot ElastigroupAws#instance_types_spot}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#instance_types_spot ElastigroupAws#instance_types_spot}. --- @@ -4119,7 +4033,7 @@ public readonly instanceTypesWeights: IResolvable | ElastigroupAwsInstanceTypesW instance_types_weights block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#instance_types_weights ElastigroupAws#instance_types_weights} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#instance_types_weights ElastigroupAws#instance_types_weights} --- @@ -4133,7 +4047,7 @@ public readonly integrationBeanstalk: ElastigroupAwsIntegrationBeanstalk; integration_beanstalk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#integration_beanstalk ElastigroupAws#integration_beanstalk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#integration_beanstalk ElastigroupAws#integration_beanstalk} --- @@ -4147,7 +4061,7 @@ public readonly integrationCodedeploy: ElastigroupAwsIntegrationCodedeploy; integration_codedeploy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#integration_codedeploy ElastigroupAws#integration_codedeploy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#integration_codedeploy ElastigroupAws#integration_codedeploy} --- @@ -4161,7 +4075,7 @@ public readonly integrationDockerSwarm: ElastigroupAwsIntegrationDockerSwarm; integration_docker_swarm block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#integration_docker_swarm ElastigroupAws#integration_docker_swarm} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#integration_docker_swarm ElastigroupAws#integration_docker_swarm} --- @@ -4175,7 +4089,7 @@ public readonly integrationEcs: ElastigroupAwsIntegrationEcs; integration_ecs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#integration_ecs ElastigroupAws#integration_ecs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#integration_ecs ElastigroupAws#integration_ecs} --- @@ -4189,7 +4103,7 @@ public readonly integrationGitlab: ElastigroupAwsIntegrationGitlab; integration_gitlab block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#integration_gitlab ElastigroupAws#integration_gitlab} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#integration_gitlab ElastigroupAws#integration_gitlab} --- @@ -4203,7 +4117,7 @@ public readonly integrationKubernetes: ElastigroupAwsIntegrationKubernetes; integration_kubernetes block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#integration_kubernetes ElastigroupAws#integration_kubernetes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#integration_kubernetes ElastigroupAws#integration_kubernetes} --- @@ -4217,21 +4131,7 @@ public readonly integrationMesosphere: ElastigroupAwsIntegrationMesosphere; integration_mesosphere block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#integration_mesosphere ElastigroupAws#integration_mesosphere} - ---- - -##### `integrationMultaiRuntime`Optional - -```typescript -public readonly integrationMultaiRuntime: ElastigroupAwsIntegrationMultaiRuntime; -``` - -- *Type:* ElastigroupAwsIntegrationMultaiRuntime - -integration_multai_runtime block. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#integration_multai_runtime ElastigroupAws#integration_multai_runtime} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#integration_mesosphere ElastigroupAws#integration_mesosphere} --- @@ -4245,7 +4145,7 @@ public readonly integrationNomad: ElastigroupAwsIntegrationNomad; integration_nomad block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#integration_nomad ElastigroupAws#integration_nomad} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#integration_nomad ElastigroupAws#integration_nomad} --- @@ -4259,7 +4159,7 @@ public readonly integrationRancher: ElastigroupAwsIntegrationRancher; integration_rancher block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#integration_rancher ElastigroupAws#integration_rancher} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#integration_rancher ElastigroupAws#integration_rancher} --- @@ -4273,7 +4173,7 @@ public readonly integrationRoute53: ElastigroupAwsIntegrationRoute53; integration_route53 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#integration_route53 ElastigroupAws#integration_route53} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#integration_route53 ElastigroupAws#integration_route53} --- @@ -4287,7 +4187,7 @@ public readonly itf: IResolvable | ElastigroupAwsItf[]; itf block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#itf ElastigroupAws#itf} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#itf ElastigroupAws#itf} --- @@ -4299,7 +4199,7 @@ public readonly keyName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#key_name ElastigroupAws#key_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#key_name ElastigroupAws#key_name}. --- @@ -4311,7 +4211,7 @@ public readonly lifetimePeriod: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#lifetime_period ElastigroupAws#lifetime_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#lifetime_period ElastigroupAws#lifetime_period}. --- @@ -4325,7 +4225,7 @@ public readonly logging: ElastigroupAwsLogging; logging block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#logging ElastigroupAws#logging} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#logging ElastigroupAws#logging} --- @@ -4337,7 +4237,7 @@ public readonly maxSize: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#max_size ElastigroupAws#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#max_size ElastigroupAws#max_size}. --- @@ -4351,7 +4251,7 @@ public readonly metadataOptions: ElastigroupAwsMetadataOptions; metadata_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#metadata_options ElastigroupAws#metadata_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#metadata_options ElastigroupAws#metadata_options} --- @@ -4363,7 +4263,7 @@ public readonly minimumInstanceLifetime: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#minimum_instance_lifetime ElastigroupAws#minimum_instance_lifetime}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#minimum_instance_lifetime ElastigroupAws#minimum_instance_lifetime}. --- @@ -4375,21 +4275,7 @@ public readonly minSize: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#min_size ElastigroupAws#min_size}. - ---- - -##### `multaiTargetSets`Optional - -```typescript -public readonly multaiTargetSets: IResolvable | ElastigroupAwsMultaiTargetSets[]; -``` - -- *Type:* cdktf.IResolvable | ElastigroupAwsMultaiTargetSets[] - -multai_target_sets block. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#multai_target_sets ElastigroupAws#multai_target_sets} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#min_size ElastigroupAws#min_size}. --- @@ -4403,7 +4289,7 @@ public readonly multipleMetrics: ElastigroupAwsMultipleMetrics; multiple_metrics block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#multiple_metrics ElastigroupAws#multiple_metrics} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#multiple_metrics ElastigroupAws#multiple_metrics} --- @@ -4417,7 +4303,7 @@ public readonly networkInterface: IResolvable | ElastigroupAwsNetworkInterface[] network_interface block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#network_interface ElastigroupAws#network_interface} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#network_interface ElastigroupAws#network_interface} --- @@ -4429,7 +4315,7 @@ public readonly ondemandCount: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#ondemand_count ElastigroupAws#ondemand_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#ondemand_count ElastigroupAws#ondemand_count}. --- @@ -4441,7 +4327,7 @@ public readonly onDemandTypes: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#on_demand_types ElastigroupAws#on_demand_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#on_demand_types ElastigroupAws#on_demand_types}. --- @@ -4453,7 +4339,7 @@ public readonly persistBlockDevices: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#persist_block_devices ElastigroupAws#persist_block_devices}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#persist_block_devices ElastigroupAws#persist_block_devices}. --- @@ -4465,7 +4351,7 @@ public readonly persistPrivateIp: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#persist_private_ip ElastigroupAws#persist_private_ip}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#persist_private_ip ElastigroupAws#persist_private_ip}. --- @@ -4477,7 +4363,7 @@ public readonly persistRootDevice: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#persist_root_device ElastigroupAws#persist_root_device}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#persist_root_device ElastigroupAws#persist_root_device}. --- @@ -4489,7 +4375,7 @@ public readonly placementTenancy: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#placement_tenancy ElastigroupAws#placement_tenancy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#placement_tenancy ElastigroupAws#placement_tenancy}. --- @@ -4501,7 +4387,7 @@ public readonly preferredAvailabilityZones: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#preferred_availability_zones ElastigroupAws#preferred_availability_zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#preferred_availability_zones ElastigroupAws#preferred_availability_zones}. --- @@ -4513,7 +4399,7 @@ public readonly privateIps: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#private_ips ElastigroupAws#private_ips}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#private_ips ElastigroupAws#private_ips}. --- @@ -4525,7 +4411,7 @@ public readonly region: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#region ElastigroupAws#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#region ElastigroupAws#region}. --- @@ -4539,7 +4425,7 @@ public readonly resourceRequirements: IResolvable | ElastigroupAwsResourceRequir resource_requirements block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#resource_requirements ElastigroupAws#resource_requirements} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#resource_requirements ElastigroupAws#resource_requirements} --- @@ -4553,7 +4439,7 @@ public readonly resourceTagSpecification: IResolvable | ElastigroupAwsResourceTa resource_tag_specification block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#resource_tag_specification ElastigroupAws#resource_tag_specification} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#resource_tag_specification ElastigroupAws#resource_tag_specification} --- @@ -4567,7 +4453,7 @@ public readonly revertToSpot: ElastigroupAwsRevertToSpot; revert_to_spot block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#revert_to_spot ElastigroupAws#revert_to_spot} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#revert_to_spot ElastigroupAws#revert_to_spot} --- @@ -4581,7 +4467,7 @@ public readonly scalingDownPolicy: IResolvable | ElastigroupAwsScalingDownPolicy scaling_down_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#scaling_down_policy ElastigroupAws#scaling_down_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#scaling_down_policy ElastigroupAws#scaling_down_policy} --- @@ -4595,7 +4481,7 @@ public readonly scalingStrategy: IResolvable | ElastigroupAwsScalingStrategy[]; scaling_strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#scaling_strategy ElastigroupAws#scaling_strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#scaling_strategy ElastigroupAws#scaling_strategy} --- @@ -4609,7 +4495,7 @@ public readonly scalingTargetPolicy: IResolvable | ElastigroupAwsScalingTargetPo scaling_target_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#scaling_target_policy ElastigroupAws#scaling_target_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#scaling_target_policy ElastigroupAws#scaling_target_policy} --- @@ -4623,7 +4509,7 @@ public readonly scalingUpPolicy: IResolvable | ElastigroupAwsScalingUpPolicy[]; scaling_up_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#scaling_up_policy ElastigroupAws#scaling_up_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#scaling_up_policy ElastigroupAws#scaling_up_policy} --- @@ -4637,7 +4523,7 @@ public readonly scheduledTask: IResolvable | ElastigroupAwsScheduledTask[]; scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#scheduled_task ElastigroupAws#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#scheduled_task ElastigroupAws#scheduled_task} --- @@ -4649,7 +4535,7 @@ public readonly shutdownScript: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#shutdown_script ElastigroupAws#shutdown_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#shutdown_script ElastigroupAws#shutdown_script}. --- @@ -4663,7 +4549,7 @@ public readonly signal: IResolvable | ElastigroupAwsSignal[]; signal block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#signal ElastigroupAws#signal} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#signal ElastigroupAws#signal} --- @@ -4675,7 +4561,7 @@ public readonly spotPercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#spot_percentage ElastigroupAws#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#spot_percentage ElastigroupAws#spot_percentage}. --- @@ -4689,7 +4575,7 @@ public readonly statefulDeallocation: ElastigroupAwsStatefulDeallocation; stateful_deallocation block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#stateful_deallocation ElastigroupAws#stateful_deallocation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#stateful_deallocation ElastigroupAws#stateful_deallocation} --- @@ -4703,7 +4589,7 @@ public readonly statefulInstanceAction: IResolvable | ElastigroupAwsStatefulInst stateful_instance_action block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#stateful_instance_action ElastigroupAws#stateful_instance_action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#stateful_instance_action ElastigroupAws#stateful_instance_action} --- @@ -4715,7 +4601,7 @@ public readonly subnetIds: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#subnet_ids ElastigroupAws#subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#subnet_ids ElastigroupAws#subnet_ids}. --- @@ -4729,7 +4615,7 @@ public readonly tags: IResolvable | ElastigroupAwsTags[]; tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#tags ElastigroupAws#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#tags ElastigroupAws#tags} --- @@ -4741,7 +4627,7 @@ public readonly targetGroupArns: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#target_group_arns ElastigroupAws#target_group_arns}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#target_group_arns ElastigroupAws#target_group_arns}. --- @@ -4755,7 +4641,7 @@ public readonly updatePolicy: ElastigroupAwsUpdatePolicy; update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#update_policy ElastigroupAws#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#update_policy ElastigroupAws#update_policy} --- @@ -4767,7 +4653,7 @@ public readonly userData: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#user_data ElastigroupAws#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#user_data ElastigroupAws#user_data}. --- @@ -4779,7 +4665,7 @@ public readonly utilizeCommitments: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#utilize_commitments ElastigroupAws#utilize_commitments}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#utilize_commitments ElastigroupAws#utilize_commitments}. --- @@ -4791,7 +4677,7 @@ public readonly utilizeReservedInstances: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#utilize_reserved_instances ElastigroupAws#utilize_reserved_instances}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#utilize_reserved_instances ElastigroupAws#utilize_reserved_instances}. --- @@ -4803,7 +4689,7 @@ public readonly waitForCapacity: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#wait_for_capacity ElastigroupAws#wait_for_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#wait_for_capacity ElastigroupAws#wait_for_capacity}. --- @@ -4815,7 +4701,7 @@ public readonly waitForCapacityTimeout: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws#wait_for_capacity_timeout ElastigroupAws#wait_for_capacity_timeout}. --- @@ -4833,7 +4719,7 @@ const elastigroupAwsCpuOptions: elastigroupAws.ElastigroupAwsCpuOptions = { ... | **Name** | **Type** | **Description** | | --- | --- | --- | -| threadsPerCore | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws#threads_per_core ElastigroupAws#threads_per_core}. | --- @@ -4845,7 +4731,7 @@ public readonly threadsPerCore: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#threads_per_core ElastigroupAws#threads_per_core}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#threads_per_core ElastigroupAws#threads_per_core}. --- @@ -4863,15 +4749,15 @@ const elastigroupAwsEbsBlockDevice: elastigroupAws.ElastigroupAwsEbsBlockDevice | **Name** | **Type** | **Description** | | --- | --- | --- | -| deviceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/docs/resources/elastigroup_aws#encrypted ElastigroupAws#encrypted}. | -| iops | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#iops ElastigroupAws#iops}. | -| kmsKeyId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_aws#snapshot_id ElastigroupAws#snapshot_id}. | -| throughput | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#throughput ElastigroupAws#throughput}. | -| volumeSize | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#volume_size ElastigroupAws#volume_size}. | -| volumeType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#volume_type ElastigroupAws#volume_type}. | +| deviceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.0/docs/resources/elastigroup_aws#encrypted ElastigroupAws#encrypted}. | +| iops | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#iops ElastigroupAws#iops}. | +| kmsKeyId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.0/docs/resources/elastigroup_aws#throughput ElastigroupAws#throughput}. | +| volumeSize | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_aws#volume_type ElastigroupAws#volume_type}. | --- @@ -4883,7 +4769,7 @@ public readonly deviceName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#device_name ElastigroupAws#device_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#device_name ElastigroupAws#device_name}. --- @@ -4895,7 +4781,7 @@ public readonly deleteOnTermination: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#delete_on_termination ElastigroupAws#delete_on_termination}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#delete_on_termination ElastigroupAws#delete_on_termination}. --- @@ -4907,7 +4793,7 @@ public readonly encrypted: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#encrypted ElastigroupAws#encrypted}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#encrypted ElastigroupAws#encrypted}. --- @@ -4919,7 +4805,7 @@ public readonly iops: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#iops ElastigroupAws#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#iops ElastigroupAws#iops}. --- @@ -4931,7 +4817,7 @@ public readonly kmsKeyId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#kms_key_id ElastigroupAws#kms_key_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#kms_key_id ElastigroupAws#kms_key_id}. --- @@ -4943,7 +4829,7 @@ public readonly snapshotId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#snapshot_id ElastigroupAws#snapshot_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#snapshot_id ElastigroupAws#snapshot_id}. --- @@ -4955,7 +4841,7 @@ public readonly throughput: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#throughput ElastigroupAws#throughput}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#throughput ElastigroupAws#throughput}. --- @@ -4967,7 +4853,7 @@ public readonly volumeSize: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#volume_size ElastigroupAws#volume_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#volume_size ElastigroupAws#volume_size}. --- @@ -4979,7 +4865,7 @@ public readonly volumeType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#volume_type ElastigroupAws#volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#volume_type ElastigroupAws#volume_type}. --- @@ -4997,8 +4883,8 @@ const elastigroupAwsEphemeralBlockDevice: elastigroupAws.ElastigroupAwsEphemeral | **Name** | **Type** | **Description** | | --- | --- | --- | -| deviceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#device_name ElastigroupAws#device_name}. | -| virtualName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#virtual_name ElastigroupAws#virtual_name}. | +| deviceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_aws#virtual_name ElastigroupAws#virtual_name}. | --- @@ -5010,7 +4896,7 @@ public readonly deviceName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#device_name ElastigroupAws#device_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#device_name ElastigroupAws#device_name}. --- @@ -5022,7 +4908,7 @@ public readonly virtualName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#virtual_name ElastigroupAws#virtual_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#virtual_name ElastigroupAws#virtual_name}. --- @@ -5054,7 +4940,7 @@ public readonly image: IResolvable | ElastigroupAwsImagesImage[]; image block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#image ElastigroupAws#image} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#image ElastigroupAws#image} --- @@ -5072,7 +4958,7 @@ const elastigroupAwsImagesImage: elastigroupAws.ElastigroupAwsImagesImage = { .. | **Name** | **Type** | **Description** | | --- | --- | --- | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#id ElastigroupAws#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#id ElastigroupAws#id}. | --- @@ -5084,7 +4970,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#id ElastigroupAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. @@ -5105,8 +4991,8 @@ const elastigroupAwsInstanceTypesWeights: elastigroupAws.ElastigroupAwsInstanceT | **Name** | **Type** | **Description** | | --- | --- | --- | -| instanceType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#instance_type ElastigroupAws#instance_type}. | -| weight | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#weight ElastigroupAws#weight}. | +| instanceType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_aws#weight ElastigroupAws#weight}. | --- @@ -5118,7 +5004,7 @@ public readonly instanceType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#instance_type ElastigroupAws#instance_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#instance_type ElastigroupAws#instance_type}. --- @@ -5130,7 +5016,7 @@ public readonly weight: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#weight ElastigroupAws#weight}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#weight ElastigroupAws#weight}. --- @@ -5149,7 +5035,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.169.1/docs/resources/elastigroup_aws#environment_id ElastigroupAws#environment_id}. | +| environmentId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#environment_id ElastigroupAws#environment_id}. | | managedActions | ElastigroupAwsIntegrationBeanstalkManagedActions | managed_actions block. | --- @@ -5164,7 +5050,7 @@ public readonly deploymentPreferences: ElastigroupAwsIntegrationBeanstalkDeploym deployment_preferences block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#deployment_preferences ElastigroupAws#deployment_preferences} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#deployment_preferences ElastigroupAws#deployment_preferences} --- @@ -5176,7 +5062,7 @@ public readonly environmentId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#environment_id ElastigroupAws#environment_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#environment_id ElastigroupAws#environment_id}. --- @@ -5190,7 +5076,7 @@ public readonly managedActions: ElastigroupAwsIntegrationBeanstalkManagedActions managed_actions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#managed_actions ElastigroupAws#managed_actions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#managed_actions ElastigroupAws#managed_actions} --- @@ -5208,9 +5094,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.169.1/docs/resources/elastigroup_aws#automatic_roll ElastigroupAws#automatic_roll}. | -| batchSizePercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. | | strategy | ElastigroupAwsIntegrationBeanstalkDeploymentPreferencesStrategy | strategy block. | --- @@ -5223,7 +5109,7 @@ public readonly automaticRoll: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#automatic_roll ElastigroupAws#automatic_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#automatic_roll ElastigroupAws#automatic_roll}. --- @@ -5235,7 +5121,7 @@ public readonly batchSizePercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#batch_size_percentage ElastigroupAws#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#batch_size_percentage ElastigroupAws#batch_size_percentage}. --- @@ -5247,7 +5133,7 @@ public readonly gracePeriod: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. --- @@ -5261,7 +5147,7 @@ public readonly strategy: ElastigroupAwsIntegrationBeanstalkDeploymentPreference strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#strategy ElastigroupAws#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#strategy ElastigroupAws#strategy} --- @@ -5279,8 +5165,8 @@ const elastigroupAwsIntegrationBeanstalkDeploymentPreferencesStrategy: elastigro | **Name** | **Type** | **Description** | | --- | --- | --- | -| action | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#action ElastigroupAws#action}. | -| shouldDrainInstances | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.0/docs/resources/elastigroup_aws#should_drain_instances ElastigroupAws#should_drain_instances}. | --- @@ -5292,7 +5178,7 @@ public readonly action: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#action ElastigroupAws#action}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#action ElastigroupAws#action}. --- @@ -5304,7 +5190,7 @@ public readonly shouldDrainInstances: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#should_drain_instances ElastigroupAws#should_drain_instances}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#should_drain_instances ElastigroupAws#should_drain_instances}. --- @@ -5336,7 +5222,7 @@ public readonly platformUpdate: ElastigroupAwsIntegrationBeanstalkManagedActions platform_update block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#platform_update ElastigroupAws#platform_update} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#platform_update ElastigroupAws#platform_update} --- @@ -5354,9 +5240,9 @@ const elastigroupAwsIntegrationBeanstalkManagedActionsPlatformUpdate: elastigrou | **Name** | **Type** | **Description** | | --- | --- | --- | -| performAt | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#perform_at ElastigroupAws#perform_at}. | -| timeWindow | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#time_window ElastigroupAws#time_window}. | -| updateLevel | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#update_level ElastigroupAws#update_level}. | +| performAt | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.0/docs/resources/elastigroup_aws#update_level ElastigroupAws#update_level}. | --- @@ -5368,7 +5254,7 @@ public readonly performAt: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#perform_at ElastigroupAws#perform_at}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#perform_at ElastigroupAws#perform_at}. --- @@ -5380,7 +5266,7 @@ public readonly timeWindow: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#time_window ElastigroupAws#time_window}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#time_window ElastigroupAws#time_window}. --- @@ -5392,7 +5278,7 @@ public readonly updateLevel: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#update_level ElastigroupAws#update_level}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#update_level ElastigroupAws#update_level}. --- @@ -5410,9 +5296,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.169.1/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.170.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.169.1/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.170.0/docs/resources/elastigroup_aws#terminate_instance_on_failure ElastigroupAws#terminate_instance_on_failure}. | --- @@ -5424,7 +5310,7 @@ public readonly cleanupOnFailure: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#cleanup_on_failure ElastigroupAws#cleanup_on_failure}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#cleanup_on_failure ElastigroupAws#cleanup_on_failure}. --- @@ -5438,7 +5324,7 @@ public readonly deploymentGroups: IResolvable | ElastigroupAwsIntegrationCodedep deployment_groups block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#deployment_groups ElastigroupAws#deployment_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#deployment_groups ElastigroupAws#deployment_groups} --- @@ -5450,7 +5336,7 @@ public readonly terminateInstanceOnFailure: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws#terminate_instance_on_failure ElastigroupAws#terminate_instance_on_failure}. --- @@ -5468,8 +5354,8 @@ const elastigroupAwsIntegrationCodedeployDeploymentGroups: elastigroupAws.Elasti | **Name** | **Type** | **Description** | | --- | --- | --- | -| applicationName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#application_name ElastigroupAws#application_name}. | -| deploymentGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.0/docs/resources/elastigroup_aws#deployment_group_name ElastigroupAws#deployment_group_name}. | --- @@ -5481,7 +5367,7 @@ public readonly applicationName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#application_name ElastigroupAws#application_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#application_name ElastigroupAws#application_name}. --- @@ -5493,7 +5379,7 @@ public readonly deploymentGroupName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#deployment_group_name ElastigroupAws#deployment_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#deployment_group_name ElastigroupAws#deployment_group_name}. --- @@ -5511,12 +5397,12 @@ const elastigroupAwsIntegrationDockerSwarm: elastigroupAws.ElastigroupAwsIntegra | **Name** | **Type** | **Description** | | --- | --- | --- | -| masterHost | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. | -| masterPort | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#master_port ElastigroupAws#master_port}. | -| autoscaleCooldown | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. | +| masterHost | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.169.1/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.170.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. | --- @@ -5528,7 +5414,7 @@ public readonly masterHost: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. --- @@ -5540,7 +5426,7 @@ public readonly masterPort: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#master_port ElastigroupAws#master_port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#master_port ElastigroupAws#master_port}. --- @@ -5552,7 +5438,7 @@ public readonly autoscaleCooldown: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. --- @@ -5566,7 +5452,7 @@ public readonly autoscaleDown: ElastigroupAwsIntegrationDockerSwarmAutoscaleDown autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} --- @@ -5580,7 +5466,7 @@ public readonly autoscaleHeadroom: ElastigroupAwsIntegrationDockerSwarmAutoscale autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} --- @@ -5592,7 +5478,7 @@ public readonly autoscaleIsEnabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. --- @@ -5610,8 +5496,8 @@ const elastigroupAwsIntegrationDockerSwarmAutoscaleDown: elastigroupAws.Elastigr | **Name** | **Type** | **Description** | | --- | --- | --- | -| evaluationPeriods | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. | -| maxScaleDownPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage}. | --- @@ -5623,7 +5509,7 @@ public readonly evaluationPeriods: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. --- @@ -5635,7 +5521,7 @@ public readonly maxScaleDownPercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage}. --- @@ -5653,9 +5539,9 @@ const elastigroupAwsIntegrationDockerSwarmAutoscaleHeadroom: elastigroupAws.Elas | **Name** | **Type** | **Description** | | --- | --- | --- | -| cpuPerUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. | --- @@ -5667,7 +5553,7 @@ public readonly cpuPerUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. --- @@ -5679,7 +5565,7 @@ public readonly memoryPerUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. --- @@ -5691,7 +5577,7 @@ public readonly numOfUnits: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. --- @@ -5709,14 +5595,14 @@ const elastigroupAwsIntegrationEcs: elastigroupAws.ElastigroupAwsIntegrationEcs | **Name** | **Type** | **Description** | | --- | --- | --- | -| clusterName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#cluster_name ElastigroupAws#cluster_name}. | +| clusterName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. | +| autoscaleCooldown | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/elastigroup_aws#autoscale_scale_down_non_service_tasks ElastigroupAws#autoscale_scale_down_non_service_tasks}. | | batch | ElastigroupAwsIntegrationEcsBatch | batch block. | --- @@ -5729,7 +5615,7 @@ public readonly clusterName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#cluster_name ElastigroupAws#cluster_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#cluster_name ElastigroupAws#cluster_name}. --- @@ -5743,7 +5629,7 @@ public readonly autoscaleAttributes: IResolvable | ElastigroupAwsIntegrationEcsA autoscale_attributes block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#autoscale_attributes ElastigroupAws#autoscale_attributes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#autoscale_attributes ElastigroupAws#autoscale_attributes} --- @@ -5755,7 +5641,7 @@ public readonly autoscaleCooldown: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. --- @@ -5769,7 +5655,7 @@ public readonly autoscaleDown: ElastigroupAwsIntegrationEcsAutoscaleDown; autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} --- @@ -5783,7 +5669,7 @@ public readonly autoscaleHeadroom: ElastigroupAwsIntegrationEcsAutoscaleHeadroom autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} --- @@ -5795,7 +5681,7 @@ public readonly autoscaleIsAutoConfig: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws#autoscale_is_auto_config ElastigroupAws#autoscale_is_auto_config}. --- @@ -5807,7 +5693,7 @@ public readonly autoscaleIsEnabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. --- @@ -5819,7 +5705,7 @@ public readonly autoscaleScaleDownNonServiceTasks: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws#autoscale_scale_down_non_service_tasks ElastigroupAws#autoscale_scale_down_non_service_tasks}. --- @@ -5833,7 +5719,7 @@ public readonly batch: ElastigroupAwsIntegrationEcsBatch; batch block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#batch ElastigroupAws#batch} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#batch ElastigroupAws#batch} --- @@ -5851,8 +5737,8 @@ const elastigroupAwsIntegrationEcsAutoscaleAttributes: elastigroupAws.Elastigrou | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#key ElastigroupAws#key}. | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | +| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. | +| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | --- @@ -5864,7 +5750,7 @@ public readonly key: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#key ElastigroupAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. --- @@ -5876,7 +5762,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#value ElastigroupAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. --- @@ -5894,8 +5780,8 @@ const elastigroupAwsIntegrationEcsAutoscaleDown: elastigroupAws.ElastigroupAwsIn | **Name** | **Type** | **Description** | | --- | --- | --- | -| evaluationPeriods | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. | -| maxScaleDownPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage}. | --- @@ -5907,7 +5793,7 @@ public readonly evaluationPeriods: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. --- @@ -5919,7 +5805,7 @@ public readonly maxScaleDownPercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage}. --- @@ -5937,9 +5823,9 @@ const elastigroupAwsIntegrationEcsAutoscaleHeadroom: elastigroupAws.ElastigroupA | **Name** | **Type** | **Description** | | --- | --- | --- | -| cpuPerUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. | --- @@ -5951,7 +5837,7 @@ public readonly cpuPerUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. --- @@ -5963,7 +5849,7 @@ public readonly memoryPerUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. --- @@ -5975,7 +5861,7 @@ public readonly numOfUnits: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. --- @@ -5993,7 +5879,7 @@ const elastigroupAwsIntegrationEcsBatch: elastigroupAws.ElastigroupAwsIntegratio | **Name** | **Type** | **Description** | | --- | --- | --- | -| jobQueueNames | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws#job_queue_names ElastigroupAws#job_queue_names}. | --- @@ -6005,7 +5891,7 @@ public readonly jobQueueNames: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#job_queue_names ElastigroupAws#job_queue_names}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#job_queue_names ElastigroupAws#job_queue_names}. --- @@ -6037,7 +5923,7 @@ public readonly runner: ElastigroupAwsIntegrationGitlabRunner; runner block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#runner ElastigroupAws#runner} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#runner ElastigroupAws#runner} --- @@ -6055,7 +5941,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.169.1/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.170.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. | --- @@ -6067,7 +5953,7 @@ public readonly isEnabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. --- @@ -6085,16 +5971,16 @@ const elastigroupAwsIntegrationKubernetes: elastigroupAws.ElastigroupAwsIntegrat | **Name** | **Type** | **Description** | | --- | --- | --- | -| apiServer | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#api_server ElastigroupAws#api_server}. | -| autoscaleCooldown | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. | +| apiServer | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.169.1/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.169.1/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.170.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.170.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.169.1/docs/resources/elastigroup_aws#cluster_identifier ElastigroupAws#cluster_identifier}. | -| integrationMode | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#integration_mode ElastigroupAws#integration_mode}. | -| token | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#token ElastigroupAws#token}. | +| clusterIdentifier | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.0/docs/resources/elastigroup_aws#token ElastigroupAws#token}. | --- @@ -6106,7 +5992,7 @@ public readonly apiServer: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#api_server ElastigroupAws#api_server}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#api_server ElastigroupAws#api_server}. --- @@ -6118,7 +6004,7 @@ public readonly autoscaleCooldown: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. --- @@ -6132,7 +6018,7 @@ public readonly autoscaleDown: ElastigroupAwsIntegrationKubernetesAutoscaleDown; autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} --- @@ -6146,7 +6032,7 @@ public readonly autoscaleHeadroom: ElastigroupAwsIntegrationKubernetesAutoscaleH autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} --- @@ -6158,7 +6044,7 @@ public readonly autoscaleIsAutoConfig: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws#autoscale_is_auto_config ElastigroupAws#autoscale_is_auto_config}. --- @@ -6170,7 +6056,7 @@ public readonly autoscaleIsEnabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. --- @@ -6184,7 +6070,7 @@ public readonly autoscaleLabels: IResolvable | ElastigroupAwsIntegrationKubernet autoscale_labels block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#autoscale_labels ElastigroupAws#autoscale_labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#autoscale_labels ElastigroupAws#autoscale_labels} --- @@ -6196,7 +6082,7 @@ public readonly clusterIdentifier: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#cluster_identifier ElastigroupAws#cluster_identifier}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#cluster_identifier ElastigroupAws#cluster_identifier}. --- @@ -6208,7 +6094,7 @@ public readonly integrationMode: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#integration_mode ElastigroupAws#integration_mode}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#integration_mode ElastigroupAws#integration_mode}. --- @@ -6220,7 +6106,7 @@ public readonly token: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#token ElastigroupAws#token}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#token ElastigroupAws#token}. --- @@ -6238,8 +6124,8 @@ const elastigroupAwsIntegrationKubernetesAutoscaleDown: elastigroupAws.Elastigro | **Name** | **Type** | **Description** | | --- | --- | --- | -| evaluationPeriods | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. | -| maxScaleDownPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage}. | --- @@ -6251,7 +6137,7 @@ public readonly evaluationPeriods: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. --- @@ -6263,7 +6149,7 @@ public readonly maxScaleDownPercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage}. --- @@ -6281,9 +6167,9 @@ const elastigroupAwsIntegrationKubernetesAutoscaleHeadroom: elastigroupAws.Elast | **Name** | **Type** | **Description** | | --- | --- | --- | -| cpuPerUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. | --- @@ -6295,7 +6181,7 @@ public readonly cpuPerUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. --- @@ -6307,7 +6193,7 @@ public readonly memoryPerUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. --- @@ -6319,7 +6205,7 @@ public readonly numOfUnits: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. --- @@ -6337,8 +6223,8 @@ const elastigroupAwsIntegrationKubernetesAutoscaleLabels: elastigroupAws.Elastig | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#key ElastigroupAws#key}. | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | +| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. | +| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | --- @@ -6350,7 +6236,7 @@ public readonly key: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#key ElastigroupAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. --- @@ -6362,7 +6248,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#value ElastigroupAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. --- @@ -6380,7 +6266,7 @@ const elastigroupAwsIntegrationMesosphere: elastigroupAws.ElastigroupAwsIntegrat | **Name** | **Type** | **Description** | | --- | --- | --- | -| apiServer | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#api_server ElastigroupAws#api_server}. | +| apiServer | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#api_server ElastigroupAws#api_server}. | --- @@ -6392,37 +6278,7 @@ public readonly apiServer: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#api_server ElastigroupAws#api_server}. - ---- - -### ElastigroupAwsIntegrationMultaiRuntime - -#### Initializer - -```typescript -import { elastigroupAws } from '@cdktf/provider-spotinst' - -const elastigroupAwsIntegrationMultaiRuntime: elastigroupAws.ElastigroupAwsIntegrationMultaiRuntime = { ... } -``` - -#### Properties - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| deploymentId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#deployment_id ElastigroupAws#deployment_id}. | - ---- - -##### `deploymentId`Required - -```typescript -public readonly deploymentId: string; -``` - -- *Type:* string - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#deployment_id ElastigroupAws#deployment_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#api_server ElastigroupAws#api_server}. --- @@ -6440,14 +6296,14 @@ const elastigroupAwsIntegrationNomad: elastigroupAws.ElastigroupAwsIntegrationNo | **Name** | **Type** | **Description** | | --- | --- | --- | -| masterHost | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. | -| masterPort | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#master_port ElastigroupAws#master_port}. | -| aclToken | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#acl_token ElastigroupAws#acl_token}. | +| masterHost | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.169.1/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. | +| autoscaleCooldown | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. | --- @@ -6459,7 +6315,7 @@ public readonly masterHost: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. --- @@ -6471,7 +6327,7 @@ public readonly masterPort: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#master_port ElastigroupAws#master_port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#master_port ElastigroupAws#master_port}. --- @@ -6483,7 +6339,7 @@ public readonly aclToken: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#acl_token ElastigroupAws#acl_token}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#acl_token ElastigroupAws#acl_token}. --- @@ -6497,7 +6353,7 @@ public readonly autoscaleConstraints: IResolvable | ElastigroupAwsIntegrationNom autoscale_constraints block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#autoscale_constraints ElastigroupAws#autoscale_constraints} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#autoscale_constraints ElastigroupAws#autoscale_constraints} --- @@ -6509,7 +6365,7 @@ public readonly autoscaleCooldown: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown}. --- @@ -6523,7 +6379,7 @@ public readonly autoscaleDown: ElastigroupAwsIntegrationNomadAutoscaleDown; autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} --- @@ -6537,7 +6393,7 @@ public readonly autoscaleHeadroom: ElastigroupAwsIntegrationNomadAutoscaleHeadro autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} --- @@ -6549,7 +6405,7 @@ public readonly autoscaleIsEnabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled}. --- @@ -6567,8 +6423,8 @@ const elastigroupAwsIntegrationNomadAutoscaleConstraints: elastigroupAws.Elastig | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#key ElastigroupAws#key}. | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | +| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. | +| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | --- @@ -6580,7 +6436,7 @@ public readonly key: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#key ElastigroupAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. --- @@ -6592,7 +6448,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#value ElastigroupAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. --- @@ -6610,7 +6466,7 @@ const elastigroupAwsIntegrationNomadAutoscaleDown: elastigroupAws.ElastigroupAws | **Name** | **Type** | **Description** | | --- | --- | --- | -| evaluationPeriods | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. | +| evaluationPeriods | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. | --- @@ -6622,7 +6478,7 @@ public readonly evaluationPeriods: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. --- @@ -6640,9 +6496,9 @@ const elastigroupAwsIntegrationNomadAutoscaleHeadroom: elastigroupAws.Elastigrou | **Name** | **Type** | **Description** | | --- | --- | --- | -| cpuPerUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. | --- @@ -6654,7 +6510,7 @@ public readonly cpuPerUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit}. --- @@ -6666,7 +6522,7 @@ public readonly memoryPerUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit}. --- @@ -6678,7 +6534,7 @@ public readonly numOfUnits: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units}. --- @@ -6696,10 +6552,10 @@ const elastigroupAwsIntegrationRancher: elastigroupAws.ElastigroupAwsIntegration | **Name** | **Type** | **Description** | | --- | --- | --- | -| accessKey | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#access_key ElastigroupAws#access_key}. | -| masterHost | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. | -| secretKey | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#secret_key ElastigroupAws#secret_key}. | -| version | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#version ElastigroupAws#version}. | +| accessKey | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.0/docs/resources/elastigroup_aws#version ElastigroupAws#version}. | --- @@ -6711,7 +6567,7 @@ public readonly accessKey: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#access_key ElastigroupAws#access_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#access_key ElastigroupAws#access_key}. --- @@ -6723,7 +6579,7 @@ public readonly masterHost: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host}. --- @@ -6735,7 +6591,7 @@ public readonly secretKey: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#secret_key ElastigroupAws#secret_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#secret_key ElastigroupAws#secret_key}. --- @@ -6747,7 +6603,7 @@ public readonly version: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#version ElastigroupAws#version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#version ElastigroupAws#version}. --- @@ -6779,7 +6635,7 @@ public readonly domains: IResolvable | ElastigroupAwsIntegrationRoute53Domains[] domains block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#domains ElastigroupAws#domains} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#domains ElastigroupAws#domains} --- @@ -6797,10 +6653,10 @@ const elastigroupAwsIntegrationRoute53Domains: elastigroupAws.ElastigroupAwsInte | **Name** | **Type** | **Description** | | --- | --- | --- | -| hostedZoneId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.169.1/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.169.1/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.170.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.170.0/docs/resources/elastigroup_aws#spotinst_acct_id ElastigroupAws#spotinst_acct_id}. | --- @@ -6812,7 +6668,7 @@ public readonly hostedZoneId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#hosted_zone_id ElastigroupAws#hosted_zone_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#hosted_zone_id ElastigroupAws#hosted_zone_id}. --- @@ -6826,7 +6682,7 @@ public readonly recordSets: IResolvable | ElastigroupAwsIntegrationRoute53Domain record_sets block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#record_sets ElastigroupAws#record_sets} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#record_sets ElastigroupAws#record_sets} --- @@ -6838,7 +6694,7 @@ public readonly recordSetType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#record_set_type ElastigroupAws#record_set_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#record_set_type ElastigroupAws#record_set_type}. --- @@ -6850,7 +6706,7 @@ public readonly spotinstAcctId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#spotinst_acct_id ElastigroupAws#spotinst_acct_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#spotinst_acct_id ElastigroupAws#spotinst_acct_id}. --- @@ -6868,9 +6724,9 @@ const elastigroupAwsIntegrationRoute53DomainsRecordSets: elastigroupAws.Elastigr | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | -| usePublicDns | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/elastigroup_aws#use_public_ip ElastigroupAws#use_public_ip}. | --- @@ -6882,7 +6738,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -6894,7 +6750,7 @@ public readonly usePublicDns: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#use_public_dns ElastigroupAws#use_public_dns}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#use_public_dns ElastigroupAws#use_public_dns}. --- @@ -6906,7 +6762,7 @@ public readonly usePublicIp: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#use_public_ip ElastigroupAws#use_public_ip}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#use_public_ip ElastigroupAws#use_public_ip}. --- @@ -6924,12 +6780,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.169.1/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.170.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.169.1/docs/resources/elastigroup_aws#weight_strategy ElastigroupAws#weight_strategy}. | +| weightStrategy | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.0/docs/resources/elastigroup_aws#migration_healthiness_threshold ElastigroupAws#migration_healthiness_threshold}. | --- @@ -6941,7 +6797,7 @@ public readonly fixedTargetGroups: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#fixed_target_groups ElastigroupAws#fixed_target_groups}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#fixed_target_groups ElastigroupAws#fixed_target_groups}. --- @@ -6955,7 +6811,7 @@ public readonly loadBalancer: IResolvable | ElastigroupAwsItfLoadBalancer[]; load_balancer block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#load_balancer ElastigroupAws#load_balancer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#load_balancer ElastigroupAws#load_balancer} --- @@ -6969,7 +6825,7 @@ public readonly targetGroupConfig: IResolvable | ElastigroupAwsItfTargetGroupCon target_group_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#target_group_config ElastigroupAws#target_group_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#target_group_config ElastigroupAws#target_group_config} --- @@ -6981,7 +6837,7 @@ public readonly weightStrategy: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#weight_strategy ElastigroupAws#weight_strategy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#weight_strategy ElastigroupAws#weight_strategy}. --- @@ -6995,7 +6851,7 @@ public readonly defaultStaticTargetGroup: ElastigroupAwsItfDefaultStaticTargetGr default_static_target_group block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws#default_static_target_group ElastigroupAws#default_static_target_group} --- @@ -7007,7 +6863,7 @@ public readonly migrationHealthinessThreshold: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#migration_healthiness_threshold ElastigroupAws#migration_healthiness_threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#migration_healthiness_threshold ElastigroupAws#migration_healthiness_threshold}. --- @@ -7025,8 +6881,8 @@ const elastigroupAwsItfDefaultStaticTargetGroup: elastigroupAws.ElastigroupAwsIt | **Name** | **Type** | **Description** | | --- | --- | --- | -| arn | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#arn ElastigroupAws#arn}. | -| percentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage}. | +| arn | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#arn ElastigroupAws#arn}. | +| percentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage}. | --- @@ -7038,7 +6894,7 @@ public readonly arn: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#arn ElastigroupAws#arn}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#arn ElastigroupAws#arn}. --- @@ -7050,7 +6906,7 @@ public readonly percentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage}. --- @@ -7069,7 +6925,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.169.1/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.170.0/docs/resources/elastigroup_aws#load_balancer_arn ElastigroupAws#load_balancer_arn}. | --- @@ -7083,7 +6939,7 @@ public readonly listenerRule: IResolvable | ElastigroupAwsItfLoadBalancerListene listener_rule block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#listener_rule ElastigroupAws#listener_rule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#listener_rule ElastigroupAws#listener_rule} --- @@ -7095,7 +6951,7 @@ public readonly loadBalancerArn: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#load_balancer_arn ElastigroupAws#load_balancer_arn}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#load_balancer_arn ElastigroupAws#load_balancer_arn}. --- @@ -7113,7 +6969,7 @@ const elastigroupAwsItfLoadBalancerListenerRule: elastigroupAws.ElastigroupAwsIt | **Name** | **Type** | **Description** | | --- | --- | --- | -| ruleArn | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#rule_arn ElastigroupAws#rule_arn}. | +| ruleArn | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#rule_arn ElastigroupAws#rule_arn}. | | staticTargetGroup | ElastigroupAwsItfLoadBalancerListenerRuleStaticTargetGroup | static_target_group block. | --- @@ -7126,7 +6982,7 @@ public readonly ruleArn: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#rule_arn ElastigroupAws#rule_arn}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#rule_arn ElastigroupAws#rule_arn}. --- @@ -7140,7 +6996,7 @@ public readonly staticTargetGroup: ElastigroupAwsItfLoadBalancerListenerRuleStat static_target_group block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#static_target_group ElastigroupAws#static_target_group} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#static_target_group ElastigroupAws#static_target_group} --- @@ -7158,8 +7014,8 @@ const elastigroupAwsItfLoadBalancerListenerRuleStaticTargetGroup: elastigroupAws | **Name** | **Type** | **Description** | | --- | --- | --- | -| arn | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#arn ElastigroupAws#arn}. | -| percentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage}. | +| arn | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#arn ElastigroupAws#arn}. | +| percentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage}. | --- @@ -7171,7 +7027,7 @@ public readonly arn: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#arn ElastigroupAws#arn}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#arn ElastigroupAws#arn}. --- @@ -7183,7 +7039,7 @@ public readonly percentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage}. --- @@ -7201,19 +7057,19 @@ const elastigroupAwsItfTargetGroupConfig: elastigroupAws.ElastigroupAwsItfTarget | **Name** | **Type** | **Description** | | --- | --- | --- | -| healthCheckPath | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_aws#port ElastigroupAws#port}. | -| protocol | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#protocol ElastigroupAws#protocol}. | -| vpcId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#vpc_id ElastigroupAws#vpc_id}. | -| healthCheckIntervalSeconds | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.0/docs/resources/elastigroup_aws#port ElastigroupAws#port}. | +| protocol | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#protocol ElastigroupAws#protocol}. | +| vpcId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.170.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.170.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.169.1/docs/resources/elastigroup_aws#protocol_version ElastigroupAws#protocol_version}. | +| protocolVersion | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.0/docs/resources/elastigroup_aws#unhealthy_threshold_count ElastigroupAws#unhealthy_threshold_count}. | --- @@ -7225,7 +7081,7 @@ public readonly healthCheckPath: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#health_check_path ElastigroupAws#health_check_path}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#health_check_path ElastigroupAws#health_check_path}. --- @@ -7237,7 +7093,7 @@ public readonly port: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#port ElastigroupAws#port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#port ElastigroupAws#port}. --- @@ -7249,7 +7105,7 @@ public readonly protocol: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#protocol ElastigroupAws#protocol}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#protocol ElastigroupAws#protocol}. --- @@ -7261,7 +7117,7 @@ public readonly vpcId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#vpc_id ElastigroupAws#vpc_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#vpc_id ElastigroupAws#vpc_id}. --- @@ -7273,7 +7129,7 @@ public readonly healthCheckIntervalSeconds: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws#health_check_interval_seconds ElastigroupAws#health_check_interval_seconds}. --- @@ -7285,7 +7141,7 @@ public readonly healthCheckPort: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#health_check_port ElastigroupAws#health_check_port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#health_check_port ElastigroupAws#health_check_port}. --- @@ -7297,7 +7153,7 @@ public readonly healthCheckProtocol: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#health_check_protocol ElastigroupAws#health_check_protocol}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#health_check_protocol ElastigroupAws#health_check_protocol}. --- @@ -7309,7 +7165,7 @@ public readonly healthCheckTimeoutSeconds: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws#health_check_timeout_seconds ElastigroupAws#health_check_timeout_seconds}. --- @@ -7321,7 +7177,7 @@ public readonly healthyThresholdCount: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#healthy_threshold_count ElastigroupAws#healthy_threshold_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#healthy_threshold_count ElastigroupAws#healthy_threshold_count}. --- @@ -7335,7 +7191,7 @@ public readonly matcher: IResolvable | ElastigroupAwsItfTargetGroupConfigMatcher matcher block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#matcher ElastigroupAws#matcher} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#matcher ElastigroupAws#matcher} --- @@ -7347,7 +7203,7 @@ public readonly protocolVersion: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#protocol_version ElastigroupAws#protocol_version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#protocol_version ElastigroupAws#protocol_version}. --- @@ -7361,7 +7217,7 @@ public readonly tags: IResolvable | ElastigroupAwsItfTargetGroupConfigTags[]; tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#tags ElastigroupAws#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#tags ElastigroupAws#tags} --- @@ -7373,7 +7229,7 @@ public readonly unhealthyThresholdCount: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#unhealthy_threshold_count ElastigroupAws#unhealthy_threshold_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#unhealthy_threshold_count ElastigroupAws#unhealthy_threshold_count}. --- @@ -7391,8 +7247,8 @@ const elastigroupAwsItfTargetGroupConfigMatcher: elastigroupAws.ElastigroupAwsIt | **Name** | **Type** | **Description** | | --- | --- | --- | -| grpcCode | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#grpc_code ElastigroupAws#grpc_code}. | -| httpCode | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#http_code ElastigroupAws#http_code}. | +| grpcCode | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_aws#http_code ElastigroupAws#http_code}. | --- @@ -7404,7 +7260,7 @@ public readonly grpcCode: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#grpc_code ElastigroupAws#grpc_code}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#grpc_code ElastigroupAws#grpc_code}. --- @@ -7416,7 +7272,7 @@ public readonly httpCode: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#http_code ElastigroupAws#http_code}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#http_code ElastigroupAws#http_code}. --- @@ -7434,8 +7290,8 @@ const elastigroupAwsItfTargetGroupConfigTags: elastigroupAws.ElastigroupAwsItfTa | **Name** | **Type** | **Description** | | --- | --- | --- | -| tagKey | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#tag_key ElastigroupAws#tag_key}. | -| tagValue | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#tag_value ElastigroupAws#tag_value}. | +| tagKey | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_aws#tag_value ElastigroupAws#tag_value}. | --- @@ -7447,7 +7303,7 @@ public readonly tagKey: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#tag_key ElastigroupAws#tag_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#tag_key ElastigroupAws#tag_key}. --- @@ -7459,7 +7315,7 @@ public readonly tagValue: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#tag_value ElastigroupAws#tag_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#tag_value ElastigroupAws#tag_value}. --- @@ -7491,7 +7347,7 @@ public readonly export: ElastigroupAwsLoggingExport; export block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#export ElastigroupAws#export} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#export ElastigroupAws#export} --- @@ -7523,7 +7379,7 @@ public readonly s3: IResolvable | ElastigroupAwsLoggingExportS3[]; s3 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#s3 ElastigroupAws#s3} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#s3 ElastigroupAws#s3} --- @@ -7541,7 +7397,7 @@ const elastigroupAwsLoggingExportS3: elastigroupAws.ElastigroupAwsLoggingExportS | **Name** | **Type** | **Description** | | --- | --- | --- | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#id ElastigroupAws#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#id ElastigroupAws#id}. | --- @@ -7553,7 +7409,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#id ElastigroupAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. @@ -7574,9 +7430,9 @@ const elastigroupAwsMetadataOptions: elastigroupAws.ElastigroupAwsMetadataOption | **Name** | **Type** | **Description** | | --- | --- | --- | -| httpTokens | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#http_tokens ElastigroupAws#http_tokens}. | -| httpPutResponseHopLimit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/elastigroup_aws#instance_metadata_tags ElastigroupAws#instance_metadata_tags}. | --- @@ -7588,7 +7444,7 @@ public readonly httpTokens: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#http_tokens ElastigroupAws#http_tokens}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#http_tokens ElastigroupAws#http_tokens}. --- @@ -7600,7 +7456,7 @@ public readonly httpPutResponseHopLimit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws#http_put_response_hop_limit ElastigroupAws#http_put_response_hop_limit}. --- @@ -7612,50 +7468,7 @@ public readonly instanceMetadataTags: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#instance_metadata_tags ElastigroupAws#instance_metadata_tags}. - ---- - -### ElastigroupAwsMultaiTargetSets - -#### Initializer - -```typescript -import { elastigroupAws } from '@cdktf/provider-spotinst' - -const elastigroupAwsMultaiTargetSets: elastigroupAws.ElastigroupAwsMultaiTargetSets = { ... } -``` - -#### Properties - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| balancerId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#balancer_id ElastigroupAws#balancer_id}. | -| targetSetId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#target_set_id ElastigroupAws#target_set_id}. | - ---- - -##### `balancerId`Required - -```typescript -public readonly balancerId: string; -``` - -- *Type:* string - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#balancer_id ElastigroupAws#balancer_id}. - ---- - -##### `targetSetId`Required - -```typescript -public readonly targetSetId: string; -``` - -- *Type:* string - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#target_set_id ElastigroupAws#target_set_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#instance_metadata_tags ElastigroupAws#instance_metadata_tags}. --- @@ -7688,7 +7501,7 @@ public readonly expressions: IResolvable | ElastigroupAwsMultipleMetricsExpressi expressions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#expressions ElastigroupAws#expressions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#expressions ElastigroupAws#expressions} --- @@ -7702,7 +7515,7 @@ public readonly metrics: IResolvable | ElastigroupAwsMultipleMetricsMetrics[]; metrics block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#metrics ElastigroupAws#metrics} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#metrics ElastigroupAws#metrics} --- @@ -7720,8 +7533,8 @@ const elastigroupAwsMultipleMetricsExpressions: elastigroupAws.ElastigroupAwsMul | **Name** | **Type** | **Description** | | --- | --- | --- | -| expression | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#expression ElastigroupAws#expression}. | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | +| expression | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#expression ElastigroupAws#expression}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | --- @@ -7733,7 +7546,7 @@ public readonly expression: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#expression ElastigroupAws#expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#expression ElastigroupAws#expression}. --- @@ -7745,7 +7558,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -7763,13 +7576,13 @@ const elastigroupAwsMultipleMetricsMetrics: elastigroupAws.ElastigroupAwsMultipl | **Name** | **Type** | **Description** | | --- | --- | --- | -| metricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | -| namespace | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. | +| metricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | +| namespace | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#extended_statistic ElastigroupAws#extended_statistic}. | -| statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. | -| unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. | +| extendedStatistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. | +| unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. | --- @@ -7781,7 +7594,7 @@ public readonly metricName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. --- @@ -7793,7 +7606,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -7805,7 +7618,7 @@ public readonly namespace: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. --- @@ -7819,7 +7632,7 @@ public readonly dimensions: IResolvable | ElastigroupAwsMultipleMetricsMetricsDi dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} --- @@ -7831,7 +7644,7 @@ public readonly extendedStatistic: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#extended_statistic ElastigroupAws#extended_statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#extended_statistic ElastigroupAws#extended_statistic}. --- @@ -7843,7 +7656,7 @@ public readonly statistic: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. --- @@ -7855,7 +7668,7 @@ public readonly unit: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. --- @@ -7873,8 +7686,8 @@ const elastigroupAwsMultipleMetricsMetricsDimensions: elastigroupAws.Elastigroup | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | +| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | --- @@ -7886,7 +7699,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -7898,7 +7711,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#value ElastigroupAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. --- @@ -7916,14 +7729,14 @@ const elastigroupAwsNetworkInterface: elastigroupAws.ElastigroupAwsNetworkInterf | **Name** | **Type** | **Description** | | --- | --- | --- | -| deviceIndex | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.169.1/docs/resources/elastigroup_aws#description ElastigroupAws#description}. | -| networkInterfaceId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.0/docs/resources/elastigroup_aws#description ElastigroupAws#description}. | +| networkInterfaceId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.0/docs/resources/elastigroup_aws#secondary_private_ip_address_count ElastigroupAws#secondary_private_ip_address_count}. | --- @@ -7935,7 +7748,7 @@ public readonly deviceIndex: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#device_index ElastigroupAws#device_index}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#device_index ElastigroupAws#device_index}. --- @@ -7947,7 +7760,7 @@ public readonly associateIpv6Address: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#associate_ipv6_address ElastigroupAws#associate_ipv6_address}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#associate_ipv6_address ElastigroupAws#associate_ipv6_address}. --- @@ -7959,7 +7772,7 @@ public readonly associatePublicIpAddress: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws#associate_public_ip_address ElastigroupAws#associate_public_ip_address}. --- @@ -7971,7 +7784,7 @@ public readonly deleteOnTermination: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#delete_on_termination ElastigroupAws#delete_on_termination}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#delete_on_termination ElastigroupAws#delete_on_termination}. --- @@ -7983,7 +7796,7 @@ public readonly description: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#description ElastigroupAws#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#description ElastigroupAws#description}. --- @@ -7995,7 +7808,7 @@ public readonly networkInterfaceId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#network_interface_id ElastigroupAws#network_interface_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#network_interface_id ElastigroupAws#network_interface_id}. --- @@ -8007,7 +7820,7 @@ public readonly privateIpAddress: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#private_ip_address ElastigroupAws#private_ip_address}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#private_ip_address ElastigroupAws#private_ip_address}. --- @@ -8019,7 +7832,7 @@ public readonly secondaryPrivateIpAddressCount: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws#secondary_private_ip_address_count ElastigroupAws#secondary_private_ip_address_count}. --- @@ -8037,15 +7850,15 @@ const elastigroupAwsResourceRequirements: elastigroupAws.ElastigroupAwsResourceR | **Name** | **Type** | **Description** | | --- | --- | --- | -| requiredMemoryMaximum | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.0/docs/resources/elastigroup_aws#required_gpu_minimum ElastigroupAws#required_gpu_minimum}. | --- @@ -8057,7 +7870,7 @@ public readonly requiredMemoryMaximum: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#required_memory_maximum ElastigroupAws#required_memory_maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#required_memory_maximum ElastigroupAws#required_memory_maximum}. --- @@ -8069,7 +7882,7 @@ public readonly requiredMemoryMinimum: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#required_memory_minimum ElastigroupAws#required_memory_minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#required_memory_minimum ElastigroupAws#required_memory_minimum}. --- @@ -8081,7 +7894,7 @@ public readonly requiredVcpuMaximum: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#required_vcpu_maximum ElastigroupAws#required_vcpu_maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#required_vcpu_maximum ElastigroupAws#required_vcpu_maximum}. --- @@ -8093,7 +7906,7 @@ public readonly requiredVcpuMinimum: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#required_vcpu_minimum ElastigroupAws#required_vcpu_minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#required_vcpu_minimum ElastigroupAws#required_vcpu_minimum}. --- @@ -8105,7 +7918,7 @@ public readonly excludedInstanceFamilies: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#excluded_instance_families ElastigroupAws#excluded_instance_families}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#excluded_instance_families ElastigroupAws#excluded_instance_families}. --- @@ -8117,7 +7930,7 @@ public readonly excludedInstanceGenerations: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#excluded_instance_generations ElastigroupAws#excluded_instance_generations}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#excluded_instance_generations ElastigroupAws#excluded_instance_generations}. --- @@ -8129,7 +7942,7 @@ public readonly excludedInstanceTypes: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#excluded_instance_types ElastigroupAws#excluded_instance_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#excluded_instance_types ElastigroupAws#excluded_instance_types}. --- @@ -8141,7 +7954,7 @@ public readonly requiredGpuMaximum: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#required_gpu_maximum ElastigroupAws#required_gpu_maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#required_gpu_maximum ElastigroupAws#required_gpu_maximum}. --- @@ -8153,7 +7966,7 @@ public readonly requiredGpuMinimum: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#required_gpu_minimum ElastigroupAws#required_gpu_minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#required_gpu_minimum ElastigroupAws#required_gpu_minimum}. --- @@ -8171,10 +7984,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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.0/docs/resources/elastigroup_aws#should_tag_volumes ElastigroupAws#should_tag_volumes}. | --- @@ -8186,7 +7999,7 @@ public readonly shouldTagAmis: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#should_tag_amis ElastigroupAws#should_tag_amis}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#should_tag_amis ElastigroupAws#should_tag_amis}. --- @@ -8198,7 +8011,7 @@ public readonly shouldTagEnis: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#should_tag_enis ElastigroupAws#should_tag_enis}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#should_tag_enis ElastigroupAws#should_tag_enis}. --- @@ -8210,7 +8023,7 @@ public readonly shouldTagSnapshots: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#should_tag_snapshots ElastigroupAws#should_tag_snapshots}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#should_tag_snapshots ElastigroupAws#should_tag_snapshots}. --- @@ -8222,7 +8035,7 @@ public readonly shouldTagVolumes: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#should_tag_volumes ElastigroupAws#should_tag_volumes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#should_tag_volumes ElastigroupAws#should_tag_volumes}. --- @@ -8240,8 +8053,8 @@ const elastigroupAwsRevertToSpot: elastigroupAws.ElastigroupAwsRevertToSpot = { | **Name** | **Type** | **Description** | | --- | --- | --- | -| performAt | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#perform_at ElastigroupAws#perform_at}. | -| timeWindows | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#time_windows ElastigroupAws#time_windows}. | +| performAt | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_aws#time_windows ElastigroupAws#time_windows}. | --- @@ -8253,7 +8066,7 @@ public readonly performAt: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#perform_at ElastigroupAws#perform_at}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#perform_at ElastigroupAws#perform_at}. --- @@ -8265,7 +8078,7 @@ public readonly timeWindows: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#time_windows ElastigroupAws#time_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#time_windows ElastigroupAws#time_windows}. --- @@ -8283,27 +8096,27 @@ const elastigroupAwsScalingDownPolicy: elastigroupAws.ElastigroupAwsScalingDownP | **Name** | **Type** | **Description** | | --- | --- | --- | -| metricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. | -| namespace | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. | -| policyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name}. | -| actionType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type}. | -| adjustment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. | -| cooldown | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. | +| metricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. | +| policyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. | +| cooldown | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.169.1/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. | -| maximum | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. | -| maxTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. | -| minTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_aws#operator ElastigroupAws#operator}. | -| period | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#period ElastigroupAws#period}. | -| source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#source ElastigroupAws#source}. | -| statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. | +| evaluationPeriods | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. | +| maxTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. | +| minTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_aws#operator ElastigroupAws#operator}. | +| period | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. | +| source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. | +| statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#target ElastigroupAws#target}. | -| threshold | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. | -| unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. | +| target | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. | +| threshold | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. | +| unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. | --- @@ -8315,7 +8128,7 @@ public readonly metricName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. --- @@ -8327,7 +8140,7 @@ public readonly namespace: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. --- @@ -8339,7 +8152,7 @@ public readonly policyName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name}. --- @@ -8351,7 +8164,7 @@ public readonly actionType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type}. --- @@ -8363,7 +8176,7 @@ public readonly adjustment: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. --- @@ -8375,7 +8188,7 @@ public readonly cooldown: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. --- @@ -8389,7 +8202,7 @@ public readonly dimensions: IResolvable | ElastigroupAwsScalingDownPolicyDimensi dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} --- @@ -8401,7 +8214,7 @@ public readonly evaluationPeriods: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. --- @@ -8413,7 +8226,7 @@ public readonly isEnabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. --- @@ -8425,7 +8238,7 @@ public readonly maximum: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. --- @@ -8437,7 +8250,7 @@ public readonly maxTargetCapacity: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. --- @@ -8449,7 +8262,7 @@ public readonly minimum: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. --- @@ -8461,7 +8274,7 @@ public readonly minTargetCapacity: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. --- @@ -8473,7 +8286,7 @@ public readonly operator: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#operator ElastigroupAws#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#operator ElastigroupAws#operator}. --- @@ -8485,7 +8298,7 @@ public readonly period: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#period ElastigroupAws#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. --- @@ -8497,7 +8310,7 @@ public readonly source: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#source ElastigroupAws#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. --- @@ -8509,7 +8322,7 @@ public readonly statistic: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. --- @@ -8523,7 +8336,7 @@ public readonly stepAdjustments: IResolvable | ElastigroupAwsScalingDownPolicySt step_adjustments block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#step_adjustments ElastigroupAws#step_adjustments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#step_adjustments ElastigroupAws#step_adjustments} --- @@ -8535,7 +8348,7 @@ public readonly target: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#target ElastigroupAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. --- @@ -8547,7 +8360,7 @@ public readonly threshold: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. --- @@ -8559,7 +8372,7 @@ public readonly unit: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. --- @@ -8577,8 +8390,8 @@ const elastigroupAwsScalingDownPolicyDimensions: elastigroupAws.ElastigroupAwsSc | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | +| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | --- @@ -8590,7 +8403,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -8602,7 +8415,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#value ElastigroupAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. --- @@ -8621,7 +8434,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.169.1/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. | +| threshold | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. | --- @@ -8635,7 +8448,7 @@ public readonly action: ElastigroupAwsScalingDownPolicyStepAdjustmentsAction; action block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#action ElastigroupAws#action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#action ElastigroupAws#action} --- @@ -8647,7 +8460,7 @@ public readonly threshold: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. --- @@ -8665,13 +8478,13 @@ const elastigroupAwsScalingDownPolicyStepAdjustmentsAction: elastigroupAws.Elast | **Name** | **Type** | **Description** | | --- | --- | --- | -| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#type ElastigroupAws#type}. | -| adjustment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. | -| maximum | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. | -| maxTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. | -| minTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_aws#target ElastigroupAws#target}. | +| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. | +| adjustment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. | +| maximum | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. | +| maxTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. | +| minTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. | --- @@ -8683,7 +8496,7 @@ public readonly type: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#type ElastigroupAws#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. --- @@ -8695,7 +8508,7 @@ public readonly adjustment: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. --- @@ -8707,7 +8520,7 @@ public readonly maximum: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. --- @@ -8719,7 +8532,7 @@ public readonly maxTargetCapacity: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. --- @@ -8731,7 +8544,7 @@ public readonly minimum: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. --- @@ -8743,7 +8556,7 @@ public readonly minTargetCapacity: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. --- @@ -8755,7 +8568,7 @@ public readonly target: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#target ElastigroupAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. --- @@ -8773,8 +8586,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.169.1/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.169.1/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.170.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.170.0/docs/resources/elastigroup_aws#termination_policy ElastigroupAws#termination_policy}. | --- @@ -8786,7 +8599,7 @@ public readonly terminateAtEndOfBillingHour: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws#terminate_at_end_of_billing_hour ElastigroupAws#terminate_at_end_of_billing_hour}. --- @@ -8798,7 +8611,7 @@ public readonly terminationPolicy: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#termination_policy ElastigroupAws#termination_policy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#termination_policy ElastigroupAws#termination_policy}. --- @@ -8816,19 +8629,19 @@ const elastigroupAwsScalingTargetPolicy: elastigroupAws.ElastigroupAwsScalingTar | **Name** | **Type** | **Description** | | --- | --- | --- | -| metricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. | -| namespace | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. | -| policyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name}. | -| target | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#target ElastigroupAws#target}. | -| cooldown | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. | +| metricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. | +| policyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. | +| cooldown | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. | -| maxCapacityPerScale | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_aws#period ElastigroupAws#period}. | -| predictiveMode | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#predictive_mode ElastigroupAws#predictive_mode}. | -| source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#source ElastigroupAws#source}. | -| statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. | -| unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. | +| evaluationPeriods | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. | +| predictiveMode | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. | +| statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. | +| unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. | --- @@ -8840,7 +8653,7 @@ public readonly metricName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. --- @@ -8852,7 +8665,7 @@ public readonly namespace: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. --- @@ -8864,7 +8677,7 @@ public readonly policyName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name}. --- @@ -8876,7 +8689,7 @@ public readonly target: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#target ElastigroupAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. --- @@ -8888,7 +8701,7 @@ public readonly cooldown: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. --- @@ -8902,7 +8715,7 @@ public readonly dimensions: IResolvable | ElastigroupAwsScalingTargetPolicyDimen dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} --- @@ -8914,7 +8727,7 @@ public readonly evaluationPeriods: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. --- @@ -8926,7 +8739,7 @@ public readonly maxCapacityPerScale: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws#max_capacity_per_scale ElastigroupAws#max_capacity_per_scale}. --- @@ -8938,7 +8751,7 @@ public readonly period: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#period ElastigroupAws#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. --- @@ -8950,7 +8763,7 @@ public readonly predictiveMode: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#predictive_mode ElastigroupAws#predictive_mode}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#predictive_mode ElastigroupAws#predictive_mode}. --- @@ -8962,7 +8775,7 @@ public readonly source: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#source ElastigroupAws#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. --- @@ -8974,7 +8787,7 @@ public readonly statistic: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. --- @@ -8986,7 +8799,7 @@ public readonly unit: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. --- @@ -9004,8 +8817,8 @@ const elastigroupAwsScalingTargetPolicyDimensions: elastigroupAws.ElastigroupAws | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | +| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | --- @@ -9017,7 +8830,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -9029,7 +8842,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#value ElastigroupAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. --- @@ -9047,27 +8860,27 @@ const elastigroupAwsScalingUpPolicy: elastigroupAws.ElastigroupAwsScalingUpPolic | **Name** | **Type** | **Description** | | --- | --- | --- | -| metricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. | -| namespace | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. | -| policyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name}. | -| actionType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type}. | -| adjustment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. | -| cooldown | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. | +| metricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. | +| policyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. | +| cooldown | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.169.1/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. | -| maximum | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. | -| maxTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. | -| minTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_aws#operator ElastigroupAws#operator}. | -| period | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#period ElastigroupAws#period}. | -| source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#source ElastigroupAws#source}. | -| statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. | +| evaluationPeriods | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. | +| maxTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. | +| minTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_aws#operator ElastigroupAws#operator}. | +| period | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. | +| source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. | +| statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#target ElastigroupAws#target}. | -| threshold | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. | -| unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. | +| target | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. | +| threshold | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. | +| unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. | --- @@ -9079,7 +8892,7 @@ public readonly metricName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name}. --- @@ -9091,7 +8904,7 @@ public readonly namespace: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace}. --- @@ -9103,7 +8916,7 @@ public readonly policyName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name}. --- @@ -9115,7 +8928,7 @@ public readonly actionType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type}. --- @@ -9127,7 +8940,7 @@ public readonly adjustment: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. --- @@ -9139,7 +8952,7 @@ public readonly cooldown: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown}. --- @@ -9153,7 +8966,7 @@ public readonly dimensions: IResolvable | ElastigroupAwsScalingUpPolicyDimension dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} --- @@ -9165,7 +8978,7 @@ public readonly evaluationPeriods: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods}. --- @@ -9177,7 +8990,7 @@ public readonly isEnabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. --- @@ -9189,7 +9002,7 @@ public readonly maximum: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. --- @@ -9201,7 +9014,7 @@ public readonly maxTargetCapacity: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. --- @@ -9213,7 +9026,7 @@ public readonly minimum: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. --- @@ -9225,7 +9038,7 @@ public readonly minTargetCapacity: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. --- @@ -9237,7 +9050,7 @@ public readonly operator: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#operator ElastigroupAws#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#operator ElastigroupAws#operator}. --- @@ -9249,7 +9062,7 @@ public readonly period: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#period ElastigroupAws#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#period ElastigroupAws#period}. --- @@ -9261,7 +9074,7 @@ public readonly source: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#source ElastigroupAws#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#source ElastigroupAws#source}. --- @@ -9273,7 +9086,7 @@ public readonly statistic: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic}. --- @@ -9287,7 +9100,7 @@ public readonly stepAdjustments: IResolvable | ElastigroupAwsScalingUpPolicyStep step_adjustments block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#step_adjustments ElastigroupAws#step_adjustments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#step_adjustments ElastigroupAws#step_adjustments} --- @@ -9299,7 +9112,7 @@ public readonly target: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#target ElastigroupAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. --- @@ -9311,7 +9124,7 @@ public readonly threshold: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. --- @@ -9323,7 +9136,7 @@ public readonly unit: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#unit ElastigroupAws#unit}. --- @@ -9341,8 +9154,8 @@ const elastigroupAwsScalingUpPolicyDimensions: elastigroupAws.ElastigroupAwsScal | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | +| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | --- @@ -9354,7 +9167,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -9366,7 +9179,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#value ElastigroupAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. --- @@ -9385,7 +9198,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.169.1/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. | +| threshold | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. | --- @@ -9399,7 +9212,7 @@ public readonly action: ElastigroupAwsScalingUpPolicyStepAdjustmentsAction; action block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#action ElastigroupAws#action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#action ElastigroupAws#action} --- @@ -9411,7 +9224,7 @@ public readonly threshold: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold}. --- @@ -9429,13 +9242,13 @@ const elastigroupAwsScalingUpPolicyStepAdjustmentsAction: elastigroupAws.Elastig | **Name** | **Type** | **Description** | | --- | --- | --- | -| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#type ElastigroupAws#type}. | -| adjustment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. | -| maximum | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. | -| maxTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. | -| minTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_aws#target ElastigroupAws#target}. | +| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. | +| adjustment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. | +| maximum | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. | +| maxTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. | +| minTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. | --- @@ -9447,7 +9260,7 @@ public readonly type: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#type ElastigroupAws#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. --- @@ -9459,7 +9272,7 @@ public readonly adjustment: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. --- @@ -9471,7 +9284,7 @@ public readonly maximum: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum}. --- @@ -9483,7 +9296,7 @@ public readonly maxTargetCapacity: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity}. --- @@ -9495,7 +9308,7 @@ public readonly minimum: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum}. --- @@ -9507,7 +9320,7 @@ public readonly minTargetCapacity: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity}. --- @@ -9519,7 +9332,7 @@ public readonly target: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#target ElastigroupAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#target ElastigroupAws#target}. --- @@ -9537,21 +9350,21 @@ const elastigroupAwsScheduledTask: elastigroupAws.ElastigroupAwsScheduledTask = | **Name** | **Type** | **Description** | | --- | --- | --- | -| taskType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#task_type ElastigroupAws#task_type}. | -| adjustment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. | -| adjustmentPercentage | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#adjustment_percentage ElastigroupAws#adjustment_percentage}. | -| batchSizePercentage | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_aws#cron_expression ElastigroupAws#cron_expression}. | -| frequency | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#frequency ElastigroupAws#frequency}. | -| gracePeriod | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. | -| maxCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#max_capacity ElastigroupAws#max_capacity}. | -| minCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#min_capacity ElastigroupAws#min_capacity}. | -| scaleMaxCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/docs/resources/elastigroup_aws#start_time ElastigroupAws#start_time}. | -| targetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#target_capacity ElastigroupAws#target_capacity}. | +| taskType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. | +| adjustmentPercentage | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.0/docs/resources/elastigroup_aws#frequency ElastigroupAws#frequency}. | +| gracePeriod | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.0/docs/resources/elastigroup_aws#target_capacity ElastigroupAws#target_capacity}. | --- @@ -9563,7 +9376,7 @@ public readonly taskType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#task_type ElastigroupAws#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#task_type ElastigroupAws#task_type}. --- @@ -9575,7 +9388,7 @@ public readonly adjustment: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment}. --- @@ -9587,7 +9400,7 @@ public readonly adjustmentPercentage: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#adjustment_percentage ElastigroupAws#adjustment_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#adjustment_percentage ElastigroupAws#adjustment_percentage}. --- @@ -9599,7 +9412,7 @@ public readonly batchSizePercentage: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#batch_size_percentage ElastigroupAws#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#batch_size_percentage ElastigroupAws#batch_size_percentage}. --- @@ -9611,7 +9424,7 @@ public readonly cronExpression: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#cron_expression ElastigroupAws#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#cron_expression ElastigroupAws#cron_expression}. --- @@ -9623,7 +9436,7 @@ public readonly frequency: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#frequency ElastigroupAws#frequency}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#frequency ElastigroupAws#frequency}. --- @@ -9635,7 +9448,7 @@ public readonly gracePeriod: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. --- @@ -9647,7 +9460,7 @@ public readonly isEnabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled}. --- @@ -9659,7 +9472,7 @@ public readonly maxCapacity: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#max_capacity ElastigroupAws#max_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#max_capacity ElastigroupAws#max_capacity}. --- @@ -9671,7 +9484,7 @@ public readonly minCapacity: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#min_capacity ElastigroupAws#min_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#min_capacity ElastigroupAws#min_capacity}. --- @@ -9683,7 +9496,7 @@ public readonly scaleMaxCapacity: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#scale_max_capacity ElastigroupAws#scale_max_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#scale_max_capacity ElastigroupAws#scale_max_capacity}. --- @@ -9695,7 +9508,7 @@ public readonly scaleMinCapacity: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#scale_min_capacity ElastigroupAws#scale_min_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#scale_min_capacity ElastigroupAws#scale_min_capacity}. --- @@ -9707,7 +9520,7 @@ public readonly scaleTargetCapacity: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#scale_target_capacity ElastigroupAws#scale_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#scale_target_capacity ElastigroupAws#scale_target_capacity}. --- @@ -9719,7 +9532,7 @@ public readonly startTime: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#start_time ElastigroupAws#start_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#start_time ElastigroupAws#start_time}. --- @@ -9731,7 +9544,7 @@ public readonly targetCapacity: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#target_capacity ElastigroupAws#target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#target_capacity ElastigroupAws#target_capacity}. --- @@ -9749,8 +9562,8 @@ const elastigroupAwsSignal: elastigroupAws.ElastigroupAwsSignal = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | -| timeout | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#timeout ElastigroupAws#timeout}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. | +| timeout | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#timeout ElastigroupAws#timeout}. | --- @@ -9762,7 +9575,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#name ElastigroupAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#name ElastigroupAws#name}. --- @@ -9774,7 +9587,7 @@ public readonly timeout: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#timeout ElastigroupAws#timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#timeout ElastigroupAws#timeout}. --- @@ -9792,10 +9605,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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.0/docs/resources/elastigroup_aws#should_delete_volumes ElastigroupAws#should_delete_volumes}. | --- @@ -9807,7 +9620,7 @@ public readonly shouldDeleteImages: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#should_delete_images ElastigroupAws#should_delete_images}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#should_delete_images ElastigroupAws#should_delete_images}. --- @@ -9819,7 +9632,7 @@ public readonly shouldDeleteNetworkInterfaces: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws#should_delete_network_interfaces ElastigroupAws#should_delete_network_interfaces}. --- @@ -9831,7 +9644,7 @@ public readonly shouldDeleteSnapshots: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#should_delete_snapshots ElastigroupAws#should_delete_snapshots}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#should_delete_snapshots ElastigroupAws#should_delete_snapshots}. --- @@ -9843,7 +9656,7 @@ public readonly shouldDeleteVolumes: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#should_delete_volumes ElastigroupAws#should_delete_volumes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#should_delete_volumes ElastigroupAws#should_delete_volumes}. --- @@ -9861,8 +9674,8 @@ const elastigroupAwsStatefulInstanceAction: elastigroupAws.ElastigroupAwsStatefu | **Name** | **Type** | **Description** | | --- | --- | --- | -| statefulInstanceId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_aws#type ElastigroupAws#type}. | +| statefulInstanceId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. | --- @@ -9874,7 +9687,7 @@ public readonly statefulInstanceId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#stateful_instance_id ElastigroupAws#stateful_instance_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#stateful_instance_id ElastigroupAws#stateful_instance_id}. --- @@ -9886,7 +9699,7 @@ public readonly type: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#type ElastigroupAws#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#type ElastigroupAws#type}. --- @@ -9904,8 +9717,8 @@ const elastigroupAwsTags: elastigroupAws.ElastigroupAwsTags = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#key ElastigroupAws#key}. | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | +| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. | +| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. | --- @@ -9917,7 +9730,7 @@ public readonly key: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#key ElastigroupAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#key ElastigroupAws#key}. --- @@ -9929,7 +9742,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#value ElastigroupAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#value ElastigroupAws#value}. --- @@ -9947,9 +9760,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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/elastigroup_aws#auto_apply_tags ElastigroupAws#auto_apply_tags}. | | rollConfig | ElastigroupAwsUpdatePolicyRollConfig | roll_config block. | --- @@ -9962,7 +9775,7 @@ public readonly shouldResumeStateful: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#should_resume_stateful ElastigroupAws#should_resume_stateful}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#should_resume_stateful ElastigroupAws#should_resume_stateful}. --- @@ -9974,7 +9787,7 @@ public readonly shouldRoll: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#should_roll ElastigroupAws#should_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#should_roll ElastigroupAws#should_roll}. --- @@ -9986,7 +9799,7 @@ public readonly autoApplyTags: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#auto_apply_tags ElastigroupAws#auto_apply_tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#auto_apply_tags ElastigroupAws#auto_apply_tags}. --- @@ -10000,7 +9813,7 @@ public readonly rollConfig: ElastigroupAwsUpdatePolicyRollConfig; roll_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#roll_config ElastigroupAws#roll_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#roll_config ElastigroupAws#roll_config} --- @@ -10018,12 +9831,12 @@ const elastigroupAwsUpdatePolicyRollConfig: elastigroupAws.ElastigroupAwsUpdateP | **Name** | **Type** | **Description** | | --- | --- | --- | -| batchSizePercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. | -| healthCheckType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.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.170.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.169.1/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.169.1/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.170.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.170.0/docs/resources/elastigroup_aws#wait_for_roll_timeout ElastigroupAws#wait_for_roll_timeout}. | --- @@ -10035,7 +9848,7 @@ public readonly batchSizePercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#batch_size_percentage ElastigroupAws#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#batch_size_percentage ElastigroupAws#batch_size_percentage}. --- @@ -10047,7 +9860,7 @@ public readonly gracePeriod: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period}. --- @@ -10059,7 +9872,7 @@ public readonly healthCheckType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#health_check_type ElastigroupAws#health_check_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#health_check_type ElastigroupAws#health_check_type}. --- @@ -10073,7 +9886,7 @@ public readonly strategy: ElastigroupAwsUpdatePolicyRollConfigStrategy; strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#strategy ElastigroupAws#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#strategy ElastigroupAws#strategy} --- @@ -10085,7 +9898,7 @@ public readonly waitForRollPercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws#wait_for_roll_percentage ElastigroupAws#wait_for_roll_percentage}. --- @@ -10097,7 +9910,7 @@ public readonly waitForRollTimeout: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws#wait_for_roll_timeout ElastigroupAws#wait_for_roll_timeout}. --- @@ -10115,10 +9928,10 @@ const elastigroupAwsUpdatePolicyRollConfigStrategy: elastigroupAws.ElastigroupAw | **Name** | **Type** | **Description** | | --- | --- | --- | -| action | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#action ElastigroupAws#action}. | -| batchMinHealthyPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws#action ElastigroupAws#action}. | +| batchMinHealthyPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.0/docs/resources/elastigroup_aws#should_drain_instances ElastigroupAws#should_drain_instances}. | --- @@ -10130,7 +9943,7 @@ public readonly action: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#action ElastigroupAws#action}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#action ElastigroupAws#action}. --- @@ -10142,7 +9955,7 @@ public readonly batchMinHealthyPercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws#batch_min_healthy_percentage ElastigroupAws#batch_min_healthy_percentage}. --- @@ -10156,7 +9969,7 @@ public readonly onFailure: ElastigroupAwsUpdatePolicyRollConfigStrategyOnFailure on_failure block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#on_failure ElastigroupAws#on_failure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#on_failure ElastigroupAws#on_failure} --- @@ -10168,7 +9981,7 @@ public readonly shouldDrainInstances: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#should_drain_instances ElastigroupAws#should_drain_instances}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#should_drain_instances ElastigroupAws#should_drain_instances}. --- @@ -10186,11 +9999,11 @@ const elastigroupAwsUpdatePolicyRollConfigStrategyOnFailure: elastigroupAws.Elas | **Name** | **Type** | **Description** | | --- | --- | --- | -| actionType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type}. | -| batchNum | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#batch_num ElastigroupAws#batch_num}. | -| drainingTimeout | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.0/docs/resources/elastigroup_aws#should_handle_all_batches ElastigroupAws#should_handle_all_batches}. | --- @@ -10202,7 +10015,7 @@ public readonly actionType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type}. --- @@ -10214,7 +10027,7 @@ public readonly batchNum: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#batch_num ElastigroupAws#batch_num}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#batch_num ElastigroupAws#batch_num}. --- @@ -10226,7 +10039,7 @@ public readonly drainingTimeout: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#draining_timeout ElastigroupAws#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#draining_timeout ElastigroupAws#draining_timeout}. --- @@ -10238,7 +10051,7 @@ public readonly shouldDecrementTargetCapacity: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws#should_decrement_target_capacity ElastigroupAws#should_decrement_target_capacity}. --- @@ -10250,7 +10063,7 @@ public readonly shouldHandleAllBatches: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws#should_handle_all_batches ElastigroupAws#should_handle_all_batches}. --- @@ -21084,24 +20897,25 @@ public readonly internalValue: ElastigroupAwsIntegrationMesosphere; --- -### ElastigroupAwsIntegrationMultaiRuntimeOutputReference +### ElastigroupAwsIntegrationNomadAutoscaleConstraintsList -#### Initializers +#### Initializers ```typescript import { elastigroupAws } from '@cdktf/provider-spotinst' -new elastigroupAws.ElastigroupAwsIntegrationMultaiRuntimeOutputReference(terraformResource: IInterpolatingParent, terraformAttribute: string) +new elastigroupAws.ElastigroupAwsIntegrationNomadAutoscaleConstraintsList(terraformResource: IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) ``` | **Name** | **Type** | **Description** | | --- | --- | --- | -| terraformResource | cdktf.IInterpolatingParent | The parent resource. | -| terraformAttribute | string | The attribute on the parent resource this class is referencing. | +| terraformResource | cdktf.IInterpolatingParent | The parent resource. | +| terraformAttribute | string | The attribute on the parent resource this class is referencing. | +| wrapsSet | boolean | whether the list is wrapping a set (will add tolist() to be able to access an item via an index). | --- -##### `terraformResource`Required +##### `terraformResource`Required - *Type:* cdktf.IInterpolatingParent @@ -21109,7 +20923,7 @@ The parent resource. --- -##### `terraformAttribute`Required +##### `terraformAttribute`Required - *Type:* string @@ -21117,440 +20931,168 @@ The attribute on the parent resource this class is referencing. --- +##### `wrapsSet`Required + +- *Type:* boolean + +whether the list is wrapping a set (will add tolist() to be able to access an item via an index). + +--- + #### Methods | **Name** | **Description** | | --- | --- | -| computeFqn | *No description.* | -| getAnyMapAttribute | *No description.* | -| getBooleanAttribute | *No description.* | -| getBooleanMapAttribute | *No description.* | -| getListAttribute | *No description.* | -| getNumberAttribute | *No description.* | -| getNumberListAttribute | *No description.* | -| getNumberMapAttribute | *No description.* | -| getStringAttribute | *No description.* | -| getStringMapAttribute | *No description.* | -| interpolationForAttribute | *No description.* | -| resolve | Produce the Token's value at resolution time. | -| toString | Return a string representation of this resolvable object. | +| allWithMapKey | Creating an iterator for this complex list. | +| computeFqn | *No description.* | +| resolve | Produce the Token's value at resolution time. | +| toString | Return a string representation of this resolvable object. | +| get | *No description.* | --- -##### `computeFqn` +##### `allWithMapKey` ```typescript -public computeFqn(): string +public allWithMapKey(mapKeyAttributeName: string): DynamicListTerraformIterator ``` -##### `getAnyMapAttribute` +Creating an iterator for this complex list. -```typescript -public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any} -``` +The list will be converted into a map with the mapKeyAttributeName as the key. -###### `terraformAttribute`Required +###### `mapKeyAttributeName`Required - *Type:* string --- -##### `getBooleanAttribute` +##### `computeFqn` ```typescript -public getBooleanAttribute(terraformAttribute: string): IResolvable +public computeFqn(): string ``` -###### `terraformAttribute`Required - -- *Type:* string - ---- - -##### `getBooleanMapAttribute` +##### `resolve` ```typescript -public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean} +public resolve(_context: IResolveContext): any ``` -###### `terraformAttribute`Required +Produce the Token's value at resolution time. -- *Type:* string +###### `_context`Required + +- *Type:* cdktf.IResolveContext --- -##### `getListAttribute` +##### `toString` ```typescript -public getListAttribute(terraformAttribute: string): string[] +public toString(): string ``` -###### `terraformAttribute`Required - -- *Type:* string +Return a string representation of this resolvable object. ---- +Returns a reversible string representation. -##### `getNumberAttribute` +##### `get` ```typescript -public getNumberAttribute(terraformAttribute: string): number +public get(index: number): ElastigroupAwsIntegrationNomadAutoscaleConstraintsOutputReference ``` -###### `terraformAttribute`Required +###### `index`Required -- *Type:* string +- *Type:* number ---- +the index of the item to return. -##### `getNumberListAttribute` +--- -```typescript -public getNumberListAttribute(terraformAttribute: string): number[] -``` -###### `terraformAttribute`Required +#### Properties -- *Type:* string +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| creationStack | string[] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| fqn | string | *No description.* | +| internalValue | cdktf.IResolvable \| ElastigroupAwsIntegrationNomadAutoscaleConstraints[] | *No description.* | --- -##### `getNumberMapAttribute` +##### `creationStack`Required ```typescript -public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number} +public readonly creationStack: string[]; ``` -###### `terraformAttribute`Required +- *Type:* string[] -- *Type:* string +The creation stack of this resolvable which will be appended to errors thrown during resolution. + +If this returns an empty array the stack will not be attached. --- -##### `getStringAttribute` +##### `fqn`Required ```typescript -public getStringAttribute(terraformAttribute: string): string +public readonly fqn: string; ``` -###### `terraformAttribute`Required - - *Type:* string --- -##### `getStringMapAttribute` +##### `internalValue`Optional ```typescript -public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string} +public readonly internalValue: IResolvable | ElastigroupAwsIntegrationNomadAutoscaleConstraints[]; ``` -###### `terraformAttribute`Required - -- *Type:* string +- *Type:* cdktf.IResolvable | ElastigroupAwsIntegrationNomadAutoscaleConstraints[] --- -##### `interpolationForAttribute` -```typescript -public interpolationForAttribute(property: string): IResolvable -``` - -###### `property`Required - -- *Type:* string - ---- +### ElastigroupAwsIntegrationNomadAutoscaleConstraintsOutputReference -##### `resolve` +#### Initializers ```typescript -public resolve(_context: IResolveContext): any -``` - -Produce the Token's value at resolution time. +import { elastigroupAws } from '@cdktf/provider-spotinst' -###### `_context`Required +new elastigroupAws.ElastigroupAwsIntegrationNomadAutoscaleConstraintsOutputReference(terraformResource: IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean) +``` -- *Type:* cdktf.IResolveContext +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| terraformResource | cdktf.IInterpolatingParent | The parent resource. | +| terraformAttribute | string | The attribute on the parent resource this class is referencing. | +| complexObjectIndex | number | the index of this item in the list. | +| complexObjectIsFromSet | boolean | whether the list is wrapping a set (will add tolist() to be able to access an item via an index). | --- -##### `toString` +##### `terraformResource`Required -```typescript -public toString(): string -``` +- *Type:* cdktf.IInterpolatingParent -Return a string representation of this resolvable object. +The parent resource. -Returns a reversible string representation. +--- +##### `terraformAttribute`Required -#### Properties +- *Type:* string -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| creationStack | string[] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | -| fqn | string | *No description.* | -| deploymentIdInput | string | *No description.* | -| deploymentId | string | *No description.* | -| internalValue | ElastigroupAwsIntegrationMultaiRuntime | *No description.* | +The attribute on the parent resource this class is referencing. --- -##### `creationStack`Required - -```typescript -public readonly creationStack: string[]; -``` - -- *Type:* string[] - -The creation stack of this resolvable which will be appended to errors thrown during resolution. - -If this returns an empty array the stack will not be attached. - ---- - -##### `fqn`Required - -```typescript -public readonly fqn: string; -``` - -- *Type:* string - ---- - -##### `deploymentIdInput`Optional - -```typescript -public readonly deploymentIdInput: string; -``` - -- *Type:* string - ---- - -##### `deploymentId`Required - -```typescript -public readonly deploymentId: string; -``` - -- *Type:* string - ---- - -##### `internalValue`Optional - -```typescript -public readonly internalValue: ElastigroupAwsIntegrationMultaiRuntime; -``` - -- *Type:* ElastigroupAwsIntegrationMultaiRuntime - ---- - - -### ElastigroupAwsIntegrationNomadAutoscaleConstraintsList - -#### Initializers - -```typescript -import { elastigroupAws } from '@cdktf/provider-spotinst' - -new elastigroupAws.ElastigroupAwsIntegrationNomadAutoscaleConstraintsList(terraformResource: IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) -``` - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| terraformResource | cdktf.IInterpolatingParent | The parent resource. | -| terraformAttribute | string | The attribute on the parent resource this class is referencing. | -| wrapsSet | boolean | whether the list is wrapping a set (will add tolist() to be able to access an item via an index). | - ---- - -##### `terraformResource`Required - -- *Type:* cdktf.IInterpolatingParent - -The parent resource. - ---- - -##### `terraformAttribute`Required - -- *Type:* string - -The attribute on the parent resource this class is referencing. - ---- - -##### `wrapsSet`Required - -- *Type:* boolean - -whether the list is wrapping a set (will add tolist() to be able to access an item via an index). - ---- - -#### Methods - -| **Name** | **Description** | -| --- | --- | -| allWithMapKey | Creating an iterator for this complex list. | -| computeFqn | *No description.* | -| resolve | Produce the Token's value at resolution time. | -| toString | Return a string representation of this resolvable object. | -| get | *No description.* | - ---- - -##### `allWithMapKey` - -```typescript -public allWithMapKey(mapKeyAttributeName: string): DynamicListTerraformIterator -``` - -Creating an iterator for this complex list. - -The list will be converted into a map with the mapKeyAttributeName as the key. - -###### `mapKeyAttributeName`Required - -- *Type:* string - ---- - -##### `computeFqn` - -```typescript -public computeFqn(): string -``` - -##### `resolve` - -```typescript -public resolve(_context: IResolveContext): any -``` - -Produce the Token's value at resolution time. - -###### `_context`Required - -- *Type:* cdktf.IResolveContext - ---- - -##### `toString` - -```typescript -public toString(): string -``` - -Return a string representation of this resolvable object. - -Returns a reversible string representation. - -##### `get` - -```typescript -public get(index: number): ElastigroupAwsIntegrationNomadAutoscaleConstraintsOutputReference -``` - -###### `index`Required - -- *Type:* number - -the index of the item to return. - ---- - - -#### Properties - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| creationStack | string[] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | -| fqn | string | *No description.* | -| internalValue | cdktf.IResolvable \| ElastigroupAwsIntegrationNomadAutoscaleConstraints[] | *No description.* | - ---- - -##### `creationStack`Required - -```typescript -public readonly creationStack: string[]; -``` - -- *Type:* string[] - -The creation stack of this resolvable which will be appended to errors thrown during resolution. - -If this returns an empty array the stack will not be attached. - ---- - -##### `fqn`Required - -```typescript -public readonly fqn: string; -``` - -- *Type:* string - ---- - -##### `internalValue`Optional - -```typescript -public readonly internalValue: IResolvable | ElastigroupAwsIntegrationNomadAutoscaleConstraints[]; -``` - -- *Type:* cdktf.IResolvable | ElastigroupAwsIntegrationNomadAutoscaleConstraints[] - ---- - - -### ElastigroupAwsIntegrationNomadAutoscaleConstraintsOutputReference - -#### Initializers - -```typescript -import { elastigroupAws } from '@cdktf/provider-spotinst' - -new elastigroupAws.ElastigroupAwsIntegrationNomadAutoscaleConstraintsOutputReference(terraformResource: IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean) -``` - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| terraformResource | cdktf.IInterpolatingParent | The parent resource. | -| terraformAttribute | string | The attribute on the parent resource this class is referencing. | -| complexObjectIndex | number | the index of this item in the list. | -| complexObjectIsFromSet | boolean | whether the list is wrapping a set (will add tolist() to be able to access an item via an index). | - ---- - -##### `terraformResource`Required - -- *Type:* cdktf.IInterpolatingParent - -The parent resource. - ---- - -##### `terraformAttribute`Required - -- *Type:* string - -The attribute on the parent resource this class is referencing. - ---- - -##### `complexObjectIndex`Required +##### `complexObjectIndex`Required - *Type:* number @@ -29921,477 +29463,6 @@ public readonly internalValue: ElastigroupAwsMetadataOptions; --- -### ElastigroupAwsMultaiTargetSetsList - -#### Initializers - -```typescript -import { elastigroupAws } from '@cdktf/provider-spotinst' - -new elastigroupAws.ElastigroupAwsMultaiTargetSetsList(terraformResource: IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) -``` - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| terraformResource | cdktf.IInterpolatingParent | The parent resource. | -| terraformAttribute | string | The attribute on the parent resource this class is referencing. | -| wrapsSet | boolean | whether the list is wrapping a set (will add tolist() to be able to access an item via an index). | - ---- - -##### `terraformResource`Required - -- *Type:* cdktf.IInterpolatingParent - -The parent resource. - ---- - -##### `terraformAttribute`Required - -- *Type:* string - -The attribute on the parent resource this class is referencing. - ---- - -##### `wrapsSet`Required - -- *Type:* boolean - -whether the list is wrapping a set (will add tolist() to be able to access an item via an index). - ---- - -#### Methods - -| **Name** | **Description** | -| --- | --- | -| allWithMapKey | Creating an iterator for this complex list. | -| computeFqn | *No description.* | -| resolve | Produce the Token's value at resolution time. | -| toString | Return a string representation of this resolvable object. | -| get | *No description.* | - ---- - -##### `allWithMapKey` - -```typescript -public allWithMapKey(mapKeyAttributeName: string): DynamicListTerraformIterator -``` - -Creating an iterator for this complex list. - -The list will be converted into a map with the mapKeyAttributeName as the key. - -###### `mapKeyAttributeName`Required - -- *Type:* string - ---- - -##### `computeFqn` - -```typescript -public computeFqn(): string -``` - -##### `resolve` - -```typescript -public resolve(_context: IResolveContext): any -``` - -Produce the Token's value at resolution time. - -###### `_context`Required - -- *Type:* cdktf.IResolveContext - ---- - -##### `toString` - -```typescript -public toString(): string -``` - -Return a string representation of this resolvable object. - -Returns a reversible string representation. - -##### `get` - -```typescript -public get(index: number): ElastigroupAwsMultaiTargetSetsOutputReference -``` - -###### `index`Required - -- *Type:* number - -the index of the item to return. - ---- - - -#### Properties - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| creationStack | string[] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | -| fqn | string | *No description.* | -| internalValue | cdktf.IResolvable \| ElastigroupAwsMultaiTargetSets[] | *No description.* | - ---- - -##### `creationStack`Required - -```typescript -public readonly creationStack: string[]; -``` - -- *Type:* string[] - -The creation stack of this resolvable which will be appended to errors thrown during resolution. - -If this returns an empty array the stack will not be attached. - ---- - -##### `fqn`Required - -```typescript -public readonly fqn: string; -``` - -- *Type:* string - ---- - -##### `internalValue`Optional - -```typescript -public readonly internalValue: IResolvable | ElastigroupAwsMultaiTargetSets[]; -``` - -- *Type:* cdktf.IResolvable | ElastigroupAwsMultaiTargetSets[] - ---- - - -### ElastigroupAwsMultaiTargetSetsOutputReference - -#### Initializers - -```typescript -import { elastigroupAws } from '@cdktf/provider-spotinst' - -new elastigroupAws.ElastigroupAwsMultaiTargetSetsOutputReference(terraformResource: IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean) -``` - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| terraformResource | cdktf.IInterpolatingParent | The parent resource. | -| terraformAttribute | string | The attribute on the parent resource this class is referencing. | -| complexObjectIndex | number | the index of this item in the list. | -| complexObjectIsFromSet | boolean | whether the list is wrapping a set (will add tolist() to be able to access an item via an index). | - ---- - -##### `terraformResource`Required - -- *Type:* cdktf.IInterpolatingParent - -The parent resource. - ---- - -##### `terraformAttribute`Required - -- *Type:* string - -The attribute on the parent resource this class is referencing. - ---- - -##### `complexObjectIndex`Required - -- *Type:* number - -the index of this item in the list. - ---- - -##### `complexObjectIsFromSet`Required - -- *Type:* boolean - -whether the list is wrapping a set (will add tolist() to be able to access an item via an index). - ---- - -#### Methods - -| **Name** | **Description** | -| --- | --- | -| computeFqn | *No description.* | -| getAnyMapAttribute | *No description.* | -| getBooleanAttribute | *No description.* | -| getBooleanMapAttribute | *No description.* | -| getListAttribute | *No description.* | -| getNumberAttribute | *No description.* | -| getNumberListAttribute | *No description.* | -| getNumberMapAttribute | *No description.* | -| getStringAttribute | *No description.* | -| getStringMapAttribute | *No description.* | -| interpolationForAttribute | *No description.* | -| resolve | Produce the Token's value at resolution time. | -| toString | Return a string representation of this resolvable object. | - ---- - -##### `computeFqn` - -```typescript -public computeFqn(): string -``` - -##### `getAnyMapAttribute` - -```typescript -public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any} -``` - -###### `terraformAttribute`Required - -- *Type:* string - ---- - -##### `getBooleanAttribute` - -```typescript -public getBooleanAttribute(terraformAttribute: string): IResolvable -``` - -###### `terraformAttribute`Required - -- *Type:* string - ---- - -##### `getBooleanMapAttribute` - -```typescript -public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean} -``` - -###### `terraformAttribute`Required - -- *Type:* string - ---- - -##### `getListAttribute` - -```typescript -public getListAttribute(terraformAttribute: string): string[] -``` - -###### `terraformAttribute`Required - -- *Type:* string - ---- - -##### `getNumberAttribute` - -```typescript -public getNumberAttribute(terraformAttribute: string): number -``` - -###### `terraformAttribute`Required - -- *Type:* string - ---- - -##### `getNumberListAttribute` - -```typescript -public getNumberListAttribute(terraformAttribute: string): number[] -``` - -###### `terraformAttribute`Required - -- *Type:* string - ---- - -##### `getNumberMapAttribute` - -```typescript -public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number} -``` - -###### `terraformAttribute`Required - -- *Type:* string - ---- - -##### `getStringAttribute` - -```typescript -public getStringAttribute(terraformAttribute: string): string -``` - -###### `terraformAttribute`Required - -- *Type:* string - ---- - -##### `getStringMapAttribute` - -```typescript -public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string} -``` - -###### `terraformAttribute`Required - -- *Type:* string - ---- - -##### `interpolationForAttribute` - -```typescript -public interpolationForAttribute(property: string): IResolvable -``` - -###### `property`Required - -- *Type:* string - ---- - -##### `resolve` - -```typescript -public resolve(_context: IResolveContext): any -``` - -Produce the Token's value at resolution time. - -###### `_context`Required - -- *Type:* cdktf.IResolveContext - ---- - -##### `toString` - -```typescript -public toString(): string -``` - -Return a string representation of this resolvable object. - -Returns a reversible string representation. - - -#### Properties - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| creationStack | string[] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | -| fqn | string | *No description.* | -| balancerIdInput | string | *No description.* | -| targetSetIdInput | string | *No description.* | -| balancerId | string | *No description.* | -| targetSetId | string | *No description.* | -| internalValue | cdktf.IResolvable \| ElastigroupAwsMultaiTargetSets | *No description.* | - ---- - -##### `creationStack`Required - -```typescript -public readonly creationStack: string[]; -``` - -- *Type:* string[] - -The creation stack of this resolvable which will be appended to errors thrown during resolution. - -If this returns an empty array the stack will not be attached. - ---- - -##### `fqn`Required - -```typescript -public readonly fqn: string; -``` - -- *Type:* string - ---- - -##### `balancerIdInput`Optional - -```typescript -public readonly balancerIdInput: string; -``` - -- *Type:* string - ---- - -##### `targetSetIdInput`Optional - -```typescript -public readonly targetSetIdInput: string; -``` - -- *Type:* string - ---- - -##### `balancerId`Required - -```typescript -public readonly balancerId: string; -``` - -- *Type:* string - ---- - -##### `targetSetId`Required - -```typescript -public readonly targetSetId: string; -``` - -- *Type:* string - ---- - -##### `internalValue`Optional - -```typescript -public readonly internalValue: IResolvable | ElastigroupAwsMultaiTargetSets; -``` - -- *Type:* cdktf.IResolvable | ElastigroupAwsMultaiTargetSets - ---- - - ### ElastigroupAwsMultipleMetricsExpressionsList #### Initializers diff --git a/docs/elastigroupAwsBeanstalk.csharp.md b/docs/elastigroupAwsBeanstalk.csharp.md index 9cebf1fdf..b006b855f 100644 --- a/docs/elastigroupAwsBeanstalk.csharp.md +++ b/docs/elastigroupAwsBeanstalk.csharp.md @@ -4,7 +4,7 @@ ### ElastigroupAwsBeanstalk -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk spotinst_elastigroup_aws_beanstalk}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk spotinst_elastigroup_aws_beanstalk}. #### Initializers @@ -555,7 +555,7 @@ The construct id used in the generated config for the ElastigroupAwsBeanstalk to The id of the existing ElastigroupAwsBeanstalk that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#import import section} in the documentation of this resource for the id to use --- @@ -1101,18 +1101,18 @@ new ElastigroupAwsBeanstalkConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| DesiredCapacity | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.169.1/docs/resources/elastigroup_aws_beanstalk#name ElastigroupAwsBeanstalk#name}. | -| Product | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#product ElastigroupAwsBeanstalk#product}. | -| Region | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#region ElastigroupAwsBeanstalk#region}. | -| BeanstalkEnvironmentId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.0/docs/resources/elastigroup_aws_beanstalk#name ElastigroupAwsBeanstalk#name}. | +| Product | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#product ElastigroupAwsBeanstalk#product}. | +| Region | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#region ElastigroupAwsBeanstalk#region}. | +| BeanstalkEnvironmentId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.169.1/docs/resources/elastigroup_aws_beanstalk#id ElastigroupAwsBeanstalk#id}. | -| Maintenance | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#maintenance ElastigroupAwsBeanstalk#maintenance}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#id ElastigroupAwsBeanstalk#id}. | +| Maintenance | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#maintenance ElastigroupAwsBeanstalk#maintenance}. | | ManagedActions | ElastigroupAwsBeanstalkManagedActions | managed_actions block. | | ScheduledTask | object | scheduled_task block. | @@ -1196,7 +1196,7 @@ public double DesiredCapacity { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#desired_capacity ElastigroupAwsBeanstalk#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#desired_capacity ElastigroupAwsBeanstalk#desired_capacity}. --- @@ -1208,7 +1208,7 @@ public string[] InstanceTypesSpot { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws_beanstalk#instance_types_spot ElastigroupAwsBeanstalk#instance_types_spot}. --- @@ -1220,7 +1220,7 @@ public double MaxSize { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#max_size ElastigroupAwsBeanstalk#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#max_size ElastigroupAwsBeanstalk#max_size}. --- @@ -1232,7 +1232,7 @@ public double MinSize { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#min_size ElastigroupAwsBeanstalk#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#min_size ElastigroupAwsBeanstalk#min_size}. --- @@ -1244,7 +1244,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#name ElastigroupAwsBeanstalk#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#name ElastigroupAwsBeanstalk#name}. --- @@ -1256,7 +1256,7 @@ public string Product { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#product ElastigroupAwsBeanstalk#product}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#product ElastigroupAwsBeanstalk#product}. --- @@ -1268,7 +1268,7 @@ public string Region { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#region ElastigroupAwsBeanstalk#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#region ElastigroupAwsBeanstalk#region}. --- @@ -1280,7 +1280,7 @@ public string BeanstalkEnvironmentId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws_beanstalk#beanstalk_environment_id ElastigroupAwsBeanstalk#beanstalk_environment_id}. --- @@ -1292,7 +1292,7 @@ public string BeanstalkEnvironmentName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws_beanstalk#beanstalk_environment_name ElastigroupAwsBeanstalk#beanstalk_environment_name}. --- @@ -1306,7 +1306,7 @@ public ElastigroupAwsBeanstalkDeploymentPreferences DeploymentPreferences { get; deployment_preferences block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#deployment_preferences ElastigroupAwsBeanstalk#deployment_preferences} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#deployment_preferences ElastigroupAwsBeanstalk#deployment_preferences} --- @@ -1318,7 +1318,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#id ElastigroupAwsBeanstalk#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#id ElastigroupAwsBeanstalk#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1333,7 +1333,7 @@ public string Maintenance { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#maintenance ElastigroupAwsBeanstalk#maintenance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#maintenance ElastigroupAwsBeanstalk#maintenance}. --- @@ -1347,7 +1347,7 @@ public ElastigroupAwsBeanstalkManagedActions ManagedActions { get; set; } managed_actions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#managed_actions ElastigroupAwsBeanstalk#managed_actions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#managed_actions ElastigroupAwsBeanstalk#managed_actions} --- @@ -1361,7 +1361,7 @@ public object ScheduledTask { get; set; } scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#scheduled_task ElastigroupAwsBeanstalk#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#scheduled_task ElastigroupAwsBeanstalk#scheduled_task} --- @@ -1384,9 +1384,9 @@ new ElastigroupAwsBeanstalkDeploymentPreferences { | **Name** | **Type** | **Description** | | --- | --- | --- | -| AutomaticRoll | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/elastigroup_aws_beanstalk#grace_period ElastigroupAwsBeanstalk#grace_period}. | | Strategy | object | strategy block. | --- @@ -1399,7 +1399,7 @@ public object AutomaticRoll { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#automatic_roll ElastigroupAwsBeanstalk#automatic_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#automatic_roll ElastigroupAwsBeanstalk#automatic_roll}. --- @@ -1411,7 +1411,7 @@ public double BatchSizePercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws_beanstalk#batch_size_percentage ElastigroupAwsBeanstalk#batch_size_percentage}. --- @@ -1423,7 +1423,7 @@ public double GracePeriod { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#grace_period ElastigroupAwsBeanstalk#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#grace_period ElastigroupAwsBeanstalk#grace_period}. --- @@ -1437,7 +1437,7 @@ public object Strategy { get; set; } strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#strategy ElastigroupAwsBeanstalk#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#strategy ElastigroupAwsBeanstalk#strategy} --- @@ -1458,8 +1458,8 @@ new ElastigroupAwsBeanstalkDeploymentPreferencesStrategy { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Action | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#action ElastigroupAwsBeanstalk#action}. | -| ShouldDrainInstances | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws_beanstalk#action ElastigroupAwsBeanstalk#action}. | +| ShouldDrainInstances | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#should_drain_instances ElastigroupAwsBeanstalk#should_drain_instances}. | --- @@ -1471,7 +1471,7 @@ public string Action { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#action ElastigroupAwsBeanstalk#action}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#action ElastigroupAwsBeanstalk#action}. --- @@ -1483,7 +1483,7 @@ public object ShouldDrainInstances { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws_beanstalk#should_drain_instances ElastigroupAwsBeanstalk#should_drain_instances}. --- @@ -1517,7 +1517,7 @@ public ElastigroupAwsBeanstalkManagedActionsPlatformUpdate PlatformUpdate { get; platform_update block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#platform_update ElastigroupAwsBeanstalk#platform_update} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#platform_update ElastigroupAwsBeanstalk#platform_update} --- @@ -1539,9 +1539,9 @@ new ElastigroupAwsBeanstalkManagedActionsPlatformUpdate { | **Name** | **Type** | **Description** | | --- | --- | --- | -| PerformAt | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/elastigroup_aws_beanstalk#update_level ElastigroupAwsBeanstalk#update_level}. | --- @@ -1553,7 +1553,7 @@ public string PerformAt { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#perform_at ElastigroupAwsBeanstalk#perform_at}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#perform_at ElastigroupAwsBeanstalk#perform_at}. --- @@ -1565,7 +1565,7 @@ public string TimeWindow { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#time_window ElastigroupAwsBeanstalk#time_window}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#time_window ElastigroupAwsBeanstalk#time_window}. --- @@ -1577,7 +1577,7 @@ public string UpdateLevel { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#update_level ElastigroupAwsBeanstalk#update_level}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#update_level ElastigroupAwsBeanstalk#update_level}. --- @@ -1611,21 +1611,21 @@ new ElastigroupAwsBeanstalkScheduledTask { | **Name** | **Type** | **Description** | | --- | --- | --- | -| TaskType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_aws_beanstalk#adjustment ElastigroupAwsBeanstalk#adjustment}. | -| AdjustmentPercentage | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/docs/resources/elastigroup_aws_beanstalk#frequency ElastigroupAwsBeanstalk#frequency}. | -| GracePeriod | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.0/docs/resources/elastigroup_aws_beanstalk#adjustment ElastigroupAwsBeanstalk#adjustment}. | +| AdjustmentPercentage | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.0/docs/resources/elastigroup_aws_beanstalk#frequency ElastigroupAwsBeanstalk#frequency}. | +| GracePeriod | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.0/docs/resources/elastigroup_aws_beanstalk#target_capacity ElastigroupAwsBeanstalk#target_capacity}. | --- @@ -1637,7 +1637,7 @@ public string TaskType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#task_type ElastigroupAwsBeanstalk#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#task_type ElastigroupAwsBeanstalk#task_type}. --- @@ -1649,7 +1649,7 @@ public string Adjustment { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#adjustment ElastigroupAwsBeanstalk#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#adjustment ElastigroupAwsBeanstalk#adjustment}. --- @@ -1661,7 +1661,7 @@ public string AdjustmentPercentage { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#adjustment_percentage ElastigroupAwsBeanstalk#adjustment_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#adjustment_percentage ElastigroupAwsBeanstalk#adjustment_percentage}. --- @@ -1673,7 +1673,7 @@ public string BatchSizePercentage { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws_beanstalk#batch_size_percentage ElastigroupAwsBeanstalk#batch_size_percentage}. --- @@ -1685,7 +1685,7 @@ public string CronExpression { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#cron_expression ElastigroupAwsBeanstalk#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#cron_expression ElastigroupAwsBeanstalk#cron_expression}. --- @@ -1697,7 +1697,7 @@ public string Frequency { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#frequency ElastigroupAwsBeanstalk#frequency}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#frequency ElastigroupAwsBeanstalk#frequency}. --- @@ -1709,7 +1709,7 @@ public string GracePeriod { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#grace_period ElastigroupAwsBeanstalk#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#grace_period ElastigroupAwsBeanstalk#grace_period}. --- @@ -1721,7 +1721,7 @@ public object IsEnabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#is_enabled ElastigroupAwsBeanstalk#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#is_enabled ElastigroupAwsBeanstalk#is_enabled}. --- @@ -1733,7 +1733,7 @@ public string MaxCapacity { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#max_capacity ElastigroupAwsBeanstalk#max_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#max_capacity ElastigroupAwsBeanstalk#max_capacity}. --- @@ -1745,7 +1745,7 @@ public string MinCapacity { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#min_capacity ElastigroupAwsBeanstalk#min_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#min_capacity ElastigroupAwsBeanstalk#min_capacity}. --- @@ -1757,7 +1757,7 @@ public string ScaleMaxCapacity { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws_beanstalk#scale_max_capacity ElastigroupAwsBeanstalk#scale_max_capacity}. --- @@ -1769,7 +1769,7 @@ public string ScaleMinCapacity { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws_beanstalk#scale_min_capacity ElastigroupAwsBeanstalk#scale_min_capacity}. --- @@ -1781,7 +1781,7 @@ public string ScaleTargetCapacity { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws_beanstalk#scale_target_capacity ElastigroupAwsBeanstalk#scale_target_capacity}. --- @@ -1793,7 +1793,7 @@ public string StartTime { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#start_time ElastigroupAwsBeanstalk#start_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#start_time ElastigroupAwsBeanstalk#start_time}. --- @@ -1805,7 +1805,7 @@ public string TargetCapacity { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#target_capacity ElastigroupAwsBeanstalk#target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#target_capacity ElastigroupAwsBeanstalk#target_capacity}. --- diff --git a/docs/elastigroupAwsBeanstalk.go.md b/docs/elastigroupAwsBeanstalk.go.md index 1662988f7..d432b5830 100644 --- a/docs/elastigroupAwsBeanstalk.go.md +++ b/docs/elastigroupAwsBeanstalk.go.md @@ -4,7 +4,7 @@ ### ElastigroupAwsBeanstalk -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk spotinst_elastigroup_aws_beanstalk}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk spotinst_elastigroup_aws_beanstalk}. #### Initializers @@ -555,7 +555,7 @@ The construct id used in the generated config for the ElastigroupAwsBeanstalk to The id of the existing ElastigroupAwsBeanstalk that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#import import section} in the documentation of this resource for the id to use --- @@ -1101,18 +1101,18 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupawsb | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| DesiredCapacity | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.169.1/docs/resources/elastigroup_aws_beanstalk#name ElastigroupAwsBeanstalk#name}. | -| Product | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#product ElastigroupAwsBeanstalk#product}. | -| Region | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#region ElastigroupAwsBeanstalk#region}. | -| BeanstalkEnvironmentId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.0/docs/resources/elastigroup_aws_beanstalk#name ElastigroupAwsBeanstalk#name}. | +| Product | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#product ElastigroupAwsBeanstalk#product}. | +| Region | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#region ElastigroupAwsBeanstalk#region}. | +| BeanstalkEnvironmentId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.169.1/docs/resources/elastigroup_aws_beanstalk#id ElastigroupAwsBeanstalk#id}. | -| Maintenance | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#maintenance ElastigroupAwsBeanstalk#maintenance}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#id ElastigroupAwsBeanstalk#id}. | +| Maintenance | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#maintenance ElastigroupAwsBeanstalk#maintenance}. | | ManagedActions | ElastigroupAwsBeanstalkManagedActions | managed_actions block. | | ScheduledTask | interface{} | scheduled_task block. | @@ -1196,7 +1196,7 @@ DesiredCapacity *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#desired_capacity ElastigroupAwsBeanstalk#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#desired_capacity ElastigroupAwsBeanstalk#desired_capacity}. --- @@ -1208,7 +1208,7 @@ InstanceTypesSpot *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws_beanstalk#instance_types_spot ElastigroupAwsBeanstalk#instance_types_spot}. --- @@ -1220,7 +1220,7 @@ MaxSize *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#max_size ElastigroupAwsBeanstalk#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#max_size ElastigroupAwsBeanstalk#max_size}. --- @@ -1232,7 +1232,7 @@ MinSize *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#min_size ElastigroupAwsBeanstalk#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#min_size ElastigroupAwsBeanstalk#min_size}. --- @@ -1244,7 +1244,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#name ElastigroupAwsBeanstalk#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#name ElastigroupAwsBeanstalk#name}. --- @@ -1256,7 +1256,7 @@ Product *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#product ElastigroupAwsBeanstalk#product}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#product ElastigroupAwsBeanstalk#product}. --- @@ -1268,7 +1268,7 @@ Region *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#region ElastigroupAwsBeanstalk#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#region ElastigroupAwsBeanstalk#region}. --- @@ -1280,7 +1280,7 @@ BeanstalkEnvironmentId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws_beanstalk#beanstalk_environment_id ElastigroupAwsBeanstalk#beanstalk_environment_id}. --- @@ -1292,7 +1292,7 @@ BeanstalkEnvironmentName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws_beanstalk#beanstalk_environment_name ElastigroupAwsBeanstalk#beanstalk_environment_name}. --- @@ -1306,7 +1306,7 @@ DeploymentPreferences ElastigroupAwsBeanstalkDeploymentPreferences deployment_preferences block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#deployment_preferences ElastigroupAwsBeanstalk#deployment_preferences} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#deployment_preferences ElastigroupAwsBeanstalk#deployment_preferences} --- @@ -1318,7 +1318,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#id ElastigroupAwsBeanstalk#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#id ElastigroupAwsBeanstalk#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1333,7 +1333,7 @@ Maintenance *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#maintenance ElastigroupAwsBeanstalk#maintenance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#maintenance ElastigroupAwsBeanstalk#maintenance}. --- @@ -1347,7 +1347,7 @@ ManagedActions ElastigroupAwsBeanstalkManagedActions managed_actions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#managed_actions ElastigroupAwsBeanstalk#managed_actions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#managed_actions ElastigroupAwsBeanstalk#managed_actions} --- @@ -1361,7 +1361,7 @@ ScheduledTask interface{} scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#scheduled_task ElastigroupAwsBeanstalk#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#scheduled_task ElastigroupAwsBeanstalk#scheduled_task} --- @@ -1384,9 +1384,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupawsb | **Name** | **Type** | **Description** | | --- | --- | --- | -| AutomaticRoll | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/elastigroup_aws_beanstalk#grace_period ElastigroupAwsBeanstalk#grace_period}. | | Strategy | interface{} | strategy block. | --- @@ -1399,7 +1399,7 @@ AutomaticRoll interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#automatic_roll ElastigroupAwsBeanstalk#automatic_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#automatic_roll ElastigroupAwsBeanstalk#automatic_roll}. --- @@ -1411,7 +1411,7 @@ BatchSizePercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws_beanstalk#batch_size_percentage ElastigroupAwsBeanstalk#batch_size_percentage}. --- @@ -1423,7 +1423,7 @@ GracePeriod *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#grace_period ElastigroupAwsBeanstalk#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#grace_period ElastigroupAwsBeanstalk#grace_period}. --- @@ -1437,7 +1437,7 @@ Strategy interface{} strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#strategy ElastigroupAwsBeanstalk#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#strategy ElastigroupAwsBeanstalk#strategy} --- @@ -1458,8 +1458,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupawsb | **Name** | **Type** | **Description** | | --- | --- | --- | -| Action | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#action ElastigroupAwsBeanstalk#action}. | -| ShouldDrainInstances | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws_beanstalk#action ElastigroupAwsBeanstalk#action}. | +| ShouldDrainInstances | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#should_drain_instances ElastigroupAwsBeanstalk#should_drain_instances}. | --- @@ -1471,7 +1471,7 @@ Action *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#action ElastigroupAwsBeanstalk#action}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#action ElastigroupAwsBeanstalk#action}. --- @@ -1483,7 +1483,7 @@ ShouldDrainInstances interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws_beanstalk#should_drain_instances ElastigroupAwsBeanstalk#should_drain_instances}. --- @@ -1517,7 +1517,7 @@ PlatformUpdate ElastigroupAwsBeanstalkManagedActionsPlatformUpdate platform_update block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#platform_update ElastigroupAwsBeanstalk#platform_update} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#platform_update ElastigroupAwsBeanstalk#platform_update} --- @@ -1539,9 +1539,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupawsb | **Name** | **Type** | **Description** | | --- | --- | --- | -| PerformAt | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/elastigroup_aws_beanstalk#update_level ElastigroupAwsBeanstalk#update_level}. | --- @@ -1553,7 +1553,7 @@ PerformAt *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#perform_at ElastigroupAwsBeanstalk#perform_at}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#perform_at ElastigroupAwsBeanstalk#perform_at}. --- @@ -1565,7 +1565,7 @@ TimeWindow *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#time_window ElastigroupAwsBeanstalk#time_window}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#time_window ElastigroupAwsBeanstalk#time_window}. --- @@ -1577,7 +1577,7 @@ UpdateLevel *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#update_level ElastigroupAwsBeanstalk#update_level}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#update_level ElastigroupAwsBeanstalk#update_level}. --- @@ -1611,21 +1611,21 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupawsb | **Name** | **Type** | **Description** | | --- | --- | --- | -| TaskType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_aws_beanstalk#adjustment ElastigroupAwsBeanstalk#adjustment}. | -| AdjustmentPercentage | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/docs/resources/elastigroup_aws_beanstalk#frequency ElastigroupAwsBeanstalk#frequency}. | -| GracePeriod | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.0/docs/resources/elastigroup_aws_beanstalk#adjustment ElastigroupAwsBeanstalk#adjustment}. | +| AdjustmentPercentage | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.0/docs/resources/elastigroup_aws_beanstalk#frequency ElastigroupAwsBeanstalk#frequency}. | +| GracePeriod | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.0/docs/resources/elastigroup_aws_beanstalk#target_capacity ElastigroupAwsBeanstalk#target_capacity}. | --- @@ -1637,7 +1637,7 @@ TaskType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#task_type ElastigroupAwsBeanstalk#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#task_type ElastigroupAwsBeanstalk#task_type}. --- @@ -1649,7 +1649,7 @@ Adjustment *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#adjustment ElastigroupAwsBeanstalk#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#adjustment ElastigroupAwsBeanstalk#adjustment}. --- @@ -1661,7 +1661,7 @@ AdjustmentPercentage *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#adjustment_percentage ElastigroupAwsBeanstalk#adjustment_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#adjustment_percentage ElastigroupAwsBeanstalk#adjustment_percentage}. --- @@ -1673,7 +1673,7 @@ BatchSizePercentage *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws_beanstalk#batch_size_percentage ElastigroupAwsBeanstalk#batch_size_percentage}. --- @@ -1685,7 +1685,7 @@ CronExpression *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#cron_expression ElastigroupAwsBeanstalk#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#cron_expression ElastigroupAwsBeanstalk#cron_expression}. --- @@ -1697,7 +1697,7 @@ Frequency *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#frequency ElastigroupAwsBeanstalk#frequency}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#frequency ElastigroupAwsBeanstalk#frequency}. --- @@ -1709,7 +1709,7 @@ GracePeriod *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#grace_period ElastigroupAwsBeanstalk#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#grace_period ElastigroupAwsBeanstalk#grace_period}. --- @@ -1721,7 +1721,7 @@ IsEnabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#is_enabled ElastigroupAwsBeanstalk#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#is_enabled ElastigroupAwsBeanstalk#is_enabled}. --- @@ -1733,7 +1733,7 @@ MaxCapacity *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#max_capacity ElastigroupAwsBeanstalk#max_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#max_capacity ElastigroupAwsBeanstalk#max_capacity}. --- @@ -1745,7 +1745,7 @@ MinCapacity *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#min_capacity ElastigroupAwsBeanstalk#min_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#min_capacity ElastigroupAwsBeanstalk#min_capacity}. --- @@ -1757,7 +1757,7 @@ ScaleMaxCapacity *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws_beanstalk#scale_max_capacity ElastigroupAwsBeanstalk#scale_max_capacity}. --- @@ -1769,7 +1769,7 @@ ScaleMinCapacity *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws_beanstalk#scale_min_capacity ElastigroupAwsBeanstalk#scale_min_capacity}. --- @@ -1781,7 +1781,7 @@ ScaleTargetCapacity *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws_beanstalk#scale_target_capacity ElastigroupAwsBeanstalk#scale_target_capacity}. --- @@ -1793,7 +1793,7 @@ StartTime *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#start_time ElastigroupAwsBeanstalk#start_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#start_time ElastigroupAwsBeanstalk#start_time}. --- @@ -1805,7 +1805,7 @@ TargetCapacity *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#target_capacity ElastigroupAwsBeanstalk#target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#target_capacity ElastigroupAwsBeanstalk#target_capacity}. --- diff --git a/docs/elastigroupAwsBeanstalk.java.md b/docs/elastigroupAwsBeanstalk.java.md index 9787ac070..a06c9da47 100644 --- a/docs/elastigroupAwsBeanstalk.java.md +++ b/docs/elastigroupAwsBeanstalk.java.md @@ -4,7 +4,7 @@ ### ElastigroupAwsBeanstalk -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk spotinst_elastigroup_aws_beanstalk}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk spotinst_elastigroup_aws_beanstalk}. #### Initializers @@ -52,18 +52,18 @@ ElastigroupAwsBeanstalk.Builder.create(Construct scope, java.lang.String id) | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| desiredCapacity | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.169.1/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.169.1/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.170.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.170.0/docs/resources/elastigroup_aws_beanstalk#maintenance ElastigroupAwsBeanstalk#maintenance}. | | managedActions | ElastigroupAwsBeanstalkManagedActions | managed_actions block. | | scheduledTask | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupAwsBeanstalkScheduledTask> | scheduled_task block. | @@ -133,7 +133,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#desired_capacity ElastigroupAwsBeanstalk#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#desired_capacity ElastigroupAwsBeanstalk#desired_capacity}. --- @@ -141,7 +141,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws_beanstalk#instance_types_spot ElastigroupAwsBeanstalk#instance_types_spot}. --- @@ -149,7 +149,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#max_size ElastigroupAwsBeanstalk#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#max_size ElastigroupAwsBeanstalk#max_size}. --- @@ -157,7 +157,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#min_size ElastigroupAwsBeanstalk#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#min_size ElastigroupAwsBeanstalk#min_size}. --- @@ -165,7 +165,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#name ElastigroupAwsBeanstalk#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#name ElastigroupAwsBeanstalk#name}. --- @@ -173,7 +173,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#product ElastigroupAwsBeanstalk#product}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#product ElastigroupAwsBeanstalk#product}. --- @@ -181,7 +181,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#region ElastigroupAwsBeanstalk#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#region ElastigroupAwsBeanstalk#region}. --- @@ -189,7 +189,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws_beanstalk#beanstalk_environment_id ElastigroupAwsBeanstalk#beanstalk_environment_id}. --- @@ -197,7 +197,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws_beanstalk#beanstalk_environment_name ElastigroupAwsBeanstalk#beanstalk_environment_name}. --- @@ -207,7 +207,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti deployment_preferences block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#deployment_preferences ElastigroupAwsBeanstalk#deployment_preferences} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#deployment_preferences ElastigroupAwsBeanstalk#deployment_preferences} --- @@ -215,7 +215,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#id ElastigroupAwsBeanstalk#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#id ElastigroupAwsBeanstalk#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -226,7 +226,7 @@ If you experience problems setting this value it might not be settable. Please t - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#maintenance ElastigroupAwsBeanstalk#maintenance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#maintenance ElastigroupAwsBeanstalk#maintenance}. --- @@ -236,7 +236,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti managed_actions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#managed_actions ElastigroupAwsBeanstalk#managed_actions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#managed_actions ElastigroupAwsBeanstalk#managed_actions} --- @@ -246,7 +246,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#scheduled_task ElastigroupAwsBeanstalk#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#scheduled_task ElastigroupAwsBeanstalk#scheduled_task} --- @@ -761,7 +761,7 @@ The construct id used in the generated config for the ElastigroupAwsBeanstalk to The id of the existing ElastigroupAwsBeanstalk that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#import import section} in the documentation of this resource for the id to use --- @@ -1312,18 +1312,18 @@ ElastigroupAwsBeanstalkConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| desiredCapacity | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.169.1/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.169.1/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.170.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.170.0/docs/resources/elastigroup_aws_beanstalk#maintenance ElastigroupAwsBeanstalk#maintenance}. | | managedActions | ElastigroupAwsBeanstalkManagedActions | managed_actions block. | | scheduledTask | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupAwsBeanstalkScheduledTask> | scheduled_task block. | @@ -1407,7 +1407,7 @@ public java.lang.Number getDesiredCapacity(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#desired_capacity ElastigroupAwsBeanstalk#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#desired_capacity ElastigroupAwsBeanstalk#desired_capacity}. --- @@ -1419,7 +1419,7 @@ public java.util.List getInstanceTypesSpot(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws_beanstalk#instance_types_spot ElastigroupAwsBeanstalk#instance_types_spot}. --- @@ -1431,7 +1431,7 @@ public java.lang.Number getMaxSize(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#max_size ElastigroupAwsBeanstalk#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#max_size ElastigroupAwsBeanstalk#max_size}. --- @@ -1443,7 +1443,7 @@ public java.lang.Number getMinSize(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#min_size ElastigroupAwsBeanstalk#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#min_size ElastigroupAwsBeanstalk#min_size}. --- @@ -1455,7 +1455,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#name ElastigroupAwsBeanstalk#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#name ElastigroupAwsBeanstalk#name}. --- @@ -1467,7 +1467,7 @@ public java.lang.String getProduct(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#product ElastigroupAwsBeanstalk#product}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#product ElastigroupAwsBeanstalk#product}. --- @@ -1479,7 +1479,7 @@ public java.lang.String getRegion(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#region ElastigroupAwsBeanstalk#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#region ElastigroupAwsBeanstalk#region}. --- @@ -1491,7 +1491,7 @@ public java.lang.String getBeanstalkEnvironmentId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws_beanstalk#beanstalk_environment_id ElastigroupAwsBeanstalk#beanstalk_environment_id}. --- @@ -1503,7 +1503,7 @@ public java.lang.String getBeanstalkEnvironmentName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws_beanstalk#beanstalk_environment_name ElastigroupAwsBeanstalk#beanstalk_environment_name}. --- @@ -1517,7 +1517,7 @@ public ElastigroupAwsBeanstalkDeploymentPreferences getDeploymentPreferences(); deployment_preferences block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#deployment_preferences ElastigroupAwsBeanstalk#deployment_preferences} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#deployment_preferences ElastigroupAwsBeanstalk#deployment_preferences} --- @@ -1529,7 +1529,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#id ElastigroupAwsBeanstalk#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#id ElastigroupAwsBeanstalk#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1544,7 +1544,7 @@ public java.lang.String getMaintenance(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#maintenance ElastigroupAwsBeanstalk#maintenance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#maintenance ElastigroupAwsBeanstalk#maintenance}. --- @@ -1558,7 +1558,7 @@ public ElastigroupAwsBeanstalkManagedActions getManagedActions(); managed_actions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#managed_actions ElastigroupAwsBeanstalk#managed_actions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#managed_actions ElastigroupAwsBeanstalk#managed_actions} --- @@ -1572,7 +1572,7 @@ public java.lang.Object getScheduledTask(); scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#scheduled_task ElastigroupAwsBeanstalk#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#scheduled_task ElastigroupAwsBeanstalk#scheduled_task} --- @@ -1597,9 +1597,9 @@ ElastigroupAwsBeanstalkDeploymentPreferences.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| automaticRoll | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/elastigroup_aws_beanstalk#grace_period ElastigroupAwsBeanstalk#grace_period}. | | strategy | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupAwsBeanstalkDeploymentPreferencesStrategy> | strategy block. | --- @@ -1612,7 +1612,7 @@ public java.lang.Object getAutomaticRoll(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#automatic_roll ElastigroupAwsBeanstalk#automatic_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#automatic_roll ElastigroupAwsBeanstalk#automatic_roll}. --- @@ -1624,7 +1624,7 @@ public java.lang.Number getBatchSizePercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws_beanstalk#batch_size_percentage ElastigroupAwsBeanstalk#batch_size_percentage}. --- @@ -1636,7 +1636,7 @@ public java.lang.Number getGracePeriod(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#grace_period ElastigroupAwsBeanstalk#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#grace_period ElastigroupAwsBeanstalk#grace_period}. --- @@ -1650,7 +1650,7 @@ public java.lang.Object getStrategy(); strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#strategy ElastigroupAwsBeanstalk#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#strategy ElastigroupAwsBeanstalk#strategy} --- @@ -1672,8 +1672,8 @@ ElastigroupAwsBeanstalkDeploymentPreferencesStrategy.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| action | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/elastigroup_aws_beanstalk#should_drain_instances ElastigroupAwsBeanstalk#should_drain_instances}. | --- @@ -1685,7 +1685,7 @@ public java.lang.String getAction(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#action ElastigroupAwsBeanstalk#action}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#action ElastigroupAwsBeanstalk#action}. --- @@ -1697,7 +1697,7 @@ public java.lang.Object getShouldDrainInstances(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws_beanstalk#should_drain_instances ElastigroupAwsBeanstalk#should_drain_instances}. --- @@ -1731,7 +1731,7 @@ public ElastigroupAwsBeanstalkManagedActionsPlatformUpdate getPlatformUpdate(); platform_update block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#platform_update ElastigroupAwsBeanstalk#platform_update} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#platform_update ElastigroupAwsBeanstalk#platform_update} --- @@ -1753,9 +1753,9 @@ ElastigroupAwsBeanstalkManagedActionsPlatformUpdate.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| performAt | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/elastigroup_aws_beanstalk#update_level ElastigroupAwsBeanstalk#update_level}. | --- @@ -1767,7 +1767,7 @@ public java.lang.String getPerformAt(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#perform_at ElastigroupAwsBeanstalk#perform_at}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#perform_at ElastigroupAwsBeanstalk#perform_at}. --- @@ -1779,7 +1779,7 @@ public java.lang.String getTimeWindow(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#time_window ElastigroupAwsBeanstalk#time_window}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#time_window ElastigroupAwsBeanstalk#time_window}. --- @@ -1791,7 +1791,7 @@ public java.lang.String getUpdateLevel(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#update_level ElastigroupAwsBeanstalk#update_level}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#update_level ElastigroupAwsBeanstalk#update_level}. --- @@ -1826,21 +1826,21 @@ ElastigroupAwsBeanstalkScheduledTask.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| taskType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.0/docs/resources/elastigroup_aws_beanstalk#target_capacity ElastigroupAwsBeanstalk#target_capacity}. | --- @@ -1852,7 +1852,7 @@ public java.lang.String getTaskType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#task_type ElastigroupAwsBeanstalk#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#task_type ElastigroupAwsBeanstalk#task_type}. --- @@ -1864,7 +1864,7 @@ public java.lang.String getAdjustment(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#adjustment ElastigroupAwsBeanstalk#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#adjustment ElastigroupAwsBeanstalk#adjustment}. --- @@ -1876,7 +1876,7 @@ public java.lang.String getAdjustmentPercentage(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#adjustment_percentage ElastigroupAwsBeanstalk#adjustment_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#adjustment_percentage ElastigroupAwsBeanstalk#adjustment_percentage}. --- @@ -1888,7 +1888,7 @@ public java.lang.String getBatchSizePercentage(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws_beanstalk#batch_size_percentage ElastigroupAwsBeanstalk#batch_size_percentage}. --- @@ -1900,7 +1900,7 @@ public java.lang.String getCronExpression(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#cron_expression ElastigroupAwsBeanstalk#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#cron_expression ElastigroupAwsBeanstalk#cron_expression}. --- @@ -1912,7 +1912,7 @@ public java.lang.String getFrequency(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#frequency ElastigroupAwsBeanstalk#frequency}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#frequency ElastigroupAwsBeanstalk#frequency}. --- @@ -1924,7 +1924,7 @@ public java.lang.String getGracePeriod(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#grace_period ElastigroupAwsBeanstalk#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#grace_period ElastigroupAwsBeanstalk#grace_period}. --- @@ -1936,7 +1936,7 @@ public java.lang.Object getIsEnabled(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#is_enabled ElastigroupAwsBeanstalk#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#is_enabled ElastigroupAwsBeanstalk#is_enabled}. --- @@ -1948,7 +1948,7 @@ public java.lang.String getMaxCapacity(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#max_capacity ElastigroupAwsBeanstalk#max_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#max_capacity ElastigroupAwsBeanstalk#max_capacity}. --- @@ -1960,7 +1960,7 @@ public java.lang.String getMinCapacity(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#min_capacity ElastigroupAwsBeanstalk#min_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#min_capacity ElastigroupAwsBeanstalk#min_capacity}. --- @@ -1972,7 +1972,7 @@ public java.lang.String getScaleMaxCapacity(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws_beanstalk#scale_max_capacity ElastigroupAwsBeanstalk#scale_max_capacity}. --- @@ -1984,7 +1984,7 @@ public java.lang.String getScaleMinCapacity(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws_beanstalk#scale_min_capacity ElastigroupAwsBeanstalk#scale_min_capacity}. --- @@ -1996,7 +1996,7 @@ public java.lang.String getScaleTargetCapacity(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws_beanstalk#scale_target_capacity ElastigroupAwsBeanstalk#scale_target_capacity}. --- @@ -2008,7 +2008,7 @@ public java.lang.String getStartTime(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#start_time ElastigroupAwsBeanstalk#start_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#start_time ElastigroupAwsBeanstalk#start_time}. --- @@ -2020,7 +2020,7 @@ public java.lang.String getTargetCapacity(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#target_capacity ElastigroupAwsBeanstalk#target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#target_capacity ElastigroupAwsBeanstalk#target_capacity}. --- diff --git a/docs/elastigroupAwsBeanstalk.python.md b/docs/elastigroupAwsBeanstalk.python.md index 7efeb3f3c..ce1d856c6 100644 --- a/docs/elastigroupAwsBeanstalk.python.md +++ b/docs/elastigroupAwsBeanstalk.python.md @@ -4,7 +4,7 @@ ### ElastigroupAwsBeanstalk -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk spotinst_elastigroup_aws_beanstalk}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk spotinst_elastigroup_aws_beanstalk}. #### Initializers @@ -49,18 +49,18 @@ elastigroupAwsBeanstalk.ElastigroupAwsBeanstalk( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| desired_capacity | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.169.1/docs/resources/elastigroup_aws_beanstalk#name ElastigroupAwsBeanstalk#name}. | -| product | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#product ElastigroupAwsBeanstalk#product}. | -| region | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.0/docs/resources/elastigroup_aws_beanstalk#name ElastigroupAwsBeanstalk#name}. | +| product | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#product ElastigroupAwsBeanstalk#product}. | +| region | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.169.1/docs/resources/elastigroup_aws_beanstalk#id ElastigroupAwsBeanstalk#id}. | -| maintenance | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#maintenance ElastigroupAwsBeanstalk#maintenance}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#id ElastigroupAwsBeanstalk#id}. | +| maintenance | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#maintenance ElastigroupAwsBeanstalk#maintenance}. | | managed_actions | ElastigroupAwsBeanstalkManagedActions | managed_actions block. | | scheduled_task | typing.Union[cdktf.IResolvable, typing.List[ElastigroupAwsBeanstalkScheduledTask]] | scheduled_task block. | @@ -130,7 +130,7 @@ Must be unique amongst siblings in the same scope - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#desired_capacity ElastigroupAwsBeanstalk#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#desired_capacity ElastigroupAwsBeanstalk#desired_capacity}. --- @@ -138,7 +138,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws_beanstalk#instance_types_spot ElastigroupAwsBeanstalk#instance_types_spot}. --- @@ -146,7 +146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#max_size ElastigroupAwsBeanstalk#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#max_size ElastigroupAwsBeanstalk#max_size}. --- @@ -154,7 +154,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#min_size ElastigroupAwsBeanstalk#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#min_size ElastigroupAwsBeanstalk#min_size}. --- @@ -162,7 +162,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#name ElastigroupAwsBeanstalk#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#name ElastigroupAwsBeanstalk#name}. --- @@ -170,7 +170,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#product ElastigroupAwsBeanstalk#product}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#product ElastigroupAwsBeanstalk#product}. --- @@ -178,7 +178,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#region ElastigroupAwsBeanstalk#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#region ElastigroupAwsBeanstalk#region}. --- @@ -186,7 +186,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws_beanstalk#beanstalk_environment_id ElastigroupAwsBeanstalk#beanstalk_environment_id}. --- @@ -194,7 +194,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws_beanstalk#beanstalk_environment_name ElastigroupAwsBeanstalk#beanstalk_environment_name}. --- @@ -204,7 +204,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti deployment_preferences block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#deployment_preferences ElastigroupAwsBeanstalk#deployment_preferences} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#deployment_preferences ElastigroupAwsBeanstalk#deployment_preferences} --- @@ -212,7 +212,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#id ElastigroupAwsBeanstalk#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#id ElastigroupAwsBeanstalk#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -223,7 +223,7 @@ If you experience problems setting this value it might not be settable. Please t - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#maintenance ElastigroupAwsBeanstalk#maintenance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#maintenance ElastigroupAwsBeanstalk#maintenance}. --- @@ -233,7 +233,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti managed_actions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#managed_actions ElastigroupAwsBeanstalk#managed_actions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#managed_actions ElastigroupAwsBeanstalk#managed_actions} --- @@ -243,7 +243,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#scheduled_task ElastigroupAwsBeanstalk#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#scheduled_task ElastigroupAwsBeanstalk#scheduled_task} --- @@ -627,7 +627,7 @@ def put_deployment_preferences( - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#automatic_roll ElastigroupAwsBeanstalk#automatic_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#automatic_roll ElastigroupAwsBeanstalk#automatic_roll}. --- @@ -635,7 +635,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws_beanstalk#batch_size_percentage ElastigroupAwsBeanstalk#batch_size_percentage}. --- @@ -643,7 +643,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#grace_period ElastigroupAwsBeanstalk#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#grace_period ElastigroupAwsBeanstalk#grace_period}. --- @@ -653,7 +653,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#strategy ElastigroupAwsBeanstalk#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#strategy ElastigroupAwsBeanstalk#strategy} --- @@ -671,7 +671,7 @@ def put_managed_actions( platform_update block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#platform_update ElastigroupAwsBeanstalk#platform_update} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#platform_update ElastigroupAwsBeanstalk#platform_update} --- @@ -845,7 +845,7 @@ The construct id used in the generated config for the ElastigroupAwsBeanstalk to The id of the existing ElastigroupAwsBeanstalk that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#import import section} in the documentation of this resource for the id to use --- @@ -1391,18 +1391,18 @@ elastigroupAwsBeanstalk.ElastigroupAwsBeanstalkConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| desired_capacity | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.169.1/docs/resources/elastigroup_aws_beanstalk#name ElastigroupAwsBeanstalk#name}. | -| product | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#product ElastigroupAwsBeanstalk#product}. | -| region | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.0/docs/resources/elastigroup_aws_beanstalk#name ElastigroupAwsBeanstalk#name}. | +| product | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#product ElastigroupAwsBeanstalk#product}. | +| region | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.169.1/docs/resources/elastigroup_aws_beanstalk#id ElastigroupAwsBeanstalk#id}. | -| maintenance | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#maintenance ElastigroupAwsBeanstalk#maintenance}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#id ElastigroupAwsBeanstalk#id}. | +| maintenance | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#maintenance ElastigroupAwsBeanstalk#maintenance}. | | managed_actions | ElastigroupAwsBeanstalkManagedActions | managed_actions block. | | scheduled_task | typing.Union[cdktf.IResolvable, typing.List[ElastigroupAwsBeanstalkScheduledTask]] | scheduled_task block. | @@ -1486,7 +1486,7 @@ desired_capacity: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#desired_capacity ElastigroupAwsBeanstalk#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#desired_capacity ElastigroupAwsBeanstalk#desired_capacity}. --- @@ -1498,7 +1498,7 @@ instance_types_spot: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws_beanstalk#instance_types_spot ElastigroupAwsBeanstalk#instance_types_spot}. --- @@ -1510,7 +1510,7 @@ max_size: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#max_size ElastigroupAwsBeanstalk#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#max_size ElastigroupAwsBeanstalk#max_size}. --- @@ -1522,7 +1522,7 @@ min_size: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#min_size ElastigroupAwsBeanstalk#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#min_size ElastigroupAwsBeanstalk#min_size}. --- @@ -1534,7 +1534,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#name ElastigroupAwsBeanstalk#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#name ElastigroupAwsBeanstalk#name}. --- @@ -1546,7 +1546,7 @@ product: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#product ElastigroupAwsBeanstalk#product}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#product ElastigroupAwsBeanstalk#product}. --- @@ -1558,7 +1558,7 @@ region: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#region ElastigroupAwsBeanstalk#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#region ElastigroupAwsBeanstalk#region}. --- @@ -1570,7 +1570,7 @@ beanstalk_environment_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws_beanstalk#beanstalk_environment_id ElastigroupAwsBeanstalk#beanstalk_environment_id}. --- @@ -1582,7 +1582,7 @@ beanstalk_environment_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws_beanstalk#beanstalk_environment_name ElastigroupAwsBeanstalk#beanstalk_environment_name}. --- @@ -1596,7 +1596,7 @@ deployment_preferences: ElastigroupAwsBeanstalkDeploymentPreferences deployment_preferences block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#deployment_preferences ElastigroupAwsBeanstalk#deployment_preferences} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#deployment_preferences ElastigroupAwsBeanstalk#deployment_preferences} --- @@ -1608,7 +1608,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#id ElastigroupAwsBeanstalk#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#id ElastigroupAwsBeanstalk#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1623,7 +1623,7 @@ maintenance: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#maintenance ElastigroupAwsBeanstalk#maintenance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#maintenance ElastigroupAwsBeanstalk#maintenance}. --- @@ -1637,7 +1637,7 @@ managed_actions: ElastigroupAwsBeanstalkManagedActions managed_actions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#managed_actions ElastigroupAwsBeanstalk#managed_actions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#managed_actions ElastigroupAwsBeanstalk#managed_actions} --- @@ -1651,7 +1651,7 @@ scheduled_task: typing.Union[IResolvable, typing.List[ElastigroupAwsBeanstalkSch scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#scheduled_task ElastigroupAwsBeanstalk#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#scheduled_task ElastigroupAwsBeanstalk#scheduled_task} --- @@ -1674,9 +1674,9 @@ elastigroupAwsBeanstalk.ElastigroupAwsBeanstalkDeploymentPreferences( | **Name** | **Type** | **Description** | | --- | --- | --- | -| automatic_roll | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/elastigroup_aws_beanstalk#grace_period ElastigroupAwsBeanstalk#grace_period}. | | strategy | typing.Union[cdktf.IResolvable, typing.List[ElastigroupAwsBeanstalkDeploymentPreferencesStrategy]] | strategy block. | --- @@ -1689,7 +1689,7 @@ automatic_roll: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#automatic_roll ElastigroupAwsBeanstalk#automatic_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#automatic_roll ElastigroupAwsBeanstalk#automatic_roll}. --- @@ -1701,7 +1701,7 @@ batch_size_percentage: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws_beanstalk#batch_size_percentage ElastigroupAwsBeanstalk#batch_size_percentage}. --- @@ -1713,7 +1713,7 @@ grace_period: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#grace_period ElastigroupAwsBeanstalk#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#grace_period ElastigroupAwsBeanstalk#grace_period}. --- @@ -1727,7 +1727,7 @@ strategy: typing.Union[IResolvable, typing.List[ElastigroupAwsBeanstalkDeploymen strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#strategy ElastigroupAwsBeanstalk#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#strategy ElastigroupAwsBeanstalk#strategy} --- @@ -1748,8 +1748,8 @@ elastigroupAwsBeanstalk.ElastigroupAwsBeanstalkDeploymentPreferencesStrategy( | **Name** | **Type** | **Description** | | --- | --- | --- | -| action | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/elastigroup_aws_beanstalk#should_drain_instances ElastigroupAwsBeanstalk#should_drain_instances}. | --- @@ -1761,7 +1761,7 @@ action: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#action ElastigroupAwsBeanstalk#action}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#action ElastigroupAwsBeanstalk#action}. --- @@ -1773,7 +1773,7 @@ should_drain_instances: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws_beanstalk#should_drain_instances ElastigroupAwsBeanstalk#should_drain_instances}. --- @@ -1807,7 +1807,7 @@ platform_update: ElastigroupAwsBeanstalkManagedActionsPlatformUpdate platform_update block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#platform_update ElastigroupAwsBeanstalk#platform_update} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#platform_update ElastigroupAwsBeanstalk#platform_update} --- @@ -1829,9 +1829,9 @@ elastigroupAwsBeanstalk.ElastigroupAwsBeanstalkManagedActionsPlatformUpdate( | **Name** | **Type** | **Description** | | --- | --- | --- | -| perform_at | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/elastigroup_aws_beanstalk#update_level ElastigroupAwsBeanstalk#update_level}. | --- @@ -1843,7 +1843,7 @@ perform_at: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#perform_at ElastigroupAwsBeanstalk#perform_at}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#perform_at ElastigroupAwsBeanstalk#perform_at}. --- @@ -1855,7 +1855,7 @@ time_window: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#time_window ElastigroupAwsBeanstalk#time_window}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#time_window ElastigroupAwsBeanstalk#time_window}. --- @@ -1867,7 +1867,7 @@ update_level: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#update_level ElastigroupAwsBeanstalk#update_level}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#update_level ElastigroupAwsBeanstalk#update_level}. --- @@ -1901,21 +1901,21 @@ elastigroupAwsBeanstalk.ElastigroupAwsBeanstalkScheduledTask( | **Name** | **Type** | **Description** | | --- | --- | --- | -| task_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_aws_beanstalk#adjustment ElastigroupAwsBeanstalk#adjustment}. | -| adjustment_percentage | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/docs/resources/elastigroup_aws_beanstalk#frequency ElastigroupAwsBeanstalk#frequency}. | -| grace_period | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.0/docs/resources/elastigroup_aws_beanstalk#target_capacity ElastigroupAwsBeanstalk#target_capacity}. | --- @@ -1927,7 +1927,7 @@ task_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#task_type ElastigroupAwsBeanstalk#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#task_type ElastigroupAwsBeanstalk#task_type}. --- @@ -1939,7 +1939,7 @@ adjustment: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#adjustment ElastigroupAwsBeanstalk#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#adjustment ElastigroupAwsBeanstalk#adjustment}. --- @@ -1951,7 +1951,7 @@ adjustment_percentage: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#adjustment_percentage ElastigroupAwsBeanstalk#adjustment_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#adjustment_percentage ElastigroupAwsBeanstalk#adjustment_percentage}. --- @@ -1963,7 +1963,7 @@ batch_size_percentage: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws_beanstalk#batch_size_percentage ElastigroupAwsBeanstalk#batch_size_percentage}. --- @@ -1975,7 +1975,7 @@ cron_expression: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#cron_expression ElastigroupAwsBeanstalk#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#cron_expression ElastigroupAwsBeanstalk#cron_expression}. --- @@ -1987,7 +1987,7 @@ frequency: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#frequency ElastigroupAwsBeanstalk#frequency}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#frequency ElastigroupAwsBeanstalk#frequency}. --- @@ -1999,7 +1999,7 @@ grace_period: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#grace_period ElastigroupAwsBeanstalk#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#grace_period ElastigroupAwsBeanstalk#grace_period}. --- @@ -2011,7 +2011,7 @@ is_enabled: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#is_enabled ElastigroupAwsBeanstalk#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#is_enabled ElastigroupAwsBeanstalk#is_enabled}. --- @@ -2023,7 +2023,7 @@ max_capacity: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#max_capacity ElastigroupAwsBeanstalk#max_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#max_capacity ElastigroupAwsBeanstalk#max_capacity}. --- @@ -2035,7 +2035,7 @@ min_capacity: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#min_capacity ElastigroupAwsBeanstalk#min_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#min_capacity ElastigroupAwsBeanstalk#min_capacity}. --- @@ -2047,7 +2047,7 @@ scale_max_capacity: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws_beanstalk#scale_max_capacity ElastigroupAwsBeanstalk#scale_max_capacity}. --- @@ -2059,7 +2059,7 @@ scale_min_capacity: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws_beanstalk#scale_min_capacity ElastigroupAwsBeanstalk#scale_min_capacity}. --- @@ -2071,7 +2071,7 @@ scale_target_capacity: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws_beanstalk#scale_target_capacity ElastigroupAwsBeanstalk#scale_target_capacity}. --- @@ -2083,7 +2083,7 @@ start_time: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#start_time ElastigroupAwsBeanstalk#start_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#start_time ElastigroupAwsBeanstalk#start_time}. --- @@ -2095,7 +2095,7 @@ target_capacity: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#target_capacity ElastigroupAwsBeanstalk#target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#target_capacity ElastigroupAwsBeanstalk#target_capacity}. --- @@ -3272,7 +3272,7 @@ def put_platform_update( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#perform_at ElastigroupAwsBeanstalk#perform_at}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#perform_at ElastigroupAwsBeanstalk#perform_at}. --- @@ -3280,7 +3280,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#time_window ElastigroupAwsBeanstalk#time_window}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#time_window ElastigroupAwsBeanstalk#time_window}. --- @@ -3288,7 +3288,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#update_level ElastigroupAwsBeanstalk#update_level}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#update_level ElastigroupAwsBeanstalk#update_level}. --- diff --git a/docs/elastigroupAwsBeanstalk.typescript.md b/docs/elastigroupAwsBeanstalk.typescript.md index 087f30087..bd72ec9ee 100644 --- a/docs/elastigroupAwsBeanstalk.typescript.md +++ b/docs/elastigroupAwsBeanstalk.typescript.md @@ -4,7 +4,7 @@ ### ElastigroupAwsBeanstalk -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk spotinst_elastigroup_aws_beanstalk}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk spotinst_elastigroup_aws_beanstalk}. #### Initializers @@ -555,7 +555,7 @@ The construct id used in the generated config for the ElastigroupAwsBeanstalk to The id of the existing ElastigroupAwsBeanstalk that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#import import section} in the documentation of this resource for the id to use --- @@ -1079,18 +1079,18 @@ const elastigroupAwsBeanstalkConfig: elastigroupAwsBeanstalk.ElastigroupAwsBeans | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| desiredCapacity | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.169.1/docs/resources/elastigroup_aws_beanstalk#name ElastigroupAwsBeanstalk#name}. | -| product | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#product ElastigroupAwsBeanstalk#product}. | -| region | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#region ElastigroupAwsBeanstalk#region}. | -| beanstalkEnvironmentId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.0/docs/resources/elastigroup_aws_beanstalk#name ElastigroupAwsBeanstalk#name}. | +| product | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#product ElastigroupAwsBeanstalk#product}. | +| region | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#region ElastigroupAwsBeanstalk#region}. | +| beanstalkEnvironmentId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.169.1/docs/resources/elastigroup_aws_beanstalk#id ElastigroupAwsBeanstalk#id}. | -| maintenance | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#maintenance ElastigroupAwsBeanstalk#maintenance}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#id ElastigroupAwsBeanstalk#id}. | +| maintenance | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#maintenance ElastigroupAwsBeanstalk#maintenance}. | | managedActions | ElastigroupAwsBeanstalkManagedActions | managed_actions block. | | scheduledTask | cdktf.IResolvable \| ElastigroupAwsBeanstalkScheduledTask[] | scheduled_task block. | @@ -1174,7 +1174,7 @@ public readonly desiredCapacity: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#desired_capacity ElastigroupAwsBeanstalk#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#desired_capacity ElastigroupAwsBeanstalk#desired_capacity}. --- @@ -1186,7 +1186,7 @@ public readonly instanceTypesSpot: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws_beanstalk#instance_types_spot ElastigroupAwsBeanstalk#instance_types_spot}. --- @@ -1198,7 +1198,7 @@ public readonly maxSize: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#max_size ElastigroupAwsBeanstalk#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#max_size ElastigroupAwsBeanstalk#max_size}. --- @@ -1210,7 +1210,7 @@ public readonly minSize: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#min_size ElastigroupAwsBeanstalk#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#min_size ElastigroupAwsBeanstalk#min_size}. --- @@ -1222,7 +1222,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#name ElastigroupAwsBeanstalk#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#name ElastigroupAwsBeanstalk#name}. --- @@ -1234,7 +1234,7 @@ public readonly product: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#product ElastigroupAwsBeanstalk#product}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#product ElastigroupAwsBeanstalk#product}. --- @@ -1246,7 +1246,7 @@ public readonly region: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#region ElastigroupAwsBeanstalk#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#region ElastigroupAwsBeanstalk#region}. --- @@ -1258,7 +1258,7 @@ public readonly beanstalkEnvironmentId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws_beanstalk#beanstalk_environment_id ElastigroupAwsBeanstalk#beanstalk_environment_id}. --- @@ -1270,7 +1270,7 @@ public readonly beanstalkEnvironmentName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws_beanstalk#beanstalk_environment_name ElastigroupAwsBeanstalk#beanstalk_environment_name}. --- @@ -1284,7 +1284,7 @@ public readonly deploymentPreferences: ElastigroupAwsBeanstalkDeploymentPreferen deployment_preferences block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#deployment_preferences ElastigroupAwsBeanstalk#deployment_preferences} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#deployment_preferences ElastigroupAwsBeanstalk#deployment_preferences} --- @@ -1296,7 +1296,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#id ElastigroupAwsBeanstalk#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#id ElastigroupAwsBeanstalk#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1311,7 +1311,7 @@ public readonly maintenance: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#maintenance ElastigroupAwsBeanstalk#maintenance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#maintenance ElastigroupAwsBeanstalk#maintenance}. --- @@ -1325,7 +1325,7 @@ public readonly managedActions: ElastigroupAwsBeanstalkManagedActions; managed_actions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#managed_actions ElastigroupAwsBeanstalk#managed_actions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#managed_actions ElastigroupAwsBeanstalk#managed_actions} --- @@ -1339,7 +1339,7 @@ public readonly scheduledTask: IResolvable | ElastigroupAwsBeanstalkScheduledTas scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#scheduled_task ElastigroupAwsBeanstalk#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#scheduled_task ElastigroupAwsBeanstalk#scheduled_task} --- @@ -1357,9 +1357,9 @@ const elastigroupAwsBeanstalkDeploymentPreferences: elastigroupAwsBeanstalk.Elas | **Name** | **Type** | **Description** | | --- | --- | --- | -| automaticRoll | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/elastigroup_aws_beanstalk#grace_period ElastigroupAwsBeanstalk#grace_period}. | | strategy | cdktf.IResolvable \| ElastigroupAwsBeanstalkDeploymentPreferencesStrategy[] | strategy block. | --- @@ -1372,7 +1372,7 @@ public readonly automaticRoll: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#automatic_roll ElastigroupAwsBeanstalk#automatic_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#automatic_roll ElastigroupAwsBeanstalk#automatic_roll}. --- @@ -1384,7 +1384,7 @@ public readonly batchSizePercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws_beanstalk#batch_size_percentage ElastigroupAwsBeanstalk#batch_size_percentage}. --- @@ -1396,7 +1396,7 @@ public readonly gracePeriod: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#grace_period ElastigroupAwsBeanstalk#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#grace_period ElastigroupAwsBeanstalk#grace_period}. --- @@ -1410,7 +1410,7 @@ public readonly strategy: IResolvable | ElastigroupAwsBeanstalkDeploymentPrefere strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#strategy ElastigroupAwsBeanstalk#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#strategy ElastigroupAwsBeanstalk#strategy} --- @@ -1428,8 +1428,8 @@ const elastigroupAwsBeanstalkDeploymentPreferencesStrategy: elastigroupAwsBeanst | **Name** | **Type** | **Description** | | --- | --- | --- | -| action | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/elastigroup_aws_beanstalk#should_drain_instances ElastigroupAwsBeanstalk#should_drain_instances}. | --- @@ -1441,7 +1441,7 @@ public readonly action: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#action ElastigroupAwsBeanstalk#action}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#action ElastigroupAwsBeanstalk#action}. --- @@ -1453,7 +1453,7 @@ public readonly shouldDrainInstances: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws_beanstalk#should_drain_instances ElastigroupAwsBeanstalk#should_drain_instances}. --- @@ -1485,7 +1485,7 @@ public readonly platformUpdate: ElastigroupAwsBeanstalkManagedActionsPlatformUpd platform_update block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#platform_update ElastigroupAwsBeanstalk#platform_update} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#platform_update ElastigroupAwsBeanstalk#platform_update} --- @@ -1503,9 +1503,9 @@ const elastigroupAwsBeanstalkManagedActionsPlatformUpdate: elastigroupAwsBeansta | **Name** | **Type** | **Description** | | --- | --- | --- | -| performAt | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/elastigroup_aws_beanstalk#update_level ElastigroupAwsBeanstalk#update_level}. | --- @@ -1517,7 +1517,7 @@ public readonly performAt: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#perform_at ElastigroupAwsBeanstalk#perform_at}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#perform_at ElastigroupAwsBeanstalk#perform_at}. --- @@ -1529,7 +1529,7 @@ public readonly timeWindow: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#time_window ElastigroupAwsBeanstalk#time_window}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#time_window ElastigroupAwsBeanstalk#time_window}. --- @@ -1541,7 +1541,7 @@ public readonly updateLevel: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#update_level ElastigroupAwsBeanstalk#update_level}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#update_level ElastigroupAwsBeanstalk#update_level}. --- @@ -1559,21 +1559,21 @@ const elastigroupAwsBeanstalkScheduledTask: elastigroupAwsBeanstalk.ElastigroupA | **Name** | **Type** | **Description** | | --- | --- | --- | -| taskType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_aws_beanstalk#adjustment ElastigroupAwsBeanstalk#adjustment}. | -| adjustmentPercentage | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/docs/resources/elastigroup_aws_beanstalk#frequency ElastigroupAwsBeanstalk#frequency}. | -| gracePeriod | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.0/docs/resources/elastigroup_aws_beanstalk#adjustment ElastigroupAwsBeanstalk#adjustment}. | +| adjustmentPercentage | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.0/docs/resources/elastigroup_aws_beanstalk#frequency ElastigroupAwsBeanstalk#frequency}. | +| gracePeriod | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.0/docs/resources/elastigroup_aws_beanstalk#target_capacity ElastigroupAwsBeanstalk#target_capacity}. | --- @@ -1585,7 +1585,7 @@ public readonly taskType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#task_type ElastigroupAwsBeanstalk#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#task_type ElastigroupAwsBeanstalk#task_type}. --- @@ -1597,7 +1597,7 @@ public readonly adjustment: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#adjustment ElastigroupAwsBeanstalk#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#adjustment ElastigroupAwsBeanstalk#adjustment}. --- @@ -1609,7 +1609,7 @@ public readonly adjustmentPercentage: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#adjustment_percentage ElastigroupAwsBeanstalk#adjustment_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#adjustment_percentage ElastigroupAwsBeanstalk#adjustment_percentage}. --- @@ -1621,7 +1621,7 @@ public readonly batchSizePercentage: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws_beanstalk#batch_size_percentage ElastigroupAwsBeanstalk#batch_size_percentage}. --- @@ -1633,7 +1633,7 @@ public readonly cronExpression: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#cron_expression ElastigroupAwsBeanstalk#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#cron_expression ElastigroupAwsBeanstalk#cron_expression}. --- @@ -1645,7 +1645,7 @@ public readonly frequency: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#frequency ElastigroupAwsBeanstalk#frequency}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#frequency ElastigroupAwsBeanstalk#frequency}. --- @@ -1657,7 +1657,7 @@ public readonly gracePeriod: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#grace_period ElastigroupAwsBeanstalk#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#grace_period ElastigroupAwsBeanstalk#grace_period}. --- @@ -1669,7 +1669,7 @@ public readonly isEnabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#is_enabled ElastigroupAwsBeanstalk#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#is_enabled ElastigroupAwsBeanstalk#is_enabled}. --- @@ -1681,7 +1681,7 @@ public readonly maxCapacity: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#max_capacity ElastigroupAwsBeanstalk#max_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#max_capacity ElastigroupAwsBeanstalk#max_capacity}. --- @@ -1693,7 +1693,7 @@ public readonly minCapacity: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#min_capacity ElastigroupAwsBeanstalk#min_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#min_capacity ElastigroupAwsBeanstalk#min_capacity}. --- @@ -1705,7 +1705,7 @@ public readonly scaleMaxCapacity: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws_beanstalk#scale_max_capacity ElastigroupAwsBeanstalk#scale_max_capacity}. --- @@ -1717,7 +1717,7 @@ public readonly scaleMinCapacity: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws_beanstalk#scale_min_capacity ElastigroupAwsBeanstalk#scale_min_capacity}. --- @@ -1729,7 +1729,7 @@ public readonly scaleTargetCapacity: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws_beanstalk#scale_target_capacity ElastigroupAwsBeanstalk#scale_target_capacity}. --- @@ -1741,7 +1741,7 @@ public readonly startTime: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#start_time ElastigroupAwsBeanstalk#start_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#start_time ElastigroupAwsBeanstalk#start_time}. --- @@ -1753,7 +1753,7 @@ public readonly targetCapacity: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#target_capacity ElastigroupAwsBeanstalk#target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#target_capacity ElastigroupAwsBeanstalk#target_capacity}. --- diff --git a/docs/elastigroupAwsSuspension.csharp.md b/docs/elastigroupAwsSuspension.csharp.md index da2684aa4..3ed99c12f 100644 --- a/docs/elastigroupAwsSuspension.csharp.md +++ b/docs/elastigroupAwsSuspension.csharp.md @@ -4,7 +4,7 @@ ### ElastigroupAwsSuspension -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_suspension spotinst_elastigroup_aws_suspension}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_suspension spotinst_elastigroup_aws_suspension}. #### Initializers @@ -487,7 +487,7 @@ The construct id used in the generated config for the ElastigroupAwsSuspension t The id of the existing ElastigroupAwsSuspension that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_suspension#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_suspension#import import section} in the documentation of this resource for the id to use --- @@ -780,9 +780,9 @@ new ElastigroupAwsSuspensionConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| GroupId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.169.1/docs/resources/elastigroup_aws_suspension#id ElastigroupAwsSuspension#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_suspension#id ElastigroupAwsSuspension#id}. | --- @@ -864,7 +864,7 @@ public string GroupId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_suspension#group_id ElastigroupAwsSuspension#group_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_suspension#group_id ElastigroupAwsSuspension#group_id}. --- @@ -878,7 +878,7 @@ public object Suspension { get; set; } suspension block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_suspension#suspension ElastigroupAwsSuspension#suspension} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_suspension#suspension ElastigroupAwsSuspension#suspension} --- @@ -890,7 +890,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_suspension#id ElastigroupAwsSuspension#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_suspension#id ElastigroupAwsSuspension#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -913,7 +913,7 @@ new ElastigroupAwsSuspensionSuspension { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_suspension#name ElastigroupAwsSuspension#name}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_suspension#name ElastigroupAwsSuspension#name}. | --- @@ -925,7 +925,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_suspension#name ElastigroupAwsSuspension#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_suspension#name ElastigroupAwsSuspension#name}. --- diff --git a/docs/elastigroupAwsSuspension.go.md b/docs/elastigroupAwsSuspension.go.md index 5054c49da..edcf4957b 100644 --- a/docs/elastigroupAwsSuspension.go.md +++ b/docs/elastigroupAwsSuspension.go.md @@ -4,7 +4,7 @@ ### ElastigroupAwsSuspension -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_suspension spotinst_elastigroup_aws_suspension}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_suspension spotinst_elastigroup_aws_suspension}. #### Initializers @@ -487,7 +487,7 @@ The construct id used in the generated config for the ElastigroupAwsSuspension t The id of the existing ElastigroupAwsSuspension that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_suspension#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_suspension#import import section} in the documentation of this resource for the id to use --- @@ -780,9 +780,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupawss | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| GroupId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.169.1/docs/resources/elastigroup_aws_suspension#id ElastigroupAwsSuspension#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_suspension#id ElastigroupAwsSuspension#id}. | --- @@ -864,7 +864,7 @@ GroupId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_suspension#group_id ElastigroupAwsSuspension#group_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_suspension#group_id ElastigroupAwsSuspension#group_id}. --- @@ -878,7 +878,7 @@ Suspension interface{} suspension block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_suspension#suspension ElastigroupAwsSuspension#suspension} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_suspension#suspension ElastigroupAwsSuspension#suspension} --- @@ -890,7 +890,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_suspension#id ElastigroupAwsSuspension#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_suspension#id ElastigroupAwsSuspension#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -913,7 +913,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupawss | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_suspension#name ElastigroupAwsSuspension#name}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_suspension#name ElastigroupAwsSuspension#name}. | --- @@ -925,7 +925,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_suspension#name ElastigroupAwsSuspension#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_suspension#name ElastigroupAwsSuspension#name}. --- diff --git a/docs/elastigroupAwsSuspension.java.md b/docs/elastigroupAwsSuspension.java.md index 02c5e074f..8e2613682 100644 --- a/docs/elastigroupAwsSuspension.java.md +++ b/docs/elastigroupAwsSuspension.java.md @@ -4,7 +4,7 @@ ### ElastigroupAwsSuspension -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_suspension spotinst_elastigroup_aws_suspension}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_suspension spotinst_elastigroup_aws_suspension}. #### Initializers @@ -41,9 +41,9 @@ ElastigroupAwsSuspension.Builder.create(Construct scope, java.lang.String id) | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| groupId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.169.1/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.170.0/docs/resources/elastigroup_aws_suspension#id ElastigroupAwsSuspension#id}. | --- @@ -111,7 +111,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_suspension#group_id ElastigroupAwsSuspension#group_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_suspension#group_id ElastigroupAwsSuspension#group_id}. --- @@ -121,7 +121,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti suspension block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_suspension#suspension ElastigroupAwsSuspension#suspension} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_suspension#suspension ElastigroupAwsSuspension#suspension} --- @@ -129,7 +129,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_suspension#id ElastigroupAwsSuspension#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_suspension#id ElastigroupAwsSuspension#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -579,7 +579,7 @@ The construct id used in the generated config for the ElastigroupAwsSuspension t The id of the existing ElastigroupAwsSuspension that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_suspension#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_suspension#import import section} in the documentation of this resource for the id to use --- @@ -877,9 +877,9 @@ ElastigroupAwsSuspensionConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| groupId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.169.1/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.170.0/docs/resources/elastigroup_aws_suspension#id ElastigroupAwsSuspension#id}. | --- @@ -961,7 +961,7 @@ public java.lang.String getGroupId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_suspension#group_id ElastigroupAwsSuspension#group_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_suspension#group_id ElastigroupAwsSuspension#group_id}. --- @@ -975,7 +975,7 @@ public java.lang.Object getSuspension(); suspension block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_suspension#suspension ElastigroupAwsSuspension#suspension} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_suspension#suspension ElastigroupAwsSuspension#suspension} --- @@ -987,7 +987,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_suspension#id ElastigroupAwsSuspension#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_suspension#id ElastigroupAwsSuspension#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1010,7 +1010,7 @@ ElastigroupAwsSuspensionSuspension.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_aws_suspension#name ElastigroupAwsSuspension#name}. | --- @@ -1022,7 +1022,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_suspension#name ElastigroupAwsSuspension#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_suspension#name ElastigroupAwsSuspension#name}. --- diff --git a/docs/elastigroupAwsSuspension.python.md b/docs/elastigroupAwsSuspension.python.md index 2f44614e6..4ca3693f8 100644 --- a/docs/elastigroupAwsSuspension.python.md +++ b/docs/elastigroupAwsSuspension.python.md @@ -4,7 +4,7 @@ ### ElastigroupAwsSuspension -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_suspension spotinst_elastigroup_aws_suspension}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_suspension spotinst_elastigroup_aws_suspension}. #### Initializers @@ -38,9 +38,9 @@ elastigroupAwsSuspension.ElastigroupAwsSuspension( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| group_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.169.1/docs/resources/elastigroup_aws_suspension#id ElastigroupAwsSuspension#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_suspension#id ElastigroupAwsSuspension#id}. | --- @@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_suspension#group_id ElastigroupAwsSuspension#group_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_suspension#group_id ElastigroupAwsSuspension#group_id}. --- @@ -118,7 +118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti suspension block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_suspension#suspension ElastigroupAwsSuspension#suspension} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_suspension#suspension ElastigroupAwsSuspension#suspension} --- @@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_suspension#id ElastigroupAwsSuspension#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_suspension#id ElastigroupAwsSuspension#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -624,7 +624,7 @@ The construct id used in the generated config for the ElastigroupAwsSuspension t The id of the existing ElastigroupAwsSuspension that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_suspension#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_suspension#import import section} in the documentation of this resource for the id to use --- @@ -917,9 +917,9 @@ elastigroupAwsSuspension.ElastigroupAwsSuspensionConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| group_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.169.1/docs/resources/elastigroup_aws_suspension#id ElastigroupAwsSuspension#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_suspension#id ElastigroupAwsSuspension#id}. | --- @@ -1001,7 +1001,7 @@ group_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_suspension#group_id ElastigroupAwsSuspension#group_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_suspension#group_id ElastigroupAwsSuspension#group_id}. --- @@ -1015,7 +1015,7 @@ suspension: typing.Union[IResolvable, typing.List[ElastigroupAwsSuspensionSuspen suspension block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_suspension#suspension ElastigroupAwsSuspension#suspension} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_suspension#suspension ElastigroupAwsSuspension#suspension} --- @@ -1027,7 +1027,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_suspension#id ElastigroupAwsSuspension#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_suspension#id ElastigroupAwsSuspension#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1050,7 +1050,7 @@ elastigroupAwsSuspension.ElastigroupAwsSuspensionSuspension( | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_suspension#name ElastigroupAwsSuspension#name}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_suspension#name ElastigroupAwsSuspension#name}. | --- @@ -1062,7 +1062,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_suspension#name ElastigroupAwsSuspension#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_suspension#name ElastigroupAwsSuspension#name}. --- diff --git a/docs/elastigroupAwsSuspension.typescript.md b/docs/elastigroupAwsSuspension.typescript.md index d46e1af7b..ca95c0d9a 100644 --- a/docs/elastigroupAwsSuspension.typescript.md +++ b/docs/elastigroupAwsSuspension.typescript.md @@ -4,7 +4,7 @@ ### ElastigroupAwsSuspension -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_suspension spotinst_elastigroup_aws_suspension}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_suspension spotinst_elastigroup_aws_suspension}. #### Initializers @@ -487,7 +487,7 @@ The construct id used in the generated config for the ElastigroupAwsSuspension t The id of the existing ElastigroupAwsSuspension that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_suspension#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_suspension#import import section} in the documentation of this resource for the id to use --- @@ -769,9 +769,9 @@ const elastigroupAwsSuspensionConfig: elastigroupAwsSuspension.ElastigroupAwsSus | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| groupId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.169.1/docs/resources/elastigroup_aws_suspension#id ElastigroupAwsSuspension#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_suspension#id ElastigroupAwsSuspension#id}. | --- @@ -853,7 +853,7 @@ public readonly groupId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_suspension#group_id ElastigroupAwsSuspension#group_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_suspension#group_id ElastigroupAwsSuspension#group_id}. --- @@ -867,7 +867,7 @@ public readonly suspension: IResolvable | ElastigroupAwsSuspensionSuspension[]; suspension block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_suspension#suspension ElastigroupAwsSuspension#suspension} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_suspension#suspension ElastigroupAwsSuspension#suspension} --- @@ -879,7 +879,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_suspension#id ElastigroupAwsSuspension#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_suspension#id ElastigroupAwsSuspension#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -900,7 +900,7 @@ const elastigroupAwsSuspensionSuspension: elastigroupAwsSuspension.ElastigroupAw | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_suspension#name ElastigroupAwsSuspension#name}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_suspension#name ElastigroupAwsSuspension#name}. | --- @@ -912,7 +912,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_suspension#name ElastigroupAwsSuspension#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_suspension#name ElastigroupAwsSuspension#name}. --- diff --git a/docs/elastigroupAzure.csharp.md b/docs/elastigroupAzure.csharp.md index af9dae026..3c075892f 100644 --- a/docs/elastigroupAzure.csharp.md +++ b/docs/elastigroupAzure.csharp.md @@ -4,7 +4,7 @@ ### ElastigroupAzure -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure spotinst_elastigroup_azure}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure spotinst_elastigroup_azure}. #### Initializers @@ -762,7 +762,7 @@ The construct id used in the generated config for the ElastigroupAzure to import The id of the existing ElastigroupAzure that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#import import section} in the documentation of this resource for the id to use --- @@ -1584,32 +1584,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.169.1/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.169.1/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. | +| LowPrioritySizes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.169.1/docs/resources/elastigroup_azure#od_sizes ElastigroupAzure#od_sizes}. | -| Product | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#product ElastigroupAzure#product}. | -| Region | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#region ElastigroupAzure#region}. | -| ResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.0/docs/resources/elastigroup_azure#product ElastigroupAzure#product}. | +| Region | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#region ElastigroupAzure#region}. | +| ResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_azure#custom_data ElastigroupAzure#custom_data}. | -| DesiredCapacity | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#desired_capacity ElastigroupAzure#desired_capacity}. | +| CustomData | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.169.1/docs/resources/elastigroup_azure#id ElastigroupAzure#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_azure#max_size ElastigroupAzure#max_size}. | -| MinSize | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#min_size ElastigroupAzure#min_size}. | +| MaxSize | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.169.1/docs/resources/elastigroup_azure#shutdown_script ElastigroupAzure#shutdown_script}. | +| ShutdownScript | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_azure#user_data ElastigroupAzure#user_data}. | +| UserData | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#user_data ElastigroupAzure#user_data}. | --- @@ -1691,7 +1691,7 @@ public string[] LowPrioritySizes { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#low_priority_sizes ElastigroupAzure#low_priority_sizes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#low_priority_sizes ElastigroupAzure#low_priority_sizes}. --- @@ -1703,7 +1703,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. --- @@ -1717,7 +1717,7 @@ public ElastigroupAzureNetwork Network { get; set; } network block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#network ElastigroupAzure#network} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#network ElastigroupAzure#network} --- @@ -1729,7 +1729,7 @@ public string[] OdSizes { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#od_sizes ElastigroupAzure#od_sizes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#od_sizes ElastigroupAzure#od_sizes}. --- @@ -1741,7 +1741,7 @@ public string Product { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#product ElastigroupAzure#product}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#product ElastigroupAzure#product}. --- @@ -1753,7 +1753,7 @@ public string Region { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#region ElastigroupAzure#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#region ElastigroupAzure#region}. --- @@ -1765,7 +1765,7 @@ public string ResourceGroupName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. --- @@ -1779,7 +1779,7 @@ public ElastigroupAzureStrategy Strategy { get; set; } strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#strategy ElastigroupAzure#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#strategy ElastigroupAzure#strategy} --- @@ -1791,7 +1791,7 @@ public string CustomData { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#custom_data ElastigroupAzure#custom_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#custom_data ElastigroupAzure#custom_data}. --- @@ -1803,7 +1803,7 @@ public double DesiredCapacity { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#desired_capacity ElastigroupAzure#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#desired_capacity ElastigroupAzure#desired_capacity}. --- @@ -1817,7 +1817,7 @@ public ElastigroupAzureHealthCheck HealthCheck { get; set; } health_check block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#health_check ElastigroupAzure#health_check} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#health_check ElastigroupAzure#health_check} --- @@ -1829,7 +1829,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#id ElastigroupAzure#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. @@ -1846,7 +1846,7 @@ public object Image { get; set; } image block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#image ElastigroupAzure#image} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#image ElastigroupAzure#image} --- @@ -1860,7 +1860,7 @@ public ElastigroupAzureIntegrationKubernetes IntegrationKubernetes { get; set; } integration_kubernetes block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#integration_kubernetes ElastigroupAzure#integration_kubernetes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#integration_kubernetes ElastigroupAzure#integration_kubernetes} --- @@ -1874,7 +1874,7 @@ public ElastigroupAzureIntegrationMultaiRuntime IntegrationMultaiRuntime { get; integration_multai_runtime block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#integration_multai_runtime ElastigroupAzure#integration_multai_runtime} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#integration_multai_runtime ElastigroupAzure#integration_multai_runtime} --- @@ -1888,7 +1888,7 @@ public object LoadBalancers { get; set; } load_balancers block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#load_balancers ElastigroupAzure#load_balancers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#load_balancers ElastigroupAzure#load_balancers} --- @@ -1902,7 +1902,7 @@ public ElastigroupAzureLogin Login { get; set; } login block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#login ElastigroupAzure#login} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#login ElastigroupAzure#login} --- @@ -1916,7 +1916,7 @@ public object ManagedServiceIdentities { get; set; } managed_service_identities block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#managed_service_identities ElastigroupAzure#managed_service_identities} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#managed_service_identities ElastigroupAzure#managed_service_identities} --- @@ -1928,7 +1928,7 @@ public double MaxSize { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#max_size ElastigroupAzure#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#max_size ElastigroupAzure#max_size}. --- @@ -1940,7 +1940,7 @@ public double MinSize { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#min_size ElastigroupAzure#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#min_size ElastigroupAzure#min_size}. --- @@ -1954,7 +1954,7 @@ public object ScalingDownPolicy { get; set; } scaling_down_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#scaling_down_policy ElastigroupAzure#scaling_down_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#scaling_down_policy ElastigroupAzure#scaling_down_policy} --- @@ -1968,7 +1968,7 @@ public object ScalingUpPolicy { get; set; } scaling_up_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#scaling_up_policy ElastigroupAzure#scaling_up_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#scaling_up_policy ElastigroupAzure#scaling_up_policy} --- @@ -1982,7 +1982,7 @@ public object ScheduledTask { get; set; } scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#scheduled_task ElastigroupAzure#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#scheduled_task ElastigroupAzure#scheduled_task} --- @@ -1994,7 +1994,7 @@ public string ShutdownScript { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#shutdown_script ElastigroupAzure#shutdown_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#shutdown_script ElastigroupAzure#shutdown_script}. --- @@ -2008,7 +2008,7 @@ public ElastigroupAzureUpdatePolicy UpdatePolicy { get; set; } update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#update_policy ElastigroupAzure#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#update_policy ElastigroupAzure#update_policy} --- @@ -2020,7 +2020,7 @@ public string UserData { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#user_data ElastigroupAzure#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#user_data ElastigroupAzure#user_data}. --- @@ -2042,9 +2042,9 @@ new ElastigroupAzureHealthCheck { | **Name** | **Type** | **Description** | | --- | --- | --- | -| HealthCheckType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_azure#auto_healing ElastigroupAzure#auto_healing}. | -| GracePeriod | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#grace_period ElastigroupAzure#grace_period}. | +| HealthCheckType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.0/docs/resources/elastigroup_azure#grace_period ElastigroupAzure#grace_period}. | --- @@ -2056,7 +2056,7 @@ public string HealthCheckType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#health_check_type ElastigroupAzure#health_check_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#health_check_type ElastigroupAzure#health_check_type}. --- @@ -2068,7 +2068,7 @@ public object AutoHealing { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#auto_healing ElastigroupAzure#auto_healing}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#auto_healing ElastigroupAzure#auto_healing}. --- @@ -2080,7 +2080,7 @@ public double GracePeriod { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#grace_period ElastigroupAzure#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#grace_period ElastigroupAzure#grace_period}. --- @@ -2116,7 +2116,7 @@ public object Custom { get; set; } custom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#custom ElastigroupAzure#custom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#custom ElastigroupAzure#custom} --- @@ -2130,7 +2130,7 @@ public object Marketplace { get; set; } marketplace block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#marketplace ElastigroupAzure#marketplace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#marketplace ElastigroupAzure#marketplace} --- @@ -2151,8 +2151,8 @@ new ElastigroupAzureImageCustom { | **Name** | **Type** | **Description** | | --- | --- | --- | -| ImageName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#image_name ElastigroupAzure#image_name}. | -| ResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.0/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. | --- @@ -2164,7 +2164,7 @@ public string ImageName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#image_name ElastigroupAzure#image_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#image_name ElastigroupAzure#image_name}. --- @@ -2176,7 +2176,7 @@ public string ResourceGroupName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. --- @@ -2198,9 +2198,9 @@ new ElastigroupAzureImageMarketplace { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Offer | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#offer ElastigroupAzure#offer}. | -| Publisher | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#publisher ElastigroupAzure#publisher}. | -| Sku | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#sku ElastigroupAzure#sku}. | +| Offer | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#offer ElastigroupAzure#offer}. | +| Publisher | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#publisher ElastigroupAzure#publisher}. | +| Sku | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#sku ElastigroupAzure#sku}. | --- @@ -2212,7 +2212,7 @@ public string Offer { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#offer ElastigroupAzure#offer}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#offer ElastigroupAzure#offer}. --- @@ -2224,7 +2224,7 @@ public string Publisher { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#publisher ElastigroupAzure#publisher}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#publisher ElastigroupAzure#publisher}. --- @@ -2236,7 +2236,7 @@ public string Sku { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#sku ElastigroupAzure#sku}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#sku ElastigroupAzure#sku}. --- @@ -2256,7 +2256,7 @@ new ElastigroupAzureIntegrationKubernetes { | **Name** | **Type** | **Description** | | --- | --- | --- | -| ClusterIdentifier | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#cluster_identifier ElastigroupAzure#cluster_identifier}. | +| ClusterIdentifier | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#cluster_identifier ElastigroupAzure#cluster_identifier}. | --- @@ -2268,7 +2268,7 @@ public string ClusterIdentifier { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#cluster_identifier ElastigroupAzure#cluster_identifier}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#cluster_identifier ElastigroupAzure#cluster_identifier}. --- @@ -2288,7 +2288,7 @@ new ElastigroupAzureIntegrationMultaiRuntime { | **Name** | **Type** | **Description** | | --- | --- | --- | -| DeploymentId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#deployment_id ElastigroupAzure#deployment_id}. | +| DeploymentId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#deployment_id ElastigroupAzure#deployment_id}. | --- @@ -2300,7 +2300,7 @@ public string DeploymentId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#deployment_id ElastigroupAzure#deployment_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#deployment_id ElastigroupAzure#deployment_id}. --- @@ -2323,10 +2323,10 @@ new ElastigroupAzureLoadBalancers { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#type ElastigroupAzure#type}. | -| AutoWeight | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#auto_weight ElastigroupAzure#auto_weight}. | -| BalancerId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#balancer_id ElastigroupAzure#balancer_id}. | -| TargetSetId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_azure#type ElastigroupAzure#type}. | +| AutoWeight | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.0/docs/resources/elastigroup_azure#target_set_id ElastigroupAzure#target_set_id}. | --- @@ -2338,7 +2338,7 @@ public string Type { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#type ElastigroupAzure#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#type ElastigroupAzure#type}. --- @@ -2350,7 +2350,7 @@ public object AutoWeight { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#auto_weight ElastigroupAzure#auto_weight}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#auto_weight ElastigroupAzure#auto_weight}. --- @@ -2362,7 +2362,7 @@ public string BalancerId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#balancer_id ElastigroupAzure#balancer_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#balancer_id ElastigroupAzure#balancer_id}. --- @@ -2374,7 +2374,7 @@ public string TargetSetId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#target_set_id ElastigroupAzure#target_set_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#target_set_id ElastigroupAzure#target_set_id}. --- @@ -2396,9 +2396,9 @@ new ElastigroupAzureLogin { | **Name** | **Type** | **Description** | | --- | --- | --- | -| UserName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#user_name ElastigroupAzure#user_name}. | -| Password | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#password ElastigroupAzure#password}. | -| SshPublicKey | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.0/docs/resources/elastigroup_azure#password ElastigroupAzure#password}. | +| SshPublicKey | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#ssh_public_key ElastigroupAzure#ssh_public_key}. | --- @@ -2410,7 +2410,7 @@ public string UserName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#user_name ElastigroupAzure#user_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#user_name ElastigroupAzure#user_name}. --- @@ -2422,7 +2422,7 @@ public string Password { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#password ElastigroupAzure#password}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#password ElastigroupAzure#password}. --- @@ -2434,7 +2434,7 @@ public string SshPublicKey { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#ssh_public_key ElastigroupAzure#ssh_public_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#ssh_public_key ElastigroupAzure#ssh_public_key}. --- @@ -2455,8 +2455,8 @@ new ElastigroupAzureManagedServiceIdentities { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. | -| ResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. | +| ResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. | --- @@ -2468,7 +2468,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. --- @@ -2480,7 +2480,7 @@ public string ResourceGroupName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. --- @@ -2504,11 +2504,11 @@ new ElastigroupAzureNetwork { | **Name** | **Type** | **Description** | | --- | --- | --- | -| ResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_azure#subnet_name ElastigroupAzure#subnet_name}. | -| VirtualNetworkName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.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.170.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.169.1/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.170.0/docs/resources/elastigroup_azure#assign_public_ip ElastigroupAzure#assign_public_ip}. | --- @@ -2520,7 +2520,7 @@ public string ResourceGroupName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. --- @@ -2532,7 +2532,7 @@ public string SubnetName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#subnet_name ElastigroupAzure#subnet_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#subnet_name ElastigroupAzure#subnet_name}. --- @@ -2544,7 +2544,7 @@ public string VirtualNetworkName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#virtual_network_name ElastigroupAzure#virtual_network_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#virtual_network_name ElastigroupAzure#virtual_network_name}. --- @@ -2558,7 +2558,7 @@ public object AdditionalIpConfigs { get; set; } additional_ip_configs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#additional_ip_configs ElastigroupAzure#additional_ip_configs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#additional_ip_configs ElastigroupAzure#additional_ip_configs} --- @@ -2570,7 +2570,7 @@ public object AssignPublicIp { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#assign_public_ip ElastigroupAzure#assign_public_ip}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#assign_public_ip ElastigroupAzure#assign_public_ip}. --- @@ -2591,8 +2591,8 @@ new ElastigroupAzureNetworkAdditionalIpConfigs { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. | -| PrivateIpVersion | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. | +| PrivateIpVersion | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#private_ip_version ElastigroupAzure#private_ip_version}. | --- @@ -2604,7 +2604,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. --- @@ -2616,7 +2616,7 @@ public string PrivateIpVersion { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#private_ip_version ElastigroupAzure#private_ip_version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#private_ip_version ElastigroupAzure#private_ip_version}. --- @@ -2653,24 +2653,24 @@ new ElastigroupAzureScalingDownPolicy { | **Name** | **Type** | **Description** | | --- | --- | --- | -| MetricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#metric_name ElastigroupAzure#metric_name}. | -| Namespace | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#namespace ElastigroupAzure#namespace}. | -| PolicyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#policy_name ElastigroupAzure#policy_name}. | -| Threshold | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#threshold ElastigroupAzure#threshold}. | -| ActionType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#action_type ElastigroupAzure#action_type}. | -| Adjustment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#adjustment ElastigroupAzure#adjustment}. | -| Cooldown | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#cooldown ElastigroupAzure#cooldown}. | +| MetricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_azure#namespace ElastigroupAzure#namespace}. | +| PolicyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_azure#threshold ElastigroupAzure#threshold}. | +| ActionType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_azure#adjustment ElastigroupAzure#adjustment}. | +| Cooldown | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_azure#evaluation_periods ElastigroupAzure#evaluation_periods}. | -| Maximum | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#maximum ElastigroupAzure#maximum}. | -| MaxTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_azure#minimum ElastigroupAzure#minimum}. | -| MinTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_azure#operator ElastigroupAzure#operator}. | -| Period | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#period ElastigroupAzure#period}. | -| Statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#statistic ElastigroupAzure#statistic}. | -| Target | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#target ElastigroupAzure#target}. | -| Unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#unit ElastigroupAzure#unit}. | +| EvaluationPeriods | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_azure#maximum ElastigroupAzure#maximum}. | +| MaxTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_azure#minimum ElastigroupAzure#minimum}. | +| MinTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_azure#operator ElastigroupAzure#operator}. | +| Period | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#period ElastigroupAzure#period}. | +| Statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#statistic ElastigroupAzure#statistic}. | +| Target | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#target ElastigroupAzure#target}. | +| Unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#unit ElastigroupAzure#unit}. | --- @@ -2682,7 +2682,7 @@ public string MetricName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#metric_name ElastigroupAzure#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#metric_name ElastigroupAzure#metric_name}. --- @@ -2694,7 +2694,7 @@ public string Namespace { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#namespace ElastigroupAzure#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#namespace ElastigroupAzure#namespace}. --- @@ -2706,7 +2706,7 @@ public string PolicyName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#policy_name ElastigroupAzure#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#policy_name ElastigroupAzure#policy_name}. --- @@ -2718,7 +2718,7 @@ public double Threshold { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#threshold ElastigroupAzure#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#threshold ElastigroupAzure#threshold}. --- @@ -2730,7 +2730,7 @@ public string ActionType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#action_type ElastigroupAzure#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#action_type ElastigroupAzure#action_type}. --- @@ -2742,7 +2742,7 @@ public string Adjustment { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#adjustment ElastigroupAzure#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#adjustment ElastigroupAzure#adjustment}. --- @@ -2754,7 +2754,7 @@ public double Cooldown { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#cooldown ElastigroupAzure#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#cooldown ElastigroupAzure#cooldown}. --- @@ -2768,7 +2768,7 @@ public object Dimensions { get; set; } dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#dimensions ElastigroupAzure#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#dimensions ElastigroupAzure#dimensions} --- @@ -2780,7 +2780,7 @@ public double EvaluationPeriods { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#evaluation_periods ElastigroupAzure#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#evaluation_periods ElastigroupAzure#evaluation_periods}. --- @@ -2792,7 +2792,7 @@ public string Maximum { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#maximum ElastigroupAzure#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#maximum ElastigroupAzure#maximum}. --- @@ -2804,7 +2804,7 @@ public string MaxTargetCapacity { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#max_target_capacity ElastigroupAzure#max_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#max_target_capacity ElastigroupAzure#max_target_capacity}. --- @@ -2816,7 +2816,7 @@ public string Minimum { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#minimum ElastigroupAzure#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#minimum ElastigroupAzure#minimum}. --- @@ -2828,7 +2828,7 @@ public string MinTargetCapacity { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#min_target_capacity ElastigroupAzure#min_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#min_target_capacity ElastigroupAzure#min_target_capacity}. --- @@ -2840,7 +2840,7 @@ public string Operator { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#operator ElastigroupAzure#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#operator ElastigroupAzure#operator}. --- @@ -2852,7 +2852,7 @@ public double Period { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#period ElastigroupAzure#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#period ElastigroupAzure#period}. --- @@ -2864,7 +2864,7 @@ public string Statistic { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#statistic ElastigroupAzure#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#statistic ElastigroupAzure#statistic}. --- @@ -2876,7 +2876,7 @@ public string Target { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#target ElastigroupAzure#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#target ElastigroupAzure#target}. --- @@ -2888,7 +2888,7 @@ public string Unit { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#unit ElastigroupAzure#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#unit ElastigroupAzure#unit}. --- @@ -2909,8 +2909,8 @@ new ElastigroupAzureScalingDownPolicyDimensions { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#value ElastigroupAzure#value}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. | +| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#value ElastigroupAzure#value}. | --- @@ -2922,7 +2922,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. --- @@ -2934,7 +2934,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#value ElastigroupAzure#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#value ElastigroupAzure#value}. --- @@ -2971,24 +2971,24 @@ new ElastigroupAzureScalingUpPolicy { | **Name** | **Type** | **Description** | | --- | --- | --- | -| MetricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#metric_name ElastigroupAzure#metric_name}. | -| Namespace | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#namespace ElastigroupAzure#namespace}. | -| PolicyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#policy_name ElastigroupAzure#policy_name}. | -| Threshold | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#threshold ElastigroupAzure#threshold}. | -| ActionType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#action_type ElastigroupAzure#action_type}. | -| Adjustment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#adjustment ElastigroupAzure#adjustment}. | -| Cooldown | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#cooldown ElastigroupAzure#cooldown}. | +| MetricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_azure#namespace ElastigroupAzure#namespace}. | +| PolicyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_azure#threshold ElastigroupAzure#threshold}. | +| ActionType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_azure#adjustment ElastigroupAzure#adjustment}. | +| Cooldown | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_azure#evaluation_periods ElastigroupAzure#evaluation_periods}. | -| Maximum | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#maximum ElastigroupAzure#maximum}. | -| MaxTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_azure#minimum ElastigroupAzure#minimum}. | -| MinTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_azure#operator ElastigroupAzure#operator}. | -| Period | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#period ElastigroupAzure#period}. | -| Statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#statistic ElastigroupAzure#statistic}. | -| Target | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#target ElastigroupAzure#target}. | -| Unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#unit ElastigroupAzure#unit}. | +| EvaluationPeriods | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_azure#maximum ElastigroupAzure#maximum}. | +| MaxTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_azure#minimum ElastigroupAzure#minimum}. | +| MinTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_azure#operator ElastigroupAzure#operator}. | +| Period | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#period ElastigroupAzure#period}. | +| Statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#statistic ElastigroupAzure#statistic}. | +| Target | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#target ElastigroupAzure#target}. | +| Unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#unit ElastigroupAzure#unit}. | --- @@ -3000,7 +3000,7 @@ public string MetricName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#metric_name ElastigroupAzure#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#metric_name ElastigroupAzure#metric_name}. --- @@ -3012,7 +3012,7 @@ public string Namespace { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#namespace ElastigroupAzure#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#namespace ElastigroupAzure#namespace}. --- @@ -3024,7 +3024,7 @@ public string PolicyName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#policy_name ElastigroupAzure#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#policy_name ElastigroupAzure#policy_name}. --- @@ -3036,7 +3036,7 @@ public double Threshold { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#threshold ElastigroupAzure#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#threshold ElastigroupAzure#threshold}. --- @@ -3048,7 +3048,7 @@ public string ActionType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#action_type ElastigroupAzure#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#action_type ElastigroupAzure#action_type}. --- @@ -3060,7 +3060,7 @@ public string Adjustment { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#adjustment ElastigroupAzure#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#adjustment ElastigroupAzure#adjustment}. --- @@ -3072,7 +3072,7 @@ public double Cooldown { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#cooldown ElastigroupAzure#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#cooldown ElastigroupAzure#cooldown}. --- @@ -3086,7 +3086,7 @@ public object Dimensions { get; set; } dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#dimensions ElastigroupAzure#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#dimensions ElastigroupAzure#dimensions} --- @@ -3098,7 +3098,7 @@ public double EvaluationPeriods { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#evaluation_periods ElastigroupAzure#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#evaluation_periods ElastigroupAzure#evaluation_periods}. --- @@ -3110,7 +3110,7 @@ public string Maximum { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#maximum ElastigroupAzure#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#maximum ElastigroupAzure#maximum}. --- @@ -3122,7 +3122,7 @@ public string MaxTargetCapacity { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#max_target_capacity ElastigroupAzure#max_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#max_target_capacity ElastigroupAzure#max_target_capacity}. --- @@ -3134,7 +3134,7 @@ public string Minimum { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#minimum ElastigroupAzure#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#minimum ElastigroupAzure#minimum}. --- @@ -3146,7 +3146,7 @@ public string MinTargetCapacity { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#min_target_capacity ElastigroupAzure#min_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#min_target_capacity ElastigroupAzure#min_target_capacity}. --- @@ -3158,7 +3158,7 @@ public string Operator { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#operator ElastigroupAzure#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#operator ElastigroupAzure#operator}. --- @@ -3170,7 +3170,7 @@ public double Period { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#period ElastigroupAzure#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#period ElastigroupAzure#period}. --- @@ -3182,7 +3182,7 @@ public string Statistic { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#statistic ElastigroupAzure#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#statistic ElastigroupAzure#statistic}. --- @@ -3194,7 +3194,7 @@ public string Target { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#target ElastigroupAzure#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#target ElastigroupAzure#target}. --- @@ -3206,7 +3206,7 @@ public string Unit { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#unit ElastigroupAzure#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#unit ElastigroupAzure#unit}. --- @@ -3227,8 +3227,8 @@ new ElastigroupAzureScalingUpPolicyDimensions { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#value ElastigroupAzure#value}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. | +| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#value ElastigroupAzure#value}. | --- @@ -3240,7 +3240,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. --- @@ -3252,7 +3252,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#value ElastigroupAzure#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#value ElastigroupAzure#value}. --- @@ -3281,16 +3281,16 @@ new ElastigroupAzureScheduledTask { | **Name** | **Type** | **Description** | | --- | --- | --- | -| CronExpression | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#cron_expression ElastigroupAzure#cron_expression}. | -| TaskType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#task_type ElastigroupAzure#task_type}. | -| Adjustment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#adjustment ElastigroupAzure#adjustment}. | -| AdjustmentPercentage | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#adjustment_percentage ElastigroupAzure#adjustment_percentage}. | -| BatchSizePercentage | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_azure#grace_period ElastigroupAzure#grace_period}. | -| IsEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#is_enabled ElastigroupAzure#is_enabled}. | -| ScaleMaxCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/elastigroup_azure#adjustment ElastigroupAzure#adjustment}. | +| AdjustmentPercentage | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.170.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.170.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.170.0/docs/resources/elastigroup_azure#scale_target_capacity ElastigroupAzure#scale_target_capacity}. | --- @@ -3302,7 +3302,7 @@ public string CronExpression { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#cron_expression ElastigroupAzure#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#cron_expression ElastigroupAzure#cron_expression}. --- @@ -3314,7 +3314,7 @@ public string TaskType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#task_type ElastigroupAzure#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#task_type ElastigroupAzure#task_type}. --- @@ -3326,7 +3326,7 @@ public string Adjustment { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#adjustment ElastigroupAzure#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#adjustment ElastigroupAzure#adjustment}. --- @@ -3338,7 +3338,7 @@ public string AdjustmentPercentage { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#adjustment_percentage ElastigroupAzure#adjustment_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#adjustment_percentage ElastigroupAzure#adjustment_percentage}. --- @@ -3350,7 +3350,7 @@ public string BatchSizePercentage { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#batch_size_percentage ElastigroupAzure#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#batch_size_percentage ElastigroupAzure#batch_size_percentage}. --- @@ -3362,7 +3362,7 @@ public string GracePeriod { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#grace_period ElastigroupAzure#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#grace_period ElastigroupAzure#grace_period}. --- @@ -3374,7 +3374,7 @@ public object IsEnabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#is_enabled ElastigroupAzure#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#is_enabled ElastigroupAzure#is_enabled}. --- @@ -3386,7 +3386,7 @@ public string ScaleMaxCapacity { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#scale_max_capacity ElastigroupAzure#scale_max_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#scale_max_capacity ElastigroupAzure#scale_max_capacity}. --- @@ -3398,7 +3398,7 @@ public string ScaleMinCapacity { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#scale_min_capacity ElastigroupAzure#scale_min_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#scale_min_capacity ElastigroupAzure#scale_min_capacity}. --- @@ -3410,7 +3410,7 @@ public string ScaleTargetCapacity { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#scale_target_capacity ElastigroupAzure#scale_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#scale_target_capacity ElastigroupAzure#scale_target_capacity}. --- @@ -3432,9 +3432,9 @@ new ElastigroupAzureStrategy { | **Name** | **Type** | **Description** | | --- | --- | --- | -| DrainingTimeout | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#draining_timeout ElastigroupAzure#draining_timeout}. | -| LowPriorityPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_azure#od_count ElastigroupAzure#od_count}. | +| DrainingTimeout | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.0/docs/resources/elastigroup_azure#od_count ElastigroupAzure#od_count}. | --- @@ -3446,7 +3446,7 @@ public double DrainingTimeout { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#draining_timeout ElastigroupAzure#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#draining_timeout ElastigroupAzure#draining_timeout}. --- @@ -3458,7 +3458,7 @@ public double LowPriorityPercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#low_priority_percentage ElastigroupAzure#low_priority_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#low_priority_percentage ElastigroupAzure#low_priority_percentage}. --- @@ -3470,7 +3470,7 @@ public double OdCount { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#od_count ElastigroupAzure#od_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#od_count ElastigroupAzure#od_count}. --- @@ -3491,7 +3491,7 @@ new ElastigroupAzureUpdatePolicy { | **Name** | **Type** | **Description** | | --- | --- | --- | -| ShouldRoll | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#should_roll ElastigroupAzure#should_roll}. | +| ShouldRoll | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#should_roll ElastigroupAzure#should_roll}. | | RollConfig | ElastigroupAzureUpdatePolicyRollConfig | roll_config block. | --- @@ -3504,7 +3504,7 @@ public object ShouldRoll { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#should_roll ElastigroupAzure#should_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#should_roll ElastigroupAzure#should_roll}. --- @@ -3518,7 +3518,7 @@ public ElastigroupAzureUpdatePolicyRollConfig RollConfig { get; set; } roll_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#roll_config ElastigroupAzure#roll_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#roll_config ElastigroupAzure#roll_config} --- @@ -3540,9 +3540,9 @@ new ElastigroupAzureUpdatePolicyRollConfig { | **Name** | **Type** | **Description** | | --- | --- | --- | -| BatchSizePercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_azure#grace_period ElastigroupAzure#grace_period}. | -| HealthCheckType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.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.170.0/docs/resources/elastigroup_azure#health_check_type ElastigroupAzure#health_check_type}. | --- @@ -3554,7 +3554,7 @@ public double BatchSizePercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#batch_size_percentage ElastigroupAzure#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#batch_size_percentage ElastigroupAzure#batch_size_percentage}. --- @@ -3566,7 +3566,7 @@ public double GracePeriod { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#grace_period ElastigroupAzure#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#grace_period ElastigroupAzure#grace_period}. --- @@ -3578,7 +3578,7 @@ public string HealthCheckType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#health_check_type ElastigroupAzure#health_check_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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 2c5f87fe2..cdaed819f 100644 --- a/docs/elastigroupAzure.go.md +++ b/docs/elastigroupAzure.go.md @@ -4,7 +4,7 @@ ### ElastigroupAzure -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure spotinst_elastigroup_azure}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure spotinst_elastigroup_azure}. #### Initializers @@ -762,7 +762,7 @@ The construct id used in the generated config for the ElastigroupAzure to import The id of the existing ElastigroupAzure that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#import import section} in the documentation of this resource for the id to use --- @@ -1584,32 +1584,32 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazur | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| LowPrioritySizes | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. | +| LowPrioritySizes | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.169.1/docs/resources/elastigroup_azure#od_sizes ElastigroupAzure#od_sizes}. | -| Product | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#product ElastigroupAzure#product}. | -| Region | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#region ElastigroupAzure#region}. | -| ResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.0/docs/resources/elastigroup_azure#product ElastigroupAzure#product}. | +| Region | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#region ElastigroupAzure#region}. | +| ResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_azure#custom_data ElastigroupAzure#custom_data}. | -| DesiredCapacity | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#desired_capacity ElastigroupAzure#desired_capacity}. | +| CustomData | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.169.1/docs/resources/elastigroup_azure#id ElastigroupAzure#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_azure#max_size ElastigroupAzure#max_size}. | -| MinSize | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#min_size ElastigroupAzure#min_size}. | +| MaxSize | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.169.1/docs/resources/elastigroup_azure#shutdown_script ElastigroupAzure#shutdown_script}. | +| ShutdownScript | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_azure#user_data ElastigroupAzure#user_data}. | +| UserData | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#user_data ElastigroupAzure#user_data}. | --- @@ -1691,7 +1691,7 @@ LowPrioritySizes *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#low_priority_sizes ElastigroupAzure#low_priority_sizes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#low_priority_sizes ElastigroupAzure#low_priority_sizes}. --- @@ -1703,7 +1703,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. --- @@ -1717,7 +1717,7 @@ Network ElastigroupAzureNetwork network block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#network ElastigroupAzure#network} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#network ElastigroupAzure#network} --- @@ -1729,7 +1729,7 @@ OdSizes *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#od_sizes ElastigroupAzure#od_sizes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#od_sizes ElastigroupAzure#od_sizes}. --- @@ -1741,7 +1741,7 @@ Product *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#product ElastigroupAzure#product}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#product ElastigroupAzure#product}. --- @@ -1753,7 +1753,7 @@ Region *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#region ElastigroupAzure#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#region ElastigroupAzure#region}. --- @@ -1765,7 +1765,7 @@ ResourceGroupName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. --- @@ -1779,7 +1779,7 @@ Strategy ElastigroupAzureStrategy strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#strategy ElastigroupAzure#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#strategy ElastigroupAzure#strategy} --- @@ -1791,7 +1791,7 @@ CustomData *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#custom_data ElastigroupAzure#custom_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#custom_data ElastigroupAzure#custom_data}. --- @@ -1803,7 +1803,7 @@ DesiredCapacity *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#desired_capacity ElastigroupAzure#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#desired_capacity ElastigroupAzure#desired_capacity}. --- @@ -1817,7 +1817,7 @@ HealthCheck ElastigroupAzureHealthCheck health_check block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#health_check ElastigroupAzure#health_check} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#health_check ElastigroupAzure#health_check} --- @@ -1829,7 +1829,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#id ElastigroupAzure#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. @@ -1846,7 +1846,7 @@ Image interface{} image block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#image ElastigroupAzure#image} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#image ElastigroupAzure#image} --- @@ -1860,7 +1860,7 @@ IntegrationKubernetes ElastigroupAzureIntegrationKubernetes integration_kubernetes block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#integration_kubernetes ElastigroupAzure#integration_kubernetes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#integration_kubernetes ElastigroupAzure#integration_kubernetes} --- @@ -1874,7 +1874,7 @@ IntegrationMultaiRuntime ElastigroupAzureIntegrationMultaiRuntime integration_multai_runtime block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#integration_multai_runtime ElastigroupAzure#integration_multai_runtime} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#integration_multai_runtime ElastigroupAzure#integration_multai_runtime} --- @@ -1888,7 +1888,7 @@ LoadBalancers interface{} load_balancers block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#load_balancers ElastigroupAzure#load_balancers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#load_balancers ElastigroupAzure#load_balancers} --- @@ -1902,7 +1902,7 @@ Login ElastigroupAzureLogin login block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#login ElastigroupAzure#login} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#login ElastigroupAzure#login} --- @@ -1916,7 +1916,7 @@ ManagedServiceIdentities interface{} managed_service_identities block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#managed_service_identities ElastigroupAzure#managed_service_identities} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#managed_service_identities ElastigroupAzure#managed_service_identities} --- @@ -1928,7 +1928,7 @@ MaxSize *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#max_size ElastigroupAzure#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#max_size ElastigroupAzure#max_size}. --- @@ -1940,7 +1940,7 @@ MinSize *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#min_size ElastigroupAzure#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#min_size ElastigroupAzure#min_size}. --- @@ -1954,7 +1954,7 @@ ScalingDownPolicy interface{} scaling_down_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#scaling_down_policy ElastigroupAzure#scaling_down_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#scaling_down_policy ElastigroupAzure#scaling_down_policy} --- @@ -1968,7 +1968,7 @@ ScalingUpPolicy interface{} scaling_up_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#scaling_up_policy ElastigroupAzure#scaling_up_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#scaling_up_policy ElastigroupAzure#scaling_up_policy} --- @@ -1982,7 +1982,7 @@ ScheduledTask interface{} scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#scheduled_task ElastigroupAzure#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#scheduled_task ElastigroupAzure#scheduled_task} --- @@ -1994,7 +1994,7 @@ ShutdownScript *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#shutdown_script ElastigroupAzure#shutdown_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#shutdown_script ElastigroupAzure#shutdown_script}. --- @@ -2008,7 +2008,7 @@ UpdatePolicy ElastigroupAzureUpdatePolicy update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#update_policy ElastigroupAzure#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#update_policy ElastigroupAzure#update_policy} --- @@ -2020,7 +2020,7 @@ UserData *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#user_data ElastigroupAzure#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#user_data ElastigroupAzure#user_data}. --- @@ -2042,9 +2042,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazur | **Name** | **Type** | **Description** | | --- | --- | --- | -| HealthCheckType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_azure#auto_healing ElastigroupAzure#auto_healing}. | -| GracePeriod | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#grace_period ElastigroupAzure#grace_period}. | +| HealthCheckType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.0/docs/resources/elastigroup_azure#grace_period ElastigroupAzure#grace_period}. | --- @@ -2056,7 +2056,7 @@ HealthCheckType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#health_check_type ElastigroupAzure#health_check_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#health_check_type ElastigroupAzure#health_check_type}. --- @@ -2068,7 +2068,7 @@ AutoHealing interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#auto_healing ElastigroupAzure#auto_healing}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#auto_healing ElastigroupAzure#auto_healing}. --- @@ -2080,7 +2080,7 @@ GracePeriod *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#grace_period ElastigroupAzure#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#grace_period ElastigroupAzure#grace_period}. --- @@ -2116,7 +2116,7 @@ Custom interface{} custom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#custom ElastigroupAzure#custom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#custom ElastigroupAzure#custom} --- @@ -2130,7 +2130,7 @@ Marketplace interface{} marketplace block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#marketplace ElastigroupAzure#marketplace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#marketplace ElastigroupAzure#marketplace} --- @@ -2151,8 +2151,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazur | **Name** | **Type** | **Description** | | --- | --- | --- | -| ImageName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#image_name ElastigroupAzure#image_name}. | -| ResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.0/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. | --- @@ -2164,7 +2164,7 @@ ImageName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#image_name ElastigroupAzure#image_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#image_name ElastigroupAzure#image_name}. --- @@ -2176,7 +2176,7 @@ ResourceGroupName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. --- @@ -2198,9 +2198,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazur | **Name** | **Type** | **Description** | | --- | --- | --- | -| Offer | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#offer ElastigroupAzure#offer}. | -| Publisher | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#publisher ElastigroupAzure#publisher}. | -| Sku | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#sku ElastigroupAzure#sku}. | +| Offer | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#offer ElastigroupAzure#offer}. | +| Publisher | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#publisher ElastigroupAzure#publisher}. | +| Sku | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#sku ElastigroupAzure#sku}. | --- @@ -2212,7 +2212,7 @@ Offer *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#offer ElastigroupAzure#offer}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#offer ElastigroupAzure#offer}. --- @@ -2224,7 +2224,7 @@ Publisher *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#publisher ElastigroupAzure#publisher}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#publisher ElastigroupAzure#publisher}. --- @@ -2236,7 +2236,7 @@ Sku *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#sku ElastigroupAzure#sku}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#sku ElastigroupAzure#sku}. --- @@ -2256,7 +2256,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazur | **Name** | **Type** | **Description** | | --- | --- | --- | -| ClusterIdentifier | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#cluster_identifier ElastigroupAzure#cluster_identifier}. | +| ClusterIdentifier | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#cluster_identifier ElastigroupAzure#cluster_identifier}. | --- @@ -2268,7 +2268,7 @@ ClusterIdentifier *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#cluster_identifier ElastigroupAzure#cluster_identifier}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#cluster_identifier ElastigroupAzure#cluster_identifier}. --- @@ -2288,7 +2288,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazur | **Name** | **Type** | **Description** | | --- | --- | --- | -| DeploymentId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#deployment_id ElastigroupAzure#deployment_id}. | +| DeploymentId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#deployment_id ElastigroupAzure#deployment_id}. | --- @@ -2300,7 +2300,7 @@ DeploymentId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#deployment_id ElastigroupAzure#deployment_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#deployment_id ElastigroupAzure#deployment_id}. --- @@ -2323,10 +2323,10 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazur | **Name** | **Type** | **Description** | | --- | --- | --- | -| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#type ElastigroupAzure#type}. | -| AutoWeight | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#auto_weight ElastigroupAzure#auto_weight}. | -| BalancerId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#balancer_id ElastigroupAzure#balancer_id}. | -| TargetSetId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_azure#type ElastigroupAzure#type}. | +| AutoWeight | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.0/docs/resources/elastigroup_azure#target_set_id ElastigroupAzure#target_set_id}. | --- @@ -2338,7 +2338,7 @@ Type *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#type ElastigroupAzure#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#type ElastigroupAzure#type}. --- @@ -2350,7 +2350,7 @@ AutoWeight interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#auto_weight ElastigroupAzure#auto_weight}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#auto_weight ElastigroupAzure#auto_weight}. --- @@ -2362,7 +2362,7 @@ BalancerId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#balancer_id ElastigroupAzure#balancer_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#balancer_id ElastigroupAzure#balancer_id}. --- @@ -2374,7 +2374,7 @@ TargetSetId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#target_set_id ElastigroupAzure#target_set_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#target_set_id ElastigroupAzure#target_set_id}. --- @@ -2396,9 +2396,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazur | **Name** | **Type** | **Description** | | --- | --- | --- | -| UserName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#user_name ElastigroupAzure#user_name}. | -| Password | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#password ElastigroupAzure#password}. | -| SshPublicKey | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.0/docs/resources/elastigroup_azure#password ElastigroupAzure#password}. | +| SshPublicKey | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#ssh_public_key ElastigroupAzure#ssh_public_key}. | --- @@ -2410,7 +2410,7 @@ UserName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#user_name ElastigroupAzure#user_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#user_name ElastigroupAzure#user_name}. --- @@ -2422,7 +2422,7 @@ Password *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#password ElastigroupAzure#password}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#password ElastigroupAzure#password}. --- @@ -2434,7 +2434,7 @@ SshPublicKey *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#ssh_public_key ElastigroupAzure#ssh_public_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#ssh_public_key ElastigroupAzure#ssh_public_key}. --- @@ -2455,8 +2455,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazur | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. | -| ResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. | +| ResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. | --- @@ -2468,7 +2468,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. --- @@ -2480,7 +2480,7 @@ ResourceGroupName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. --- @@ -2504,11 +2504,11 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazur | **Name** | **Type** | **Description** | | --- | --- | --- | -| ResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_azure#subnet_name ElastigroupAzure#subnet_name}. | -| VirtualNetworkName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.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.170.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.169.1/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.170.0/docs/resources/elastigroup_azure#assign_public_ip ElastigroupAzure#assign_public_ip}. | --- @@ -2520,7 +2520,7 @@ ResourceGroupName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. --- @@ -2532,7 +2532,7 @@ SubnetName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#subnet_name ElastigroupAzure#subnet_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#subnet_name ElastigroupAzure#subnet_name}. --- @@ -2544,7 +2544,7 @@ VirtualNetworkName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#virtual_network_name ElastigroupAzure#virtual_network_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#virtual_network_name ElastigroupAzure#virtual_network_name}. --- @@ -2558,7 +2558,7 @@ AdditionalIpConfigs interface{} additional_ip_configs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#additional_ip_configs ElastigroupAzure#additional_ip_configs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#additional_ip_configs ElastigroupAzure#additional_ip_configs} --- @@ -2570,7 +2570,7 @@ AssignPublicIp interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#assign_public_ip ElastigroupAzure#assign_public_ip}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#assign_public_ip ElastigroupAzure#assign_public_ip}. --- @@ -2591,8 +2591,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazur | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. | -| PrivateIpVersion | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. | +| PrivateIpVersion | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#private_ip_version ElastigroupAzure#private_ip_version}. | --- @@ -2604,7 +2604,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. --- @@ -2616,7 +2616,7 @@ PrivateIpVersion *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#private_ip_version ElastigroupAzure#private_ip_version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#private_ip_version ElastigroupAzure#private_ip_version}. --- @@ -2653,24 +2653,24 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazur | **Name** | **Type** | **Description** | | --- | --- | --- | -| MetricName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#metric_name ElastigroupAzure#metric_name}. | -| Namespace | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#namespace ElastigroupAzure#namespace}. | -| PolicyName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#policy_name ElastigroupAzure#policy_name}. | -| Threshold | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#threshold ElastigroupAzure#threshold}. | -| ActionType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#action_type ElastigroupAzure#action_type}. | -| Adjustment | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#adjustment ElastigroupAzure#adjustment}. | -| Cooldown | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#cooldown ElastigroupAzure#cooldown}. | +| MetricName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_azure#namespace ElastigroupAzure#namespace}. | +| PolicyName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_azure#threshold ElastigroupAzure#threshold}. | +| ActionType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_azure#adjustment ElastigroupAzure#adjustment}. | +| Cooldown | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_azure#evaluation_periods ElastigroupAzure#evaluation_periods}. | -| Maximum | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#maximum ElastigroupAzure#maximum}. | -| MaxTargetCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_azure#minimum ElastigroupAzure#minimum}. | -| MinTargetCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_azure#operator ElastigroupAzure#operator}. | -| Period | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#period ElastigroupAzure#period}. | -| Statistic | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#statistic ElastigroupAzure#statistic}. | -| Target | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#target ElastigroupAzure#target}. | -| Unit | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#unit ElastigroupAzure#unit}. | +| EvaluationPeriods | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_azure#maximum ElastigroupAzure#maximum}. | +| MaxTargetCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_azure#minimum ElastigroupAzure#minimum}. | +| MinTargetCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_azure#operator ElastigroupAzure#operator}. | +| Period | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#period ElastigroupAzure#period}. | +| Statistic | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#statistic ElastigroupAzure#statistic}. | +| Target | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#target ElastigroupAzure#target}. | +| Unit | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#unit ElastigroupAzure#unit}. | --- @@ -2682,7 +2682,7 @@ MetricName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#metric_name ElastigroupAzure#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#metric_name ElastigroupAzure#metric_name}. --- @@ -2694,7 +2694,7 @@ Namespace *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#namespace ElastigroupAzure#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#namespace ElastigroupAzure#namespace}. --- @@ -2706,7 +2706,7 @@ PolicyName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#policy_name ElastigroupAzure#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#policy_name ElastigroupAzure#policy_name}. --- @@ -2718,7 +2718,7 @@ Threshold *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#threshold ElastigroupAzure#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#threshold ElastigroupAzure#threshold}. --- @@ -2730,7 +2730,7 @@ ActionType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#action_type ElastigroupAzure#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#action_type ElastigroupAzure#action_type}. --- @@ -2742,7 +2742,7 @@ Adjustment *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#adjustment ElastigroupAzure#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#adjustment ElastigroupAzure#adjustment}. --- @@ -2754,7 +2754,7 @@ Cooldown *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#cooldown ElastigroupAzure#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#cooldown ElastigroupAzure#cooldown}. --- @@ -2768,7 +2768,7 @@ Dimensions interface{} dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#dimensions ElastigroupAzure#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#dimensions ElastigroupAzure#dimensions} --- @@ -2780,7 +2780,7 @@ EvaluationPeriods *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#evaluation_periods ElastigroupAzure#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#evaluation_periods ElastigroupAzure#evaluation_periods}. --- @@ -2792,7 +2792,7 @@ Maximum *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#maximum ElastigroupAzure#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#maximum ElastigroupAzure#maximum}. --- @@ -2804,7 +2804,7 @@ MaxTargetCapacity *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#max_target_capacity ElastigroupAzure#max_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#max_target_capacity ElastigroupAzure#max_target_capacity}. --- @@ -2816,7 +2816,7 @@ Minimum *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#minimum ElastigroupAzure#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#minimum ElastigroupAzure#minimum}. --- @@ -2828,7 +2828,7 @@ MinTargetCapacity *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#min_target_capacity ElastigroupAzure#min_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#min_target_capacity ElastigroupAzure#min_target_capacity}. --- @@ -2840,7 +2840,7 @@ Operator *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#operator ElastigroupAzure#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#operator ElastigroupAzure#operator}. --- @@ -2852,7 +2852,7 @@ Period *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#period ElastigroupAzure#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#period ElastigroupAzure#period}. --- @@ -2864,7 +2864,7 @@ Statistic *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#statistic ElastigroupAzure#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#statistic ElastigroupAzure#statistic}. --- @@ -2876,7 +2876,7 @@ Target *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#target ElastigroupAzure#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#target ElastigroupAzure#target}. --- @@ -2888,7 +2888,7 @@ Unit *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#unit ElastigroupAzure#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#unit ElastigroupAzure#unit}. --- @@ -2909,8 +2909,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazur | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#value ElastigroupAzure#value}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. | +| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#value ElastigroupAzure#value}. | --- @@ -2922,7 +2922,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. --- @@ -2934,7 +2934,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#value ElastigroupAzure#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#value ElastigroupAzure#value}. --- @@ -2971,24 +2971,24 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazur | **Name** | **Type** | **Description** | | --- | --- | --- | -| MetricName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#metric_name ElastigroupAzure#metric_name}. | -| Namespace | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#namespace ElastigroupAzure#namespace}. | -| PolicyName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#policy_name ElastigroupAzure#policy_name}. | -| Threshold | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#threshold ElastigroupAzure#threshold}. | -| ActionType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#action_type ElastigroupAzure#action_type}. | -| Adjustment | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#adjustment ElastigroupAzure#adjustment}. | -| Cooldown | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#cooldown ElastigroupAzure#cooldown}. | +| MetricName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_azure#namespace ElastigroupAzure#namespace}. | +| PolicyName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_azure#threshold ElastigroupAzure#threshold}. | +| ActionType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_azure#adjustment ElastigroupAzure#adjustment}. | +| Cooldown | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_azure#evaluation_periods ElastigroupAzure#evaluation_periods}. | -| Maximum | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#maximum ElastigroupAzure#maximum}. | -| MaxTargetCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_azure#minimum ElastigroupAzure#minimum}. | -| MinTargetCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_azure#operator ElastigroupAzure#operator}. | -| Period | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#period ElastigroupAzure#period}. | -| Statistic | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#statistic ElastigroupAzure#statistic}. | -| Target | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#target ElastigroupAzure#target}. | -| Unit | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#unit ElastigroupAzure#unit}. | +| EvaluationPeriods | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_azure#maximum ElastigroupAzure#maximum}. | +| MaxTargetCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_azure#minimum ElastigroupAzure#minimum}. | +| MinTargetCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_azure#operator ElastigroupAzure#operator}. | +| Period | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#period ElastigroupAzure#period}. | +| Statistic | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#statistic ElastigroupAzure#statistic}. | +| Target | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#target ElastigroupAzure#target}. | +| Unit | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#unit ElastigroupAzure#unit}. | --- @@ -3000,7 +3000,7 @@ MetricName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#metric_name ElastigroupAzure#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#metric_name ElastigroupAzure#metric_name}. --- @@ -3012,7 +3012,7 @@ Namespace *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#namespace ElastigroupAzure#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#namespace ElastigroupAzure#namespace}. --- @@ -3024,7 +3024,7 @@ PolicyName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#policy_name ElastigroupAzure#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#policy_name ElastigroupAzure#policy_name}. --- @@ -3036,7 +3036,7 @@ Threshold *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#threshold ElastigroupAzure#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#threshold ElastigroupAzure#threshold}. --- @@ -3048,7 +3048,7 @@ ActionType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#action_type ElastigroupAzure#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#action_type ElastigroupAzure#action_type}. --- @@ -3060,7 +3060,7 @@ Adjustment *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#adjustment ElastigroupAzure#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#adjustment ElastigroupAzure#adjustment}. --- @@ -3072,7 +3072,7 @@ Cooldown *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#cooldown ElastigroupAzure#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#cooldown ElastigroupAzure#cooldown}. --- @@ -3086,7 +3086,7 @@ Dimensions interface{} dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#dimensions ElastigroupAzure#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#dimensions ElastigroupAzure#dimensions} --- @@ -3098,7 +3098,7 @@ EvaluationPeriods *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#evaluation_periods ElastigroupAzure#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#evaluation_periods ElastigroupAzure#evaluation_periods}. --- @@ -3110,7 +3110,7 @@ Maximum *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#maximum ElastigroupAzure#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#maximum ElastigroupAzure#maximum}. --- @@ -3122,7 +3122,7 @@ MaxTargetCapacity *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#max_target_capacity ElastigroupAzure#max_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#max_target_capacity ElastigroupAzure#max_target_capacity}. --- @@ -3134,7 +3134,7 @@ Minimum *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#minimum ElastigroupAzure#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#minimum ElastigroupAzure#minimum}. --- @@ -3146,7 +3146,7 @@ MinTargetCapacity *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#min_target_capacity ElastigroupAzure#min_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#min_target_capacity ElastigroupAzure#min_target_capacity}. --- @@ -3158,7 +3158,7 @@ Operator *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#operator ElastigroupAzure#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#operator ElastigroupAzure#operator}. --- @@ -3170,7 +3170,7 @@ Period *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#period ElastigroupAzure#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#period ElastigroupAzure#period}. --- @@ -3182,7 +3182,7 @@ Statistic *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#statistic ElastigroupAzure#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#statistic ElastigroupAzure#statistic}. --- @@ -3194,7 +3194,7 @@ Target *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#target ElastigroupAzure#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#target ElastigroupAzure#target}. --- @@ -3206,7 +3206,7 @@ Unit *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#unit ElastigroupAzure#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#unit ElastigroupAzure#unit}. --- @@ -3227,8 +3227,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazur | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#value ElastigroupAzure#value}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. | +| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#value ElastigroupAzure#value}. | --- @@ -3240,7 +3240,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. --- @@ -3252,7 +3252,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#value ElastigroupAzure#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#value ElastigroupAzure#value}. --- @@ -3281,16 +3281,16 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazur | **Name** | **Type** | **Description** | | --- | --- | --- | -| CronExpression | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#cron_expression ElastigroupAzure#cron_expression}. | -| TaskType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#task_type ElastigroupAzure#task_type}. | -| Adjustment | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#adjustment ElastigroupAzure#adjustment}. | -| AdjustmentPercentage | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#adjustment_percentage ElastigroupAzure#adjustment_percentage}. | -| BatchSizePercentage | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_azure#grace_period ElastigroupAzure#grace_period}. | -| IsEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#is_enabled ElastigroupAzure#is_enabled}. | -| ScaleMaxCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/elastigroup_azure#adjustment ElastigroupAzure#adjustment}. | +| AdjustmentPercentage | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.170.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.170.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.170.0/docs/resources/elastigroup_azure#scale_target_capacity ElastigroupAzure#scale_target_capacity}. | --- @@ -3302,7 +3302,7 @@ CronExpression *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#cron_expression ElastigroupAzure#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#cron_expression ElastigroupAzure#cron_expression}. --- @@ -3314,7 +3314,7 @@ TaskType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#task_type ElastigroupAzure#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#task_type ElastigroupAzure#task_type}. --- @@ -3326,7 +3326,7 @@ Adjustment *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#adjustment ElastigroupAzure#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#adjustment ElastigroupAzure#adjustment}. --- @@ -3338,7 +3338,7 @@ AdjustmentPercentage *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#adjustment_percentage ElastigroupAzure#adjustment_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#adjustment_percentage ElastigroupAzure#adjustment_percentage}. --- @@ -3350,7 +3350,7 @@ BatchSizePercentage *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#batch_size_percentage ElastigroupAzure#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#batch_size_percentage ElastigroupAzure#batch_size_percentage}. --- @@ -3362,7 +3362,7 @@ GracePeriod *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#grace_period ElastigroupAzure#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#grace_period ElastigroupAzure#grace_period}. --- @@ -3374,7 +3374,7 @@ IsEnabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#is_enabled ElastigroupAzure#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#is_enabled ElastigroupAzure#is_enabled}. --- @@ -3386,7 +3386,7 @@ ScaleMaxCapacity *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#scale_max_capacity ElastigroupAzure#scale_max_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#scale_max_capacity ElastigroupAzure#scale_max_capacity}. --- @@ -3398,7 +3398,7 @@ ScaleMinCapacity *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#scale_min_capacity ElastigroupAzure#scale_min_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#scale_min_capacity ElastigroupAzure#scale_min_capacity}. --- @@ -3410,7 +3410,7 @@ ScaleTargetCapacity *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#scale_target_capacity ElastigroupAzure#scale_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#scale_target_capacity ElastigroupAzure#scale_target_capacity}. --- @@ -3432,9 +3432,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazur | **Name** | **Type** | **Description** | | --- | --- | --- | -| DrainingTimeout | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#draining_timeout ElastigroupAzure#draining_timeout}. | -| LowPriorityPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_azure#od_count ElastigroupAzure#od_count}. | +| DrainingTimeout | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.0/docs/resources/elastigroup_azure#od_count ElastigroupAzure#od_count}. | --- @@ -3446,7 +3446,7 @@ DrainingTimeout *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#draining_timeout ElastigroupAzure#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#draining_timeout ElastigroupAzure#draining_timeout}. --- @@ -3458,7 +3458,7 @@ LowPriorityPercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#low_priority_percentage ElastigroupAzure#low_priority_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#low_priority_percentage ElastigroupAzure#low_priority_percentage}. --- @@ -3470,7 +3470,7 @@ OdCount *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#od_count ElastigroupAzure#od_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#od_count ElastigroupAzure#od_count}. --- @@ -3491,7 +3491,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazur | **Name** | **Type** | **Description** | | --- | --- | --- | -| ShouldRoll | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#should_roll ElastigroupAzure#should_roll}. | +| ShouldRoll | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#should_roll ElastigroupAzure#should_roll}. | | RollConfig | ElastigroupAzureUpdatePolicyRollConfig | roll_config block. | --- @@ -3504,7 +3504,7 @@ ShouldRoll interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#should_roll ElastigroupAzure#should_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#should_roll ElastigroupAzure#should_roll}. --- @@ -3518,7 +3518,7 @@ RollConfig ElastigroupAzureUpdatePolicyRollConfig roll_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#roll_config ElastigroupAzure#roll_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#roll_config ElastigroupAzure#roll_config} --- @@ -3540,9 +3540,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazur | **Name** | **Type** | **Description** | | --- | --- | --- | -| BatchSizePercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_azure#grace_period ElastigroupAzure#grace_period}. | -| HealthCheckType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.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.170.0/docs/resources/elastigroup_azure#health_check_type ElastigroupAzure#health_check_type}. | --- @@ -3554,7 +3554,7 @@ BatchSizePercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#batch_size_percentage ElastigroupAzure#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#batch_size_percentage ElastigroupAzure#batch_size_percentage}. --- @@ -3566,7 +3566,7 @@ GracePeriod *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#grace_period ElastigroupAzure#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#grace_period ElastigroupAzure#grace_period}. --- @@ -3578,7 +3578,7 @@ HealthCheckType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#health_check_type ElastigroupAzure#health_check_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#health_check_type ElastigroupAzure#health_check_type}. --- diff --git a/docs/elastigroupAzure.java.md b/docs/elastigroupAzure.java.md index 0cd9a1762..c0934b66c 100644 --- a/docs/elastigroupAzure.java.md +++ b/docs/elastigroupAzure.java.md @@ -4,7 +4,7 @@ ### ElastigroupAzure -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure spotinst_elastigroup_azure}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure spotinst_elastigroup_azure}. #### Initializers @@ -69,32 +69,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.169.1/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.169.1/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. | +| lowPrioritySizes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.169.1/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.169.1/docs/resources/elastigroup_azure#product ElastigroupAzure#product}. | -| region | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#region ElastigroupAzure#region}. | -| resourceGroupName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.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.170.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.170.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.169.1/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.169.1/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.170.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.170.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.169.1/docs/resources/elastigroup_azure#id ElastigroupAzure#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.169.1/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.170.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.170.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.169.1/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.170.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.169.1/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.170.0/docs/resources/elastigroup_azure#user_data ElastigroupAzure#user_data}. | --- @@ -162,7 +162,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.169.1/docs/resources/elastigroup_azure#low_priority_sizes ElastigroupAzure#low_priority_sizes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#low_priority_sizes ElastigroupAzure#low_priority_sizes}. --- @@ -170,7 +170,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. --- @@ -180,7 +180,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.169.1/docs/resources/elastigroup_azure#network ElastigroupAzure#network} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#network ElastigroupAzure#network} --- @@ -188,7 +188,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.169.1/docs/resources/elastigroup_azure#od_sizes ElastigroupAzure#od_sizes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#od_sizes ElastigroupAzure#od_sizes}. --- @@ -196,7 +196,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#product ElastigroupAzure#product}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#product ElastigroupAzure#product}. --- @@ -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.169.1/docs/resources/elastigroup_azure#region ElastigroupAzure#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#region ElastigroupAzure#region}. --- @@ -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.169.1/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. --- @@ -222,7 +222,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.169.1/docs/resources/elastigroup_azure#strategy ElastigroupAzure#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#strategy ElastigroupAzure#strategy} --- @@ -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.169.1/docs/resources/elastigroup_azure#custom_data ElastigroupAzure#custom_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#custom_data ElastigroupAzure#custom_data}. --- @@ -238,7 +238,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.169.1/docs/resources/elastigroup_azure#desired_capacity ElastigroupAzure#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#desired_capacity ElastigroupAzure#desired_capacity}. --- @@ -248,7 +248,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.169.1/docs/resources/elastigroup_azure#health_check ElastigroupAzure#health_check} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#health_check ElastigroupAzure#health_check} --- @@ -256,7 +256,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#id ElastigroupAzure#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. @@ -269,7 +269,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.169.1/docs/resources/elastigroup_azure#image ElastigroupAzure#image} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#image ElastigroupAzure#image} --- @@ -279,7 +279,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.169.1/docs/resources/elastigroup_azure#integration_kubernetes ElastigroupAzure#integration_kubernetes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#integration_kubernetes ElastigroupAzure#integration_kubernetes} --- @@ -289,7 +289,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.169.1/docs/resources/elastigroup_azure#integration_multai_runtime ElastigroupAzure#integration_multai_runtime} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#integration_multai_runtime ElastigroupAzure#integration_multai_runtime} --- @@ -299,7 +299,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.169.1/docs/resources/elastigroup_azure#load_balancers ElastigroupAzure#load_balancers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#load_balancers ElastigroupAzure#load_balancers} --- @@ -309,7 +309,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.169.1/docs/resources/elastigroup_azure#login ElastigroupAzure#login} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#login ElastigroupAzure#login} --- @@ -319,7 +319,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.169.1/docs/resources/elastigroup_azure#managed_service_identities ElastigroupAzure#managed_service_identities} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#managed_service_identities ElastigroupAzure#managed_service_identities} --- @@ -327,7 +327,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.169.1/docs/resources/elastigroup_azure#max_size ElastigroupAzure#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#max_size ElastigroupAzure#max_size}. --- @@ -335,7 +335,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.169.1/docs/resources/elastigroup_azure#min_size ElastigroupAzure#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#min_size ElastigroupAzure#min_size}. --- @@ -345,7 +345,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.169.1/docs/resources/elastigroup_azure#scaling_down_policy ElastigroupAzure#scaling_down_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#scaling_down_policy ElastigroupAzure#scaling_down_policy} --- @@ -355,7 +355,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.169.1/docs/resources/elastigroup_azure#scaling_up_policy ElastigroupAzure#scaling_up_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#scaling_up_policy ElastigroupAzure#scaling_up_policy} --- @@ -365,7 +365,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.169.1/docs/resources/elastigroup_azure#scheduled_task ElastigroupAzure#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#scheduled_task ElastigroupAzure#scheduled_task} --- @@ -373,7 +373,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#shutdown_script ElastigroupAzure#shutdown_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#shutdown_script ElastigroupAzure#shutdown_script}. --- @@ -383,7 +383,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.169.1/docs/resources/elastigroup_azure#update_policy ElastigroupAzure#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#update_policy ElastigroupAzure#update_policy} --- @@ -391,7 +391,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#user_data ElastigroupAzure#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#user_data ElastigroupAzure#user_data}. --- @@ -1113,7 +1113,7 @@ The construct id used in the generated config for the ElastigroupAzure to import The id of the existing ElastigroupAzure that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#import import section} in the documentation of this resource for the id to use --- @@ -1945,32 +1945,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.169.1/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.169.1/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. | +| lowPrioritySizes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.169.1/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.169.1/docs/resources/elastigroup_azure#product ElastigroupAzure#product}. | -| region | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#region ElastigroupAzure#region}. | -| resourceGroupName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.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.170.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.170.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.169.1/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.169.1/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.170.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.170.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.169.1/docs/resources/elastigroup_azure#id ElastigroupAzure#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.169.1/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.170.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.170.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.169.1/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.170.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.169.1/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.170.0/docs/resources/elastigroup_azure#user_data ElastigroupAzure#user_data}. | --- @@ -2052,7 +2052,7 @@ public java.util.List getLowPrioritySizes(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#low_priority_sizes ElastigroupAzure#low_priority_sizes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#low_priority_sizes ElastigroupAzure#low_priority_sizes}. --- @@ -2064,7 +2064,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. --- @@ -2078,7 +2078,7 @@ public ElastigroupAzureNetwork getNetwork(); network block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#network ElastigroupAzure#network} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#network ElastigroupAzure#network} --- @@ -2090,7 +2090,7 @@ public java.util.List getOdSizes(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#od_sizes ElastigroupAzure#od_sizes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#od_sizes ElastigroupAzure#od_sizes}. --- @@ -2102,7 +2102,7 @@ public java.lang.String getProduct(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#product ElastigroupAzure#product}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#product ElastigroupAzure#product}. --- @@ -2114,7 +2114,7 @@ public java.lang.String getRegion(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#region ElastigroupAzure#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#region ElastigroupAzure#region}. --- @@ -2126,7 +2126,7 @@ public java.lang.String getResourceGroupName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. --- @@ -2140,7 +2140,7 @@ public ElastigroupAzureStrategy getStrategy(); strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#strategy ElastigroupAzure#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#strategy ElastigroupAzure#strategy} --- @@ -2152,7 +2152,7 @@ public java.lang.String getCustomData(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#custom_data ElastigroupAzure#custom_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#custom_data ElastigroupAzure#custom_data}. --- @@ -2164,7 +2164,7 @@ public java.lang.Number getDesiredCapacity(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#desired_capacity ElastigroupAzure#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#desired_capacity ElastigroupAzure#desired_capacity}. --- @@ -2178,7 +2178,7 @@ public ElastigroupAzureHealthCheck getHealthCheck(); health_check block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#health_check ElastigroupAzure#health_check} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#health_check ElastigroupAzure#health_check} --- @@ -2190,7 +2190,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#id ElastigroupAzure#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. @@ -2207,7 +2207,7 @@ public java.lang.Object getImage(); image block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#image ElastigroupAzure#image} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#image ElastigroupAzure#image} --- @@ -2221,7 +2221,7 @@ public ElastigroupAzureIntegrationKubernetes getIntegrationKubernetes(); integration_kubernetes block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#integration_kubernetes ElastigroupAzure#integration_kubernetes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#integration_kubernetes ElastigroupAzure#integration_kubernetes} --- @@ -2235,7 +2235,7 @@ public ElastigroupAzureIntegrationMultaiRuntime getIntegrationMultaiRuntime(); integration_multai_runtime block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#integration_multai_runtime ElastigroupAzure#integration_multai_runtime} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#integration_multai_runtime ElastigroupAzure#integration_multai_runtime} --- @@ -2249,7 +2249,7 @@ public java.lang.Object getLoadBalancers(); load_balancers block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#load_balancers ElastigroupAzure#load_balancers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#load_balancers ElastigroupAzure#load_balancers} --- @@ -2263,7 +2263,7 @@ public ElastigroupAzureLogin getLogin(); login block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#login ElastigroupAzure#login} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#login ElastigroupAzure#login} --- @@ -2277,7 +2277,7 @@ public java.lang.Object getManagedServiceIdentities(); managed_service_identities block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#managed_service_identities ElastigroupAzure#managed_service_identities} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#managed_service_identities ElastigroupAzure#managed_service_identities} --- @@ -2289,7 +2289,7 @@ public java.lang.Number getMaxSize(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#max_size ElastigroupAzure#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#max_size ElastigroupAzure#max_size}. --- @@ -2301,7 +2301,7 @@ public java.lang.Number getMinSize(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#min_size ElastigroupAzure#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#min_size ElastigroupAzure#min_size}. --- @@ -2315,7 +2315,7 @@ public java.lang.Object getScalingDownPolicy(); scaling_down_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#scaling_down_policy ElastigroupAzure#scaling_down_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#scaling_down_policy ElastigroupAzure#scaling_down_policy} --- @@ -2329,7 +2329,7 @@ public java.lang.Object getScalingUpPolicy(); scaling_up_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#scaling_up_policy ElastigroupAzure#scaling_up_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#scaling_up_policy ElastigroupAzure#scaling_up_policy} --- @@ -2343,7 +2343,7 @@ public java.lang.Object getScheduledTask(); scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#scheduled_task ElastigroupAzure#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#scheduled_task ElastigroupAzure#scheduled_task} --- @@ -2355,7 +2355,7 @@ public java.lang.String getShutdownScript(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#shutdown_script ElastigroupAzure#shutdown_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#shutdown_script ElastigroupAzure#shutdown_script}. --- @@ -2369,7 +2369,7 @@ public ElastigroupAzureUpdatePolicy getUpdatePolicy(); update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#update_policy ElastigroupAzure#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#update_policy ElastigroupAzure#update_policy} --- @@ -2381,7 +2381,7 @@ public java.lang.String getUserData(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#user_data ElastigroupAzure#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#user_data ElastigroupAzure#user_data}. --- @@ -2404,9 +2404,9 @@ ElastigroupAzureHealthCheck.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| healthCheckType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/elastigroup_azure#grace_period ElastigroupAzure#grace_period}. | --- @@ -2418,7 +2418,7 @@ public java.lang.String getHealthCheckType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#health_check_type ElastigroupAzure#health_check_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#health_check_type ElastigroupAzure#health_check_type}. --- @@ -2430,7 +2430,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.169.1/docs/resources/elastigroup_azure#auto_healing ElastigroupAzure#auto_healing}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#auto_healing ElastigroupAzure#auto_healing}. --- @@ -2442,7 +2442,7 @@ public java.lang.Number getGracePeriod(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#grace_period ElastigroupAzure#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#grace_period ElastigroupAzure#grace_period}. --- @@ -2480,7 +2480,7 @@ public java.lang.Object getCustom(); custom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#custom ElastigroupAzure#custom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#custom ElastigroupAzure#custom} --- @@ -2494,7 +2494,7 @@ public java.lang.Object getMarketplace(); marketplace block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#marketplace ElastigroupAzure#marketplace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#marketplace ElastigroupAzure#marketplace} --- @@ -2515,8 +2515,8 @@ ElastigroupAzureImageCustom.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| imageName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. | --- @@ -2528,7 +2528,7 @@ public java.lang.String getImageName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#image_name ElastigroupAzure#image_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#image_name ElastigroupAzure#image_name}. --- @@ -2540,7 +2540,7 @@ public java.lang.String getResourceGroupName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. --- @@ -2562,9 +2562,9 @@ ElastigroupAzureImageMarketplace.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| offer | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#offer ElastigroupAzure#offer}. | -| publisher | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#publisher ElastigroupAzure#publisher}. | -| sku | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#sku ElastigroupAzure#sku}. | +| offer | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.0/docs/resources/elastigroup_azure#sku ElastigroupAzure#sku}. | --- @@ -2576,7 +2576,7 @@ public java.lang.String getOffer(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#offer ElastigroupAzure#offer}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#offer ElastigroupAzure#offer}. --- @@ -2588,7 +2588,7 @@ public java.lang.String getPublisher(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#publisher ElastigroupAzure#publisher}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#publisher ElastigroupAzure#publisher}. --- @@ -2600,7 +2600,7 @@ public java.lang.String getSku(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#sku ElastigroupAzure#sku}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#sku ElastigroupAzure#sku}. --- @@ -2620,7 +2620,7 @@ ElastigroupAzureIntegrationKubernetes.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| clusterIdentifier | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_azure#cluster_identifier ElastigroupAzure#cluster_identifier}. | --- @@ -2632,7 +2632,7 @@ public java.lang.String getClusterIdentifier(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#cluster_identifier ElastigroupAzure#cluster_identifier}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#cluster_identifier ElastigroupAzure#cluster_identifier}. --- @@ -2652,7 +2652,7 @@ ElastigroupAzureIntegrationMultaiRuntime.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| deploymentId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_azure#deployment_id ElastigroupAzure#deployment_id}. | --- @@ -2664,7 +2664,7 @@ public java.lang.String getDeploymentId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#deployment_id ElastigroupAzure#deployment_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#deployment_id ElastigroupAzure#deployment_id}. --- @@ -2688,10 +2688,10 @@ ElastigroupAzureLoadBalancers.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.0/docs/resources/elastigroup_azure#target_set_id ElastigroupAzure#target_set_id}. | --- @@ -2703,7 +2703,7 @@ public java.lang.String getType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#type ElastigroupAzure#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#type ElastigroupAzure#type}. --- @@ -2715,7 +2715,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.169.1/docs/resources/elastigroup_azure#auto_weight ElastigroupAzure#auto_weight}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#auto_weight ElastigroupAzure#auto_weight}. --- @@ -2727,7 +2727,7 @@ public java.lang.String getBalancerId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#balancer_id ElastigroupAzure#balancer_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#balancer_id ElastigroupAzure#balancer_id}. --- @@ -2739,7 +2739,7 @@ public java.lang.String getTargetSetId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#target_set_id ElastigroupAzure#target_set_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#target_set_id ElastigroupAzure#target_set_id}. --- @@ -2761,9 +2761,9 @@ ElastigroupAzureLogin.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| userName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_azure#password ElastigroupAzure#password}. | -| sshPublicKey | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.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.170.0/docs/resources/elastigroup_azure#ssh_public_key ElastigroupAzure#ssh_public_key}. | --- @@ -2775,7 +2775,7 @@ public java.lang.String getUserName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#user_name ElastigroupAzure#user_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#user_name ElastigroupAzure#user_name}. --- @@ -2787,7 +2787,7 @@ public java.lang.String getPassword(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#password ElastigroupAzure#password}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#password ElastigroupAzure#password}. --- @@ -2799,7 +2799,7 @@ public java.lang.String getSshPublicKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#ssh_public_key ElastigroupAzure#ssh_public_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#ssh_public_key ElastigroupAzure#ssh_public_key}. --- @@ -2820,8 +2820,8 @@ ElastigroupAzureManagedServiceIdentities.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. | -| resourceGroupName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.0/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. | --- @@ -2833,7 +2833,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. --- @@ -2845,7 +2845,7 @@ public java.lang.String getResourceGroupName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. --- @@ -2871,11 +2871,11 @@ ElastigroupAzureNetwork.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| resourceGroupName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.169.1/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.170.0/docs/resources/elastigroup_azure#assign_public_ip ElastigroupAzure#assign_public_ip}. | --- @@ -2887,7 +2887,7 @@ public java.lang.String getResourceGroupName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. --- @@ -2899,7 +2899,7 @@ public java.lang.String getSubnetName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#subnet_name ElastigroupAzure#subnet_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#subnet_name ElastigroupAzure#subnet_name}. --- @@ -2911,7 +2911,7 @@ public java.lang.String getVirtualNetworkName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#virtual_network_name ElastigroupAzure#virtual_network_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#virtual_network_name ElastigroupAzure#virtual_network_name}. --- @@ -2925,7 +2925,7 @@ public java.lang.Object getAdditionalIpConfigs(); additional_ip_configs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#additional_ip_configs ElastigroupAzure#additional_ip_configs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#additional_ip_configs ElastigroupAzure#additional_ip_configs} --- @@ -2937,7 +2937,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.169.1/docs/resources/elastigroup_azure#assign_public_ip ElastigroupAzure#assign_public_ip}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#assign_public_ip ElastigroupAzure#assign_public_ip}. --- @@ -2958,8 +2958,8 @@ ElastigroupAzureNetworkAdditionalIpConfigs.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. | -| privateIpVersion | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.0/docs/resources/elastigroup_azure#private_ip_version ElastigroupAzure#private_ip_version}. | --- @@ -2971,7 +2971,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. --- @@ -2983,7 +2983,7 @@ public java.lang.String getPrivateIpVersion(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#private_ip_version ElastigroupAzure#private_ip_version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#private_ip_version ElastigroupAzure#private_ip_version}. --- @@ -3021,24 +3021,24 @@ ElastigroupAzureScalingDownPolicy.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| metricName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_azure#namespace ElastigroupAzure#namespace}. | -| policyName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_azure#threshold ElastigroupAzure#threshold}. | -| actionType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_azure#adjustment ElastigroupAzure#adjustment}. | -| cooldown | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#cooldown ElastigroupAzure#cooldown}. | +| metricName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.170.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.170.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.170.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.169.1/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.169.1/docs/resources/elastigroup_azure#maximum ElastigroupAzure#maximum}. | -| maxTargetCapacity | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_azure#minimum ElastigroupAzure#minimum}. | -| minTargetCapacity | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_azure#operator ElastigroupAzure#operator}. | -| period | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#period ElastigroupAzure#period}. | -| statistic | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#statistic ElastigroupAzure#statistic}. | -| target | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#target ElastigroupAzure#target}. | -| unit | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#unit ElastigroupAzure#unit}. | +| evaluationPeriods | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.0/docs/resources/elastigroup_azure#unit ElastigroupAzure#unit}. | --- @@ -3050,7 +3050,7 @@ public java.lang.String getMetricName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#metric_name ElastigroupAzure#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#metric_name ElastigroupAzure#metric_name}. --- @@ -3062,7 +3062,7 @@ public java.lang.String getNamespace(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#namespace ElastigroupAzure#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#namespace ElastigroupAzure#namespace}. --- @@ -3074,7 +3074,7 @@ public java.lang.String getPolicyName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#policy_name ElastigroupAzure#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#policy_name ElastigroupAzure#policy_name}. --- @@ -3086,7 +3086,7 @@ public java.lang.Number getThreshold(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#threshold ElastigroupAzure#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#threshold ElastigroupAzure#threshold}. --- @@ -3098,7 +3098,7 @@ public java.lang.String getActionType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#action_type ElastigroupAzure#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#action_type ElastigroupAzure#action_type}. --- @@ -3110,7 +3110,7 @@ public java.lang.String getAdjustment(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#adjustment ElastigroupAzure#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#adjustment ElastigroupAzure#adjustment}. --- @@ -3122,7 +3122,7 @@ public java.lang.Number getCooldown(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#cooldown ElastigroupAzure#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#cooldown ElastigroupAzure#cooldown}. --- @@ -3136,7 +3136,7 @@ public java.lang.Object getDimensions(); dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#dimensions ElastigroupAzure#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#dimensions ElastigroupAzure#dimensions} --- @@ -3148,7 +3148,7 @@ public java.lang.Number getEvaluationPeriods(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#evaluation_periods ElastigroupAzure#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#evaluation_periods ElastigroupAzure#evaluation_periods}. --- @@ -3160,7 +3160,7 @@ public java.lang.String getMaximum(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#maximum ElastigroupAzure#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#maximum ElastigroupAzure#maximum}. --- @@ -3172,7 +3172,7 @@ public java.lang.String getMaxTargetCapacity(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#max_target_capacity ElastigroupAzure#max_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#max_target_capacity ElastigroupAzure#max_target_capacity}. --- @@ -3184,7 +3184,7 @@ public java.lang.String getMinimum(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#minimum ElastigroupAzure#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#minimum ElastigroupAzure#minimum}. --- @@ -3196,7 +3196,7 @@ public java.lang.String getMinTargetCapacity(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#min_target_capacity ElastigroupAzure#min_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#min_target_capacity ElastigroupAzure#min_target_capacity}. --- @@ -3208,7 +3208,7 @@ public java.lang.String getOperator(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#operator ElastigroupAzure#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#operator ElastigroupAzure#operator}. --- @@ -3220,7 +3220,7 @@ public java.lang.Number getPeriod(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#period ElastigroupAzure#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#period ElastigroupAzure#period}. --- @@ -3232,7 +3232,7 @@ public java.lang.String getStatistic(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#statistic ElastigroupAzure#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#statistic ElastigroupAzure#statistic}. --- @@ -3244,7 +3244,7 @@ public java.lang.String getTarget(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#target ElastigroupAzure#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#target ElastigroupAzure#target}. --- @@ -3256,7 +3256,7 @@ public java.lang.String getUnit(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#unit ElastigroupAzure#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#unit ElastigroupAzure#unit}. --- @@ -3277,8 +3277,8 @@ ElastigroupAzureScalingDownPolicyDimensions.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. | -| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#value ElastigroupAzure#value}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_azure#value ElastigroupAzure#value}. | --- @@ -3290,7 +3290,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. --- @@ -3302,7 +3302,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#value ElastigroupAzure#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#value ElastigroupAzure#value}. --- @@ -3340,24 +3340,24 @@ ElastigroupAzureScalingUpPolicy.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| metricName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_azure#namespace ElastigroupAzure#namespace}. | -| policyName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_azure#threshold ElastigroupAzure#threshold}. | -| actionType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_azure#adjustment ElastigroupAzure#adjustment}. | -| cooldown | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#cooldown ElastigroupAzure#cooldown}. | +| metricName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.170.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.170.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.170.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.169.1/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.169.1/docs/resources/elastigroup_azure#maximum ElastigroupAzure#maximum}. | -| maxTargetCapacity | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_azure#minimum ElastigroupAzure#minimum}. | -| minTargetCapacity | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_azure#operator ElastigroupAzure#operator}. | -| period | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#period ElastigroupAzure#period}. | -| statistic | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#statistic ElastigroupAzure#statistic}. | -| target | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#target ElastigroupAzure#target}. | -| unit | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#unit ElastigroupAzure#unit}. | +| evaluationPeriods | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.0/docs/resources/elastigroup_azure#unit ElastigroupAzure#unit}. | --- @@ -3369,7 +3369,7 @@ public java.lang.String getMetricName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#metric_name ElastigroupAzure#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#metric_name ElastigroupAzure#metric_name}. --- @@ -3381,7 +3381,7 @@ public java.lang.String getNamespace(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#namespace ElastigroupAzure#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#namespace ElastigroupAzure#namespace}. --- @@ -3393,7 +3393,7 @@ public java.lang.String getPolicyName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#policy_name ElastigroupAzure#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#policy_name ElastigroupAzure#policy_name}. --- @@ -3405,7 +3405,7 @@ public java.lang.Number getThreshold(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#threshold ElastigroupAzure#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#threshold ElastigroupAzure#threshold}. --- @@ -3417,7 +3417,7 @@ public java.lang.String getActionType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#action_type ElastigroupAzure#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#action_type ElastigroupAzure#action_type}. --- @@ -3429,7 +3429,7 @@ public java.lang.String getAdjustment(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#adjustment ElastigroupAzure#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#adjustment ElastigroupAzure#adjustment}. --- @@ -3441,7 +3441,7 @@ public java.lang.Number getCooldown(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#cooldown ElastigroupAzure#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#cooldown ElastigroupAzure#cooldown}. --- @@ -3455,7 +3455,7 @@ public java.lang.Object getDimensions(); dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#dimensions ElastigroupAzure#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#dimensions ElastigroupAzure#dimensions} --- @@ -3467,7 +3467,7 @@ public java.lang.Number getEvaluationPeriods(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#evaluation_periods ElastigroupAzure#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#evaluation_periods ElastigroupAzure#evaluation_periods}. --- @@ -3479,7 +3479,7 @@ public java.lang.String getMaximum(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#maximum ElastigroupAzure#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#maximum ElastigroupAzure#maximum}. --- @@ -3491,7 +3491,7 @@ public java.lang.String getMaxTargetCapacity(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#max_target_capacity ElastigroupAzure#max_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#max_target_capacity ElastigroupAzure#max_target_capacity}. --- @@ -3503,7 +3503,7 @@ public java.lang.String getMinimum(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#minimum ElastigroupAzure#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#minimum ElastigroupAzure#minimum}. --- @@ -3515,7 +3515,7 @@ public java.lang.String getMinTargetCapacity(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#min_target_capacity ElastigroupAzure#min_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#min_target_capacity ElastigroupAzure#min_target_capacity}. --- @@ -3527,7 +3527,7 @@ public java.lang.String getOperator(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#operator ElastigroupAzure#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#operator ElastigroupAzure#operator}. --- @@ -3539,7 +3539,7 @@ public java.lang.Number getPeriod(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#period ElastigroupAzure#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#period ElastigroupAzure#period}. --- @@ -3551,7 +3551,7 @@ public java.lang.String getStatistic(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#statistic ElastigroupAzure#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#statistic ElastigroupAzure#statistic}. --- @@ -3563,7 +3563,7 @@ public java.lang.String getTarget(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#target ElastigroupAzure#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#target ElastigroupAzure#target}. --- @@ -3575,7 +3575,7 @@ public java.lang.String getUnit(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#unit ElastigroupAzure#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#unit ElastigroupAzure#unit}. --- @@ -3596,8 +3596,8 @@ ElastigroupAzureScalingUpPolicyDimensions.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. | -| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#value ElastigroupAzure#value}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_azure#value ElastigroupAzure#value}. | --- @@ -3609,7 +3609,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. --- @@ -3621,7 +3621,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#value ElastigroupAzure#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#value ElastigroupAzure#value}. --- @@ -3651,16 +3651,16 @@ ElastigroupAzureScheduledTask.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| cronExpression | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/docs/resources/elastigroup_azure#adjustment ElastigroupAzure#adjustment}. | -| adjustmentPercentage | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.0/docs/resources/elastigroup_azure#scale_target_capacity ElastigroupAzure#scale_target_capacity}. | --- @@ -3672,7 +3672,7 @@ public java.lang.String getCronExpression(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#cron_expression ElastigroupAzure#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#cron_expression ElastigroupAzure#cron_expression}. --- @@ -3684,7 +3684,7 @@ public java.lang.String getTaskType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#task_type ElastigroupAzure#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#task_type ElastigroupAzure#task_type}. --- @@ -3696,7 +3696,7 @@ public java.lang.String getAdjustment(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#adjustment ElastigroupAzure#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#adjustment ElastigroupAzure#adjustment}. --- @@ -3708,7 +3708,7 @@ public java.lang.String getAdjustmentPercentage(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#adjustment_percentage ElastigroupAzure#adjustment_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#adjustment_percentage ElastigroupAzure#adjustment_percentage}. --- @@ -3720,7 +3720,7 @@ public java.lang.String getBatchSizePercentage(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#batch_size_percentage ElastigroupAzure#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#batch_size_percentage ElastigroupAzure#batch_size_percentage}. --- @@ -3732,7 +3732,7 @@ public java.lang.String getGracePeriod(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#grace_period ElastigroupAzure#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#grace_period ElastigroupAzure#grace_period}. --- @@ -3744,7 +3744,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.169.1/docs/resources/elastigroup_azure#is_enabled ElastigroupAzure#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#is_enabled ElastigroupAzure#is_enabled}. --- @@ -3756,7 +3756,7 @@ public java.lang.String getScaleMaxCapacity(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#scale_max_capacity ElastigroupAzure#scale_max_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#scale_max_capacity ElastigroupAzure#scale_max_capacity}. --- @@ -3768,7 +3768,7 @@ public java.lang.String getScaleMinCapacity(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#scale_min_capacity ElastigroupAzure#scale_min_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#scale_min_capacity ElastigroupAzure#scale_min_capacity}. --- @@ -3780,7 +3780,7 @@ public java.lang.String getScaleTargetCapacity(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#scale_target_capacity ElastigroupAzure#scale_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#scale_target_capacity ElastigroupAzure#scale_target_capacity}. --- @@ -3802,9 +3802,9 @@ ElastigroupAzureStrategy.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| drainingTimeout | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/elastigroup_azure#od_count ElastigroupAzure#od_count}. | --- @@ -3816,7 +3816,7 @@ public java.lang.Number getDrainingTimeout(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#draining_timeout ElastigroupAzure#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#draining_timeout ElastigroupAzure#draining_timeout}. --- @@ -3828,7 +3828,7 @@ public java.lang.Number getLowPriorityPercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#low_priority_percentage ElastigroupAzure#low_priority_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#low_priority_percentage ElastigroupAzure#low_priority_percentage}. --- @@ -3840,7 +3840,7 @@ public java.lang.Number getOdCount(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#od_count ElastigroupAzure#od_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#od_count ElastigroupAzure#od_count}. --- @@ -3862,7 +3862,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.169.1/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.170.0/docs/resources/elastigroup_azure#should_roll ElastigroupAzure#should_roll}. | | rollConfig | ElastigroupAzureUpdatePolicyRollConfig | roll_config block. | --- @@ -3875,7 +3875,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.169.1/docs/resources/elastigroup_azure#should_roll ElastigroupAzure#should_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#should_roll ElastigroupAzure#should_roll}. --- @@ -3889,7 +3889,7 @@ public ElastigroupAzureUpdatePolicyRollConfig getRollConfig(); roll_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#roll_config ElastigroupAzure#roll_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#roll_config ElastigroupAzure#roll_config} --- @@ -3911,9 +3911,9 @@ ElastigroupAzureUpdatePolicyRollConfig.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| batchSizePercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/elastigroup_azure#health_check_type ElastigroupAzure#health_check_type}. | --- @@ -3925,7 +3925,7 @@ public java.lang.Number getBatchSizePercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#batch_size_percentage ElastigroupAzure#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#batch_size_percentage ElastigroupAzure#batch_size_percentage}. --- @@ -3937,7 +3937,7 @@ public java.lang.Number getGracePeriod(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#grace_period ElastigroupAzure#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#grace_period ElastigroupAzure#grace_period}. --- @@ -3949,7 +3949,7 @@ public java.lang.String getHealthCheckType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#health_check_type ElastigroupAzure#health_check_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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 ba053d740..1473b91e0 100644 --- a/docs/elastigroupAzure.python.md +++ b/docs/elastigroupAzure.python.md @@ -4,7 +4,7 @@ ### ElastigroupAzure -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure spotinst_elastigroup_azure}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure spotinst_elastigroup_azure}. #### Initializers @@ -61,32 +61,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.169.1/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.169.1/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.170.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.170.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.169.1/docs/resources/elastigroup_azure#od_sizes ElastigroupAzure#od_sizes}. | -| product | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#product ElastigroupAzure#product}. | -| region | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#region ElastigroupAzure#region}. | -| resource_group_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.0/docs/resources/elastigroup_azure#product ElastigroupAzure#product}. | +| region | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.169.1/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.169.1/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.170.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.170.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.169.1/docs/resources/elastigroup_azure#id ElastigroupAzure#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.169.1/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.170.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.170.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.169.1/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.170.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.169.1/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.170.0/docs/resources/elastigroup_azure#user_data ElastigroupAzure#user_data}. | --- @@ -154,7 +154,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.169.1/docs/resources/elastigroup_azure#low_priority_sizes ElastigroupAzure#low_priority_sizes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#low_priority_sizes ElastigroupAzure#low_priority_sizes}. --- @@ -162,7 +162,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. --- @@ -172,7 +172,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.169.1/docs/resources/elastigroup_azure#network ElastigroupAzure#network} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#network ElastigroupAzure#network} --- @@ -180,7 +180,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.169.1/docs/resources/elastigroup_azure#od_sizes ElastigroupAzure#od_sizes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#od_sizes ElastigroupAzure#od_sizes}. --- @@ -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.169.1/docs/resources/elastigroup_azure#product ElastigroupAzure#product}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#product ElastigroupAzure#product}. --- @@ -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.169.1/docs/resources/elastigroup_azure#region ElastigroupAzure#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#region ElastigroupAzure#region}. --- @@ -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.169.1/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. --- @@ -214,7 +214,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.169.1/docs/resources/elastigroup_azure#strategy ElastigroupAzure#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#strategy ElastigroupAzure#strategy} --- @@ -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.169.1/docs/resources/elastigroup_azure#custom_data ElastigroupAzure#custom_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#custom_data ElastigroupAzure#custom_data}. --- @@ -230,7 +230,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#desired_capacity ElastigroupAzure#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#desired_capacity ElastigroupAzure#desired_capacity}. --- @@ -240,7 +240,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.169.1/docs/resources/elastigroup_azure#health_check ElastigroupAzure#health_check} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#health_check ElastigroupAzure#health_check} --- @@ -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.169.1/docs/resources/elastigroup_azure#id ElastigroupAzure#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. @@ -261,7 +261,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.169.1/docs/resources/elastigroup_azure#image ElastigroupAzure#image} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#image ElastigroupAzure#image} --- @@ -271,7 +271,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.169.1/docs/resources/elastigroup_azure#integration_kubernetes ElastigroupAzure#integration_kubernetes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#integration_kubernetes ElastigroupAzure#integration_kubernetes} --- @@ -281,7 +281,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.169.1/docs/resources/elastigroup_azure#integration_multai_runtime ElastigroupAzure#integration_multai_runtime} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#integration_multai_runtime ElastigroupAzure#integration_multai_runtime} --- @@ -291,7 +291,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.169.1/docs/resources/elastigroup_azure#load_balancers ElastigroupAzure#load_balancers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#load_balancers ElastigroupAzure#load_balancers} --- @@ -301,7 +301,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.169.1/docs/resources/elastigroup_azure#login ElastigroupAzure#login} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#login ElastigroupAzure#login} --- @@ -311,7 +311,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.169.1/docs/resources/elastigroup_azure#managed_service_identities ElastigroupAzure#managed_service_identities} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#managed_service_identities ElastigroupAzure#managed_service_identities} --- @@ -319,7 +319,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#max_size ElastigroupAzure#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#max_size ElastigroupAzure#max_size}. --- @@ -327,7 +327,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#min_size ElastigroupAzure#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#min_size ElastigroupAzure#min_size}. --- @@ -337,7 +337,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.169.1/docs/resources/elastigroup_azure#scaling_down_policy ElastigroupAzure#scaling_down_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#scaling_down_policy ElastigroupAzure#scaling_down_policy} --- @@ -347,7 +347,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.169.1/docs/resources/elastigroup_azure#scaling_up_policy ElastigroupAzure#scaling_up_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#scaling_up_policy ElastigroupAzure#scaling_up_policy} --- @@ -357,7 +357,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.169.1/docs/resources/elastigroup_azure#scheduled_task ElastigroupAzure#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#scheduled_task ElastigroupAzure#scheduled_task} --- @@ -365,7 +365,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#shutdown_script ElastigroupAzure#shutdown_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#shutdown_script ElastigroupAzure#shutdown_script}. --- @@ -375,7 +375,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.169.1/docs/resources/elastigroup_azure#update_policy ElastigroupAzure#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#update_policy ElastigroupAzure#update_policy} --- @@ -383,7 +383,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#user_data ElastigroupAzure#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#user_data ElastigroupAzure#user_data}. --- @@ -787,7 +787,7 @@ def put_health_check( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#health_check_type ElastigroupAzure#health_check_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#health_check_type ElastigroupAzure#health_check_type}. --- @@ -795,7 +795,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#auto_healing ElastigroupAzure#auto_healing}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#auto_healing ElastigroupAzure#auto_healing}. --- @@ -803,7 +803,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#grace_period ElastigroupAzure#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#grace_period ElastigroupAzure#grace_period}. --- @@ -833,7 +833,7 @@ def put_integration_kubernetes( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#cluster_identifier ElastigroupAzure#cluster_identifier}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#cluster_identifier ElastigroupAzure#cluster_identifier}. --- @@ -849,7 +849,7 @@ def put_integration_multai_runtime( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#deployment_id ElastigroupAzure#deployment_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#deployment_id ElastigroupAzure#deployment_id}. --- @@ -881,7 +881,7 @@ def put_login( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#user_name ElastigroupAzure#user_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#user_name ElastigroupAzure#user_name}. --- @@ -889,7 +889,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#password ElastigroupAzure#password}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#password ElastigroupAzure#password}. --- @@ -897,7 +897,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#ssh_public_key ElastigroupAzure#ssh_public_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#ssh_public_key ElastigroupAzure#ssh_public_key}. --- @@ -931,7 +931,7 @@ def put_network( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. --- @@ -939,7 +939,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#subnet_name ElastigroupAzure#subnet_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#subnet_name ElastigroupAzure#subnet_name}. --- @@ -947,7 +947,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#virtual_network_name ElastigroupAzure#virtual_network_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#virtual_network_name ElastigroupAzure#virtual_network_name}. --- @@ -957,7 +957,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.169.1/docs/resources/elastigroup_azure#additional_ip_configs ElastigroupAzure#additional_ip_configs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#additional_ip_configs ElastigroupAzure#additional_ip_configs} --- @@ -965,7 +965,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#assign_public_ip ElastigroupAzure#assign_public_ip}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#assign_public_ip ElastigroupAzure#assign_public_ip}. --- @@ -1025,7 +1025,7 @@ def put_strategy( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#draining_timeout ElastigroupAzure#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#draining_timeout ElastigroupAzure#draining_timeout}. --- @@ -1033,7 +1033,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#low_priority_percentage ElastigroupAzure#low_priority_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#low_priority_percentage ElastigroupAzure#low_priority_percentage}. --- @@ -1041,7 +1041,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#od_count ElastigroupAzure#od_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#od_count ElastigroupAzure#od_count}. --- @@ -1058,7 +1058,7 @@ def put_update_policy( - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#should_roll ElastigroupAzure#should_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#should_roll ElastigroupAzure#should_roll}. --- @@ -1068,7 +1068,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.169.1/docs/resources/elastigroup_azure#roll_config ElastigroupAzure#roll_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#roll_config ElastigroupAzure#roll_config} --- @@ -1294,7 +1294,7 @@ The construct id used in the generated config for the ElastigroupAzure to import The id of the existing ElastigroupAzure that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#import import section} in the documentation of this resource for the id to use --- @@ -2116,32 +2116,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.169.1/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.169.1/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.170.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.170.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.169.1/docs/resources/elastigroup_azure#od_sizes ElastigroupAzure#od_sizes}. | -| product | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#product ElastigroupAzure#product}. | -| region | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#region ElastigroupAzure#region}. | -| resource_group_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.0/docs/resources/elastigroup_azure#product ElastigroupAzure#product}. | +| region | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.169.1/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.169.1/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.170.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.170.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.169.1/docs/resources/elastigroup_azure#id ElastigroupAzure#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.169.1/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.170.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.170.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.169.1/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.170.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.169.1/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.170.0/docs/resources/elastigroup_azure#user_data ElastigroupAzure#user_data}. | --- @@ -2223,7 +2223,7 @@ low_priority_sizes: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#low_priority_sizes ElastigroupAzure#low_priority_sizes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#low_priority_sizes ElastigroupAzure#low_priority_sizes}. --- @@ -2235,7 +2235,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. --- @@ -2249,7 +2249,7 @@ network: ElastigroupAzureNetwork network block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#network ElastigroupAzure#network} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#network ElastigroupAzure#network} --- @@ -2261,7 +2261,7 @@ od_sizes: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#od_sizes ElastigroupAzure#od_sizes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#od_sizes ElastigroupAzure#od_sizes}. --- @@ -2273,7 +2273,7 @@ product: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#product ElastigroupAzure#product}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#product ElastigroupAzure#product}. --- @@ -2285,7 +2285,7 @@ region: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#region ElastigroupAzure#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#region ElastigroupAzure#region}. --- @@ -2297,7 +2297,7 @@ resource_group_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. --- @@ -2311,7 +2311,7 @@ strategy: ElastigroupAzureStrategy strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#strategy ElastigroupAzure#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#strategy ElastigroupAzure#strategy} --- @@ -2323,7 +2323,7 @@ custom_data: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#custom_data ElastigroupAzure#custom_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#custom_data ElastigroupAzure#custom_data}. --- @@ -2335,7 +2335,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.169.1/docs/resources/elastigroup_azure#desired_capacity ElastigroupAzure#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#desired_capacity ElastigroupAzure#desired_capacity}. --- @@ -2349,7 +2349,7 @@ health_check: ElastigroupAzureHealthCheck health_check block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#health_check ElastigroupAzure#health_check} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#health_check ElastigroupAzure#health_check} --- @@ -2361,7 +2361,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#id ElastigroupAzure#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. @@ -2378,7 +2378,7 @@ image: typing.Union[IResolvable, typing.List[ElastigroupAzureImage]] image block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#image ElastigroupAzure#image} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#image ElastigroupAzure#image} --- @@ -2392,7 +2392,7 @@ integration_kubernetes: ElastigroupAzureIntegrationKubernetes integration_kubernetes block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#integration_kubernetes ElastigroupAzure#integration_kubernetes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#integration_kubernetes ElastigroupAzure#integration_kubernetes} --- @@ -2406,7 +2406,7 @@ integration_multai_runtime: ElastigroupAzureIntegrationMultaiRuntime integration_multai_runtime block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#integration_multai_runtime ElastigroupAzure#integration_multai_runtime} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#integration_multai_runtime ElastigroupAzure#integration_multai_runtime} --- @@ -2420,7 +2420,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.169.1/docs/resources/elastigroup_azure#load_balancers ElastigroupAzure#load_balancers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#load_balancers ElastigroupAzure#load_balancers} --- @@ -2434,7 +2434,7 @@ login: ElastigroupAzureLogin login block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#login ElastigroupAzure#login} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#login ElastigroupAzure#login} --- @@ -2448,7 +2448,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.169.1/docs/resources/elastigroup_azure#managed_service_identities ElastigroupAzure#managed_service_identities} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#managed_service_identities ElastigroupAzure#managed_service_identities} --- @@ -2460,7 +2460,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.169.1/docs/resources/elastigroup_azure#max_size ElastigroupAzure#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#max_size ElastigroupAzure#max_size}. --- @@ -2472,7 +2472,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.169.1/docs/resources/elastigroup_azure#min_size ElastigroupAzure#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#min_size ElastigroupAzure#min_size}. --- @@ -2486,7 +2486,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.169.1/docs/resources/elastigroup_azure#scaling_down_policy ElastigroupAzure#scaling_down_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#scaling_down_policy ElastigroupAzure#scaling_down_policy} --- @@ -2500,7 +2500,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.169.1/docs/resources/elastigroup_azure#scaling_up_policy ElastigroupAzure#scaling_up_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#scaling_up_policy ElastigroupAzure#scaling_up_policy} --- @@ -2514,7 +2514,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.169.1/docs/resources/elastigroup_azure#scheduled_task ElastigroupAzure#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#scheduled_task ElastigroupAzure#scheduled_task} --- @@ -2526,7 +2526,7 @@ shutdown_script: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#shutdown_script ElastigroupAzure#shutdown_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#shutdown_script ElastigroupAzure#shutdown_script}. --- @@ -2540,7 +2540,7 @@ update_policy: ElastigroupAzureUpdatePolicy update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#update_policy ElastigroupAzure#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#update_policy ElastigroupAzure#update_policy} --- @@ -2552,7 +2552,7 @@ user_data: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#user_data ElastigroupAzure#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#user_data ElastigroupAzure#user_data}. --- @@ -2574,9 +2574,9 @@ elastigroupAzure.ElastigroupAzureHealthCheck( | **Name** | **Type** | **Description** | | --- | --- | --- | -| health_check_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/elastigroup_azure#grace_period ElastigroupAzure#grace_period}. | --- @@ -2588,7 +2588,7 @@ health_check_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#health_check_type ElastigroupAzure#health_check_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#health_check_type ElastigroupAzure#health_check_type}. --- @@ -2600,7 +2600,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.169.1/docs/resources/elastigroup_azure#auto_healing ElastigroupAzure#auto_healing}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#auto_healing ElastigroupAzure#auto_healing}. --- @@ -2612,7 +2612,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.169.1/docs/resources/elastigroup_azure#grace_period ElastigroupAzure#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#grace_period ElastigroupAzure#grace_period}. --- @@ -2648,7 +2648,7 @@ custom: typing.Union[IResolvable, typing.List[ElastigroupAzureImageCustom]] custom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#custom ElastigroupAzure#custom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#custom ElastigroupAzure#custom} --- @@ -2662,7 +2662,7 @@ marketplace: typing.Union[IResolvable, typing.List[ElastigroupAzureImageMarketpl marketplace block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#marketplace ElastigroupAzure#marketplace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#marketplace ElastigroupAzure#marketplace} --- @@ -2683,8 +2683,8 @@ elastigroupAzure.ElastigroupAzureImageCustom( | **Name** | **Type** | **Description** | | --- | --- | --- | -| image_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. | --- @@ -2696,7 +2696,7 @@ image_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#image_name ElastigroupAzure#image_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#image_name ElastigroupAzure#image_name}. --- @@ -2708,7 +2708,7 @@ resource_group_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. --- @@ -2730,9 +2730,9 @@ elastigroupAzure.ElastigroupAzureImageMarketplace( | **Name** | **Type** | **Description** | | --- | --- | --- | -| offer | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#offer ElastigroupAzure#offer}. | -| publisher | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#publisher ElastigroupAzure#publisher}. | -| sku | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#sku ElastigroupAzure#sku}. | +| offer | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#offer ElastigroupAzure#offer}. | +| publisher | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#publisher ElastigroupAzure#publisher}. | +| sku | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#sku ElastigroupAzure#sku}. | --- @@ -2744,7 +2744,7 @@ offer: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#offer ElastigroupAzure#offer}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#offer ElastigroupAzure#offer}. --- @@ -2756,7 +2756,7 @@ publisher: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#publisher ElastigroupAzure#publisher}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#publisher ElastigroupAzure#publisher}. --- @@ -2768,7 +2768,7 @@ sku: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#sku ElastigroupAzure#sku}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#sku ElastigroupAzure#sku}. --- @@ -2788,7 +2788,7 @@ elastigroupAzure.ElastigroupAzureIntegrationKubernetes( | **Name** | **Type** | **Description** | | --- | --- | --- | -| cluster_identifier | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_azure#cluster_identifier ElastigroupAzure#cluster_identifier}. | --- @@ -2800,7 +2800,7 @@ cluster_identifier: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#cluster_identifier ElastigroupAzure#cluster_identifier}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#cluster_identifier ElastigroupAzure#cluster_identifier}. --- @@ -2820,7 +2820,7 @@ elastigroupAzure.ElastigroupAzureIntegrationMultaiRuntime( | **Name** | **Type** | **Description** | | --- | --- | --- | -| deployment_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_azure#deployment_id ElastigroupAzure#deployment_id}. | --- @@ -2832,7 +2832,7 @@ deployment_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#deployment_id ElastigroupAzure#deployment_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#deployment_id ElastigroupAzure#deployment_id}. --- @@ -2855,10 +2855,10 @@ elastigroupAzure.ElastigroupAzureLoadBalancers( | **Name** | **Type** | **Description** | | --- | --- | --- | -| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.0/docs/resources/elastigroup_azure#target_set_id ElastigroupAzure#target_set_id}. | --- @@ -2870,7 +2870,7 @@ type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#type ElastigroupAzure#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#type ElastigroupAzure#type}. --- @@ -2882,7 +2882,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.169.1/docs/resources/elastigroup_azure#auto_weight ElastigroupAzure#auto_weight}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#auto_weight ElastigroupAzure#auto_weight}. --- @@ -2894,7 +2894,7 @@ balancer_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#balancer_id ElastigroupAzure#balancer_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#balancer_id ElastigroupAzure#balancer_id}. --- @@ -2906,7 +2906,7 @@ target_set_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#target_set_id ElastigroupAzure#target_set_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#target_set_id ElastigroupAzure#target_set_id}. --- @@ -2928,9 +2928,9 @@ elastigroupAzure.ElastigroupAzureLogin( | **Name** | **Type** | **Description** | | --- | --- | --- | -| user_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#user_name ElastigroupAzure#user_name}. | -| password | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#password ElastigroupAzure#password}. | -| ssh_public_key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.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.170.0/docs/resources/elastigroup_azure#ssh_public_key ElastigroupAzure#ssh_public_key}. | --- @@ -2942,7 +2942,7 @@ user_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#user_name ElastigroupAzure#user_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#user_name ElastigroupAzure#user_name}. --- @@ -2954,7 +2954,7 @@ password: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#password ElastigroupAzure#password}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#password ElastigroupAzure#password}. --- @@ -2966,7 +2966,7 @@ ssh_public_key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#ssh_public_key ElastigroupAzure#ssh_public_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#ssh_public_key ElastigroupAzure#ssh_public_key}. --- @@ -2987,8 +2987,8 @@ elastigroupAzure.ElastigroupAzureManagedServiceIdentities( | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. | -| resource_group_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.0/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. | --- @@ -3000,7 +3000,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. --- @@ -3012,7 +3012,7 @@ resource_group_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. --- @@ -3036,11 +3036,11 @@ elastigroupAzure.ElastigroupAzureNetwork( | **Name** | **Type** | **Description** | | --- | --- | --- | -| resource_group_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.169.1/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.170.0/docs/resources/elastigroup_azure#assign_public_ip ElastigroupAzure#assign_public_ip}. | --- @@ -3052,7 +3052,7 @@ resource_group_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. --- @@ -3064,7 +3064,7 @@ subnet_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#subnet_name ElastigroupAzure#subnet_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#subnet_name ElastigroupAzure#subnet_name}. --- @@ -3076,7 +3076,7 @@ virtual_network_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#virtual_network_name ElastigroupAzure#virtual_network_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#virtual_network_name ElastigroupAzure#virtual_network_name}. --- @@ -3090,7 +3090,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.169.1/docs/resources/elastigroup_azure#additional_ip_configs ElastigroupAzure#additional_ip_configs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#additional_ip_configs ElastigroupAzure#additional_ip_configs} --- @@ -3102,7 +3102,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.169.1/docs/resources/elastigroup_azure#assign_public_ip ElastigroupAzure#assign_public_ip}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#assign_public_ip ElastigroupAzure#assign_public_ip}. --- @@ -3123,8 +3123,8 @@ elastigroupAzure.ElastigroupAzureNetworkAdditionalIpConfigs( | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. | -| private_ip_version | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.0/docs/resources/elastigroup_azure#private_ip_version ElastigroupAzure#private_ip_version}. | --- @@ -3136,7 +3136,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. --- @@ -3148,7 +3148,7 @@ private_ip_version: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#private_ip_version ElastigroupAzure#private_ip_version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#private_ip_version ElastigroupAzure#private_ip_version}. --- @@ -3185,24 +3185,24 @@ elastigroupAzure.ElastigroupAzureScalingDownPolicy( | **Name** | **Type** | **Description** | | --- | --- | --- | -| metric_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#metric_name ElastigroupAzure#metric_name}. | -| namespace | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#namespace ElastigroupAzure#namespace}. | -| policy_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_azure#threshold ElastigroupAzure#threshold}. | -| action_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#action_type ElastigroupAzure#action_type}. | -| adjustment | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_azure#cooldown ElastigroupAzure#cooldown}. | +| metric_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_azure#namespace ElastigroupAzure#namespace}. | +| policy_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_azure#threshold ElastigroupAzure#threshold}. | +| action_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.169.1/docs/resources/elastigroup_azure#evaluation_periods ElastigroupAzure#evaluation_periods}. | -| maximum | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#maximum ElastigroupAzure#maximum}. | -| max_target_capacity | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_azure#minimum ElastigroupAzure#minimum}. | -| min_target_capacity | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/docs/resources/elastigroup_azure#period ElastigroupAzure#period}. | -| statistic | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#statistic ElastigroupAzure#statistic}. | -| target | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#target ElastigroupAzure#target}. | -| unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.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.170.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.170.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.170.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.170.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.170.0/docs/resources/elastigroup_azure#period ElastigroupAzure#period}. | +| statistic | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#statistic ElastigroupAzure#statistic}. | +| target | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#target ElastigroupAzure#target}. | +| unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#unit ElastigroupAzure#unit}. | --- @@ -3214,7 +3214,7 @@ metric_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#metric_name ElastigroupAzure#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#metric_name ElastigroupAzure#metric_name}. --- @@ -3226,7 +3226,7 @@ namespace: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#namespace ElastigroupAzure#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#namespace ElastigroupAzure#namespace}. --- @@ -3238,7 +3238,7 @@ policy_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#policy_name ElastigroupAzure#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#policy_name ElastigroupAzure#policy_name}. --- @@ -3250,7 +3250,7 @@ threshold: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#threshold ElastigroupAzure#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#threshold ElastigroupAzure#threshold}. --- @@ -3262,7 +3262,7 @@ action_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#action_type ElastigroupAzure#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#action_type ElastigroupAzure#action_type}. --- @@ -3274,7 +3274,7 @@ adjustment: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#adjustment ElastigroupAzure#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#adjustment ElastigroupAzure#adjustment}. --- @@ -3286,7 +3286,7 @@ cooldown: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#cooldown ElastigroupAzure#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#cooldown ElastigroupAzure#cooldown}. --- @@ -3300,7 +3300,7 @@ dimensions: typing.Union[IResolvable, typing.List[ElastigroupAzureScalingDownPol dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#dimensions ElastigroupAzure#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#dimensions ElastigroupAzure#dimensions} --- @@ -3312,7 +3312,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.169.1/docs/resources/elastigroup_azure#evaluation_periods ElastigroupAzure#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#evaluation_periods ElastigroupAzure#evaluation_periods}. --- @@ -3324,7 +3324,7 @@ maximum: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#maximum ElastigroupAzure#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#maximum ElastigroupAzure#maximum}. --- @@ -3336,7 +3336,7 @@ max_target_capacity: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#max_target_capacity ElastigroupAzure#max_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#max_target_capacity ElastigroupAzure#max_target_capacity}. --- @@ -3348,7 +3348,7 @@ minimum: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#minimum ElastigroupAzure#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#minimum ElastigroupAzure#minimum}. --- @@ -3360,7 +3360,7 @@ min_target_capacity: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#min_target_capacity ElastigroupAzure#min_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#min_target_capacity ElastigroupAzure#min_target_capacity}. --- @@ -3372,7 +3372,7 @@ operator: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#operator ElastigroupAzure#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#operator ElastigroupAzure#operator}. --- @@ -3384,7 +3384,7 @@ period: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#period ElastigroupAzure#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#period ElastigroupAzure#period}. --- @@ -3396,7 +3396,7 @@ statistic: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#statistic ElastigroupAzure#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#statistic ElastigroupAzure#statistic}. --- @@ -3408,7 +3408,7 @@ target: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#target ElastigroupAzure#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#target ElastigroupAzure#target}. --- @@ -3420,7 +3420,7 @@ unit: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#unit ElastigroupAzure#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#unit ElastigroupAzure#unit}. --- @@ -3441,8 +3441,8 @@ elastigroupAzure.ElastigroupAzureScalingDownPolicyDimensions( | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#value ElastigroupAzure#value}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. | +| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#value ElastigroupAzure#value}. | --- @@ -3454,7 +3454,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. --- @@ -3466,7 +3466,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#value ElastigroupAzure#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#value ElastigroupAzure#value}. --- @@ -3503,24 +3503,24 @@ elastigroupAzure.ElastigroupAzureScalingUpPolicy( | **Name** | **Type** | **Description** | | --- | --- | --- | -| metric_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#metric_name ElastigroupAzure#metric_name}. | -| namespace | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#namespace ElastigroupAzure#namespace}. | -| policy_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_azure#threshold ElastigroupAzure#threshold}. | -| action_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#action_type ElastigroupAzure#action_type}. | -| adjustment | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_azure#cooldown ElastigroupAzure#cooldown}. | +| metric_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_azure#namespace ElastigroupAzure#namespace}. | +| policy_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_azure#threshold ElastigroupAzure#threshold}. | +| action_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.169.1/docs/resources/elastigroup_azure#evaluation_periods ElastigroupAzure#evaluation_periods}. | -| maximum | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#maximum ElastigroupAzure#maximum}. | -| max_target_capacity | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_azure#minimum ElastigroupAzure#minimum}. | -| min_target_capacity | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/docs/resources/elastigroup_azure#period ElastigroupAzure#period}. | -| statistic | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#statistic ElastigroupAzure#statistic}. | -| target | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#target ElastigroupAzure#target}. | -| unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.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.170.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.170.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.170.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.170.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.170.0/docs/resources/elastigroup_azure#period ElastigroupAzure#period}. | +| statistic | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#statistic ElastigroupAzure#statistic}. | +| target | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#target ElastigroupAzure#target}. | +| unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#unit ElastigroupAzure#unit}. | --- @@ -3532,7 +3532,7 @@ metric_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#metric_name ElastigroupAzure#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#metric_name ElastigroupAzure#metric_name}. --- @@ -3544,7 +3544,7 @@ namespace: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#namespace ElastigroupAzure#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#namespace ElastigroupAzure#namespace}. --- @@ -3556,7 +3556,7 @@ policy_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#policy_name ElastigroupAzure#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#policy_name ElastigroupAzure#policy_name}. --- @@ -3568,7 +3568,7 @@ threshold: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#threshold ElastigroupAzure#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#threshold ElastigroupAzure#threshold}. --- @@ -3580,7 +3580,7 @@ action_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#action_type ElastigroupAzure#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#action_type ElastigroupAzure#action_type}. --- @@ -3592,7 +3592,7 @@ adjustment: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#adjustment ElastigroupAzure#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#adjustment ElastigroupAzure#adjustment}. --- @@ -3604,7 +3604,7 @@ cooldown: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#cooldown ElastigroupAzure#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#cooldown ElastigroupAzure#cooldown}. --- @@ -3618,7 +3618,7 @@ dimensions: typing.Union[IResolvable, typing.List[ElastigroupAzureScalingUpPolic dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#dimensions ElastigroupAzure#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#dimensions ElastigroupAzure#dimensions} --- @@ -3630,7 +3630,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.169.1/docs/resources/elastigroup_azure#evaluation_periods ElastigroupAzure#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#evaluation_periods ElastigroupAzure#evaluation_periods}. --- @@ -3642,7 +3642,7 @@ maximum: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#maximum ElastigroupAzure#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#maximum ElastigroupAzure#maximum}. --- @@ -3654,7 +3654,7 @@ max_target_capacity: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#max_target_capacity ElastigroupAzure#max_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#max_target_capacity ElastigroupAzure#max_target_capacity}. --- @@ -3666,7 +3666,7 @@ minimum: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#minimum ElastigroupAzure#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#minimum ElastigroupAzure#minimum}. --- @@ -3678,7 +3678,7 @@ min_target_capacity: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#min_target_capacity ElastigroupAzure#min_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#min_target_capacity ElastigroupAzure#min_target_capacity}. --- @@ -3690,7 +3690,7 @@ operator: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#operator ElastigroupAzure#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#operator ElastigroupAzure#operator}. --- @@ -3702,7 +3702,7 @@ period: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#period ElastigroupAzure#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#period ElastigroupAzure#period}. --- @@ -3714,7 +3714,7 @@ statistic: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#statistic ElastigroupAzure#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#statistic ElastigroupAzure#statistic}. --- @@ -3726,7 +3726,7 @@ target: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#target ElastigroupAzure#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#target ElastigroupAzure#target}. --- @@ -3738,7 +3738,7 @@ unit: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#unit ElastigroupAzure#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#unit ElastigroupAzure#unit}. --- @@ -3759,8 +3759,8 @@ elastigroupAzure.ElastigroupAzureScalingUpPolicyDimensions( | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#value ElastigroupAzure#value}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. | +| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#value ElastigroupAzure#value}. | --- @@ -3772,7 +3772,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. --- @@ -3784,7 +3784,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#value ElastigroupAzure#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#value ElastigroupAzure#value}. --- @@ -3813,16 +3813,16 @@ elastigroupAzure.ElastigroupAzureScheduledTask( | **Name** | **Type** | **Description** | | --- | --- | --- | -| cron_expression | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_azure#task_type ElastigroupAzure#task_type}. | -| adjustment | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#adjustment ElastigroupAzure#adjustment}. | -| adjustment_percentage | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/elastigroup_azure#adjustment ElastigroupAzure#adjustment}. | +| adjustment_percentage | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.170.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.170.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.170.0/docs/resources/elastigroup_azure#scale_target_capacity ElastigroupAzure#scale_target_capacity}. | --- @@ -3834,7 +3834,7 @@ cron_expression: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#cron_expression ElastigroupAzure#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#cron_expression ElastigroupAzure#cron_expression}. --- @@ -3846,7 +3846,7 @@ task_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#task_type ElastigroupAzure#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#task_type ElastigroupAzure#task_type}. --- @@ -3858,7 +3858,7 @@ adjustment: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#adjustment ElastigroupAzure#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#adjustment ElastigroupAzure#adjustment}. --- @@ -3870,7 +3870,7 @@ adjustment_percentage: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#adjustment_percentage ElastigroupAzure#adjustment_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#adjustment_percentage ElastigroupAzure#adjustment_percentage}. --- @@ -3882,7 +3882,7 @@ batch_size_percentage: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#batch_size_percentage ElastigroupAzure#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#batch_size_percentage ElastigroupAzure#batch_size_percentage}. --- @@ -3894,7 +3894,7 @@ grace_period: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#grace_period ElastigroupAzure#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#grace_period ElastigroupAzure#grace_period}. --- @@ -3906,7 +3906,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.169.1/docs/resources/elastigroup_azure#is_enabled ElastigroupAzure#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#is_enabled ElastigroupAzure#is_enabled}. --- @@ -3918,7 +3918,7 @@ scale_max_capacity: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#scale_max_capacity ElastigroupAzure#scale_max_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#scale_max_capacity ElastigroupAzure#scale_max_capacity}. --- @@ -3930,7 +3930,7 @@ scale_min_capacity: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#scale_min_capacity ElastigroupAzure#scale_min_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#scale_min_capacity ElastigroupAzure#scale_min_capacity}. --- @@ -3942,7 +3942,7 @@ scale_target_capacity: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#scale_target_capacity ElastigroupAzure#scale_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#scale_target_capacity ElastigroupAzure#scale_target_capacity}. --- @@ -3964,9 +3964,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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/elastigroup_azure#od_count ElastigroupAzure#od_count}. | --- @@ -3978,7 +3978,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.169.1/docs/resources/elastigroup_azure#draining_timeout ElastigroupAzure#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#draining_timeout ElastigroupAzure#draining_timeout}. --- @@ -3990,7 +3990,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.169.1/docs/resources/elastigroup_azure#low_priority_percentage ElastigroupAzure#low_priority_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#low_priority_percentage ElastigroupAzure#low_priority_percentage}. --- @@ -4002,7 +4002,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.169.1/docs/resources/elastigroup_azure#od_count ElastigroupAzure#od_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#od_count ElastigroupAzure#od_count}. --- @@ -4023,7 +4023,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.169.1/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.170.0/docs/resources/elastigroup_azure#should_roll ElastigroupAzure#should_roll}. | | roll_config | ElastigroupAzureUpdatePolicyRollConfig | roll_config block. | --- @@ -4036,7 +4036,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.169.1/docs/resources/elastigroup_azure#should_roll ElastigroupAzure#should_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#should_roll ElastigroupAzure#should_roll}. --- @@ -4050,7 +4050,7 @@ roll_config: ElastigroupAzureUpdatePolicyRollConfig roll_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#roll_config ElastigroupAzure#roll_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#roll_config ElastigroupAzure#roll_config} --- @@ -4072,9 +4072,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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/elastigroup_azure#health_check_type ElastigroupAzure#health_check_type}. | --- @@ -4086,7 +4086,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.169.1/docs/resources/elastigroup_azure#batch_size_percentage ElastigroupAzure#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#batch_size_percentage ElastigroupAzure#batch_size_percentage}. --- @@ -4098,7 +4098,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.169.1/docs/resources/elastigroup_azure#grace_period ElastigroupAzure#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#grace_period ElastigroupAzure#grace_period}. --- @@ -4110,7 +4110,7 @@ health_check_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#health_check_type ElastigroupAzure#health_check_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#health_check_type ElastigroupAzure#health_check_type}. --- @@ -13336,7 +13336,7 @@ def put_roll_config( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#batch_size_percentage ElastigroupAzure#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#batch_size_percentage ElastigroupAzure#batch_size_percentage}. --- @@ -13344,7 +13344,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#grace_period ElastigroupAzure#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#grace_period ElastigroupAzure#grace_period}. --- @@ -13352,7 +13352,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#health_check_type ElastigroupAzure#health_check_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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 1afd573d0..16dec590a 100644 --- a/docs/elastigroupAzure.typescript.md +++ b/docs/elastigroupAzure.typescript.md @@ -4,7 +4,7 @@ ### ElastigroupAzure -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure spotinst_elastigroup_azure}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure spotinst_elastigroup_azure}. #### Initializers @@ -762,7 +762,7 @@ The construct id used in the generated config for the ElastigroupAzure to import The id of the existing ElastigroupAzure that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#import import section} in the documentation of this resource for the id to use --- @@ -1550,32 +1550,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.169.1/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.169.1/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. | +| lowPrioritySizes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.169.1/docs/resources/elastigroup_azure#od_sizes ElastigroupAzure#od_sizes}. | -| product | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#product ElastigroupAzure#product}. | -| region | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#region ElastigroupAzure#region}. | -| resourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.0/docs/resources/elastigroup_azure#product ElastigroupAzure#product}. | +| region | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#region ElastigroupAzure#region}. | +| resourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_azure#custom_data ElastigroupAzure#custom_data}. | -| desiredCapacity | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#desired_capacity ElastigroupAzure#desired_capacity}. | +| customData | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.169.1/docs/resources/elastigroup_azure#id ElastigroupAzure#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_azure#max_size ElastigroupAzure#max_size}. | -| minSize | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#min_size ElastigroupAzure#min_size}. | +| maxSize | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.169.1/docs/resources/elastigroup_azure#shutdown_script ElastigroupAzure#shutdown_script}. | +| shutdownScript | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_azure#user_data ElastigroupAzure#user_data}. | +| userData | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#user_data ElastigroupAzure#user_data}. | --- @@ -1657,7 +1657,7 @@ public readonly lowPrioritySizes: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#low_priority_sizes ElastigroupAzure#low_priority_sizes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#low_priority_sizes ElastigroupAzure#low_priority_sizes}. --- @@ -1669,7 +1669,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. --- @@ -1683,7 +1683,7 @@ public readonly network: ElastigroupAzureNetwork; network block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#network ElastigroupAzure#network} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#network ElastigroupAzure#network} --- @@ -1695,7 +1695,7 @@ public readonly odSizes: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#od_sizes ElastigroupAzure#od_sizes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#od_sizes ElastigroupAzure#od_sizes}. --- @@ -1707,7 +1707,7 @@ public readonly product: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#product ElastigroupAzure#product}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#product ElastigroupAzure#product}. --- @@ -1719,7 +1719,7 @@ public readonly region: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#region ElastigroupAzure#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#region ElastigroupAzure#region}. --- @@ -1731,7 +1731,7 @@ public readonly resourceGroupName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. --- @@ -1745,7 +1745,7 @@ public readonly strategy: ElastigroupAzureStrategy; strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#strategy ElastigroupAzure#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#strategy ElastigroupAzure#strategy} --- @@ -1757,7 +1757,7 @@ public readonly customData: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#custom_data ElastigroupAzure#custom_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#custom_data ElastigroupAzure#custom_data}. --- @@ -1769,7 +1769,7 @@ public readonly desiredCapacity: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#desired_capacity ElastigroupAzure#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#desired_capacity ElastigroupAzure#desired_capacity}. --- @@ -1783,7 +1783,7 @@ public readonly healthCheck: ElastigroupAzureHealthCheck; health_check block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#health_check ElastigroupAzure#health_check} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#health_check ElastigroupAzure#health_check} --- @@ -1795,7 +1795,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#id ElastigroupAzure#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. @@ -1812,7 +1812,7 @@ public readonly image: IResolvable | ElastigroupAzureImage[]; image block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#image ElastigroupAzure#image} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#image ElastigroupAzure#image} --- @@ -1826,7 +1826,7 @@ public readonly integrationKubernetes: ElastigroupAzureIntegrationKubernetes; integration_kubernetes block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#integration_kubernetes ElastigroupAzure#integration_kubernetes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#integration_kubernetes ElastigroupAzure#integration_kubernetes} --- @@ -1840,7 +1840,7 @@ public readonly integrationMultaiRuntime: ElastigroupAzureIntegrationMultaiRunti integration_multai_runtime block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#integration_multai_runtime ElastigroupAzure#integration_multai_runtime} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#integration_multai_runtime ElastigroupAzure#integration_multai_runtime} --- @@ -1854,7 +1854,7 @@ public readonly loadBalancers: IResolvable | ElastigroupAzureLoadBalancers[]; load_balancers block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#load_balancers ElastigroupAzure#load_balancers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#load_balancers ElastigroupAzure#load_balancers} --- @@ -1868,7 +1868,7 @@ public readonly login: ElastigroupAzureLogin; login block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#login ElastigroupAzure#login} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#login ElastigroupAzure#login} --- @@ -1882,7 +1882,7 @@ public readonly managedServiceIdentities: IResolvable | ElastigroupAzureManagedS managed_service_identities block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#managed_service_identities ElastigroupAzure#managed_service_identities} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#managed_service_identities ElastigroupAzure#managed_service_identities} --- @@ -1894,7 +1894,7 @@ public readonly maxSize: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#max_size ElastigroupAzure#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#max_size ElastigroupAzure#max_size}. --- @@ -1906,7 +1906,7 @@ public readonly minSize: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#min_size ElastigroupAzure#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#min_size ElastigroupAzure#min_size}. --- @@ -1920,7 +1920,7 @@ public readonly scalingDownPolicy: IResolvable | ElastigroupAzureScalingDownPoli scaling_down_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#scaling_down_policy ElastigroupAzure#scaling_down_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#scaling_down_policy ElastigroupAzure#scaling_down_policy} --- @@ -1934,7 +1934,7 @@ public readonly scalingUpPolicy: IResolvable | ElastigroupAzureScalingUpPolicy[] scaling_up_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#scaling_up_policy ElastigroupAzure#scaling_up_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#scaling_up_policy ElastigroupAzure#scaling_up_policy} --- @@ -1948,7 +1948,7 @@ public readonly scheduledTask: IResolvable | ElastigroupAzureScheduledTask[]; scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#scheduled_task ElastigroupAzure#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#scheduled_task ElastigroupAzure#scheduled_task} --- @@ -1960,7 +1960,7 @@ public readonly shutdownScript: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#shutdown_script ElastigroupAzure#shutdown_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#shutdown_script ElastigroupAzure#shutdown_script}. --- @@ -1974,7 +1974,7 @@ public readonly updatePolicy: ElastigroupAzureUpdatePolicy; update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#update_policy ElastigroupAzure#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#update_policy ElastigroupAzure#update_policy} --- @@ -1986,7 +1986,7 @@ public readonly userData: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#user_data ElastigroupAzure#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#user_data ElastigroupAzure#user_data}. --- @@ -2004,9 +2004,9 @@ const elastigroupAzureHealthCheck: elastigroupAzure.ElastigroupAzureHealthCheck | **Name** | **Type** | **Description** | | --- | --- | --- | -| healthCheckType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_azure#auto_healing ElastigroupAzure#auto_healing}. | -| gracePeriod | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#grace_period ElastigroupAzure#grace_period}. | +| healthCheckType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.0/docs/resources/elastigroup_azure#grace_period ElastigroupAzure#grace_period}. | --- @@ -2018,7 +2018,7 @@ public readonly healthCheckType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#health_check_type ElastigroupAzure#health_check_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#health_check_type ElastigroupAzure#health_check_type}. --- @@ -2030,7 +2030,7 @@ public readonly autoHealing: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#auto_healing ElastigroupAzure#auto_healing}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#auto_healing ElastigroupAzure#auto_healing}. --- @@ -2042,7 +2042,7 @@ public readonly gracePeriod: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#grace_period ElastigroupAzure#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#grace_period ElastigroupAzure#grace_period}. --- @@ -2075,7 +2075,7 @@ public readonly custom: IResolvable | ElastigroupAzureImageCustom[]; custom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#custom ElastigroupAzure#custom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#custom ElastigroupAzure#custom} --- @@ -2089,7 +2089,7 @@ public readonly marketplace: IResolvable | ElastigroupAzureImageMarketplace[]; marketplace block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#marketplace ElastigroupAzure#marketplace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#marketplace ElastigroupAzure#marketplace} --- @@ -2107,8 +2107,8 @@ const elastigroupAzureImageCustom: elastigroupAzure.ElastigroupAzureImageCustom | **Name** | **Type** | **Description** | | --- | --- | --- | -| imageName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#image_name ElastigroupAzure#image_name}. | -| resourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.0/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. | --- @@ -2120,7 +2120,7 @@ public readonly imageName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#image_name ElastigroupAzure#image_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#image_name ElastigroupAzure#image_name}. --- @@ -2132,7 +2132,7 @@ public readonly resourceGroupName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. --- @@ -2150,9 +2150,9 @@ const elastigroupAzureImageMarketplace: elastigroupAzure.ElastigroupAzureImageMa | **Name** | **Type** | **Description** | | --- | --- | --- | -| offer | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#offer ElastigroupAzure#offer}. | -| publisher | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#publisher ElastigroupAzure#publisher}. | -| sku | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#sku ElastigroupAzure#sku}. | +| offer | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#offer ElastigroupAzure#offer}. | +| publisher | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#publisher ElastigroupAzure#publisher}. | +| sku | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#sku ElastigroupAzure#sku}. | --- @@ -2164,7 +2164,7 @@ public readonly offer: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#offer ElastigroupAzure#offer}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#offer ElastigroupAzure#offer}. --- @@ -2176,7 +2176,7 @@ public readonly publisher: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#publisher ElastigroupAzure#publisher}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#publisher ElastigroupAzure#publisher}. --- @@ -2188,7 +2188,7 @@ public readonly sku: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#sku ElastigroupAzure#sku}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#sku ElastigroupAzure#sku}. --- @@ -2206,7 +2206,7 @@ const elastigroupAzureIntegrationKubernetes: elastigroupAzure.ElastigroupAzureIn | **Name** | **Type** | **Description** | | --- | --- | --- | -| clusterIdentifier | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#cluster_identifier ElastigroupAzure#cluster_identifier}. | +| clusterIdentifier | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#cluster_identifier ElastigroupAzure#cluster_identifier}. | --- @@ -2218,7 +2218,7 @@ public readonly clusterIdentifier: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#cluster_identifier ElastigroupAzure#cluster_identifier}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#cluster_identifier ElastigroupAzure#cluster_identifier}. --- @@ -2236,7 +2236,7 @@ const elastigroupAzureIntegrationMultaiRuntime: elastigroupAzure.ElastigroupAzur | **Name** | **Type** | **Description** | | --- | --- | --- | -| deploymentId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#deployment_id ElastigroupAzure#deployment_id}. | +| deploymentId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#deployment_id ElastigroupAzure#deployment_id}. | --- @@ -2248,7 +2248,7 @@ public readonly deploymentId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#deployment_id ElastigroupAzure#deployment_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#deployment_id ElastigroupAzure#deployment_id}. --- @@ -2266,10 +2266,10 @@ const elastigroupAzureLoadBalancers: elastigroupAzure.ElastigroupAzureLoadBalanc | **Name** | **Type** | **Description** | | --- | --- | --- | -| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#type ElastigroupAzure#type}. | -| autoWeight | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#auto_weight ElastigroupAzure#auto_weight}. | -| balancerId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#balancer_id ElastigroupAzure#balancer_id}. | -| targetSetId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.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.170.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.170.0/docs/resources/elastigroup_azure#target_set_id ElastigroupAzure#target_set_id}. | --- @@ -2281,7 +2281,7 @@ public readonly type: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#type ElastigroupAzure#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#type ElastigroupAzure#type}. --- @@ -2293,7 +2293,7 @@ public readonly autoWeight: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#auto_weight ElastigroupAzure#auto_weight}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#auto_weight ElastigroupAzure#auto_weight}. --- @@ -2305,7 +2305,7 @@ public readonly balancerId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#balancer_id ElastigroupAzure#balancer_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#balancer_id ElastigroupAzure#balancer_id}. --- @@ -2317,7 +2317,7 @@ public readonly targetSetId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#target_set_id ElastigroupAzure#target_set_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#target_set_id ElastigroupAzure#target_set_id}. --- @@ -2335,9 +2335,9 @@ const elastigroupAzureLogin: elastigroupAzure.ElastigroupAzureLogin = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| userName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#user_name ElastigroupAzure#user_name}. | -| password | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#password ElastigroupAzure#password}. | -| sshPublicKey | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.0/docs/resources/elastigroup_azure#password ElastigroupAzure#password}. | +| sshPublicKey | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#ssh_public_key ElastigroupAzure#ssh_public_key}. | --- @@ -2349,7 +2349,7 @@ public readonly userName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#user_name ElastigroupAzure#user_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#user_name ElastigroupAzure#user_name}. --- @@ -2361,7 +2361,7 @@ public readonly password: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#password ElastigroupAzure#password}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#password ElastigroupAzure#password}. --- @@ -2373,7 +2373,7 @@ public readonly sshPublicKey: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#ssh_public_key ElastigroupAzure#ssh_public_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#ssh_public_key ElastigroupAzure#ssh_public_key}. --- @@ -2391,8 +2391,8 @@ const elastigroupAzureManagedServiceIdentities: elastigroupAzure.ElastigroupAzur | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. | -| resourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. | +| resourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. | --- @@ -2404,7 +2404,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. --- @@ -2416,7 +2416,7 @@ public readonly resourceGroupName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. --- @@ -2434,11 +2434,11 @@ const elastigroupAzureNetwork: elastigroupAzure.ElastigroupAzureNetwork = { ... | **Name** | **Type** | **Description** | | --- | --- | --- | -| resourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_azure#subnet_name ElastigroupAzure#subnet_name}. | -| virtualNetworkName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.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.170.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.169.1/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.170.0/docs/resources/elastigroup_azure#assign_public_ip ElastigroupAzure#assign_public_ip}. | --- @@ -2450,7 +2450,7 @@ public readonly resourceGroupName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name}. --- @@ -2462,7 +2462,7 @@ public readonly subnetName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#subnet_name ElastigroupAzure#subnet_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#subnet_name ElastigroupAzure#subnet_name}. --- @@ -2474,7 +2474,7 @@ public readonly virtualNetworkName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#virtual_network_name ElastigroupAzure#virtual_network_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#virtual_network_name ElastigroupAzure#virtual_network_name}. --- @@ -2488,7 +2488,7 @@ public readonly additionalIpConfigs: IResolvable | ElastigroupAzureNetworkAdditi additional_ip_configs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#additional_ip_configs ElastigroupAzure#additional_ip_configs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#additional_ip_configs ElastigroupAzure#additional_ip_configs} --- @@ -2500,7 +2500,7 @@ public readonly assignPublicIp: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#assign_public_ip ElastigroupAzure#assign_public_ip}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#assign_public_ip ElastigroupAzure#assign_public_ip}. --- @@ -2518,8 +2518,8 @@ const elastigroupAzureNetworkAdditionalIpConfigs: elastigroupAzure.ElastigroupAz | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. | -| privateIpVersion | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. | +| privateIpVersion | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#private_ip_version ElastigroupAzure#private_ip_version}. | --- @@ -2531,7 +2531,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. --- @@ -2543,7 +2543,7 @@ public readonly privateIpVersion: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#private_ip_version ElastigroupAzure#private_ip_version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#private_ip_version ElastigroupAzure#private_ip_version}. --- @@ -2561,24 +2561,24 @@ const elastigroupAzureScalingDownPolicy: elastigroupAzure.ElastigroupAzureScalin | **Name** | **Type** | **Description** | | --- | --- | --- | -| metricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#metric_name ElastigroupAzure#metric_name}. | -| namespace | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#namespace ElastigroupAzure#namespace}. | -| policyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#policy_name ElastigroupAzure#policy_name}. | -| threshold | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#threshold ElastigroupAzure#threshold}. | -| actionType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#action_type ElastigroupAzure#action_type}. | -| adjustment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#adjustment ElastigroupAzure#adjustment}. | -| cooldown | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#cooldown ElastigroupAzure#cooldown}. | +| metricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_azure#namespace ElastigroupAzure#namespace}. | +| policyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_azure#threshold ElastigroupAzure#threshold}. | +| actionType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_azure#adjustment ElastigroupAzure#adjustment}. | +| cooldown | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_azure#evaluation_periods ElastigroupAzure#evaluation_periods}. | -| maximum | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#maximum ElastigroupAzure#maximum}. | -| maxTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_azure#minimum ElastigroupAzure#minimum}. | -| minTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_azure#operator ElastigroupAzure#operator}. | -| period | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#period ElastigroupAzure#period}. | -| statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#statistic ElastigroupAzure#statistic}. | -| target | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#target ElastigroupAzure#target}. | -| unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#unit ElastigroupAzure#unit}. | +| evaluationPeriods | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_azure#maximum ElastigroupAzure#maximum}. | +| maxTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_azure#minimum ElastigroupAzure#minimum}. | +| minTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_azure#operator ElastigroupAzure#operator}. | +| period | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#period ElastigroupAzure#period}. | +| statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#statistic ElastigroupAzure#statistic}. | +| target | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#target ElastigroupAzure#target}. | +| unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#unit ElastigroupAzure#unit}. | --- @@ -2590,7 +2590,7 @@ public readonly metricName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#metric_name ElastigroupAzure#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#metric_name ElastigroupAzure#metric_name}. --- @@ -2602,7 +2602,7 @@ public readonly namespace: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#namespace ElastigroupAzure#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#namespace ElastigroupAzure#namespace}. --- @@ -2614,7 +2614,7 @@ public readonly policyName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#policy_name ElastigroupAzure#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#policy_name ElastigroupAzure#policy_name}. --- @@ -2626,7 +2626,7 @@ public readonly threshold: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#threshold ElastigroupAzure#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#threshold ElastigroupAzure#threshold}. --- @@ -2638,7 +2638,7 @@ public readonly actionType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#action_type ElastigroupAzure#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#action_type ElastigroupAzure#action_type}. --- @@ -2650,7 +2650,7 @@ public readonly adjustment: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#adjustment ElastigroupAzure#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#adjustment ElastigroupAzure#adjustment}. --- @@ -2662,7 +2662,7 @@ public readonly cooldown: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#cooldown ElastigroupAzure#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#cooldown ElastigroupAzure#cooldown}. --- @@ -2676,7 +2676,7 @@ public readonly dimensions: IResolvable | ElastigroupAzureScalingDownPolicyDimen dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#dimensions ElastigroupAzure#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#dimensions ElastigroupAzure#dimensions} --- @@ -2688,7 +2688,7 @@ public readonly evaluationPeriods: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#evaluation_periods ElastigroupAzure#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#evaluation_periods ElastigroupAzure#evaluation_periods}. --- @@ -2700,7 +2700,7 @@ public readonly maximum: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#maximum ElastigroupAzure#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#maximum ElastigroupAzure#maximum}. --- @@ -2712,7 +2712,7 @@ public readonly maxTargetCapacity: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#max_target_capacity ElastigroupAzure#max_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#max_target_capacity ElastigroupAzure#max_target_capacity}. --- @@ -2724,7 +2724,7 @@ public readonly minimum: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#minimum ElastigroupAzure#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#minimum ElastigroupAzure#minimum}. --- @@ -2736,7 +2736,7 @@ public readonly minTargetCapacity: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#min_target_capacity ElastigroupAzure#min_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#min_target_capacity ElastigroupAzure#min_target_capacity}. --- @@ -2748,7 +2748,7 @@ public readonly operator: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#operator ElastigroupAzure#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#operator ElastigroupAzure#operator}. --- @@ -2760,7 +2760,7 @@ public readonly period: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#period ElastigroupAzure#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#period ElastigroupAzure#period}. --- @@ -2772,7 +2772,7 @@ public readonly statistic: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#statistic ElastigroupAzure#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#statistic ElastigroupAzure#statistic}. --- @@ -2784,7 +2784,7 @@ public readonly target: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#target ElastigroupAzure#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#target ElastigroupAzure#target}. --- @@ -2796,7 +2796,7 @@ public readonly unit: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#unit ElastigroupAzure#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#unit ElastigroupAzure#unit}. --- @@ -2814,8 +2814,8 @@ const elastigroupAzureScalingDownPolicyDimensions: elastigroupAzure.ElastigroupA | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#value ElastigroupAzure#value}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. | +| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#value ElastigroupAzure#value}. | --- @@ -2827,7 +2827,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. --- @@ -2839,7 +2839,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#value ElastigroupAzure#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#value ElastigroupAzure#value}. --- @@ -2857,24 +2857,24 @@ const elastigroupAzureScalingUpPolicy: elastigroupAzure.ElastigroupAzureScalingU | **Name** | **Type** | **Description** | | --- | --- | --- | -| metricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#metric_name ElastigroupAzure#metric_name}. | -| namespace | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#namespace ElastigroupAzure#namespace}. | -| policyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#policy_name ElastigroupAzure#policy_name}. | -| threshold | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#threshold ElastigroupAzure#threshold}. | -| actionType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#action_type ElastigroupAzure#action_type}. | -| adjustment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#adjustment ElastigroupAzure#adjustment}. | -| cooldown | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#cooldown ElastigroupAzure#cooldown}. | +| metricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_azure#namespace ElastigroupAzure#namespace}. | +| policyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_azure#threshold ElastigroupAzure#threshold}. | +| actionType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_azure#adjustment ElastigroupAzure#adjustment}. | +| cooldown | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_azure#evaluation_periods ElastigroupAzure#evaluation_periods}. | -| maximum | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#maximum ElastigroupAzure#maximum}. | -| maxTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_azure#minimum ElastigroupAzure#minimum}. | -| minTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_azure#operator ElastigroupAzure#operator}. | -| period | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#period ElastigroupAzure#period}. | -| statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#statistic ElastigroupAzure#statistic}. | -| target | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#target ElastigroupAzure#target}. | -| unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#unit ElastigroupAzure#unit}. | +| evaluationPeriods | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_azure#maximum ElastigroupAzure#maximum}. | +| maxTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_azure#minimum ElastigroupAzure#minimum}. | +| minTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_azure#operator ElastigroupAzure#operator}. | +| period | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#period ElastigroupAzure#period}. | +| statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#statistic ElastigroupAzure#statistic}. | +| target | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#target ElastigroupAzure#target}. | +| unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#unit ElastigroupAzure#unit}. | --- @@ -2886,7 +2886,7 @@ public readonly metricName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#metric_name ElastigroupAzure#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#metric_name ElastigroupAzure#metric_name}. --- @@ -2898,7 +2898,7 @@ public readonly namespace: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#namespace ElastigroupAzure#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#namespace ElastigroupAzure#namespace}. --- @@ -2910,7 +2910,7 @@ public readonly policyName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#policy_name ElastigroupAzure#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#policy_name ElastigroupAzure#policy_name}. --- @@ -2922,7 +2922,7 @@ public readonly threshold: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#threshold ElastigroupAzure#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#threshold ElastigroupAzure#threshold}. --- @@ -2934,7 +2934,7 @@ public readonly actionType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#action_type ElastigroupAzure#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#action_type ElastigroupAzure#action_type}. --- @@ -2946,7 +2946,7 @@ public readonly adjustment: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#adjustment ElastigroupAzure#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#adjustment ElastigroupAzure#adjustment}. --- @@ -2958,7 +2958,7 @@ public readonly cooldown: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#cooldown ElastigroupAzure#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#cooldown ElastigroupAzure#cooldown}. --- @@ -2972,7 +2972,7 @@ public readonly dimensions: IResolvable | ElastigroupAzureScalingUpPolicyDimensi dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#dimensions ElastigroupAzure#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#dimensions ElastigroupAzure#dimensions} --- @@ -2984,7 +2984,7 @@ public readonly evaluationPeriods: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#evaluation_periods ElastigroupAzure#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#evaluation_periods ElastigroupAzure#evaluation_periods}. --- @@ -2996,7 +2996,7 @@ public readonly maximum: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#maximum ElastigroupAzure#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#maximum ElastigroupAzure#maximum}. --- @@ -3008,7 +3008,7 @@ public readonly maxTargetCapacity: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#max_target_capacity ElastigroupAzure#max_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#max_target_capacity ElastigroupAzure#max_target_capacity}. --- @@ -3020,7 +3020,7 @@ public readonly minimum: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#minimum ElastigroupAzure#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#minimum ElastigroupAzure#minimum}. --- @@ -3032,7 +3032,7 @@ public readonly minTargetCapacity: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#min_target_capacity ElastigroupAzure#min_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#min_target_capacity ElastigroupAzure#min_target_capacity}. --- @@ -3044,7 +3044,7 @@ public readonly operator: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#operator ElastigroupAzure#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#operator ElastigroupAzure#operator}. --- @@ -3056,7 +3056,7 @@ public readonly period: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#period ElastigroupAzure#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#period ElastigroupAzure#period}. --- @@ -3068,7 +3068,7 @@ public readonly statistic: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#statistic ElastigroupAzure#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#statistic ElastigroupAzure#statistic}. --- @@ -3080,7 +3080,7 @@ public readonly target: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#target ElastigroupAzure#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#target ElastigroupAzure#target}. --- @@ -3092,7 +3092,7 @@ public readonly unit: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#unit ElastigroupAzure#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#unit ElastigroupAzure#unit}. --- @@ -3110,8 +3110,8 @@ const elastigroupAzureScalingUpPolicyDimensions: elastigroupAzure.ElastigroupAzu | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#value ElastigroupAzure#value}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. | +| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#value ElastigroupAzure#value}. | --- @@ -3123,7 +3123,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name}. --- @@ -3135,7 +3135,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#value ElastigroupAzure#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#value ElastigroupAzure#value}. --- @@ -3153,16 +3153,16 @@ const elastigroupAzureScheduledTask: elastigroupAzure.ElastigroupAzureScheduledT | **Name** | **Type** | **Description** | | --- | --- | --- | -| cronExpression | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#cron_expression ElastigroupAzure#cron_expression}. | -| taskType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#task_type ElastigroupAzure#task_type}. | -| adjustment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#adjustment ElastigroupAzure#adjustment}. | -| adjustmentPercentage | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#adjustment_percentage ElastigroupAzure#adjustment_percentage}. | -| batchSizePercentage | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/docs/resources/elastigroup_azure#is_enabled ElastigroupAzure#is_enabled}. | -| scaleMaxCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/elastigroup_azure#adjustment ElastigroupAzure#adjustment}. | +| adjustmentPercentage | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.170.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.170.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.170.0/docs/resources/elastigroup_azure#scale_target_capacity ElastigroupAzure#scale_target_capacity}. | --- @@ -3174,7 +3174,7 @@ public readonly cronExpression: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#cron_expression ElastigroupAzure#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#cron_expression ElastigroupAzure#cron_expression}. --- @@ -3186,7 +3186,7 @@ public readonly taskType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#task_type ElastigroupAzure#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#task_type ElastigroupAzure#task_type}. --- @@ -3198,7 +3198,7 @@ public readonly adjustment: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#adjustment ElastigroupAzure#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#adjustment ElastigroupAzure#adjustment}. --- @@ -3210,7 +3210,7 @@ public readonly adjustmentPercentage: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#adjustment_percentage ElastigroupAzure#adjustment_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#adjustment_percentage ElastigroupAzure#adjustment_percentage}. --- @@ -3222,7 +3222,7 @@ public readonly batchSizePercentage: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#batch_size_percentage ElastigroupAzure#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#batch_size_percentage ElastigroupAzure#batch_size_percentage}. --- @@ -3234,7 +3234,7 @@ public readonly gracePeriod: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#grace_period ElastigroupAzure#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#grace_period ElastigroupAzure#grace_period}. --- @@ -3246,7 +3246,7 @@ public readonly isEnabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#is_enabled ElastigroupAzure#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#is_enabled ElastigroupAzure#is_enabled}. --- @@ -3258,7 +3258,7 @@ public readonly scaleMaxCapacity: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#scale_max_capacity ElastigroupAzure#scale_max_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#scale_max_capacity ElastigroupAzure#scale_max_capacity}. --- @@ -3270,7 +3270,7 @@ public readonly scaleMinCapacity: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#scale_min_capacity ElastigroupAzure#scale_min_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#scale_min_capacity ElastigroupAzure#scale_min_capacity}. --- @@ -3282,7 +3282,7 @@ public readonly scaleTargetCapacity: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#scale_target_capacity ElastigroupAzure#scale_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#scale_target_capacity ElastigroupAzure#scale_target_capacity}. --- @@ -3300,9 +3300,9 @@ const elastigroupAzureStrategy: elastigroupAzure.ElastigroupAzureStrategy = { .. | **Name** | **Type** | **Description** | | --- | --- | --- | -| drainingTimeout | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#draining_timeout ElastigroupAzure#draining_timeout}. | -| lowPriorityPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_azure#od_count ElastigroupAzure#od_count}. | +| drainingTimeout | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.0/docs/resources/elastigroup_azure#od_count ElastigroupAzure#od_count}. | --- @@ -3314,7 +3314,7 @@ public readonly drainingTimeout: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#draining_timeout ElastigroupAzure#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#draining_timeout ElastigroupAzure#draining_timeout}. --- @@ -3326,7 +3326,7 @@ public readonly lowPriorityPercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#low_priority_percentage ElastigroupAzure#low_priority_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#low_priority_percentage ElastigroupAzure#low_priority_percentage}. --- @@ -3338,7 +3338,7 @@ public readonly odCount: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#od_count ElastigroupAzure#od_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#od_count ElastigroupAzure#od_count}. --- @@ -3356,7 +3356,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.169.1/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.170.0/docs/resources/elastigroup_azure#should_roll ElastigroupAzure#should_roll}. | | rollConfig | ElastigroupAzureUpdatePolicyRollConfig | roll_config block. | --- @@ -3369,7 +3369,7 @@ public readonly shouldRoll: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#should_roll ElastigroupAzure#should_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#should_roll ElastigroupAzure#should_roll}. --- @@ -3383,7 +3383,7 @@ public readonly rollConfig: ElastigroupAzureUpdatePolicyRollConfig; roll_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#roll_config ElastigroupAzure#roll_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#roll_config ElastigroupAzure#roll_config} --- @@ -3401,9 +3401,9 @@ const elastigroupAzureUpdatePolicyRollConfig: elastigroupAzure.ElastigroupAzureU | **Name** | **Type** | **Description** | | --- | --- | --- | -| batchSizePercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_azure#grace_period ElastigroupAzure#grace_period}. | -| healthCheckType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.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.170.0/docs/resources/elastigroup_azure#health_check_type ElastigroupAzure#health_check_type}. | --- @@ -3415,7 +3415,7 @@ public readonly batchSizePercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#batch_size_percentage ElastigroupAzure#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#batch_size_percentage ElastigroupAzure#batch_size_percentage}. --- @@ -3427,7 +3427,7 @@ public readonly gracePeriod: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#grace_period ElastigroupAzure#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#grace_period ElastigroupAzure#grace_period}. --- @@ -3439,7 +3439,7 @@ public readonly healthCheckType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#health_check_type ElastigroupAzure#health_check_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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 c5c96f211..ea1aec18c 100644 --- a/docs/elastigroupAzureV3.csharp.md +++ b/docs/elastigroupAzureV3.csharp.md @@ -4,7 +4,7 @@ ### ElastigroupAzureV3 -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3 spotinst_elastigroup_azure_v3}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3 spotinst_elastigroup_azure_v3}. #### Initializers @@ -616,7 +616,7 @@ The construct id used in the generated config for the ElastigroupAzureV3 to impo The id of the existing ElastigroupAzureV3 that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#import import section} in the documentation of this resource for the id to use --- @@ -1300,25 +1300,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.169.1/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.169.1/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | +| FallbackToOnDemand | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.169.1/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.169.1/docs/resources/elastigroup_azure_v3#os ElastigroupAzureV3#os}. | -| Region | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#region ElastigroupAzureV3#region}. | -| ResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/docs/resources/elastigroup_azure_v3#id ElastigroupAzureV3#id}. | +| OdSizes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_azure_v3#os ElastigroupAzureV3#os}. | +| Region | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#region ElastigroupAzureV3#region}. | +| ResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.170.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.170.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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.0/docs/resources/elastigroup_azure_v3#spot_percentage ElastigroupAzureV3#spot_percentage}. | | Tags | object | tags block. | --- @@ -1401,7 +1401,7 @@ public object FallbackToOnDemand { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_azure_v3#fallback_to_on_demand ElastigroupAzureV3#fallback_to_on_demand}. --- @@ -1413,7 +1413,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. --- @@ -1427,7 +1427,7 @@ public ElastigroupAzureV3Network Network { get; set; } network block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#network ElastigroupAzureV3#network} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#network ElastigroupAzureV3#network} --- @@ -1439,7 +1439,7 @@ public string[] OdSizes { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#od_sizes ElastigroupAzureV3#od_sizes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#od_sizes ElastigroupAzureV3#od_sizes}. --- @@ -1451,7 +1451,7 @@ public string Os { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#os ElastigroupAzureV3#os}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#os ElastigroupAzureV3#os}. --- @@ -1463,7 +1463,7 @@ public string Region { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#region ElastigroupAzureV3#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#region ElastigroupAzureV3#region}. --- @@ -1475,7 +1475,7 @@ public string ResourceGroupName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. --- @@ -1487,7 +1487,7 @@ public string[] SpotSizes { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#spot_sizes ElastigroupAzureV3#spot_sizes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#spot_sizes ElastigroupAzureV3#spot_sizes}. --- @@ -1499,7 +1499,7 @@ public string CustomData { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#custom_data ElastigroupAzureV3#custom_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#custom_data ElastigroupAzureV3#custom_data}. --- @@ -1511,7 +1511,7 @@ public double DesiredCapacity { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#desired_capacity ElastigroupAzureV3#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#desired_capacity ElastigroupAzureV3#desired_capacity}. --- @@ -1523,7 +1523,7 @@ public double DrainingTimeout { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#draining_timeout ElastigroupAzureV3#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#draining_timeout ElastigroupAzureV3#draining_timeout}. --- @@ -1535,7 +1535,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#id ElastigroupAzureV3#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. @@ -1552,7 +1552,7 @@ public object Image { get; set; } image block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#image ElastigroupAzureV3#image} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#image ElastigroupAzureV3#image} --- @@ -1566,7 +1566,7 @@ public ElastigroupAzureV3Login Login { get; set; } login block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#login ElastigroupAzureV3#login} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#login ElastigroupAzureV3#login} --- @@ -1580,7 +1580,7 @@ public object ManagedServiceIdentity { get; set; } managed_service_identity block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_azure_v3#managed_service_identity ElastigroupAzureV3#managed_service_identity} --- @@ -1592,7 +1592,7 @@ public double MaxSize { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#max_size ElastigroupAzureV3#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#max_size ElastigroupAzureV3#max_size}. --- @@ -1604,7 +1604,7 @@ public double MinSize { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#min_size ElastigroupAzureV3#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#min_size ElastigroupAzureV3#min_size}. --- @@ -1616,7 +1616,7 @@ public double OnDemandCount { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_azure_v3#on_demand_count ElastigroupAzureV3#on_demand_count}. --- @@ -1628,7 +1628,7 @@ public double SpotPercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#spot_percentage ElastigroupAzureV3#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#spot_percentage ElastigroupAzureV3#spot_percentage}. --- @@ -1642,7 +1642,7 @@ public object Tags { get; set; } tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#tags ElastigroupAzureV3#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#tags ElastigroupAzureV3#tags} --- @@ -1678,7 +1678,7 @@ public object Custom { get; set; } custom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#custom ElastigroupAzureV3#custom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#custom ElastigroupAzureV3#custom} --- @@ -1692,7 +1692,7 @@ public object Marketplace { get; set; } marketplace block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#marketplace ElastigroupAzureV3#marketplace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#marketplace ElastigroupAzureV3#marketplace} --- @@ -1713,8 +1713,8 @@ new ElastigroupAzureV3ImageCustom { | **Name** | **Type** | **Description** | | --- | --- | --- | -| ImageName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | --- @@ -1726,7 +1726,7 @@ public string ImageName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#image_name ElastigroupAzureV3#image_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#image_name ElastigroupAzureV3#image_name}. --- @@ -1738,7 +1738,7 @@ public string ResourceGroupName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. --- @@ -1761,10 +1761,10 @@ new ElastigroupAzureV3ImageMarketplace { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Offer | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#offer ElastigroupAzureV3#offer}. | -| Publisher | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#publisher ElastigroupAzureV3#publisher}. | -| Sku | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#sku ElastigroupAzureV3#sku}. | -| Version | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#version ElastigroupAzureV3#version}. | +| Offer | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#offer ElastigroupAzureV3#offer}. | +| Publisher | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#publisher ElastigroupAzureV3#publisher}. | +| Sku | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#sku ElastigroupAzureV3#sku}. | +| Version | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#version ElastigroupAzureV3#version}. | --- @@ -1776,7 +1776,7 @@ public string Offer { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#offer ElastigroupAzureV3#offer}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#offer ElastigroupAzureV3#offer}. --- @@ -1788,7 +1788,7 @@ public string Publisher { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#publisher ElastigroupAzureV3#publisher}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#publisher ElastigroupAzureV3#publisher}. --- @@ -1800,7 +1800,7 @@ public string Sku { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#sku ElastigroupAzureV3#sku}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#sku ElastigroupAzureV3#sku}. --- @@ -1812,7 +1812,7 @@ public string Version { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#version ElastigroupAzureV3#version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#version ElastigroupAzureV3#version}. --- @@ -1834,9 +1834,9 @@ new ElastigroupAzureV3Login { | **Name** | **Type** | **Description** | | --- | --- | --- | -| UserName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_azure_v3#password ElastigroupAzureV3#password}. | -| SshPublicKey | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.0/docs/resources/elastigroup_azure_v3#password ElastigroupAzureV3#password}. | +| SshPublicKey | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#ssh_public_key ElastigroupAzureV3#ssh_public_key}. | --- @@ -1848,7 +1848,7 @@ public string UserName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#user_name ElastigroupAzureV3#user_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#user_name ElastigroupAzureV3#user_name}. --- @@ -1860,7 +1860,7 @@ public string Password { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#password ElastigroupAzureV3#password}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#password ElastigroupAzureV3#password}. --- @@ -1872,7 +1872,7 @@ public string SshPublicKey { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_azure_v3#ssh_public_key ElastigroupAzureV3#ssh_public_key}. --- @@ -1893,8 +1893,8 @@ new ElastigroupAzureV3ManagedServiceIdentity { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | -| ResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | +| ResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | --- @@ -1906,7 +1906,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. --- @@ -1918,7 +1918,7 @@ public string ResourceGroupName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. --- @@ -1941,8 +1941,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.169.1/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.169.1/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.170.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.170.0/docs/resources/elastigroup_azure_v3#virtual_network_name ElastigroupAzureV3#virtual_network_name}. | --- @@ -1956,7 +1956,7 @@ public object NetworkInterfaces { get; set; } network_interfaces block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#network_interfaces ElastigroupAzureV3#network_interfaces} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#network_interfaces ElastigroupAzureV3#network_interfaces} --- @@ -1968,7 +1968,7 @@ public string ResourceGroupName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. --- @@ -1980,7 +1980,7 @@ public string VirtualNetworkName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_azure_v3#virtual_network_name ElastigroupAzureV3#virtual_network_name}. --- @@ -2004,9 +2004,9 @@ new ElastigroupAzureV3NetworkNetworkInterfaces { | **Name** | **Type** | **Description** | | --- | --- | --- | -| AssignPublicIp | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/elastigroup_azure_v3#subnet_name ElastigroupAzureV3#subnet_name}. | | AdditionalIpConfigs | object | additional_ip_configs block. | | ApplicationSecurityGroup | object | application_security_group block. | @@ -2020,7 +2020,7 @@ public object AssignPublicIp { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_azure_v3#assign_public_ip ElastigroupAzureV3#assign_public_ip}. --- @@ -2032,7 +2032,7 @@ public object IsPrimary { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#is_primary ElastigroupAzureV3#is_primary}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#is_primary ElastigroupAzureV3#is_primary}. --- @@ -2044,7 +2044,7 @@ public string SubnetName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#subnet_name ElastigroupAzureV3#subnet_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#subnet_name ElastigroupAzureV3#subnet_name}. --- @@ -2058,7 +2058,7 @@ public object AdditionalIpConfigs { get; set; } additional_ip_configs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_azure_v3#additional_ip_configs ElastigroupAzureV3#additional_ip_configs} --- @@ -2072,7 +2072,7 @@ public object ApplicationSecurityGroup { get; set; } application_security_group block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_azure_v3#application_security_group ElastigroupAzureV3#application_security_group} --- @@ -2093,8 +2093,8 @@ new ElastigroupAzureV3NetworkNetworkInterfacesAdditionalIpConfigs { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | -| PrivateIpVersion | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | +| PrivateIpVersion | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#private_ip_version ElastigroupAzureV3#private_ip_version}. | --- @@ -2106,7 +2106,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. --- @@ -2118,7 +2118,7 @@ public string PrivateIpVersion { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_azure_v3#private_ip_version ElastigroupAzureV3#private_ip_version}. --- @@ -2139,8 +2139,8 @@ new ElastigroupAzureV3NetworkNetworkInterfacesApplicationSecurityGroup { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | -| ResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | +| ResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | --- @@ -2152,7 +2152,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. --- @@ -2164,7 +2164,7 @@ public string ResourceGroupName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. --- @@ -2185,8 +2185,8 @@ new ElastigroupAzureV3Tags { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#key ElastigroupAzureV3#key}. | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#value ElastigroupAzureV3#value}. | +| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#key ElastigroupAzureV3#key}. | +| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#value ElastigroupAzureV3#value}. | --- @@ -2198,7 +2198,7 @@ public string Key { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#key ElastigroupAzureV3#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#key ElastigroupAzureV3#key}. --- @@ -2210,7 +2210,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#value ElastigroupAzureV3#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#value ElastigroupAzureV3#value}. --- diff --git a/docs/elastigroupAzureV3.go.md b/docs/elastigroupAzureV3.go.md index daa2cf9b8..e26164b4a 100644 --- a/docs/elastigroupAzureV3.go.md +++ b/docs/elastigroupAzureV3.go.md @@ -4,7 +4,7 @@ ### ElastigroupAzureV3 -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3 spotinst_elastigroup_azure_v3}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3 spotinst_elastigroup_azure_v3}. #### Initializers @@ -616,7 +616,7 @@ The construct id used in the generated config for the ElastigroupAzureV3 to impo The id of the existing ElastigroupAzureV3 that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#import import section} in the documentation of this resource for the id to use --- @@ -1300,25 +1300,25 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazur | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| FallbackToOnDemand | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | +| FallbackToOnDemand | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.169.1/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.169.1/docs/resources/elastigroup_azure_v3#os ElastigroupAzureV3#os}. | -| Region | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#region ElastigroupAzureV3#region}. | -| ResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/docs/resources/elastigroup_azure_v3#id ElastigroupAzureV3#id}. | +| OdSizes | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_azure_v3#os ElastigroupAzureV3#os}. | +| Region | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#region ElastigroupAzureV3#region}. | +| ResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.170.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.170.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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.0/docs/resources/elastigroup_azure_v3#spot_percentage ElastigroupAzureV3#spot_percentage}. | | Tags | interface{} | tags block. | --- @@ -1401,7 +1401,7 @@ FallbackToOnDemand interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_azure_v3#fallback_to_on_demand ElastigroupAzureV3#fallback_to_on_demand}. --- @@ -1413,7 +1413,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. --- @@ -1427,7 +1427,7 @@ Network ElastigroupAzureV3Network network block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#network ElastigroupAzureV3#network} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#network ElastigroupAzureV3#network} --- @@ -1439,7 +1439,7 @@ OdSizes *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#od_sizes ElastigroupAzureV3#od_sizes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#od_sizes ElastigroupAzureV3#od_sizes}. --- @@ -1451,7 +1451,7 @@ Os *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#os ElastigroupAzureV3#os}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#os ElastigroupAzureV3#os}. --- @@ -1463,7 +1463,7 @@ Region *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#region ElastigroupAzureV3#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#region ElastigroupAzureV3#region}. --- @@ -1475,7 +1475,7 @@ ResourceGroupName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. --- @@ -1487,7 +1487,7 @@ SpotSizes *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#spot_sizes ElastigroupAzureV3#spot_sizes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#spot_sizes ElastigroupAzureV3#spot_sizes}. --- @@ -1499,7 +1499,7 @@ CustomData *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#custom_data ElastigroupAzureV3#custom_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#custom_data ElastigroupAzureV3#custom_data}. --- @@ -1511,7 +1511,7 @@ DesiredCapacity *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#desired_capacity ElastigroupAzureV3#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#desired_capacity ElastigroupAzureV3#desired_capacity}. --- @@ -1523,7 +1523,7 @@ DrainingTimeout *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#draining_timeout ElastigroupAzureV3#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#draining_timeout ElastigroupAzureV3#draining_timeout}. --- @@ -1535,7 +1535,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#id ElastigroupAzureV3#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. @@ -1552,7 +1552,7 @@ Image interface{} image block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#image ElastigroupAzureV3#image} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#image ElastigroupAzureV3#image} --- @@ -1566,7 +1566,7 @@ Login ElastigroupAzureV3Login login block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#login ElastigroupAzureV3#login} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#login ElastigroupAzureV3#login} --- @@ -1580,7 +1580,7 @@ ManagedServiceIdentity interface{} managed_service_identity block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_azure_v3#managed_service_identity ElastigroupAzureV3#managed_service_identity} --- @@ -1592,7 +1592,7 @@ MaxSize *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#max_size ElastigroupAzureV3#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#max_size ElastigroupAzureV3#max_size}. --- @@ -1604,7 +1604,7 @@ MinSize *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#min_size ElastigroupAzureV3#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#min_size ElastigroupAzureV3#min_size}. --- @@ -1616,7 +1616,7 @@ OnDemandCount *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_azure_v3#on_demand_count ElastigroupAzureV3#on_demand_count}. --- @@ -1628,7 +1628,7 @@ SpotPercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#spot_percentage ElastigroupAzureV3#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#spot_percentage ElastigroupAzureV3#spot_percentage}. --- @@ -1642,7 +1642,7 @@ Tags interface{} tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#tags ElastigroupAzureV3#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#tags ElastigroupAzureV3#tags} --- @@ -1678,7 +1678,7 @@ Custom interface{} custom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#custom ElastigroupAzureV3#custom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#custom ElastigroupAzureV3#custom} --- @@ -1692,7 +1692,7 @@ Marketplace interface{} marketplace block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#marketplace ElastigroupAzureV3#marketplace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#marketplace ElastigroupAzureV3#marketplace} --- @@ -1713,8 +1713,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazur | **Name** | **Type** | **Description** | | --- | --- | --- | -| ImageName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | --- @@ -1726,7 +1726,7 @@ ImageName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#image_name ElastigroupAzureV3#image_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#image_name ElastigroupAzureV3#image_name}. --- @@ -1738,7 +1738,7 @@ ResourceGroupName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. --- @@ -1761,10 +1761,10 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazur | **Name** | **Type** | **Description** | | --- | --- | --- | -| Offer | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#offer ElastigroupAzureV3#offer}. | -| Publisher | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#publisher ElastigroupAzureV3#publisher}. | -| Sku | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#sku ElastigroupAzureV3#sku}. | -| Version | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#version ElastigroupAzureV3#version}. | +| Offer | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#offer ElastigroupAzureV3#offer}. | +| Publisher | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#publisher ElastigroupAzureV3#publisher}. | +| Sku | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#sku ElastigroupAzureV3#sku}. | +| Version | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#version ElastigroupAzureV3#version}. | --- @@ -1776,7 +1776,7 @@ Offer *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#offer ElastigroupAzureV3#offer}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#offer ElastigroupAzureV3#offer}. --- @@ -1788,7 +1788,7 @@ Publisher *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#publisher ElastigroupAzureV3#publisher}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#publisher ElastigroupAzureV3#publisher}. --- @@ -1800,7 +1800,7 @@ Sku *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#sku ElastigroupAzureV3#sku}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#sku ElastigroupAzureV3#sku}. --- @@ -1812,7 +1812,7 @@ Version *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#version ElastigroupAzureV3#version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#version ElastigroupAzureV3#version}. --- @@ -1834,9 +1834,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazur | **Name** | **Type** | **Description** | | --- | --- | --- | -| UserName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_azure_v3#password ElastigroupAzureV3#password}. | -| SshPublicKey | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.0/docs/resources/elastigroup_azure_v3#password ElastigroupAzureV3#password}. | +| SshPublicKey | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#ssh_public_key ElastigroupAzureV3#ssh_public_key}. | --- @@ -1848,7 +1848,7 @@ UserName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#user_name ElastigroupAzureV3#user_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#user_name ElastigroupAzureV3#user_name}. --- @@ -1860,7 +1860,7 @@ Password *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#password ElastigroupAzureV3#password}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#password ElastigroupAzureV3#password}. --- @@ -1872,7 +1872,7 @@ SshPublicKey *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_azure_v3#ssh_public_key ElastigroupAzureV3#ssh_public_key}. --- @@ -1893,8 +1893,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazur | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | -| ResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | +| ResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | --- @@ -1906,7 +1906,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. --- @@ -1918,7 +1918,7 @@ ResourceGroupName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. --- @@ -1941,8 +1941,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazur | **Name** | **Type** | **Description** | | --- | --- | --- | | NetworkInterfaces | interface{} | network_interfaces block. | -| ResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/elastigroup_azure_v3#virtual_network_name ElastigroupAzureV3#virtual_network_name}. | --- @@ -1956,7 +1956,7 @@ NetworkInterfaces interface{} network_interfaces block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#network_interfaces ElastigroupAzureV3#network_interfaces} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#network_interfaces ElastigroupAzureV3#network_interfaces} --- @@ -1968,7 +1968,7 @@ ResourceGroupName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. --- @@ -1980,7 +1980,7 @@ VirtualNetworkName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_azure_v3#virtual_network_name ElastigroupAzureV3#virtual_network_name}. --- @@ -2004,9 +2004,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazur | **Name** | **Type** | **Description** | | --- | --- | --- | -| AssignPublicIp | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/elastigroup_azure_v3#subnet_name ElastigroupAzureV3#subnet_name}. | | AdditionalIpConfigs | interface{} | additional_ip_configs block. | | ApplicationSecurityGroup | interface{} | application_security_group block. | @@ -2020,7 +2020,7 @@ AssignPublicIp interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_azure_v3#assign_public_ip ElastigroupAzureV3#assign_public_ip}. --- @@ -2032,7 +2032,7 @@ IsPrimary interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#is_primary ElastigroupAzureV3#is_primary}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#is_primary ElastigroupAzureV3#is_primary}. --- @@ -2044,7 +2044,7 @@ SubnetName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#subnet_name ElastigroupAzureV3#subnet_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#subnet_name ElastigroupAzureV3#subnet_name}. --- @@ -2058,7 +2058,7 @@ AdditionalIpConfigs interface{} additional_ip_configs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_azure_v3#additional_ip_configs ElastigroupAzureV3#additional_ip_configs} --- @@ -2072,7 +2072,7 @@ ApplicationSecurityGroup interface{} application_security_group block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_azure_v3#application_security_group ElastigroupAzureV3#application_security_group} --- @@ -2093,8 +2093,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazur | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | -| PrivateIpVersion | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | +| PrivateIpVersion | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#private_ip_version ElastigroupAzureV3#private_ip_version}. | --- @@ -2106,7 +2106,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. --- @@ -2118,7 +2118,7 @@ PrivateIpVersion *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_azure_v3#private_ip_version ElastigroupAzureV3#private_ip_version}. --- @@ -2139,8 +2139,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazur | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | -| ResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | +| ResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | --- @@ -2152,7 +2152,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. --- @@ -2164,7 +2164,7 @@ ResourceGroupName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. --- @@ -2185,8 +2185,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazur | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#key ElastigroupAzureV3#key}. | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#value ElastigroupAzureV3#value}. | +| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#key ElastigroupAzureV3#key}. | +| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#value ElastigroupAzureV3#value}. | --- @@ -2198,7 +2198,7 @@ Key *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#key ElastigroupAzureV3#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#key ElastigroupAzureV3#key}. --- @@ -2210,7 +2210,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#value ElastigroupAzureV3#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#value ElastigroupAzureV3#value}. --- diff --git a/docs/elastigroupAzureV3.java.md b/docs/elastigroupAzureV3.java.md index 88a539a03..5c87ebac1 100644 --- a/docs/elastigroupAzureV3.java.md +++ b/docs/elastigroupAzureV3.java.md @@ -4,7 +4,7 @@ ### ElastigroupAzureV3 -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3 spotinst_elastigroup_azure_v3}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3 spotinst_elastigroup_azure_v3}. #### Initializers @@ -61,25 +61,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.169.1/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.169.1/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.170.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.170.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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.0/docs/resources/elastigroup_azure_v3#spot_percentage ElastigroupAzureV3#spot_percentage}. | | tags | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupAzureV3Tags> | tags block. | --- @@ -148,7 +148,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.169.1/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.170.0/docs/resources/elastigroup_azure_v3#fallback_to_on_demand ElastigroupAzureV3#fallback_to_on_demand}. --- @@ -156,7 +156,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. --- @@ -166,7 +166,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.169.1/docs/resources/elastigroup_azure_v3#network ElastigroupAzureV3#network} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#network ElastigroupAzureV3#network} --- @@ -174,7 +174,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.169.1/docs/resources/elastigroup_azure_v3#od_sizes ElastigroupAzureV3#od_sizes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#od_sizes ElastigroupAzureV3#od_sizes}. --- @@ -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.169.1/docs/resources/elastigroup_azure_v3#os ElastigroupAzureV3#os}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#os ElastigroupAzureV3#os}. --- @@ -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.169.1/docs/resources/elastigroup_azure_v3#region ElastigroupAzureV3#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#region ElastigroupAzureV3#region}. --- @@ -198,7 +198,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. --- @@ -206,7 +206,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.169.1/docs/resources/elastigroup_azure_v3#spot_sizes ElastigroupAzureV3#spot_sizes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#spot_sizes ElastigroupAzureV3#spot_sizes}. --- @@ -214,7 +214,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#custom_data ElastigroupAzureV3#custom_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#custom_data ElastigroupAzureV3#custom_data}. --- @@ -222,7 +222,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.169.1/docs/resources/elastigroup_azure_v3#desired_capacity ElastigroupAzureV3#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#desired_capacity ElastigroupAzureV3#desired_capacity}. --- @@ -230,7 +230,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.169.1/docs/resources/elastigroup_azure_v3#draining_timeout ElastigroupAzureV3#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#draining_timeout ElastigroupAzureV3#draining_timeout}. --- @@ -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.169.1/docs/resources/elastigroup_azure_v3#id ElastigroupAzureV3#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. @@ -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.169.1/docs/resources/elastigroup_azure_v3#image ElastigroupAzureV3#image} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#image ElastigroupAzureV3#image} --- @@ -261,7 +261,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.169.1/docs/resources/elastigroup_azure_v3#login ElastigroupAzureV3#login} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#login ElastigroupAzureV3#login} --- @@ -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.169.1/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.170.0/docs/resources/elastigroup_azure_v3#managed_service_identity ElastigroupAzureV3#managed_service_identity} --- @@ -279,7 +279,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.169.1/docs/resources/elastigroup_azure_v3#max_size ElastigroupAzureV3#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#max_size ElastigroupAzureV3#max_size}. --- @@ -287,7 +287,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.169.1/docs/resources/elastigroup_azure_v3#min_size ElastigroupAzureV3#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#min_size ElastigroupAzureV3#min_size}. --- @@ -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.169.1/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.170.0/docs/resources/elastigroup_azure_v3#on_demand_count ElastigroupAzureV3#on_demand_count}. --- @@ -303,7 +303,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.169.1/docs/resources/elastigroup_azure_v3#spot_percentage ElastigroupAzureV3#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#spot_percentage ElastigroupAzureV3#spot_percentage}. --- @@ -313,7 +313,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.169.1/docs/resources/elastigroup_azure_v3#tags ElastigroupAzureV3#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#tags ElastigroupAzureV3#tags} --- @@ -889,7 +889,7 @@ The construct id used in the generated config for the ElastigroupAzureV3 to impo The id of the existing ElastigroupAzureV3 that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#import import section} in the documentation of this resource for the id to use --- @@ -1581,25 +1581,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.169.1/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.169.1/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.170.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.170.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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.0/docs/resources/elastigroup_azure_v3#spot_percentage ElastigroupAzureV3#spot_percentage}. | | tags | com.hashicorp.cdktf.IResolvable OR java.util.List<ElastigroupAzureV3Tags> | tags block. | --- @@ -1682,7 +1682,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.169.1/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.170.0/docs/resources/elastigroup_azure_v3#fallback_to_on_demand ElastigroupAzureV3#fallback_to_on_demand}. --- @@ -1694,7 +1694,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. --- @@ -1708,7 +1708,7 @@ public ElastigroupAzureV3Network getNetwork(); network block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#network ElastigroupAzureV3#network} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#network ElastigroupAzureV3#network} --- @@ -1720,7 +1720,7 @@ public java.util.List getOdSizes(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#od_sizes ElastigroupAzureV3#od_sizes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#od_sizes ElastigroupAzureV3#od_sizes}. --- @@ -1732,7 +1732,7 @@ public java.lang.String getOs(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#os ElastigroupAzureV3#os}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#os ElastigroupAzureV3#os}. --- @@ -1744,7 +1744,7 @@ public java.lang.String getRegion(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#region ElastigroupAzureV3#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#region ElastigroupAzureV3#region}. --- @@ -1756,7 +1756,7 @@ public java.lang.String getResourceGroupName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. --- @@ -1768,7 +1768,7 @@ public java.util.List getSpotSizes(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#spot_sizes ElastigroupAzureV3#spot_sizes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#spot_sizes ElastigroupAzureV3#spot_sizes}. --- @@ -1780,7 +1780,7 @@ public java.lang.String getCustomData(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#custom_data ElastigroupAzureV3#custom_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#custom_data ElastigroupAzureV3#custom_data}. --- @@ -1792,7 +1792,7 @@ public java.lang.Number getDesiredCapacity(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#desired_capacity ElastigroupAzureV3#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#desired_capacity ElastigroupAzureV3#desired_capacity}. --- @@ -1804,7 +1804,7 @@ public java.lang.Number getDrainingTimeout(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#draining_timeout ElastigroupAzureV3#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#draining_timeout ElastigroupAzureV3#draining_timeout}. --- @@ -1816,7 +1816,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#id ElastigroupAzureV3#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. @@ -1833,7 +1833,7 @@ public java.lang.Object getImage(); image block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#image ElastigroupAzureV3#image} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#image ElastigroupAzureV3#image} --- @@ -1847,7 +1847,7 @@ public ElastigroupAzureV3Login getLogin(); login block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#login ElastigroupAzureV3#login} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#login ElastigroupAzureV3#login} --- @@ -1861,7 +1861,7 @@ public java.lang.Object getManagedServiceIdentity(); managed_service_identity block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_azure_v3#managed_service_identity ElastigroupAzureV3#managed_service_identity} --- @@ -1873,7 +1873,7 @@ public java.lang.Number getMaxSize(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#max_size ElastigroupAzureV3#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#max_size ElastigroupAzureV3#max_size}. --- @@ -1885,7 +1885,7 @@ public java.lang.Number getMinSize(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#min_size ElastigroupAzureV3#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#min_size ElastigroupAzureV3#min_size}. --- @@ -1897,7 +1897,7 @@ public java.lang.Number getOnDemandCount(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_azure_v3#on_demand_count ElastigroupAzureV3#on_demand_count}. --- @@ -1909,7 +1909,7 @@ public java.lang.Number getSpotPercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#spot_percentage ElastigroupAzureV3#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#spot_percentage ElastigroupAzureV3#spot_percentage}. --- @@ -1923,7 +1923,7 @@ public java.lang.Object getTags(); tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#tags ElastigroupAzureV3#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#tags ElastigroupAzureV3#tags} --- @@ -1961,7 +1961,7 @@ public java.lang.Object getCustom(); custom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#custom ElastigroupAzureV3#custom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#custom ElastigroupAzureV3#custom} --- @@ -1975,7 +1975,7 @@ public java.lang.Object getMarketplace(); marketplace block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#marketplace ElastigroupAzureV3#marketplace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#marketplace ElastigroupAzureV3#marketplace} --- @@ -1996,8 +1996,8 @@ ElastigroupAzureV3ImageCustom.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| imageName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | --- @@ -2009,7 +2009,7 @@ public java.lang.String getImageName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#image_name ElastigroupAzureV3#image_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#image_name ElastigroupAzureV3#image_name}. --- @@ -2021,7 +2021,7 @@ public java.lang.String getResourceGroupName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. --- @@ -2044,10 +2044,10 @@ ElastigroupAzureV3ImageMarketplace.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| offer | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.0/docs/resources/elastigroup_azure_v3#version ElastigroupAzureV3#version}. | --- @@ -2059,7 +2059,7 @@ public java.lang.String getOffer(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#offer ElastigroupAzureV3#offer}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#offer ElastigroupAzureV3#offer}. --- @@ -2071,7 +2071,7 @@ public java.lang.String getPublisher(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#publisher ElastigroupAzureV3#publisher}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#publisher ElastigroupAzureV3#publisher}. --- @@ -2083,7 +2083,7 @@ public java.lang.String getSku(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#sku ElastigroupAzureV3#sku}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#sku ElastigroupAzureV3#sku}. --- @@ -2095,7 +2095,7 @@ public java.lang.String getVersion(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#version ElastigroupAzureV3#version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#version ElastigroupAzureV3#version}. --- @@ -2117,9 +2117,9 @@ ElastigroupAzureV3Login.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| userName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/elastigroup_azure_v3#ssh_public_key ElastigroupAzureV3#ssh_public_key}. | --- @@ -2131,7 +2131,7 @@ public java.lang.String getUserName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#user_name ElastigroupAzureV3#user_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#user_name ElastigroupAzureV3#user_name}. --- @@ -2143,7 +2143,7 @@ public java.lang.String getPassword(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#password ElastigroupAzureV3#password}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#password ElastigroupAzureV3#password}. --- @@ -2155,7 +2155,7 @@ public java.lang.String getSshPublicKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_azure_v3#ssh_public_key ElastigroupAzureV3#ssh_public_key}. --- @@ -2176,8 +2176,8 @@ ElastigroupAzureV3ManagedServiceIdentity.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | --- @@ -2189,7 +2189,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. --- @@ -2201,7 +2201,7 @@ public java.lang.String getResourceGroupName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. --- @@ -2225,8 +2225,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.169.1/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.169.1/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.170.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.170.0/docs/resources/elastigroup_azure_v3#virtual_network_name ElastigroupAzureV3#virtual_network_name}. | --- @@ -2240,7 +2240,7 @@ public java.lang.Object getNetworkInterfaces(); network_interfaces block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#network_interfaces ElastigroupAzureV3#network_interfaces} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#network_interfaces ElastigroupAzureV3#network_interfaces} --- @@ -2252,7 +2252,7 @@ public java.lang.String getResourceGroupName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. --- @@ -2264,7 +2264,7 @@ public java.lang.String getVirtualNetworkName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_azure_v3#virtual_network_name ElastigroupAzureV3#virtual_network_name}. --- @@ -2292,9 +2292,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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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. | @@ -2308,7 +2308,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.169.1/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.170.0/docs/resources/elastigroup_azure_v3#assign_public_ip ElastigroupAzureV3#assign_public_ip}. --- @@ -2320,7 +2320,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.169.1/docs/resources/elastigroup_azure_v3#is_primary ElastigroupAzureV3#is_primary}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#is_primary ElastigroupAzureV3#is_primary}. --- @@ -2332,7 +2332,7 @@ public java.lang.String getSubnetName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#subnet_name ElastigroupAzureV3#subnet_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#subnet_name ElastigroupAzureV3#subnet_name}. --- @@ -2346,7 +2346,7 @@ public java.lang.Object getAdditionalIpConfigs(); additional_ip_configs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_azure_v3#additional_ip_configs ElastigroupAzureV3#additional_ip_configs} --- @@ -2360,7 +2360,7 @@ public java.lang.Object getApplicationSecurityGroup(); application_security_group block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_azure_v3#application_security_group ElastigroupAzureV3#application_security_group} --- @@ -2381,8 +2381,8 @@ ElastigroupAzureV3NetworkNetworkInterfacesAdditionalIpConfigs.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/elastigroup_azure_v3#private_ip_version ElastigroupAzureV3#private_ip_version}. | --- @@ -2394,7 +2394,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. --- @@ -2406,7 +2406,7 @@ public java.lang.String getPrivateIpVersion(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_azure_v3#private_ip_version ElastigroupAzureV3#private_ip_version}. --- @@ -2427,8 +2427,8 @@ ElastigroupAzureV3NetworkNetworkInterfacesApplicationSecurityGroup.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | --- @@ -2440,7 +2440,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. --- @@ -2452,7 +2452,7 @@ public java.lang.String getResourceGroupName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. --- @@ -2473,8 +2473,8 @@ ElastigroupAzureV3Tags.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/elastigroup_azure_v3#value ElastigroupAzureV3#value}. | --- @@ -2486,7 +2486,7 @@ public java.lang.String getKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#key ElastigroupAzureV3#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#key ElastigroupAzureV3#key}. --- @@ -2498,7 +2498,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#value ElastigroupAzureV3#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#value ElastigroupAzureV3#value}. --- diff --git a/docs/elastigroupAzureV3.python.md b/docs/elastigroupAzureV3.python.md index 1151a7f38..55a436e20 100644 --- a/docs/elastigroupAzureV3.python.md +++ b/docs/elastigroupAzureV3.python.md @@ -4,7 +4,7 @@ ### ElastigroupAzureV3 -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3 spotinst_elastigroup_azure_v3}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3 spotinst_elastigroup_azure_v3}. #### Initializers @@ -55,25 +55,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.169.1/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.169.1/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.170.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.170.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.169.1/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.169.1/docs/resources/elastigroup_azure_v3#os ElastigroupAzureV3#os}. | -| region | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.0/docs/resources/elastigroup_azure_v3#os ElastigroupAzureV3#os}. | +| region | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.170.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.170.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.170.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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.0/docs/resources/elastigroup_azure_v3#spot_percentage ElastigroupAzureV3#spot_percentage}. | | tags | typing.Union[cdktf.IResolvable, typing.List[ElastigroupAzureV3Tags]] | tags block. | --- @@ -142,7 +142,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.169.1/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.170.0/docs/resources/elastigroup_azure_v3#fallback_to_on_demand ElastigroupAzureV3#fallback_to_on_demand}. --- @@ -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.169.1/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. --- @@ -160,7 +160,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.169.1/docs/resources/elastigroup_azure_v3#network ElastigroupAzureV3#network} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#network ElastigroupAzureV3#network} --- @@ -168,7 +168,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#od_sizes ElastigroupAzureV3#od_sizes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#od_sizes ElastigroupAzureV3#od_sizes}. --- @@ -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.169.1/docs/resources/elastigroup_azure_v3#os ElastigroupAzureV3#os}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#os ElastigroupAzureV3#os}. --- @@ -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.169.1/docs/resources/elastigroup_azure_v3#region ElastigroupAzureV3#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#region ElastigroupAzureV3#region}. --- @@ -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.169.1/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.170.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. --- @@ -200,7 +200,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#spot_sizes ElastigroupAzureV3#spot_sizes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#spot_sizes ElastigroupAzureV3#spot_sizes}. --- @@ -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.169.1/docs/resources/elastigroup_azure_v3#custom_data ElastigroupAzureV3#custom_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#custom_data ElastigroupAzureV3#custom_data}. --- @@ -216,7 +216,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#desired_capacity ElastigroupAzureV3#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#desired_capacity ElastigroupAzureV3#desired_capacity}. --- @@ -224,7 +224,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#draining_timeout ElastigroupAzureV3#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#draining_timeout ElastigroupAzureV3#draining_timeout}. --- @@ -232,7 +232,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#id ElastigroupAzureV3#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. @@ -245,7 +245,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.169.1/docs/resources/elastigroup_azure_v3#image ElastigroupAzureV3#image} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#image ElastigroupAzureV3#image} --- @@ -255,7 +255,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.169.1/docs/resources/elastigroup_azure_v3#login ElastigroupAzureV3#login} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#login ElastigroupAzureV3#login} --- @@ -265,7 +265,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.169.1/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.170.0/docs/resources/elastigroup_azure_v3#managed_service_identity ElastigroupAzureV3#managed_service_identity} --- @@ -273,7 +273,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#max_size ElastigroupAzureV3#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#max_size ElastigroupAzureV3#max_size}. --- @@ -281,7 +281,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#min_size ElastigroupAzureV3#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#min_size ElastigroupAzureV3#min_size}. --- @@ -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.169.1/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.170.0/docs/resources/elastigroup_azure_v3#on_demand_count ElastigroupAzureV3#on_demand_count}. --- @@ -297,7 +297,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#spot_percentage ElastigroupAzureV3#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#spot_percentage ElastigroupAzureV3#spot_percentage}. --- @@ -307,7 +307,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.169.1/docs/resources/elastigroup_azure_v3#tags ElastigroupAzureV3#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#tags ElastigroupAzureV3#tags} --- @@ -711,7 +711,7 @@ def put_login( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#user_name ElastigroupAzureV3#user_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#user_name ElastigroupAzureV3#user_name}. --- @@ -719,7 +719,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#password ElastigroupAzureV3#password}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#password ElastigroupAzureV3#password}. --- @@ -727,7 +727,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_azure_v3#ssh_public_key ElastigroupAzureV3#ssh_public_key}. --- @@ -761,7 +761,7 @@ def put_network( network_interfaces block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#network_interfaces ElastigroupAzureV3#network_interfaces} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#network_interfaces ElastigroupAzureV3#network_interfaces} --- @@ -769,7 +769,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. --- @@ -777,7 +777,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_azure_v3#virtual_network_name ElastigroupAzureV3#virtual_network_name}. --- @@ -981,7 +981,7 @@ The construct id used in the generated config for the ElastigroupAzureV3 to impo The id of the existing ElastigroupAzureV3 that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#import import section} in the documentation of this resource for the id to use --- @@ -1665,25 +1665,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.169.1/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.169.1/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.170.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.170.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.169.1/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.169.1/docs/resources/elastigroup_azure_v3#os ElastigroupAzureV3#os}. | -| region | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.0/docs/resources/elastigroup_azure_v3#os ElastigroupAzureV3#os}. | +| region | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.170.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.170.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.170.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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.0/docs/resources/elastigroup_azure_v3#spot_percentage ElastigroupAzureV3#spot_percentage}. | | tags | typing.Union[cdktf.IResolvable, typing.List[ElastigroupAzureV3Tags]] | tags block. | --- @@ -1766,7 +1766,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.169.1/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.170.0/docs/resources/elastigroup_azure_v3#fallback_to_on_demand ElastigroupAzureV3#fallback_to_on_demand}. --- @@ -1778,7 +1778,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. --- @@ -1792,7 +1792,7 @@ network: ElastigroupAzureV3Network network block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#network ElastigroupAzureV3#network} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#network ElastigroupAzureV3#network} --- @@ -1804,7 +1804,7 @@ od_sizes: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#od_sizes ElastigroupAzureV3#od_sizes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#od_sizes ElastigroupAzureV3#od_sizes}. --- @@ -1816,7 +1816,7 @@ os: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#os ElastigroupAzureV3#os}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#os ElastigroupAzureV3#os}. --- @@ -1828,7 +1828,7 @@ region: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#region ElastigroupAzureV3#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#region ElastigroupAzureV3#region}. --- @@ -1840,7 +1840,7 @@ resource_group_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. --- @@ -1852,7 +1852,7 @@ spot_sizes: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#spot_sizes ElastigroupAzureV3#spot_sizes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#spot_sizes ElastigroupAzureV3#spot_sizes}. --- @@ -1864,7 +1864,7 @@ custom_data: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#custom_data ElastigroupAzureV3#custom_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#custom_data ElastigroupAzureV3#custom_data}. --- @@ -1876,7 +1876,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.169.1/docs/resources/elastigroup_azure_v3#desired_capacity ElastigroupAzureV3#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#desired_capacity ElastigroupAzureV3#desired_capacity}. --- @@ -1888,7 +1888,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.169.1/docs/resources/elastigroup_azure_v3#draining_timeout ElastigroupAzureV3#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#draining_timeout ElastigroupAzureV3#draining_timeout}. --- @@ -1900,7 +1900,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#id ElastigroupAzureV3#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. @@ -1917,7 +1917,7 @@ image: typing.Union[IResolvable, typing.List[ElastigroupAzureV3Image]] image block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#image ElastigroupAzureV3#image} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#image ElastigroupAzureV3#image} --- @@ -1931,7 +1931,7 @@ login: ElastigroupAzureV3Login login block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#login ElastigroupAzureV3#login} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#login ElastigroupAzureV3#login} --- @@ -1945,7 +1945,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.169.1/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.170.0/docs/resources/elastigroup_azure_v3#managed_service_identity ElastigroupAzureV3#managed_service_identity} --- @@ -1957,7 +1957,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.169.1/docs/resources/elastigroup_azure_v3#max_size ElastigroupAzureV3#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#max_size ElastigroupAzureV3#max_size}. --- @@ -1969,7 +1969,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.169.1/docs/resources/elastigroup_azure_v3#min_size ElastigroupAzureV3#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#min_size ElastigroupAzureV3#min_size}. --- @@ -1981,7 +1981,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.169.1/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.170.0/docs/resources/elastigroup_azure_v3#on_demand_count ElastigroupAzureV3#on_demand_count}. --- @@ -1993,7 +1993,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.169.1/docs/resources/elastigroup_azure_v3#spot_percentage ElastigroupAzureV3#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#spot_percentage ElastigroupAzureV3#spot_percentage}. --- @@ -2007,7 +2007,7 @@ tags: typing.Union[IResolvable, typing.List[ElastigroupAzureV3Tags]] tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#tags ElastigroupAzureV3#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#tags ElastigroupAzureV3#tags} --- @@ -2043,7 +2043,7 @@ custom: typing.Union[IResolvable, typing.List[ElastigroupAzureV3ImageCustom]] custom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#custom ElastigroupAzureV3#custom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#custom ElastigroupAzureV3#custom} --- @@ -2057,7 +2057,7 @@ marketplace: typing.Union[IResolvable, typing.List[ElastigroupAzureV3ImageMarket marketplace block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#marketplace ElastigroupAzureV3#marketplace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#marketplace ElastigroupAzureV3#marketplace} --- @@ -2078,8 +2078,8 @@ elastigroupAzureV3.ElastigroupAzureV3ImageCustom( | **Name** | **Type** | **Description** | | --- | --- | --- | -| image_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | --- @@ -2091,7 +2091,7 @@ image_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#image_name ElastigroupAzureV3#image_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#image_name ElastigroupAzureV3#image_name}. --- @@ -2103,7 +2103,7 @@ resource_group_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. --- @@ -2126,10 +2126,10 @@ elastigroupAzureV3.ElastigroupAzureV3ImageMarketplace( | **Name** | **Type** | **Description** | | --- | --- | --- | -| offer | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#offer ElastigroupAzureV3#offer}. | -| publisher | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#publisher ElastigroupAzureV3#publisher}. | -| sku | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#sku ElastigroupAzureV3#sku}. | -| version | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#version ElastigroupAzureV3#version}. | +| offer | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#offer ElastigroupAzureV3#offer}. | +| publisher | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#publisher ElastigroupAzureV3#publisher}. | +| sku | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#sku ElastigroupAzureV3#sku}. | +| version | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#version ElastigroupAzureV3#version}. | --- @@ -2141,7 +2141,7 @@ offer: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#offer ElastigroupAzureV3#offer}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#offer ElastigroupAzureV3#offer}. --- @@ -2153,7 +2153,7 @@ publisher: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#publisher ElastigroupAzureV3#publisher}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#publisher ElastigroupAzureV3#publisher}. --- @@ -2165,7 +2165,7 @@ sku: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#sku ElastigroupAzureV3#sku}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#sku ElastigroupAzureV3#sku}. --- @@ -2177,7 +2177,7 @@ version: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#version ElastigroupAzureV3#version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#version ElastigroupAzureV3#version}. --- @@ -2199,9 +2199,9 @@ elastigroupAzureV3.ElastigroupAzureV3Login( | **Name** | **Type** | **Description** | | --- | --- | --- | -| user_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/elastigroup_azure_v3#ssh_public_key ElastigroupAzureV3#ssh_public_key}. | --- @@ -2213,7 +2213,7 @@ user_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#user_name ElastigroupAzureV3#user_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#user_name ElastigroupAzureV3#user_name}. --- @@ -2225,7 +2225,7 @@ password: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#password ElastigroupAzureV3#password}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#password ElastigroupAzureV3#password}. --- @@ -2237,7 +2237,7 @@ ssh_public_key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_azure_v3#ssh_public_key ElastigroupAzureV3#ssh_public_key}. --- @@ -2258,8 +2258,8 @@ elastigroupAzureV3.ElastigroupAzureV3ManagedServiceIdentity( | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | --- @@ -2271,7 +2271,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. --- @@ -2283,7 +2283,7 @@ resource_group_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. --- @@ -2306,8 +2306,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.169.1/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.169.1/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.170.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.170.0/docs/resources/elastigroup_azure_v3#virtual_network_name ElastigroupAzureV3#virtual_network_name}. | --- @@ -2321,7 +2321,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.169.1/docs/resources/elastigroup_azure_v3#network_interfaces ElastigroupAzureV3#network_interfaces} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#network_interfaces ElastigroupAzureV3#network_interfaces} --- @@ -2333,7 +2333,7 @@ resource_group_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. --- @@ -2345,7 +2345,7 @@ virtual_network_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_azure_v3#virtual_network_name ElastigroupAzureV3#virtual_network_name}. --- @@ -2369,9 +2369,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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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. | @@ -2385,7 +2385,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.169.1/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.170.0/docs/resources/elastigroup_azure_v3#assign_public_ip ElastigroupAzureV3#assign_public_ip}. --- @@ -2397,7 +2397,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.169.1/docs/resources/elastigroup_azure_v3#is_primary ElastigroupAzureV3#is_primary}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#is_primary ElastigroupAzureV3#is_primary}. --- @@ -2409,7 +2409,7 @@ subnet_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#subnet_name ElastigroupAzureV3#subnet_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#subnet_name ElastigroupAzureV3#subnet_name}. --- @@ -2423,7 +2423,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.169.1/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.170.0/docs/resources/elastigroup_azure_v3#additional_ip_configs ElastigroupAzureV3#additional_ip_configs} --- @@ -2437,7 +2437,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.169.1/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.170.0/docs/resources/elastigroup_azure_v3#application_security_group ElastigroupAzureV3#application_security_group} --- @@ -2458,8 +2458,8 @@ elastigroupAzureV3.ElastigroupAzureV3NetworkNetworkInterfacesAdditionalIpConfigs | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/elastigroup_azure_v3#private_ip_version ElastigroupAzureV3#private_ip_version}. | --- @@ -2471,7 +2471,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. --- @@ -2483,7 +2483,7 @@ private_ip_version: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_azure_v3#private_ip_version ElastigroupAzureV3#private_ip_version}. --- @@ -2504,8 +2504,8 @@ elastigroupAzureV3.ElastigroupAzureV3NetworkNetworkInterfacesApplicationSecurity | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | --- @@ -2517,7 +2517,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. --- @@ -2529,7 +2529,7 @@ resource_group_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. --- @@ -2550,8 +2550,8 @@ elastigroupAzureV3.ElastigroupAzureV3Tags( | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#key ElastigroupAzureV3#key}. | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#value ElastigroupAzureV3#value}. | +| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#key ElastigroupAzureV3#key}. | +| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#value ElastigroupAzureV3#value}. | --- @@ -2563,7 +2563,7 @@ key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#key ElastigroupAzureV3#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#key ElastigroupAzureV3#key}. --- @@ -2575,7 +2575,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#value ElastigroupAzureV3#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#value ElastigroupAzureV3#value}. --- diff --git a/docs/elastigroupAzureV3.typescript.md b/docs/elastigroupAzureV3.typescript.md index ddd141183..e55302e1c 100644 --- a/docs/elastigroupAzureV3.typescript.md +++ b/docs/elastigroupAzureV3.typescript.md @@ -4,7 +4,7 @@ ### ElastigroupAzureV3 -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3 spotinst_elastigroup_azure_v3}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3 spotinst_elastigroup_azure_v3}. #### Initializers @@ -616,7 +616,7 @@ The construct id used in the generated config for the ElastigroupAzureV3 to impo The id of the existing ElastigroupAzureV3 that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#import import section} in the documentation of this resource for the id to use --- @@ -1272,25 +1272,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.169.1/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.169.1/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.170.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.170.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.169.1/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.169.1/docs/resources/elastigroup_azure_v3#os ElastigroupAzureV3#os}. | -| region | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#region ElastigroupAzureV3#region}. | -| resourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/docs/resources/elastigroup_azure_v3#id ElastigroupAzureV3#id}. | +| odSizes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_azure_v3#os ElastigroupAzureV3#os}. | +| region | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#region ElastigroupAzureV3#region}. | +| resourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.170.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.170.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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.0/docs/resources/elastigroup_azure_v3#spot_percentage ElastigroupAzureV3#spot_percentage}. | | tags | cdktf.IResolvable \| ElastigroupAzureV3Tags[] | tags block. | --- @@ -1373,7 +1373,7 @@ public readonly fallbackToOnDemand: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_azure_v3#fallback_to_on_demand ElastigroupAzureV3#fallback_to_on_demand}. --- @@ -1385,7 +1385,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. --- @@ -1399,7 +1399,7 @@ public readonly network: ElastigroupAzureV3Network; network block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#network ElastigroupAzureV3#network} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#network ElastigroupAzureV3#network} --- @@ -1411,7 +1411,7 @@ public readonly odSizes: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#od_sizes ElastigroupAzureV3#od_sizes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#od_sizes ElastigroupAzureV3#od_sizes}. --- @@ -1423,7 +1423,7 @@ public readonly os: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#os ElastigroupAzureV3#os}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#os ElastigroupAzureV3#os}. --- @@ -1435,7 +1435,7 @@ public readonly region: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#region ElastigroupAzureV3#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#region ElastigroupAzureV3#region}. --- @@ -1447,7 +1447,7 @@ public readonly resourceGroupName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. --- @@ -1459,7 +1459,7 @@ public readonly spotSizes: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#spot_sizes ElastigroupAzureV3#spot_sizes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#spot_sizes ElastigroupAzureV3#spot_sizes}. --- @@ -1471,7 +1471,7 @@ public readonly customData: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#custom_data ElastigroupAzureV3#custom_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#custom_data ElastigroupAzureV3#custom_data}. --- @@ -1483,7 +1483,7 @@ public readonly desiredCapacity: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#desired_capacity ElastigroupAzureV3#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#desired_capacity ElastigroupAzureV3#desired_capacity}. --- @@ -1495,7 +1495,7 @@ public readonly drainingTimeout: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#draining_timeout ElastigroupAzureV3#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#draining_timeout ElastigroupAzureV3#draining_timeout}. --- @@ -1507,7 +1507,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#id ElastigroupAzureV3#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. @@ -1524,7 +1524,7 @@ public readonly image: IResolvable | ElastigroupAzureV3Image[]; image block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#image ElastigroupAzureV3#image} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#image ElastigroupAzureV3#image} --- @@ -1538,7 +1538,7 @@ public readonly login: ElastigroupAzureV3Login; login block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#login ElastigroupAzureV3#login} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#login ElastigroupAzureV3#login} --- @@ -1552,7 +1552,7 @@ public readonly managedServiceIdentity: IResolvable | ElastigroupAzureV3ManagedS managed_service_identity block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_azure_v3#managed_service_identity ElastigroupAzureV3#managed_service_identity} --- @@ -1564,7 +1564,7 @@ public readonly maxSize: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#max_size ElastigroupAzureV3#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#max_size ElastigroupAzureV3#max_size}. --- @@ -1576,7 +1576,7 @@ public readonly minSize: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#min_size ElastigroupAzureV3#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#min_size ElastigroupAzureV3#min_size}. --- @@ -1588,7 +1588,7 @@ public readonly onDemandCount: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_azure_v3#on_demand_count ElastigroupAzureV3#on_demand_count}. --- @@ -1600,7 +1600,7 @@ public readonly spotPercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#spot_percentage ElastigroupAzureV3#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#spot_percentage ElastigroupAzureV3#spot_percentage}. --- @@ -1614,7 +1614,7 @@ public readonly tags: IResolvable | ElastigroupAzureV3Tags[]; tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#tags ElastigroupAzureV3#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#tags ElastigroupAzureV3#tags} --- @@ -1647,7 +1647,7 @@ public readonly custom: IResolvable | ElastigroupAzureV3ImageCustom[]; custom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#custom ElastigroupAzureV3#custom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#custom ElastigroupAzureV3#custom} --- @@ -1661,7 +1661,7 @@ public readonly marketplace: IResolvable | ElastigroupAzureV3ImageMarketplace[]; marketplace block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#marketplace ElastigroupAzureV3#marketplace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#marketplace ElastigroupAzureV3#marketplace} --- @@ -1679,8 +1679,8 @@ const elastigroupAzureV3ImageCustom: elastigroupAzureV3.ElastigroupAzureV3ImageC | **Name** | **Type** | **Description** | | --- | --- | --- | -| imageName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | --- @@ -1692,7 +1692,7 @@ public readonly imageName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#image_name ElastigroupAzureV3#image_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#image_name ElastigroupAzureV3#image_name}. --- @@ -1704,7 +1704,7 @@ public readonly resourceGroupName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. --- @@ -1722,10 +1722,10 @@ const elastigroupAzureV3ImageMarketplace: elastigroupAzureV3.ElastigroupAzureV3I | **Name** | **Type** | **Description** | | --- | --- | --- | -| offer | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#offer ElastigroupAzureV3#offer}. | -| publisher | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#publisher ElastigroupAzureV3#publisher}. | -| sku | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#sku ElastigroupAzureV3#sku}. | -| version | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#version ElastigroupAzureV3#version}. | +| offer | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#offer ElastigroupAzureV3#offer}. | +| publisher | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#publisher ElastigroupAzureV3#publisher}. | +| sku | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#sku ElastigroupAzureV3#sku}. | +| version | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#version ElastigroupAzureV3#version}. | --- @@ -1737,7 +1737,7 @@ public readonly offer: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#offer ElastigroupAzureV3#offer}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#offer ElastigroupAzureV3#offer}. --- @@ -1749,7 +1749,7 @@ public readonly publisher: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#publisher ElastigroupAzureV3#publisher}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#publisher ElastigroupAzureV3#publisher}. --- @@ -1761,7 +1761,7 @@ public readonly sku: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#sku ElastigroupAzureV3#sku}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#sku ElastigroupAzureV3#sku}. --- @@ -1773,7 +1773,7 @@ public readonly version: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#version ElastigroupAzureV3#version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#version ElastigroupAzureV3#version}. --- @@ -1791,9 +1791,9 @@ const elastigroupAzureV3Login: elastigroupAzureV3.ElastigroupAzureV3Login = { .. | **Name** | **Type** | **Description** | | --- | --- | --- | -| userName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_azure_v3#password ElastigroupAzureV3#password}. | -| sshPublicKey | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.0/docs/resources/elastigroup_azure_v3#password ElastigroupAzureV3#password}. | +| sshPublicKey | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#ssh_public_key ElastigroupAzureV3#ssh_public_key}. | --- @@ -1805,7 +1805,7 @@ public readonly userName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#user_name ElastigroupAzureV3#user_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#user_name ElastigroupAzureV3#user_name}. --- @@ -1817,7 +1817,7 @@ public readonly password: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#password ElastigroupAzureV3#password}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#password ElastigroupAzureV3#password}. --- @@ -1829,7 +1829,7 @@ public readonly sshPublicKey: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_azure_v3#ssh_public_key ElastigroupAzureV3#ssh_public_key}. --- @@ -1847,8 +1847,8 @@ const elastigroupAzureV3ManagedServiceIdentity: elastigroupAzureV3.ElastigroupAz | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | -| resourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | +| resourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | --- @@ -1860,7 +1860,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. --- @@ -1872,7 +1872,7 @@ public readonly resourceGroupName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. --- @@ -1891,8 +1891,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.169.1/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.169.1/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.170.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.170.0/docs/resources/elastigroup_azure_v3#virtual_network_name ElastigroupAzureV3#virtual_network_name}. | --- @@ -1906,7 +1906,7 @@ public readonly networkInterfaces: IResolvable | ElastigroupAzureV3NetworkNetwor network_interfaces block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#network_interfaces ElastigroupAzureV3#network_interfaces} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#network_interfaces ElastigroupAzureV3#network_interfaces} --- @@ -1918,7 +1918,7 @@ public readonly resourceGroupName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. --- @@ -1930,7 +1930,7 @@ public readonly virtualNetworkName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_azure_v3#virtual_network_name ElastigroupAzureV3#virtual_network_name}. --- @@ -1948,9 +1948,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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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. | @@ -1964,7 +1964,7 @@ public readonly assignPublicIp: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_azure_v3#assign_public_ip ElastigroupAzureV3#assign_public_ip}. --- @@ -1976,7 +1976,7 @@ public readonly isPrimary: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#is_primary ElastigroupAzureV3#is_primary}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#is_primary ElastigroupAzureV3#is_primary}. --- @@ -1988,7 +1988,7 @@ public readonly subnetName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#subnet_name ElastigroupAzureV3#subnet_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#subnet_name ElastigroupAzureV3#subnet_name}. --- @@ -2002,7 +2002,7 @@ public readonly additionalIpConfigs: IResolvable | ElastigroupAzureV3NetworkNetw additional_ip_configs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_azure_v3#additional_ip_configs ElastigroupAzureV3#additional_ip_configs} --- @@ -2016,7 +2016,7 @@ public readonly applicationSecurityGroup: IResolvable | ElastigroupAzureV3Networ application_security_group block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_azure_v3#application_security_group ElastigroupAzureV3#application_security_group} --- @@ -2034,8 +2034,8 @@ const elastigroupAzureV3NetworkNetworkInterfacesAdditionalIpConfigs: elastigroup | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | -| privateIpVersion | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | +| privateIpVersion | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#private_ip_version ElastigroupAzureV3#private_ip_version}. | --- @@ -2047,7 +2047,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. --- @@ -2059,7 +2059,7 @@ public readonly privateIpVersion: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_azure_v3#private_ip_version ElastigroupAzureV3#private_ip_version}. --- @@ -2077,8 +2077,8 @@ const elastigroupAzureV3NetworkNetworkInterfacesApplicationSecurityGroup: elasti | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | -| resourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. | +| resourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. | --- @@ -2090,7 +2090,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name}. --- @@ -2102,7 +2102,7 @@ public readonly resourceGroupName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name}. --- @@ -2120,8 +2120,8 @@ const elastigroupAzureV3Tags: elastigroupAzureV3.ElastigroupAzureV3Tags = { ... | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#key ElastigroupAzureV3#key}. | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#value ElastigroupAzureV3#value}. | +| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#key ElastigroupAzureV3#key}. | +| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#value ElastigroupAzureV3#value}. | --- @@ -2133,7 +2133,7 @@ public readonly key: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#key ElastigroupAzureV3#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#key ElastigroupAzureV3#key}. --- @@ -2145,7 +2145,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#value ElastigroupAzureV3#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#value ElastigroupAzureV3#value}. --- diff --git a/docs/elastigroupGcp.csharp.md b/docs/elastigroupGcp.csharp.md index ad9bd29c6..cf1460543 100644 --- a/docs/elastigroupGcp.csharp.md +++ b/docs/elastigroupGcp.csharp.md @@ -4,7 +4,7 @@ ### ElastigroupGcp -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp spotinst_elastigroup_gcp}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp spotinst_elastigroup_gcp}. #### Initializers @@ -881,7 +881,7 @@ The construct id used in the generated config for the ElastigroupGcp to import. The id of the existing ElastigroupGcp that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#import import section} in the documentation of this resource for the id to use --- @@ -1909,10 +1909,10 @@ new ElastigroupGcpBackendServices { | **Name** | **Type** | **Description** | | --- | --- | --- | -| ServiceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#service_name ElastigroupGcp#service_name}. | -| LocationType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#location_type ElastigroupGcp#location_type}. | +| ServiceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.169.1/docs/resources/elastigroup_gcp#scheme ElastigroupGcp#scheme}. | +| Scheme | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#scheme ElastigroupGcp#scheme}. | --- @@ -1924,7 +1924,7 @@ public string ServiceName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#service_name ElastigroupGcp#service_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#service_name ElastigroupGcp#service_name}. --- @@ -1936,7 +1936,7 @@ public string LocationType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#location_type ElastigroupGcp#location_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#location_type ElastigroupGcp#location_type}. --- @@ -1950,7 +1950,7 @@ public object NamedPorts { get; set; } named_ports block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#named_ports ElastigroupGcp#named_ports} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#named_ports ElastigroupGcp#named_ports} --- @@ -1962,7 +1962,7 @@ public string Scheme { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#scheme ElastigroupGcp#scheme}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#scheme ElastigroupGcp#scheme}. --- @@ -1983,8 +1983,8 @@ new ElastigroupGcpBackendServicesNamedPorts { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. | -| Ports | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#ports ElastigroupGcp#ports}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. | +| Ports | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#ports ElastigroupGcp#ports}. | --- @@ -1996,7 +1996,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. --- @@ -2008,7 +2008,7 @@ public string[] Ports { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#ports ElastigroupGcp#ports}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#ports ElastigroupGcp#ports}. --- @@ -2078,43 +2078,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.169.1/docs/resources/elastigroup_gcp#desired_capacity ElastigroupGcp#desired_capacity}. | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. | -| AutoHealing | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#auto_healing ElastigroupGcp#auto_healing}. | -| AvailabilityZones | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#availability_zones ElastigroupGcp#availability_zones}. | +| DesiredCapacity | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. | +| AutoHealing | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.169.1/docs/resources/elastigroup_gcp#description ElastigroupGcp#description}. | +| Description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gcp#draining_timeout ElastigroupGcp#draining_timeout}. | -| FallbackToOndemand | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.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.169.1/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.169.1/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.169.1/docs/resources/elastigroup_gcp#id ElastigroupGcp#id}. | -| InstanceNamePrefix | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.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.170.0/docs/resources/elastigroup_gcp#id ElastigroupGcp#id}. | +| InstanceNamePrefix | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.169.1/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.170.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.170.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.169.1/docs/resources/elastigroup_gcp#ip_forwarding ElastigroupGcp#ip_forwarding}. | +| IpForwarding | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gcp#max_size ElastigroupGcp#max_size}. | +| MaxSize | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gcp#min_size ElastigroupGcp#min_size}. | +| MinSize | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gcp#ondemand_count ElastigroupGcp#ondemand_count}. | -| PreemptiblePercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#preemptible_percentage ElastigroupGcp#preemptible_percentage}. | -| ProvisioningModel | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#provisioning_model ElastigroupGcp#provisioning_model}. | +| OndemandCount | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.169.1/docs/resources/elastigroup_gcp#service_account ElastigroupGcp#service_account}. | -| ShutdownScript | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#shutdown_script ElastigroupGcp#shutdown_script}. | -| StartupScript | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#startup_script ElastigroupGcp#startup_script}. | +| ServiceAccount | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.169.1/docs/resources/elastigroup_gcp#tags ElastigroupGcp#tags}. | -| UnhealthyDuration | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#unhealthy_duration ElastigroupGcp#unhealthy_duration}. | +| Tags | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#tags ElastigroupGcp#tags}. | +| UnhealthyDuration | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#unhealthy_duration ElastigroupGcp#unhealthy_duration}. | --- @@ -2196,7 +2196,7 @@ public double DesiredCapacity { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#desired_capacity ElastigroupGcp#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#desired_capacity ElastigroupGcp#desired_capacity}. --- @@ -2208,7 +2208,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. --- @@ -2220,7 +2220,7 @@ public object AutoHealing { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#auto_healing ElastigroupGcp#auto_healing}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#auto_healing ElastigroupGcp#auto_healing}. --- @@ -2232,7 +2232,7 @@ public string[] AvailabilityZones { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#availability_zones ElastigroupGcp#availability_zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#availability_zones ElastigroupGcp#availability_zones}. --- @@ -2246,7 +2246,7 @@ public object BackendServices { get; set; } backend_services block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#backend_services ElastigroupGcp#backend_services} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#backend_services ElastigroupGcp#backend_services} --- @@ -2258,7 +2258,7 @@ public string Description { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#description ElastigroupGcp#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#description ElastigroupGcp#description}. --- @@ -2272,7 +2272,7 @@ public object Disk { get; set; } disk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#disk ElastigroupGcp#disk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#disk ElastigroupGcp#disk} --- @@ -2284,7 +2284,7 @@ public double DrainingTimeout { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#draining_timeout ElastigroupGcp#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#draining_timeout ElastigroupGcp#draining_timeout}. --- @@ -2296,7 +2296,7 @@ public object FallbackToOndemand { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#fallback_to_ondemand ElastigroupGcp#fallback_to_ondemand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#fallback_to_ondemand ElastigroupGcp#fallback_to_ondemand}. --- @@ -2310,7 +2310,7 @@ public object Gpu { get; set; } gpu block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#gpu ElastigroupGcp#gpu} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#gpu ElastigroupGcp#gpu} --- @@ -2322,7 +2322,7 @@ public double HealthCheckGracePeriod { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_gcp#health_check_grace_period ElastigroupGcp#health_check_grace_period}. --- @@ -2334,7 +2334,7 @@ public string HealthCheckType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#health_check_type ElastigroupGcp#health_check_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#health_check_type ElastigroupGcp#health_check_type}. --- @@ -2346,7 +2346,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#id ElastigroupGcp#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. @@ -2361,7 +2361,7 @@ public string InstanceNamePrefix { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#instance_name_prefix ElastigroupGcp#instance_name_prefix}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#instance_name_prefix ElastigroupGcp#instance_name_prefix}. --- @@ -2375,7 +2375,7 @@ public object InstanceTypesCustom { get; set; } instance_types_custom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#instance_types_custom ElastigroupGcp#instance_types_custom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#instance_types_custom ElastigroupGcp#instance_types_custom} --- @@ -2387,7 +2387,7 @@ public string InstanceTypesOndemand { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#instance_types_ondemand ElastigroupGcp#instance_types_ondemand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#instance_types_ondemand ElastigroupGcp#instance_types_ondemand}. --- @@ -2399,7 +2399,7 @@ public string[] InstanceTypesPreemptible { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#instance_types_preemptible ElastigroupGcp#instance_types_preemptible}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#instance_types_preemptible ElastigroupGcp#instance_types_preemptible}. --- @@ -2413,7 +2413,7 @@ public ElastigroupGcpIntegrationDockerSwarm IntegrationDockerSwarm { get; set; } integration_docker_swarm block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#integration_docker_swarm ElastigroupGcp#integration_docker_swarm} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#integration_docker_swarm ElastigroupGcp#integration_docker_swarm} --- @@ -2427,7 +2427,7 @@ public ElastigroupGcpIntegrationGke IntegrationGke { get; set; } integration_gke block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#integration_gke ElastigroupGcp#integration_gke} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#integration_gke ElastigroupGcp#integration_gke} --- @@ -2439,7 +2439,7 @@ public object IpForwarding { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#ip_forwarding ElastigroupGcp#ip_forwarding}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#ip_forwarding ElastigroupGcp#ip_forwarding}. --- @@ -2453,7 +2453,7 @@ public object Labels { get; set; } labels block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#labels ElastigroupGcp#labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#labels ElastigroupGcp#labels} --- @@ -2465,7 +2465,7 @@ public double MaxSize { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#max_size ElastigroupGcp#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#max_size ElastigroupGcp#max_size}. --- @@ -2479,7 +2479,7 @@ public object Metadata { get; set; } metadata block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#metadata ElastigroupGcp#metadata} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#metadata ElastigroupGcp#metadata} --- @@ -2491,7 +2491,7 @@ public double MinSize { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#min_size ElastigroupGcp#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#min_size ElastigroupGcp#min_size}. --- @@ -2505,7 +2505,7 @@ public object NetworkInterface { get; set; } network_interface block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#network_interface ElastigroupGcp#network_interface} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#network_interface ElastigroupGcp#network_interface} --- @@ -2517,7 +2517,7 @@ public double OndemandCount { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#ondemand_count ElastigroupGcp#ondemand_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#ondemand_count ElastigroupGcp#ondemand_count}. --- @@ -2529,7 +2529,7 @@ public double PreemptiblePercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#preemptible_percentage ElastigroupGcp#preemptible_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#preemptible_percentage ElastigroupGcp#preemptible_percentage}. --- @@ -2541,7 +2541,7 @@ public string ProvisioningModel { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#provisioning_model ElastigroupGcp#provisioning_model}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#provisioning_model ElastigroupGcp#provisioning_model}. --- @@ -2555,7 +2555,7 @@ public object ScalingDownPolicy { get; set; } scaling_down_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#scaling_down_policy ElastigroupGcp#scaling_down_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#scaling_down_policy ElastigroupGcp#scaling_down_policy} --- @@ -2569,7 +2569,7 @@ public object ScalingUpPolicy { get; set; } scaling_up_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#scaling_up_policy ElastigroupGcp#scaling_up_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#scaling_up_policy ElastigroupGcp#scaling_up_policy} --- @@ -2583,7 +2583,7 @@ public object ScheduledTask { get; set; } scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#scheduled_task ElastigroupGcp#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#scheduled_task ElastigroupGcp#scheduled_task} --- @@ -2595,7 +2595,7 @@ public string ServiceAccount { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#service_account ElastigroupGcp#service_account}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#service_account ElastigroupGcp#service_account}. --- @@ -2607,7 +2607,7 @@ public string ShutdownScript { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#shutdown_script ElastigroupGcp#shutdown_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#shutdown_script ElastigroupGcp#shutdown_script}. --- @@ -2619,7 +2619,7 @@ public string StartupScript { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#startup_script ElastigroupGcp#startup_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#startup_script ElastigroupGcp#startup_script}. --- @@ -2633,7 +2633,7 @@ public object Subnets { get; set; } subnets block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#subnets ElastigroupGcp#subnets} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#subnets ElastigroupGcp#subnets} --- @@ -2645,7 +2645,7 @@ public string[] Tags { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#tags ElastigroupGcp#tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#tags ElastigroupGcp#tags}. --- @@ -2657,7 +2657,7 @@ public double UnhealthyDuration { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#unhealthy_duration ElastigroupGcp#unhealthy_duration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#unhealthy_duration ElastigroupGcp#unhealthy_duration}. --- @@ -2684,14 +2684,14 @@ new ElastigroupGcpDisk { | **Name** | **Type** | **Description** | | --- | --- | --- | -| AutoDelete | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#auto_delete ElastigroupGcp#auto_delete}. | -| Boot | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#boot ElastigroupGcp#boot}. | -| DeviceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#device_name ElastigroupGcp#device_name}. | +| AutoDelete | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_gcp#boot ElastigroupGcp#boot}. | +| DeviceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gcp#interface ElastigroupGcp#interface}. | -| Mode | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#mode ElastigroupGcp#mode}. | -| Source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. | -| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. | +| Interface | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#interface ElastigroupGcp#interface}. | +| Mode | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#mode ElastigroupGcp#mode}. | +| Source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. | +| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. | --- @@ -2703,7 +2703,7 @@ public object AutoDelete { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#auto_delete ElastigroupGcp#auto_delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#auto_delete ElastigroupGcp#auto_delete}. --- @@ -2715,7 +2715,7 @@ public object Boot { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#boot ElastigroupGcp#boot}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#boot ElastigroupGcp#boot}. --- @@ -2727,7 +2727,7 @@ public string DeviceName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#device_name ElastigroupGcp#device_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#device_name ElastigroupGcp#device_name}. --- @@ -2741,7 +2741,7 @@ public object InitializeParams { get; set; } initialize_params block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#initialize_params ElastigroupGcp#initialize_params} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#initialize_params ElastigroupGcp#initialize_params} --- @@ -2753,7 +2753,7 @@ public string Interface { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#interface ElastigroupGcp#interface}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#interface ElastigroupGcp#interface}. --- @@ -2765,7 +2765,7 @@ public string Mode { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#mode ElastigroupGcp#mode}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#mode ElastigroupGcp#mode}. --- @@ -2777,7 +2777,7 @@ public string Source { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. --- @@ -2789,7 +2789,7 @@ public string Type { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. --- @@ -2811,9 +2811,9 @@ new ElastigroupGcpDiskInitializeParams { | **Name** | **Type** | **Description** | | --- | --- | --- | -| SourceImage | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#source_image ElastigroupGcp#source_image}. | -| DiskSizeGb | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_gcp#disk_type ElastigroupGcp#disk_type}. | +| SourceImage | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.0/docs/resources/elastigroup_gcp#disk_type ElastigroupGcp#disk_type}. | --- @@ -2825,7 +2825,7 @@ public string SourceImage { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#source_image ElastigroupGcp#source_image}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#source_image ElastigroupGcp#source_image}. --- @@ -2837,7 +2837,7 @@ public string DiskSizeGb { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#disk_size_gb ElastigroupGcp#disk_size_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#disk_size_gb ElastigroupGcp#disk_size_gb}. --- @@ -2849,7 +2849,7 @@ public string DiskType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#disk_type ElastigroupGcp#disk_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#disk_type ElastigroupGcp#disk_type}. --- @@ -2870,8 +2870,8 @@ new ElastigroupGcpGpu { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Count | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#count ElastigroupGcp#count}. | -| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. | +| Count | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#count ElastigroupGcp#count}. | +| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. | --- @@ -2883,7 +2883,7 @@ public double Count { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#count ElastigroupGcp#count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#count ElastigroupGcp#count}. --- @@ -2895,7 +2895,7 @@ public string Type { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. --- @@ -2916,8 +2916,8 @@ new ElastigroupGcpInstanceTypesCustom { | **Name** | **Type** | **Description** | | --- | --- | --- | -| MemoryGib | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#memory_gib ElastigroupGcp#memory_gib}. | -| Vcpu | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#vcpu ElastigroupGcp#vcpu}. | +| MemoryGib | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_gcp#vcpu ElastigroupGcp#vcpu}. | --- @@ -2929,7 +2929,7 @@ public double MemoryGib { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#memory_gib ElastigroupGcp#memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#memory_gib ElastigroupGcp#memory_gib}. --- @@ -2941,7 +2941,7 @@ public double Vcpu { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#vcpu ElastigroupGcp#vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#vcpu ElastigroupGcp#vcpu}. --- @@ -2962,8 +2962,8 @@ new ElastigroupGcpIntegrationDockerSwarm { | **Name** | **Type** | **Description** | | --- | --- | --- | -| MasterHost | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#master_host ElastigroupGcp#master_host}. | -| MasterPort | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#master_port ElastigroupGcp#master_port}. | +| MasterHost | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_gcp#master_port ElastigroupGcp#master_port}. | --- @@ -2975,7 +2975,7 @@ public string MasterHost { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#master_host ElastigroupGcp#master_host}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#master_host ElastigroupGcp#master_host}. --- @@ -2987,7 +2987,7 @@ public double MasterPort { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#master_port ElastigroupGcp#master_port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#master_port ElastigroupGcp#master_port}. --- @@ -3015,15 +3015,15 @@ new ElastigroupGcpIntegrationGke { | **Name** | **Type** | **Description** | | --- | --- | --- | -| AutoscaleCooldown | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#autoscale_cooldown ElastigroupGcp#autoscale_cooldown}. | +| AutoscaleCooldown | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.169.1/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.170.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.170.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.169.1/docs/resources/elastigroup_gcp#auto_update ElastigroupGcp#auto_update}. | -| ClusterId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#cluster_id ElastigroupGcp#cluster_id}. | -| Location | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#location ElastigroupGcp#location}. | +| AutoUpdate | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.0/docs/resources/elastigroup_gcp#location ElastigroupGcp#location}. | --- @@ -3035,7 +3035,7 @@ public double AutoscaleCooldown { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#autoscale_cooldown ElastigroupGcp#autoscale_cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#autoscale_cooldown ElastigroupGcp#autoscale_cooldown}. --- @@ -3049,7 +3049,7 @@ public ElastigroupGcpIntegrationGkeAutoscaleDown AutoscaleDown { get; set; } autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#autoscale_down ElastigroupGcp#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#autoscale_down ElastigroupGcp#autoscale_down} --- @@ -3063,7 +3063,7 @@ public ElastigroupGcpIntegrationGkeAutoscaleHeadroom AutoscaleHeadroom { get; se autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#autoscale_headroom ElastigroupGcp#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#autoscale_headroom ElastigroupGcp#autoscale_headroom} --- @@ -3075,7 +3075,7 @@ public object AutoscaleIsAutoConfig { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_gcp#autoscale_is_auto_config ElastigroupGcp#autoscale_is_auto_config}. --- @@ -3087,7 +3087,7 @@ public object AutoscaleIsEnabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#autoscale_is_enabled ElastigroupGcp#autoscale_is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#autoscale_is_enabled ElastigroupGcp#autoscale_is_enabled}. --- @@ -3101,7 +3101,7 @@ public object AutoscaleLabels { get; set; } autoscale_labels block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#autoscale_labels ElastigroupGcp#autoscale_labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#autoscale_labels ElastigroupGcp#autoscale_labels} --- @@ -3113,7 +3113,7 @@ public object AutoUpdate { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#auto_update ElastigroupGcp#auto_update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#auto_update ElastigroupGcp#auto_update}. --- @@ -3125,7 +3125,7 @@ public string ClusterId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#cluster_id ElastigroupGcp#cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#cluster_id ElastigroupGcp#cluster_id}. --- @@ -3137,7 +3137,7 @@ public string Location { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#location ElastigroupGcp#location}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#location ElastigroupGcp#location}. --- @@ -3157,7 +3157,7 @@ new ElastigroupGcpIntegrationGkeAutoscaleDown { | **Name** | **Type** | **Description** | | --- | --- | --- | -| EvaluationPeriods | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. | +| EvaluationPeriods | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. | --- @@ -3169,7 +3169,7 @@ public double EvaluationPeriods { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. --- @@ -3191,9 +3191,9 @@ new ElastigroupGcpIntegrationGkeAutoscaleHeadroom { | **Name** | **Type** | **Description** | | --- | --- | --- | -| CpuPerUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/elastigroup_gcp#num_of_units ElastigroupGcp#num_of_units}. | --- @@ -3205,7 +3205,7 @@ public double CpuPerUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#cpu_per_unit ElastigroupGcp#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#cpu_per_unit ElastigroupGcp#cpu_per_unit}. --- @@ -3217,7 +3217,7 @@ public double MemoryPerUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#memory_per_unit ElastigroupGcp#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#memory_per_unit ElastigroupGcp#memory_per_unit}. --- @@ -3229,7 +3229,7 @@ public double NumOfUnits { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#num_of_units ElastigroupGcp#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#num_of_units ElastigroupGcp#num_of_units}. --- @@ -3250,8 +3250,8 @@ new ElastigroupGcpIntegrationGkeAutoscaleLabels { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | +| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. | +| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | --- @@ -3263,7 +3263,7 @@ public string Key { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. --- @@ -3275,7 +3275,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. --- @@ -3296,8 +3296,8 @@ new ElastigroupGcpLabels { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | +| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. | +| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | --- @@ -3309,7 +3309,7 @@ public string Key { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. --- @@ -3321,7 +3321,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. --- @@ -3342,8 +3342,8 @@ new ElastigroupGcpMetadata { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | +| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. | +| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | --- @@ -3355,7 +3355,7 @@ public string Key { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. --- @@ -3367,7 +3367,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. --- @@ -3389,7 +3389,7 @@ new ElastigroupGcpNetworkInterface { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Network | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#network ElastigroupGcp#network}. | +| Network | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#network ElastigroupGcp#network}. | | AccessConfigs | object | access_configs block. | | AliasIpRanges | object | alias_ip_ranges block. | @@ -3403,7 +3403,7 @@ public string Network { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#network ElastigroupGcp#network}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#network ElastigroupGcp#network}. --- @@ -3417,7 +3417,7 @@ public object AccessConfigs { get; set; } access_configs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#access_configs ElastigroupGcp#access_configs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#access_configs ElastigroupGcp#access_configs} --- @@ -3431,7 +3431,7 @@ public object AliasIpRanges { get; set; } alias_ip_ranges block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#alias_ip_ranges ElastigroupGcp#alias_ip_ranges} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#alias_ip_ranges ElastigroupGcp#alias_ip_ranges} --- @@ -3452,8 +3452,8 @@ new ElastigroupGcpNetworkInterfaceAccessConfigs { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. | -| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. | +| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. | --- @@ -3465,7 +3465,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. --- @@ -3477,7 +3477,7 @@ public string Type { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. --- @@ -3498,8 +3498,8 @@ new ElastigroupGcpNetworkInterfaceAliasIpRanges { | **Name** | **Type** | **Description** | | --- | --- | --- | -| IpCidrRange | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/elastigroup_gcp#subnetwork_range_name ElastigroupGcp#subnetwork_range_name}. | --- @@ -3511,7 +3511,7 @@ public string IpCidrRange { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#ip_cidr_range ElastigroupGcp#ip_cidr_range}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#ip_cidr_range ElastigroupGcp#ip_cidr_range}. --- @@ -3523,7 +3523,7 @@ public string SubnetworkRangeName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#subnetwork_range_name ElastigroupGcp#subnetwork_range_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#subnetwork_range_name ElastigroupGcp#subnetwork_range_name}. --- @@ -3556,20 +3556,20 @@ new ElastigroupGcpScalingDownPolicy { | **Name** | **Type** | **Description** | | --- | --- | --- | -| MetricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#metric_name ElastigroupGcp#metric_name}. | -| Namespace | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#namespace ElastigroupGcp#namespace}. | -| PolicyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#policy_name ElastigroupGcp#policy_name}. | -| Threshold | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#threshold ElastigroupGcp#threshold}. | -| Unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#unit ElastigroupGcp#unit}. | -| ActionType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#action_type ElastigroupGcp#action_type}. | -| Adjustment | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#adjustment ElastigroupGcp#adjustment}. | -| Cooldown | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#cooldown ElastigroupGcp#cooldown}. | +| MetricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_gcp#namespace ElastigroupGcp#namespace}. | +| PolicyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_gcp#threshold ElastigroupGcp#threshold}. | +| Unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#unit ElastigroupGcp#unit}. | +| ActionType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_gcp#adjustment ElastigroupGcp#adjustment}. | +| Cooldown | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. | -| Operator | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#operator ElastigroupGcp#operator}. | -| Period | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#period ElastigroupGcp#period}. | -| Source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. | -| Statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#statistic ElastigroupGcp#statistic}. | +| EvaluationPeriods | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_gcp#operator ElastigroupGcp#operator}. | +| Period | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#period ElastigroupGcp#period}. | +| Source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. | +| Statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#statistic ElastigroupGcp#statistic}. | --- @@ -3581,7 +3581,7 @@ public string MetricName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#metric_name ElastigroupGcp#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#metric_name ElastigroupGcp#metric_name}. --- @@ -3593,7 +3593,7 @@ public string Namespace { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#namespace ElastigroupGcp#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#namespace ElastigroupGcp#namespace}. --- @@ -3605,7 +3605,7 @@ public string PolicyName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#policy_name ElastigroupGcp#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#policy_name ElastigroupGcp#policy_name}. --- @@ -3617,7 +3617,7 @@ public double Threshold { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#threshold ElastigroupGcp#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#threshold ElastigroupGcp#threshold}. --- @@ -3629,7 +3629,7 @@ public string Unit { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#unit ElastigroupGcp#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#unit ElastigroupGcp#unit}. --- @@ -3641,7 +3641,7 @@ public string ActionType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#action_type ElastigroupGcp#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#action_type ElastigroupGcp#action_type}. --- @@ -3653,7 +3653,7 @@ public double Adjustment { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#adjustment ElastigroupGcp#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#adjustment ElastigroupGcp#adjustment}. --- @@ -3665,7 +3665,7 @@ public double Cooldown { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#cooldown ElastigroupGcp#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#cooldown ElastigroupGcp#cooldown}. --- @@ -3679,7 +3679,7 @@ public object Dimensions { get; set; } dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#dimensions ElastigroupGcp#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#dimensions ElastigroupGcp#dimensions} --- @@ -3691,7 +3691,7 @@ public double EvaluationPeriods { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. --- @@ -3703,7 +3703,7 @@ public string Operator { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#operator ElastigroupGcp#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#operator ElastigroupGcp#operator}. --- @@ -3715,7 +3715,7 @@ public double Period { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#period ElastigroupGcp#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#period ElastigroupGcp#period}. --- @@ -3727,7 +3727,7 @@ public string Source { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. --- @@ -3739,7 +3739,7 @@ public string Statistic { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#statistic ElastigroupGcp#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#statistic ElastigroupGcp#statistic}. --- @@ -3760,8 +3760,8 @@ new ElastigroupGcpScalingDownPolicyDimensions { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. | +| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | --- @@ -3773,7 +3773,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. --- @@ -3785,7 +3785,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. --- @@ -3818,20 +3818,20 @@ new ElastigroupGcpScalingUpPolicy { | **Name** | **Type** | **Description** | | --- | --- | --- | -| MetricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#metric_name ElastigroupGcp#metric_name}. | -| Namespace | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#namespace ElastigroupGcp#namespace}. | -| PolicyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#policy_name ElastigroupGcp#policy_name}. | -| Threshold | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#threshold ElastigroupGcp#threshold}. | -| Unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#unit ElastigroupGcp#unit}. | -| ActionType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#action_type ElastigroupGcp#action_type}. | -| Adjustment | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#adjustment ElastigroupGcp#adjustment}. | -| Cooldown | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#cooldown ElastigroupGcp#cooldown}. | +| MetricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_gcp#namespace ElastigroupGcp#namespace}. | +| PolicyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_gcp#threshold ElastigroupGcp#threshold}. | +| Unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#unit ElastigroupGcp#unit}. | +| ActionType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_gcp#adjustment ElastigroupGcp#adjustment}. | +| Cooldown | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. | -| Operator | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#operator ElastigroupGcp#operator}. | -| Period | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#period ElastigroupGcp#period}. | -| Source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. | -| Statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#statistic ElastigroupGcp#statistic}. | +| EvaluationPeriods | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_gcp#operator ElastigroupGcp#operator}. | +| Period | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#period ElastigroupGcp#period}. | +| Source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. | +| Statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#statistic ElastigroupGcp#statistic}. | --- @@ -3843,7 +3843,7 @@ public string MetricName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#metric_name ElastigroupGcp#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#metric_name ElastigroupGcp#metric_name}. --- @@ -3855,7 +3855,7 @@ public string Namespace { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#namespace ElastigroupGcp#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#namespace ElastigroupGcp#namespace}. --- @@ -3867,7 +3867,7 @@ public string PolicyName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#policy_name ElastigroupGcp#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#policy_name ElastigroupGcp#policy_name}. --- @@ -3879,7 +3879,7 @@ public double Threshold { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#threshold ElastigroupGcp#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#threshold ElastigroupGcp#threshold}. --- @@ -3891,7 +3891,7 @@ public string Unit { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#unit ElastigroupGcp#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#unit ElastigroupGcp#unit}. --- @@ -3903,7 +3903,7 @@ public string ActionType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#action_type ElastigroupGcp#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#action_type ElastigroupGcp#action_type}. --- @@ -3915,7 +3915,7 @@ public double Adjustment { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#adjustment ElastigroupGcp#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#adjustment ElastigroupGcp#adjustment}. --- @@ -3927,7 +3927,7 @@ public double Cooldown { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#cooldown ElastigroupGcp#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#cooldown ElastigroupGcp#cooldown}. --- @@ -3941,7 +3941,7 @@ public object Dimensions { get; set; } dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#dimensions ElastigroupGcp#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#dimensions ElastigroupGcp#dimensions} --- @@ -3953,7 +3953,7 @@ public double EvaluationPeriods { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. --- @@ -3965,7 +3965,7 @@ public string Operator { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#operator ElastigroupGcp#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#operator ElastigroupGcp#operator}. --- @@ -3977,7 +3977,7 @@ public double Period { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#period ElastigroupGcp#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#period ElastigroupGcp#period}. --- @@ -3989,7 +3989,7 @@ public string Source { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. --- @@ -4001,7 +4001,7 @@ public string Statistic { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#statistic ElastigroupGcp#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#statistic ElastigroupGcp#statistic}. --- @@ -4022,8 +4022,8 @@ new ElastigroupGcpScalingUpPolicyDimensions { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. | +| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | --- @@ -4035,7 +4035,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. --- @@ -4047,7 +4047,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. --- @@ -4072,12 +4072,12 @@ new ElastigroupGcpScheduledTask { | **Name** | **Type** | **Description** | | --- | --- | --- | -| TaskType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#task_type ElastigroupGcp#task_type}. | -| CronExpression | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#cron_expression ElastigroupGcp#cron_expression}. | -| IsEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#is_enabled ElastigroupGcp#is_enabled}. | -| MaxCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#max_capacity ElastigroupGcp#max_capacity}. | -| MinCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#min_capacity ElastigroupGcp#min_capacity}. | -| TargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#target_capacity ElastigroupGcp#target_capacity}. | +| TaskType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.170.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.170.0/docs/resources/elastigroup_gcp#target_capacity ElastigroupGcp#target_capacity}. | --- @@ -4089,7 +4089,7 @@ public string TaskType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#task_type ElastigroupGcp#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#task_type ElastigroupGcp#task_type}. --- @@ -4101,7 +4101,7 @@ public string CronExpression { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#cron_expression ElastigroupGcp#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#cron_expression ElastigroupGcp#cron_expression}. --- @@ -4113,7 +4113,7 @@ public object IsEnabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#is_enabled ElastigroupGcp#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#is_enabled ElastigroupGcp#is_enabled}. --- @@ -4125,7 +4125,7 @@ public string MaxCapacity { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#max_capacity ElastigroupGcp#max_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#max_capacity ElastigroupGcp#max_capacity}. --- @@ -4137,7 +4137,7 @@ public string MinCapacity { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#min_capacity ElastigroupGcp#min_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#min_capacity ElastigroupGcp#min_capacity}. --- @@ -4149,7 +4149,7 @@ public string TargetCapacity { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#target_capacity ElastigroupGcp#target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#target_capacity ElastigroupGcp#target_capacity}. --- @@ -4170,8 +4170,8 @@ new ElastigroupGcpSubnets { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Region | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#region ElastigroupGcp#region}. | -| SubnetNames | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#subnet_names ElastigroupGcp#subnet_names}. | +| Region | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#region ElastigroupGcp#region}. | +| SubnetNames | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#subnet_names ElastigroupGcp#subnet_names}. | --- @@ -4183,7 +4183,7 @@ public string Region { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#region ElastigroupGcp#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#region ElastigroupGcp#region}. --- @@ -4195,7 +4195,7 @@ public string[] SubnetNames { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#subnet_names ElastigroupGcp#subnet_names}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#subnet_names ElastigroupGcp#subnet_names}. --- diff --git a/docs/elastigroupGcp.go.md b/docs/elastigroupGcp.go.md index d8d3223ce..45586d7c8 100644 --- a/docs/elastigroupGcp.go.md +++ b/docs/elastigroupGcp.go.md @@ -4,7 +4,7 @@ ### ElastigroupGcp -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp spotinst_elastigroup_gcp}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp spotinst_elastigroup_gcp}. #### Initializers @@ -881,7 +881,7 @@ The construct id used in the generated config for the ElastigroupGcp to import. The id of the existing ElastigroupGcp that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#import import section} in the documentation of this resource for the id to use --- @@ -1909,10 +1909,10 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp" | **Name** | **Type** | **Description** | | --- | --- | --- | -| ServiceName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#service_name ElastigroupGcp#service_name}. | -| LocationType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#location_type ElastigroupGcp#location_type}. | +| ServiceName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.169.1/docs/resources/elastigroup_gcp#scheme ElastigroupGcp#scheme}. | +| Scheme | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#scheme ElastigroupGcp#scheme}. | --- @@ -1924,7 +1924,7 @@ ServiceName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#service_name ElastigroupGcp#service_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#service_name ElastigroupGcp#service_name}. --- @@ -1936,7 +1936,7 @@ LocationType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#location_type ElastigroupGcp#location_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#location_type ElastigroupGcp#location_type}. --- @@ -1950,7 +1950,7 @@ NamedPorts interface{} named_ports block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#named_ports ElastigroupGcp#named_ports} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#named_ports ElastigroupGcp#named_ports} --- @@ -1962,7 +1962,7 @@ Scheme *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#scheme ElastigroupGcp#scheme}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#scheme ElastigroupGcp#scheme}. --- @@ -1983,8 +1983,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. | -| Ports | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#ports ElastigroupGcp#ports}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. | +| Ports | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#ports ElastigroupGcp#ports}. | --- @@ -1996,7 +1996,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. --- @@ -2008,7 +2008,7 @@ Ports *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#ports ElastigroupGcp#ports}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#ports ElastigroupGcp#ports}. --- @@ -2078,43 +2078,43 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp" | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| DesiredCapacity | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#desired_capacity ElastigroupGcp#desired_capacity}. | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. | -| AutoHealing | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#auto_healing ElastigroupGcp#auto_healing}. | -| AvailabilityZones | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#availability_zones ElastigroupGcp#availability_zones}. | +| DesiredCapacity | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. | +| AutoHealing | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.169.1/docs/resources/elastigroup_gcp#description ElastigroupGcp#description}. | +| Description | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gcp#draining_timeout ElastigroupGcp#draining_timeout}. | -| FallbackToOndemand | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.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.169.1/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.169.1/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.169.1/docs/resources/elastigroup_gcp#id ElastigroupGcp#id}. | -| InstanceNamePrefix | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.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.170.0/docs/resources/elastigroup_gcp#id ElastigroupGcp#id}. | +| InstanceNamePrefix | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.169.1/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.170.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.170.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.169.1/docs/resources/elastigroup_gcp#ip_forwarding ElastigroupGcp#ip_forwarding}. | +| IpForwarding | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gcp#max_size ElastigroupGcp#max_size}. | +| MaxSize | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gcp#min_size ElastigroupGcp#min_size}. | +| MinSize | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gcp#ondemand_count ElastigroupGcp#ondemand_count}. | -| PreemptiblePercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#preemptible_percentage ElastigroupGcp#preemptible_percentage}. | -| ProvisioningModel | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#provisioning_model ElastigroupGcp#provisioning_model}. | +| OndemandCount | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.169.1/docs/resources/elastigroup_gcp#service_account ElastigroupGcp#service_account}. | -| ShutdownScript | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#shutdown_script ElastigroupGcp#shutdown_script}. | -| StartupScript | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#startup_script ElastigroupGcp#startup_script}. | +| ServiceAccount | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.169.1/docs/resources/elastigroup_gcp#tags ElastigroupGcp#tags}. | -| UnhealthyDuration | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#unhealthy_duration ElastigroupGcp#unhealthy_duration}. | +| Tags | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#tags ElastigroupGcp#tags}. | +| UnhealthyDuration | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#unhealthy_duration ElastigroupGcp#unhealthy_duration}. | --- @@ -2196,7 +2196,7 @@ DesiredCapacity *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#desired_capacity ElastigroupGcp#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#desired_capacity ElastigroupGcp#desired_capacity}. --- @@ -2208,7 +2208,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. --- @@ -2220,7 +2220,7 @@ AutoHealing interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#auto_healing ElastigroupGcp#auto_healing}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#auto_healing ElastigroupGcp#auto_healing}. --- @@ -2232,7 +2232,7 @@ AvailabilityZones *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#availability_zones ElastigroupGcp#availability_zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#availability_zones ElastigroupGcp#availability_zones}. --- @@ -2246,7 +2246,7 @@ BackendServices interface{} backend_services block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#backend_services ElastigroupGcp#backend_services} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#backend_services ElastigroupGcp#backend_services} --- @@ -2258,7 +2258,7 @@ Description *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#description ElastigroupGcp#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#description ElastigroupGcp#description}. --- @@ -2272,7 +2272,7 @@ Disk interface{} disk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#disk ElastigroupGcp#disk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#disk ElastigroupGcp#disk} --- @@ -2284,7 +2284,7 @@ DrainingTimeout *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#draining_timeout ElastigroupGcp#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#draining_timeout ElastigroupGcp#draining_timeout}. --- @@ -2296,7 +2296,7 @@ FallbackToOndemand interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#fallback_to_ondemand ElastigroupGcp#fallback_to_ondemand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#fallback_to_ondemand ElastigroupGcp#fallback_to_ondemand}. --- @@ -2310,7 +2310,7 @@ Gpu interface{} gpu block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#gpu ElastigroupGcp#gpu} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#gpu ElastigroupGcp#gpu} --- @@ -2322,7 +2322,7 @@ HealthCheckGracePeriod *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_gcp#health_check_grace_period ElastigroupGcp#health_check_grace_period}. --- @@ -2334,7 +2334,7 @@ HealthCheckType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#health_check_type ElastigroupGcp#health_check_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#health_check_type ElastigroupGcp#health_check_type}. --- @@ -2346,7 +2346,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#id ElastigroupGcp#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. @@ -2361,7 +2361,7 @@ InstanceNamePrefix *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#instance_name_prefix ElastigroupGcp#instance_name_prefix}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#instance_name_prefix ElastigroupGcp#instance_name_prefix}. --- @@ -2375,7 +2375,7 @@ InstanceTypesCustom interface{} instance_types_custom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#instance_types_custom ElastigroupGcp#instance_types_custom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#instance_types_custom ElastigroupGcp#instance_types_custom} --- @@ -2387,7 +2387,7 @@ InstanceTypesOndemand *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#instance_types_ondemand ElastigroupGcp#instance_types_ondemand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#instance_types_ondemand ElastigroupGcp#instance_types_ondemand}. --- @@ -2399,7 +2399,7 @@ InstanceTypesPreemptible *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#instance_types_preemptible ElastigroupGcp#instance_types_preemptible}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#instance_types_preemptible ElastigroupGcp#instance_types_preemptible}. --- @@ -2413,7 +2413,7 @@ IntegrationDockerSwarm ElastigroupGcpIntegrationDockerSwarm integration_docker_swarm block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#integration_docker_swarm ElastigroupGcp#integration_docker_swarm} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#integration_docker_swarm ElastigroupGcp#integration_docker_swarm} --- @@ -2427,7 +2427,7 @@ IntegrationGke ElastigroupGcpIntegrationGke integration_gke block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#integration_gke ElastigroupGcp#integration_gke} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#integration_gke ElastigroupGcp#integration_gke} --- @@ -2439,7 +2439,7 @@ IpForwarding interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#ip_forwarding ElastigroupGcp#ip_forwarding}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#ip_forwarding ElastigroupGcp#ip_forwarding}. --- @@ -2453,7 +2453,7 @@ Labels interface{} labels block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#labels ElastigroupGcp#labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#labels ElastigroupGcp#labels} --- @@ -2465,7 +2465,7 @@ MaxSize *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#max_size ElastigroupGcp#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#max_size ElastigroupGcp#max_size}. --- @@ -2479,7 +2479,7 @@ Metadata interface{} metadata block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#metadata ElastigroupGcp#metadata} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#metadata ElastigroupGcp#metadata} --- @@ -2491,7 +2491,7 @@ MinSize *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#min_size ElastigroupGcp#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#min_size ElastigroupGcp#min_size}. --- @@ -2505,7 +2505,7 @@ NetworkInterface interface{} network_interface block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#network_interface ElastigroupGcp#network_interface} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#network_interface ElastigroupGcp#network_interface} --- @@ -2517,7 +2517,7 @@ OndemandCount *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#ondemand_count ElastigroupGcp#ondemand_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#ondemand_count ElastigroupGcp#ondemand_count}. --- @@ -2529,7 +2529,7 @@ PreemptiblePercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#preemptible_percentage ElastigroupGcp#preemptible_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#preemptible_percentage ElastigroupGcp#preemptible_percentage}. --- @@ -2541,7 +2541,7 @@ ProvisioningModel *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#provisioning_model ElastigroupGcp#provisioning_model}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#provisioning_model ElastigroupGcp#provisioning_model}. --- @@ -2555,7 +2555,7 @@ ScalingDownPolicy interface{} scaling_down_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#scaling_down_policy ElastigroupGcp#scaling_down_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#scaling_down_policy ElastigroupGcp#scaling_down_policy} --- @@ -2569,7 +2569,7 @@ ScalingUpPolicy interface{} scaling_up_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#scaling_up_policy ElastigroupGcp#scaling_up_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#scaling_up_policy ElastigroupGcp#scaling_up_policy} --- @@ -2583,7 +2583,7 @@ ScheduledTask interface{} scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#scheduled_task ElastigroupGcp#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#scheduled_task ElastigroupGcp#scheduled_task} --- @@ -2595,7 +2595,7 @@ ServiceAccount *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#service_account ElastigroupGcp#service_account}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#service_account ElastigroupGcp#service_account}. --- @@ -2607,7 +2607,7 @@ ShutdownScript *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#shutdown_script ElastigroupGcp#shutdown_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#shutdown_script ElastigroupGcp#shutdown_script}. --- @@ -2619,7 +2619,7 @@ StartupScript *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#startup_script ElastigroupGcp#startup_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#startup_script ElastigroupGcp#startup_script}. --- @@ -2633,7 +2633,7 @@ Subnets interface{} subnets block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#subnets ElastigroupGcp#subnets} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#subnets ElastigroupGcp#subnets} --- @@ -2645,7 +2645,7 @@ Tags *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#tags ElastigroupGcp#tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#tags ElastigroupGcp#tags}. --- @@ -2657,7 +2657,7 @@ UnhealthyDuration *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#unhealthy_duration ElastigroupGcp#unhealthy_duration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#unhealthy_duration ElastigroupGcp#unhealthy_duration}. --- @@ -2684,14 +2684,14 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp" | **Name** | **Type** | **Description** | | --- | --- | --- | -| AutoDelete | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#auto_delete ElastigroupGcp#auto_delete}. | -| Boot | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#boot ElastigroupGcp#boot}. | -| DeviceName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#device_name ElastigroupGcp#device_name}. | +| AutoDelete | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_gcp#boot ElastigroupGcp#boot}. | +| DeviceName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gcp#interface ElastigroupGcp#interface}. | -| Mode | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#mode ElastigroupGcp#mode}. | -| Source | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. | -| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. | +| Interface | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#interface ElastigroupGcp#interface}. | +| Mode | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#mode ElastigroupGcp#mode}. | +| Source | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. | +| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. | --- @@ -2703,7 +2703,7 @@ AutoDelete interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#auto_delete ElastigroupGcp#auto_delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#auto_delete ElastigroupGcp#auto_delete}. --- @@ -2715,7 +2715,7 @@ Boot interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#boot ElastigroupGcp#boot}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#boot ElastigroupGcp#boot}. --- @@ -2727,7 +2727,7 @@ DeviceName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#device_name ElastigroupGcp#device_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#device_name ElastigroupGcp#device_name}. --- @@ -2741,7 +2741,7 @@ InitializeParams interface{} initialize_params block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#initialize_params ElastigroupGcp#initialize_params} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#initialize_params ElastigroupGcp#initialize_params} --- @@ -2753,7 +2753,7 @@ Interface *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#interface ElastigroupGcp#interface}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#interface ElastigroupGcp#interface}. --- @@ -2765,7 +2765,7 @@ Mode *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#mode ElastigroupGcp#mode}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#mode ElastigroupGcp#mode}. --- @@ -2777,7 +2777,7 @@ Source *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. --- @@ -2789,7 +2789,7 @@ Type *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. --- @@ -2811,9 +2811,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp" | **Name** | **Type** | **Description** | | --- | --- | --- | -| SourceImage | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#source_image ElastigroupGcp#source_image}. | -| DiskSizeGb | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_gcp#disk_type ElastigroupGcp#disk_type}. | +| SourceImage | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.0/docs/resources/elastigroup_gcp#disk_type ElastigroupGcp#disk_type}. | --- @@ -2825,7 +2825,7 @@ SourceImage *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#source_image ElastigroupGcp#source_image}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#source_image ElastigroupGcp#source_image}. --- @@ -2837,7 +2837,7 @@ DiskSizeGb *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#disk_size_gb ElastigroupGcp#disk_size_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#disk_size_gb ElastigroupGcp#disk_size_gb}. --- @@ -2849,7 +2849,7 @@ DiskType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#disk_type ElastigroupGcp#disk_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#disk_type ElastigroupGcp#disk_type}. --- @@ -2870,8 +2870,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Count | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#count ElastigroupGcp#count}. | -| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. | +| Count | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#count ElastigroupGcp#count}. | +| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. | --- @@ -2883,7 +2883,7 @@ Count *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#count ElastigroupGcp#count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#count ElastigroupGcp#count}. --- @@ -2895,7 +2895,7 @@ Type *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. --- @@ -2916,8 +2916,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp" | **Name** | **Type** | **Description** | | --- | --- | --- | -| MemoryGib | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#memory_gib ElastigroupGcp#memory_gib}. | -| Vcpu | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#vcpu ElastigroupGcp#vcpu}. | +| MemoryGib | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_gcp#vcpu ElastigroupGcp#vcpu}. | --- @@ -2929,7 +2929,7 @@ MemoryGib *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#memory_gib ElastigroupGcp#memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#memory_gib ElastigroupGcp#memory_gib}. --- @@ -2941,7 +2941,7 @@ Vcpu *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#vcpu ElastigroupGcp#vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#vcpu ElastigroupGcp#vcpu}. --- @@ -2962,8 +2962,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp" | **Name** | **Type** | **Description** | | --- | --- | --- | -| MasterHost | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#master_host ElastigroupGcp#master_host}. | -| MasterPort | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#master_port ElastigroupGcp#master_port}. | +| MasterHost | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_gcp#master_port ElastigroupGcp#master_port}. | --- @@ -2975,7 +2975,7 @@ MasterHost *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#master_host ElastigroupGcp#master_host}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#master_host ElastigroupGcp#master_host}. --- @@ -2987,7 +2987,7 @@ MasterPort *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#master_port ElastigroupGcp#master_port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#master_port ElastigroupGcp#master_port}. --- @@ -3015,15 +3015,15 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp" | **Name** | **Type** | **Description** | | --- | --- | --- | -| AutoscaleCooldown | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#autoscale_cooldown ElastigroupGcp#autoscale_cooldown}. | +| AutoscaleCooldown | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.169.1/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.170.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.170.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.169.1/docs/resources/elastigroup_gcp#auto_update ElastigroupGcp#auto_update}. | -| ClusterId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#cluster_id ElastigroupGcp#cluster_id}. | -| Location | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#location ElastigroupGcp#location}. | +| AutoUpdate | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.0/docs/resources/elastigroup_gcp#location ElastigroupGcp#location}. | --- @@ -3035,7 +3035,7 @@ AutoscaleCooldown *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#autoscale_cooldown ElastigroupGcp#autoscale_cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#autoscale_cooldown ElastigroupGcp#autoscale_cooldown}. --- @@ -3049,7 +3049,7 @@ AutoscaleDown ElastigroupGcpIntegrationGkeAutoscaleDown autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#autoscale_down ElastigroupGcp#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#autoscale_down ElastigroupGcp#autoscale_down} --- @@ -3063,7 +3063,7 @@ AutoscaleHeadroom ElastigroupGcpIntegrationGkeAutoscaleHeadroom autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#autoscale_headroom ElastigroupGcp#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#autoscale_headroom ElastigroupGcp#autoscale_headroom} --- @@ -3075,7 +3075,7 @@ AutoscaleIsAutoConfig interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_gcp#autoscale_is_auto_config ElastigroupGcp#autoscale_is_auto_config}. --- @@ -3087,7 +3087,7 @@ AutoscaleIsEnabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#autoscale_is_enabled ElastigroupGcp#autoscale_is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#autoscale_is_enabled ElastigroupGcp#autoscale_is_enabled}. --- @@ -3101,7 +3101,7 @@ AutoscaleLabels interface{} autoscale_labels block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#autoscale_labels ElastigroupGcp#autoscale_labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#autoscale_labels ElastigroupGcp#autoscale_labels} --- @@ -3113,7 +3113,7 @@ AutoUpdate interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#auto_update ElastigroupGcp#auto_update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#auto_update ElastigroupGcp#auto_update}. --- @@ -3125,7 +3125,7 @@ ClusterId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#cluster_id ElastigroupGcp#cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#cluster_id ElastigroupGcp#cluster_id}. --- @@ -3137,7 +3137,7 @@ Location *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#location ElastigroupGcp#location}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#location ElastigroupGcp#location}. --- @@ -3157,7 +3157,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp" | **Name** | **Type** | **Description** | | --- | --- | --- | -| EvaluationPeriods | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. | +| EvaluationPeriods | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. | --- @@ -3169,7 +3169,7 @@ EvaluationPeriods *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. --- @@ -3191,9 +3191,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp" | **Name** | **Type** | **Description** | | --- | --- | --- | -| CpuPerUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/elastigroup_gcp#num_of_units ElastigroupGcp#num_of_units}. | --- @@ -3205,7 +3205,7 @@ CpuPerUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#cpu_per_unit ElastigroupGcp#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#cpu_per_unit ElastigroupGcp#cpu_per_unit}. --- @@ -3217,7 +3217,7 @@ MemoryPerUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#memory_per_unit ElastigroupGcp#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#memory_per_unit ElastigroupGcp#memory_per_unit}. --- @@ -3229,7 +3229,7 @@ NumOfUnits *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#num_of_units ElastigroupGcp#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#num_of_units ElastigroupGcp#num_of_units}. --- @@ -3250,8 +3250,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | +| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. | +| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | --- @@ -3263,7 +3263,7 @@ Key *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. --- @@ -3275,7 +3275,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. --- @@ -3296,8 +3296,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | +| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. | +| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | --- @@ -3309,7 +3309,7 @@ Key *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. --- @@ -3321,7 +3321,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. --- @@ -3342,8 +3342,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | +| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. | +| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | --- @@ -3355,7 +3355,7 @@ Key *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. --- @@ -3367,7 +3367,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. --- @@ -3389,7 +3389,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Network | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#network ElastigroupGcp#network}. | +| Network | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#network ElastigroupGcp#network}. | | AccessConfigs | interface{} | access_configs block. | | AliasIpRanges | interface{} | alias_ip_ranges block. | @@ -3403,7 +3403,7 @@ Network *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#network ElastigroupGcp#network}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#network ElastigroupGcp#network}. --- @@ -3417,7 +3417,7 @@ AccessConfigs interface{} access_configs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#access_configs ElastigroupGcp#access_configs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#access_configs ElastigroupGcp#access_configs} --- @@ -3431,7 +3431,7 @@ AliasIpRanges interface{} alias_ip_ranges block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#alias_ip_ranges ElastigroupGcp#alias_ip_ranges} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#alias_ip_ranges ElastigroupGcp#alias_ip_ranges} --- @@ -3452,8 +3452,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. | -| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. | +| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. | --- @@ -3465,7 +3465,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. --- @@ -3477,7 +3477,7 @@ Type *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. --- @@ -3498,8 +3498,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp" | **Name** | **Type** | **Description** | | --- | --- | --- | -| IpCidrRange | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/elastigroup_gcp#subnetwork_range_name ElastigroupGcp#subnetwork_range_name}. | --- @@ -3511,7 +3511,7 @@ IpCidrRange *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#ip_cidr_range ElastigroupGcp#ip_cidr_range}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#ip_cidr_range ElastigroupGcp#ip_cidr_range}. --- @@ -3523,7 +3523,7 @@ SubnetworkRangeName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#subnetwork_range_name ElastigroupGcp#subnetwork_range_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#subnetwork_range_name ElastigroupGcp#subnetwork_range_name}. --- @@ -3556,20 +3556,20 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp" | **Name** | **Type** | **Description** | | --- | --- | --- | -| MetricName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#metric_name ElastigroupGcp#metric_name}. | -| Namespace | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#namespace ElastigroupGcp#namespace}. | -| PolicyName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#policy_name ElastigroupGcp#policy_name}. | -| Threshold | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#threshold ElastigroupGcp#threshold}. | -| Unit | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#unit ElastigroupGcp#unit}. | -| ActionType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#action_type ElastigroupGcp#action_type}. | -| Adjustment | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#adjustment ElastigroupGcp#adjustment}. | -| Cooldown | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#cooldown ElastigroupGcp#cooldown}. | +| MetricName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_gcp#namespace ElastigroupGcp#namespace}. | +| PolicyName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_gcp#threshold ElastigroupGcp#threshold}. | +| Unit | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#unit ElastigroupGcp#unit}. | +| ActionType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_gcp#adjustment ElastigroupGcp#adjustment}. | +| Cooldown | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. | -| Operator | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#operator ElastigroupGcp#operator}. | -| Period | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#period ElastigroupGcp#period}. | -| Source | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. | -| Statistic | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#statistic ElastigroupGcp#statistic}. | +| EvaluationPeriods | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_gcp#operator ElastigroupGcp#operator}. | +| Period | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#period ElastigroupGcp#period}. | +| Source | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. | +| Statistic | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#statistic ElastigroupGcp#statistic}. | --- @@ -3581,7 +3581,7 @@ MetricName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#metric_name ElastigroupGcp#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#metric_name ElastigroupGcp#metric_name}. --- @@ -3593,7 +3593,7 @@ Namespace *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#namespace ElastigroupGcp#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#namespace ElastigroupGcp#namespace}. --- @@ -3605,7 +3605,7 @@ PolicyName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#policy_name ElastigroupGcp#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#policy_name ElastigroupGcp#policy_name}. --- @@ -3617,7 +3617,7 @@ Threshold *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#threshold ElastigroupGcp#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#threshold ElastigroupGcp#threshold}. --- @@ -3629,7 +3629,7 @@ Unit *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#unit ElastigroupGcp#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#unit ElastigroupGcp#unit}. --- @@ -3641,7 +3641,7 @@ ActionType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#action_type ElastigroupGcp#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#action_type ElastigroupGcp#action_type}. --- @@ -3653,7 +3653,7 @@ Adjustment *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#adjustment ElastigroupGcp#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#adjustment ElastigroupGcp#adjustment}. --- @@ -3665,7 +3665,7 @@ Cooldown *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#cooldown ElastigroupGcp#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#cooldown ElastigroupGcp#cooldown}. --- @@ -3679,7 +3679,7 @@ Dimensions interface{} dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#dimensions ElastigroupGcp#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#dimensions ElastigroupGcp#dimensions} --- @@ -3691,7 +3691,7 @@ EvaluationPeriods *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. --- @@ -3703,7 +3703,7 @@ Operator *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#operator ElastigroupGcp#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#operator ElastigroupGcp#operator}. --- @@ -3715,7 +3715,7 @@ Period *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#period ElastigroupGcp#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#period ElastigroupGcp#period}. --- @@ -3727,7 +3727,7 @@ Source *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. --- @@ -3739,7 +3739,7 @@ Statistic *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#statistic ElastigroupGcp#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#statistic ElastigroupGcp#statistic}. --- @@ -3760,8 +3760,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. | +| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | --- @@ -3773,7 +3773,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. --- @@ -3785,7 +3785,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. --- @@ -3818,20 +3818,20 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp" | **Name** | **Type** | **Description** | | --- | --- | --- | -| MetricName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#metric_name ElastigroupGcp#metric_name}. | -| Namespace | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#namespace ElastigroupGcp#namespace}. | -| PolicyName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#policy_name ElastigroupGcp#policy_name}. | -| Threshold | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#threshold ElastigroupGcp#threshold}. | -| Unit | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#unit ElastigroupGcp#unit}. | -| ActionType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#action_type ElastigroupGcp#action_type}. | -| Adjustment | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#adjustment ElastigroupGcp#adjustment}. | -| Cooldown | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#cooldown ElastigroupGcp#cooldown}. | +| MetricName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_gcp#namespace ElastigroupGcp#namespace}. | +| PolicyName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_gcp#threshold ElastigroupGcp#threshold}. | +| Unit | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#unit ElastigroupGcp#unit}. | +| ActionType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_gcp#adjustment ElastigroupGcp#adjustment}. | +| Cooldown | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. | -| Operator | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#operator ElastigroupGcp#operator}. | -| Period | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#period ElastigroupGcp#period}. | -| Source | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. | -| Statistic | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#statistic ElastigroupGcp#statistic}. | +| EvaluationPeriods | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_gcp#operator ElastigroupGcp#operator}. | +| Period | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#period ElastigroupGcp#period}. | +| Source | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. | +| Statistic | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#statistic ElastigroupGcp#statistic}. | --- @@ -3843,7 +3843,7 @@ MetricName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#metric_name ElastigroupGcp#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#metric_name ElastigroupGcp#metric_name}. --- @@ -3855,7 +3855,7 @@ Namespace *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#namespace ElastigroupGcp#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#namespace ElastigroupGcp#namespace}. --- @@ -3867,7 +3867,7 @@ PolicyName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#policy_name ElastigroupGcp#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#policy_name ElastigroupGcp#policy_name}. --- @@ -3879,7 +3879,7 @@ Threshold *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#threshold ElastigroupGcp#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#threshold ElastigroupGcp#threshold}. --- @@ -3891,7 +3891,7 @@ Unit *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#unit ElastigroupGcp#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#unit ElastigroupGcp#unit}. --- @@ -3903,7 +3903,7 @@ ActionType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#action_type ElastigroupGcp#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#action_type ElastigroupGcp#action_type}. --- @@ -3915,7 +3915,7 @@ Adjustment *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#adjustment ElastigroupGcp#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#adjustment ElastigroupGcp#adjustment}. --- @@ -3927,7 +3927,7 @@ Cooldown *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#cooldown ElastigroupGcp#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#cooldown ElastigroupGcp#cooldown}. --- @@ -3941,7 +3941,7 @@ Dimensions interface{} dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#dimensions ElastigroupGcp#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#dimensions ElastigroupGcp#dimensions} --- @@ -3953,7 +3953,7 @@ EvaluationPeriods *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. --- @@ -3965,7 +3965,7 @@ Operator *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#operator ElastigroupGcp#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#operator ElastigroupGcp#operator}. --- @@ -3977,7 +3977,7 @@ Period *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#period ElastigroupGcp#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#period ElastigroupGcp#period}. --- @@ -3989,7 +3989,7 @@ Source *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. --- @@ -4001,7 +4001,7 @@ Statistic *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#statistic ElastigroupGcp#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#statistic ElastigroupGcp#statistic}. --- @@ -4022,8 +4022,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. | +| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | --- @@ -4035,7 +4035,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. --- @@ -4047,7 +4047,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. --- @@ -4072,12 +4072,12 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp" | **Name** | **Type** | **Description** | | --- | --- | --- | -| TaskType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#task_type ElastigroupGcp#task_type}. | -| CronExpression | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#cron_expression ElastigroupGcp#cron_expression}. | -| IsEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#is_enabled ElastigroupGcp#is_enabled}. | -| MaxCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#max_capacity ElastigroupGcp#max_capacity}. | -| MinCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#min_capacity ElastigroupGcp#min_capacity}. | -| TargetCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#target_capacity ElastigroupGcp#target_capacity}. | +| TaskType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.170.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.170.0/docs/resources/elastigroup_gcp#target_capacity ElastigroupGcp#target_capacity}. | --- @@ -4089,7 +4089,7 @@ TaskType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#task_type ElastigroupGcp#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#task_type ElastigroupGcp#task_type}. --- @@ -4101,7 +4101,7 @@ CronExpression *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#cron_expression ElastigroupGcp#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#cron_expression ElastigroupGcp#cron_expression}. --- @@ -4113,7 +4113,7 @@ IsEnabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#is_enabled ElastigroupGcp#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#is_enabled ElastigroupGcp#is_enabled}. --- @@ -4125,7 +4125,7 @@ MaxCapacity *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#max_capacity ElastigroupGcp#max_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#max_capacity ElastigroupGcp#max_capacity}. --- @@ -4137,7 +4137,7 @@ MinCapacity *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#min_capacity ElastigroupGcp#min_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#min_capacity ElastigroupGcp#min_capacity}. --- @@ -4149,7 +4149,7 @@ TargetCapacity *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#target_capacity ElastigroupGcp#target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#target_capacity ElastigroupGcp#target_capacity}. --- @@ -4170,8 +4170,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Region | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#region ElastigroupGcp#region}. | -| SubnetNames | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#subnet_names ElastigroupGcp#subnet_names}. | +| Region | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#region ElastigroupGcp#region}. | +| SubnetNames | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#subnet_names ElastigroupGcp#subnet_names}. | --- @@ -4183,7 +4183,7 @@ Region *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#region ElastigroupGcp#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#region ElastigroupGcp#region}. --- @@ -4195,7 +4195,7 @@ SubnetNames *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#subnet_names ElastigroupGcp#subnet_names}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#subnet_names ElastigroupGcp#subnet_names}. --- diff --git a/docs/elastigroupGcp.java.md b/docs/elastigroupGcp.java.md index 725914ff7..d6c78cbb3 100644 --- a/docs/elastigroupGcp.java.md +++ b/docs/elastigroupGcp.java.md @@ -4,7 +4,7 @@ ### ElastigroupGcp -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp spotinst_elastigroup_gcp}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp spotinst_elastigroup_gcp}. #### Initializers @@ -88,43 +88,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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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.169.1/docs/resources/elastigroup_gcp#description ElastigroupGcp#description}. | +| description | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.169.1/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.170.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.170.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.169.1/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.169.1/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.169.1/docs/resources/elastigroup_gcp#id ElastigroupGcp#id}. | -| instanceNamePrefix | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.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.170.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.170.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.169.1/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.169.1/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.170.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.170.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.169.1/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.170.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.169.1/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.170.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.169.1/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.170.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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.169.1/docs/resources/elastigroup_gcp#tags ElastigroupGcp#tags}. | -| unhealthyDuration | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.0/docs/resources/elastigroup_gcp#unhealthy_duration ElastigroupGcp#unhealthy_duration}. | --- @@ -192,7 +192,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.169.1/docs/resources/elastigroup_gcp#desired_capacity ElastigroupGcp#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#desired_capacity ElastigroupGcp#desired_capacity}. --- @@ -200,7 +200,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. --- @@ -208,7 +208,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.169.1/docs/resources/elastigroup_gcp#auto_healing ElastigroupGcp#auto_healing}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#auto_healing ElastigroupGcp#auto_healing}. --- @@ -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.169.1/docs/resources/elastigroup_gcp#availability_zones ElastigroupGcp#availability_zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#availability_zones ElastigroupGcp#availability_zones}. --- @@ -226,7 +226,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.169.1/docs/resources/elastigroup_gcp#backend_services ElastigroupGcp#backend_services} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#backend_services ElastigroupGcp#backend_services} --- @@ -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.169.1/docs/resources/elastigroup_gcp#description ElastigroupGcp#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#description ElastigroupGcp#description}. --- @@ -244,7 +244,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.169.1/docs/resources/elastigroup_gcp#disk ElastigroupGcp#disk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#disk ElastigroupGcp#disk} --- @@ -252,7 +252,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.169.1/docs/resources/elastigroup_gcp#draining_timeout ElastigroupGcp#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#draining_timeout ElastigroupGcp#draining_timeout}. --- @@ -260,7 +260,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.169.1/docs/resources/elastigroup_gcp#fallback_to_ondemand ElastigroupGcp#fallback_to_ondemand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#fallback_to_ondemand ElastigroupGcp#fallback_to_ondemand}. --- @@ -270,7 +270,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.169.1/docs/resources/elastigroup_gcp#gpu ElastigroupGcp#gpu} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#gpu ElastigroupGcp#gpu} --- @@ -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.169.1/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.170.0/docs/resources/elastigroup_gcp#health_check_grace_period ElastigroupGcp#health_check_grace_period}. --- @@ -286,7 +286,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#health_check_type ElastigroupGcp#health_check_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#health_check_type ElastigroupGcp#health_check_type}. --- @@ -294,7 +294,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#id ElastigroupGcp#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. @@ -305,7 +305,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.169.1/docs/resources/elastigroup_gcp#instance_name_prefix ElastigroupGcp#instance_name_prefix}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#instance_name_prefix ElastigroupGcp#instance_name_prefix}. --- @@ -315,7 +315,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.169.1/docs/resources/elastigroup_gcp#instance_types_custom ElastigroupGcp#instance_types_custom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#instance_types_custom ElastigroupGcp#instance_types_custom} --- @@ -323,7 +323,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#instance_types_ondemand ElastigroupGcp#instance_types_ondemand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#instance_types_ondemand ElastigroupGcp#instance_types_ondemand}. --- @@ -331,7 +331,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.169.1/docs/resources/elastigroup_gcp#instance_types_preemptible ElastigroupGcp#instance_types_preemptible}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#instance_types_preemptible ElastigroupGcp#instance_types_preemptible}. --- @@ -341,7 +341,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.169.1/docs/resources/elastigroup_gcp#integration_docker_swarm ElastigroupGcp#integration_docker_swarm} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#integration_docker_swarm ElastigroupGcp#integration_docker_swarm} --- @@ -351,7 +351,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.169.1/docs/resources/elastigroup_gcp#integration_gke ElastigroupGcp#integration_gke} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#integration_gke ElastigroupGcp#integration_gke} --- @@ -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.169.1/docs/resources/elastigroup_gcp#ip_forwarding ElastigroupGcp#ip_forwarding}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#ip_forwarding ElastigroupGcp#ip_forwarding}. --- @@ -369,7 +369,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.169.1/docs/resources/elastigroup_gcp#labels ElastigroupGcp#labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#labels ElastigroupGcp#labels} --- @@ -377,7 +377,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.169.1/docs/resources/elastigroup_gcp#max_size ElastigroupGcp#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#max_size ElastigroupGcp#max_size}. --- @@ -387,7 +387,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.169.1/docs/resources/elastigroup_gcp#metadata ElastigroupGcp#metadata} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#metadata ElastigroupGcp#metadata} --- @@ -395,7 +395,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.169.1/docs/resources/elastigroup_gcp#min_size ElastigroupGcp#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#min_size ElastigroupGcp#min_size}. --- @@ -405,7 +405,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.169.1/docs/resources/elastigroup_gcp#network_interface ElastigroupGcp#network_interface} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#network_interface ElastigroupGcp#network_interface} --- @@ -413,7 +413,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.169.1/docs/resources/elastigroup_gcp#ondemand_count ElastigroupGcp#ondemand_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#ondemand_count ElastigroupGcp#ondemand_count}. --- @@ -421,7 +421,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.169.1/docs/resources/elastigroup_gcp#preemptible_percentage ElastigroupGcp#preemptible_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#preemptible_percentage ElastigroupGcp#preemptible_percentage}. --- @@ -429,7 +429,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#provisioning_model ElastigroupGcp#provisioning_model}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#provisioning_model ElastigroupGcp#provisioning_model}. --- @@ -439,7 +439,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.169.1/docs/resources/elastigroup_gcp#scaling_down_policy ElastigroupGcp#scaling_down_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#scaling_down_policy ElastigroupGcp#scaling_down_policy} --- @@ -449,7 +449,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.169.1/docs/resources/elastigroup_gcp#scaling_up_policy ElastigroupGcp#scaling_up_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#scaling_up_policy ElastigroupGcp#scaling_up_policy} --- @@ -459,7 +459,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.169.1/docs/resources/elastigroup_gcp#scheduled_task ElastigroupGcp#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#scheduled_task ElastigroupGcp#scheduled_task} --- @@ -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.169.1/docs/resources/elastigroup_gcp#service_account ElastigroupGcp#service_account}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#service_account ElastigroupGcp#service_account}. --- @@ -475,7 +475,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#shutdown_script ElastigroupGcp#shutdown_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#shutdown_script ElastigroupGcp#shutdown_script}. --- @@ -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.169.1/docs/resources/elastigroup_gcp#startup_script ElastigroupGcp#startup_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#startup_script ElastigroupGcp#startup_script}. --- @@ -493,7 +493,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.169.1/docs/resources/elastigroup_gcp#subnets ElastigroupGcp#subnets} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#subnets ElastigroupGcp#subnets} --- @@ -501,7 +501,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.169.1/docs/resources/elastigroup_gcp#tags ElastigroupGcp#tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#tags ElastigroupGcp#tags}. --- @@ -509,7 +509,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.169.1/docs/resources/elastigroup_gcp#unhealthy_duration ElastigroupGcp#unhealthy_duration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#unhealthy_duration ElastigroupGcp#unhealthy_duration}. --- @@ -1350,7 +1350,7 @@ The construct id used in the generated config for the ElastigroupGcp to import. The id of the existing ElastigroupGcp that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#import import section} in the documentation of this resource for the id to use --- @@ -2379,10 +2379,10 @@ ElastigroupGcpBackendServices.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| serviceName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.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.169.1/docs/resources/elastigroup_gcp#scheme ElastigroupGcp#scheme}. | +| scheme | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#scheme ElastigroupGcp#scheme}. | --- @@ -2394,7 +2394,7 @@ public java.lang.String getServiceName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#service_name ElastigroupGcp#service_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#service_name ElastigroupGcp#service_name}. --- @@ -2406,7 +2406,7 @@ public java.lang.String getLocationType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#location_type ElastigroupGcp#location_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#location_type ElastigroupGcp#location_type}. --- @@ -2420,7 +2420,7 @@ public java.lang.Object getNamedPorts(); named_ports block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#named_ports ElastigroupGcp#named_ports} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#named_ports ElastigroupGcp#named_ports} --- @@ -2432,7 +2432,7 @@ public java.lang.String getScheme(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#scheme ElastigroupGcp#scheme}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#scheme ElastigroupGcp#scheme}. --- @@ -2453,8 +2453,8 @@ ElastigroupGcpBackendServicesNamedPorts.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. | -| ports | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#ports ElastigroupGcp#ports}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_gcp#ports ElastigroupGcp#ports}. | --- @@ -2466,7 +2466,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. --- @@ -2478,7 +2478,7 @@ public java.util.List getPorts(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#ports ElastigroupGcp#ports}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#ports ElastigroupGcp#ports}. --- @@ -2566,43 +2566,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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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.169.1/docs/resources/elastigroup_gcp#description ElastigroupGcp#description}. | +| description | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.169.1/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.170.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.170.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.169.1/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.169.1/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.169.1/docs/resources/elastigroup_gcp#id ElastigroupGcp#id}. | -| instanceNamePrefix | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.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.170.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.170.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.169.1/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.169.1/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.170.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.170.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.169.1/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.170.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.169.1/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.170.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.169.1/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.170.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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.169.1/docs/resources/elastigroup_gcp#tags ElastigroupGcp#tags}. | -| unhealthyDuration | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.0/docs/resources/elastigroup_gcp#unhealthy_duration ElastigroupGcp#unhealthy_duration}. | --- @@ -2684,7 +2684,7 @@ public java.lang.Number getDesiredCapacity(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#desired_capacity ElastigroupGcp#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#desired_capacity ElastigroupGcp#desired_capacity}. --- @@ -2696,7 +2696,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. --- @@ -2708,7 +2708,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.169.1/docs/resources/elastigroup_gcp#auto_healing ElastigroupGcp#auto_healing}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#auto_healing ElastigroupGcp#auto_healing}. --- @@ -2720,7 +2720,7 @@ public java.util.List getAvailabilityZones(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#availability_zones ElastigroupGcp#availability_zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#availability_zones ElastigroupGcp#availability_zones}. --- @@ -2734,7 +2734,7 @@ public java.lang.Object getBackendServices(); backend_services block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#backend_services ElastigroupGcp#backend_services} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#backend_services ElastigroupGcp#backend_services} --- @@ -2746,7 +2746,7 @@ public java.lang.String getDescription(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#description ElastigroupGcp#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#description ElastigroupGcp#description}. --- @@ -2760,7 +2760,7 @@ public java.lang.Object getDisk(); disk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#disk ElastigroupGcp#disk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#disk ElastigroupGcp#disk} --- @@ -2772,7 +2772,7 @@ public java.lang.Number getDrainingTimeout(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#draining_timeout ElastigroupGcp#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#draining_timeout ElastigroupGcp#draining_timeout}. --- @@ -2784,7 +2784,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.169.1/docs/resources/elastigroup_gcp#fallback_to_ondemand ElastigroupGcp#fallback_to_ondemand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#fallback_to_ondemand ElastigroupGcp#fallback_to_ondemand}. --- @@ -2798,7 +2798,7 @@ public java.lang.Object getGpu(); gpu block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#gpu ElastigroupGcp#gpu} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#gpu ElastigroupGcp#gpu} --- @@ -2810,7 +2810,7 @@ public java.lang.Number getHealthCheckGracePeriod(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_gcp#health_check_grace_period ElastigroupGcp#health_check_grace_period}. --- @@ -2822,7 +2822,7 @@ public java.lang.String getHealthCheckType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#health_check_type ElastigroupGcp#health_check_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#health_check_type ElastigroupGcp#health_check_type}. --- @@ -2834,7 +2834,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#id ElastigroupGcp#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. @@ -2849,7 +2849,7 @@ public java.lang.String getInstanceNamePrefix(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#instance_name_prefix ElastigroupGcp#instance_name_prefix}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#instance_name_prefix ElastigroupGcp#instance_name_prefix}. --- @@ -2863,7 +2863,7 @@ public java.lang.Object getInstanceTypesCustom(); instance_types_custom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#instance_types_custom ElastigroupGcp#instance_types_custom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#instance_types_custom ElastigroupGcp#instance_types_custom} --- @@ -2875,7 +2875,7 @@ public java.lang.String getInstanceTypesOndemand(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#instance_types_ondemand ElastigroupGcp#instance_types_ondemand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#instance_types_ondemand ElastigroupGcp#instance_types_ondemand}. --- @@ -2887,7 +2887,7 @@ public java.util.List getInstanceTypesPreemptible(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#instance_types_preemptible ElastigroupGcp#instance_types_preemptible}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#instance_types_preemptible ElastigroupGcp#instance_types_preemptible}. --- @@ -2901,7 +2901,7 @@ public ElastigroupGcpIntegrationDockerSwarm getIntegrationDockerSwarm(); integration_docker_swarm block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#integration_docker_swarm ElastigroupGcp#integration_docker_swarm} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#integration_docker_swarm ElastigroupGcp#integration_docker_swarm} --- @@ -2915,7 +2915,7 @@ public ElastigroupGcpIntegrationGke getIntegrationGke(); integration_gke block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#integration_gke ElastigroupGcp#integration_gke} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#integration_gke ElastigroupGcp#integration_gke} --- @@ -2927,7 +2927,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.169.1/docs/resources/elastigroup_gcp#ip_forwarding ElastigroupGcp#ip_forwarding}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#ip_forwarding ElastigroupGcp#ip_forwarding}. --- @@ -2941,7 +2941,7 @@ public java.lang.Object getLabels(); labels block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#labels ElastigroupGcp#labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#labels ElastigroupGcp#labels} --- @@ -2953,7 +2953,7 @@ public java.lang.Number getMaxSize(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#max_size ElastigroupGcp#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#max_size ElastigroupGcp#max_size}. --- @@ -2967,7 +2967,7 @@ public java.lang.Object getMetadata(); metadata block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#metadata ElastigroupGcp#metadata} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#metadata ElastigroupGcp#metadata} --- @@ -2979,7 +2979,7 @@ public java.lang.Number getMinSize(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#min_size ElastigroupGcp#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#min_size ElastigroupGcp#min_size}. --- @@ -2993,7 +2993,7 @@ public java.lang.Object getNetworkInterface(); network_interface block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#network_interface ElastigroupGcp#network_interface} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#network_interface ElastigroupGcp#network_interface} --- @@ -3005,7 +3005,7 @@ public java.lang.Number getOndemandCount(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#ondemand_count ElastigroupGcp#ondemand_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#ondemand_count ElastigroupGcp#ondemand_count}. --- @@ -3017,7 +3017,7 @@ public java.lang.Number getPreemptiblePercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#preemptible_percentage ElastigroupGcp#preemptible_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#preemptible_percentage ElastigroupGcp#preemptible_percentage}. --- @@ -3029,7 +3029,7 @@ public java.lang.String getProvisioningModel(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#provisioning_model ElastigroupGcp#provisioning_model}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#provisioning_model ElastigroupGcp#provisioning_model}. --- @@ -3043,7 +3043,7 @@ public java.lang.Object getScalingDownPolicy(); scaling_down_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#scaling_down_policy ElastigroupGcp#scaling_down_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#scaling_down_policy ElastigroupGcp#scaling_down_policy} --- @@ -3057,7 +3057,7 @@ public java.lang.Object getScalingUpPolicy(); scaling_up_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#scaling_up_policy ElastigroupGcp#scaling_up_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#scaling_up_policy ElastigroupGcp#scaling_up_policy} --- @@ -3071,7 +3071,7 @@ public java.lang.Object getScheduledTask(); scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#scheduled_task ElastigroupGcp#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#scheduled_task ElastigroupGcp#scheduled_task} --- @@ -3083,7 +3083,7 @@ public java.lang.String getServiceAccount(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#service_account ElastigroupGcp#service_account}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#service_account ElastigroupGcp#service_account}. --- @@ -3095,7 +3095,7 @@ public java.lang.String getShutdownScript(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#shutdown_script ElastigroupGcp#shutdown_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#shutdown_script ElastigroupGcp#shutdown_script}. --- @@ -3107,7 +3107,7 @@ public java.lang.String getStartupScript(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#startup_script ElastigroupGcp#startup_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#startup_script ElastigroupGcp#startup_script}. --- @@ -3121,7 +3121,7 @@ public java.lang.Object getSubnets(); subnets block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#subnets ElastigroupGcp#subnets} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#subnets ElastigroupGcp#subnets} --- @@ -3133,7 +3133,7 @@ public java.util.List getTags(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#tags ElastigroupGcp#tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#tags ElastigroupGcp#tags}. --- @@ -3145,7 +3145,7 @@ public java.lang.Number getUnhealthyDuration(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#unhealthy_duration ElastigroupGcp#unhealthy_duration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#unhealthy_duration ElastigroupGcp#unhealthy_duration}. --- @@ -3175,14 +3175,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.169.1/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.169.1/docs/resources/elastigroup_gcp#boot ElastigroupGcp#boot}. | -| deviceName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.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.170.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.169.1/docs/resources/elastigroup_gcp#interface ElastigroupGcp#interface}. | -| mode | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#mode ElastigroupGcp#mode}. | -| source | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. | -| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. | +| interface | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. | --- @@ -3194,7 +3194,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.169.1/docs/resources/elastigroup_gcp#auto_delete ElastigroupGcp#auto_delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#auto_delete ElastigroupGcp#auto_delete}. --- @@ -3206,7 +3206,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.169.1/docs/resources/elastigroup_gcp#boot ElastigroupGcp#boot}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#boot ElastigroupGcp#boot}. --- @@ -3218,7 +3218,7 @@ public java.lang.String getDeviceName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#device_name ElastigroupGcp#device_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#device_name ElastigroupGcp#device_name}. --- @@ -3232,7 +3232,7 @@ public java.lang.Object getInitializeParams(); initialize_params block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#initialize_params ElastigroupGcp#initialize_params} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#initialize_params ElastigroupGcp#initialize_params} --- @@ -3244,7 +3244,7 @@ public java.lang.String getInterface(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#interface ElastigroupGcp#interface}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#interface ElastigroupGcp#interface}. --- @@ -3256,7 +3256,7 @@ public java.lang.String getMode(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#mode ElastigroupGcp#mode}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#mode ElastigroupGcp#mode}. --- @@ -3268,7 +3268,7 @@ public java.lang.String getSource(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. --- @@ -3280,7 +3280,7 @@ public java.lang.String getType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. --- @@ -3302,9 +3302,9 @@ ElastigroupGcpDiskInitializeParams.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| sourceImage | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/elastigroup_gcp#disk_type ElastigroupGcp#disk_type}. | --- @@ -3316,7 +3316,7 @@ public java.lang.String getSourceImage(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#source_image ElastigroupGcp#source_image}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#source_image ElastigroupGcp#source_image}. --- @@ -3328,7 +3328,7 @@ public java.lang.String getDiskSizeGb(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#disk_size_gb ElastigroupGcp#disk_size_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#disk_size_gb ElastigroupGcp#disk_size_gb}. --- @@ -3340,7 +3340,7 @@ public java.lang.String getDiskType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#disk_type ElastigroupGcp#disk_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#disk_type ElastigroupGcp#disk_type}. --- @@ -3361,8 +3361,8 @@ ElastigroupGcpGpu.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| count | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#count ElastigroupGcp#count}. | -| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. | +| count | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. | --- @@ -3374,7 +3374,7 @@ public java.lang.Number getCount(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#count ElastigroupGcp#count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#count ElastigroupGcp#count}. --- @@ -3386,7 +3386,7 @@ public java.lang.String getType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. --- @@ -3407,8 +3407,8 @@ ElastigroupGcpInstanceTypesCustom.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| memoryGib | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_gcp#vcpu ElastigroupGcp#vcpu}. | +| memoryGib | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_gcp#vcpu ElastigroupGcp#vcpu}. | --- @@ -3420,7 +3420,7 @@ public java.lang.Number getMemoryGib(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#memory_gib ElastigroupGcp#memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#memory_gib ElastigroupGcp#memory_gib}. --- @@ -3432,7 +3432,7 @@ public java.lang.Number getVcpu(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#vcpu ElastigroupGcp#vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#vcpu ElastigroupGcp#vcpu}. --- @@ -3453,8 +3453,8 @@ ElastigroupGcpIntegrationDockerSwarm.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| masterHost | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/elastigroup_gcp#master_port ElastigroupGcp#master_port}. | --- @@ -3466,7 +3466,7 @@ public java.lang.String getMasterHost(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#master_host ElastigroupGcp#master_host}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#master_host ElastigroupGcp#master_host}. --- @@ -3478,7 +3478,7 @@ public java.lang.Number getMasterPort(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#master_port ElastigroupGcp#master_port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#master_port ElastigroupGcp#master_port}. --- @@ -3510,15 +3510,15 @@ ElastigroupGcpIntegrationGke.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| autoscaleCooldown | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.169.1/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.169.1/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.170.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.170.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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/elastigroup_gcp#location ElastigroupGcp#location}. | --- @@ -3530,7 +3530,7 @@ public java.lang.Number getAutoscaleCooldown(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#autoscale_cooldown ElastigroupGcp#autoscale_cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#autoscale_cooldown ElastigroupGcp#autoscale_cooldown}. --- @@ -3544,7 +3544,7 @@ public ElastigroupGcpIntegrationGkeAutoscaleDown getAutoscaleDown(); autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#autoscale_down ElastigroupGcp#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#autoscale_down ElastigroupGcp#autoscale_down} --- @@ -3558,7 +3558,7 @@ public ElastigroupGcpIntegrationGkeAutoscaleHeadroom getAutoscaleHeadroom(); autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#autoscale_headroom ElastigroupGcp#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#autoscale_headroom ElastigroupGcp#autoscale_headroom} --- @@ -3570,7 +3570,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.169.1/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.170.0/docs/resources/elastigroup_gcp#autoscale_is_auto_config ElastigroupGcp#autoscale_is_auto_config}. --- @@ -3582,7 +3582,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.169.1/docs/resources/elastigroup_gcp#autoscale_is_enabled ElastigroupGcp#autoscale_is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#autoscale_is_enabled ElastigroupGcp#autoscale_is_enabled}. --- @@ -3596,7 +3596,7 @@ public java.lang.Object getAutoscaleLabels(); autoscale_labels block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#autoscale_labels ElastigroupGcp#autoscale_labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#autoscale_labels ElastigroupGcp#autoscale_labels} --- @@ -3608,7 +3608,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.169.1/docs/resources/elastigroup_gcp#auto_update ElastigroupGcp#auto_update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#auto_update ElastigroupGcp#auto_update}. --- @@ -3620,7 +3620,7 @@ public java.lang.String getClusterId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#cluster_id ElastigroupGcp#cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#cluster_id ElastigroupGcp#cluster_id}. --- @@ -3632,7 +3632,7 @@ public java.lang.String getLocation(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#location ElastigroupGcp#location}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#location ElastigroupGcp#location}. --- @@ -3652,7 +3652,7 @@ ElastigroupGcpIntegrationGkeAutoscaleDown.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| evaluationPeriods | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. | --- @@ -3664,7 +3664,7 @@ public java.lang.Number getEvaluationPeriods(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. --- @@ -3686,9 +3686,9 @@ ElastigroupGcpIntegrationGkeAutoscaleHeadroom.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| cpuPerUnit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/elastigroup_gcp#num_of_units ElastigroupGcp#num_of_units}. | --- @@ -3700,7 +3700,7 @@ public java.lang.Number getCpuPerUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#cpu_per_unit ElastigroupGcp#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#cpu_per_unit ElastigroupGcp#cpu_per_unit}. --- @@ -3712,7 +3712,7 @@ public java.lang.Number getMemoryPerUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#memory_per_unit ElastigroupGcp#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#memory_per_unit ElastigroupGcp#memory_per_unit}. --- @@ -3724,7 +3724,7 @@ public java.lang.Number getNumOfUnits(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#num_of_units ElastigroupGcp#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#num_of_units ElastigroupGcp#num_of_units}. --- @@ -3745,8 +3745,8 @@ ElastigroupGcpIntegrationGkeAutoscaleLabels.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. | -| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | +| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | --- @@ -3758,7 +3758,7 @@ public java.lang.String getKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. --- @@ -3770,7 +3770,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. --- @@ -3791,8 +3791,8 @@ ElastigroupGcpLabels.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. | -| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | +| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | --- @@ -3804,7 +3804,7 @@ public java.lang.String getKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. --- @@ -3816,7 +3816,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. --- @@ -3837,8 +3837,8 @@ ElastigroupGcpMetadata.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. | -| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | +| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | --- @@ -3850,7 +3850,7 @@ public java.lang.String getKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. --- @@ -3862,7 +3862,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. --- @@ -3886,7 +3886,7 @@ ElastigroupGcpNetworkInterface.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| network | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#network ElastigroupGcp#network}. | +| network | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. | @@ -3900,7 +3900,7 @@ public java.lang.String getNetwork(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#network ElastigroupGcp#network}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#network ElastigroupGcp#network}. --- @@ -3914,7 +3914,7 @@ public java.lang.Object getAccessConfigs(); access_configs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#access_configs ElastigroupGcp#access_configs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#access_configs ElastigroupGcp#access_configs} --- @@ -3928,7 +3928,7 @@ public java.lang.Object getAliasIpRanges(); alias_ip_ranges block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#alias_ip_ranges ElastigroupGcp#alias_ip_ranges} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#alias_ip_ranges ElastigroupGcp#alias_ip_ranges} --- @@ -3949,8 +3949,8 @@ ElastigroupGcpNetworkInterfaceAccessConfigs.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. | -| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. | --- @@ -3962,7 +3962,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. --- @@ -3974,7 +3974,7 @@ public java.lang.String getType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. --- @@ -3995,8 +3995,8 @@ ElastigroupGcpNetworkInterfaceAliasIpRanges.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| ipCidrRange | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/elastigroup_gcp#subnetwork_range_name ElastigroupGcp#subnetwork_range_name}. | --- @@ -4008,7 +4008,7 @@ public java.lang.String getIpCidrRange(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#ip_cidr_range ElastigroupGcp#ip_cidr_range}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#ip_cidr_range ElastigroupGcp#ip_cidr_range}. --- @@ -4020,7 +4020,7 @@ public java.lang.String getSubnetworkRangeName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#subnetwork_range_name ElastigroupGcp#subnetwork_range_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#subnetwork_range_name ElastigroupGcp#subnetwork_range_name}. --- @@ -4054,20 +4054,20 @@ ElastigroupGcpScalingDownPolicy.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| metricName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_gcp#namespace ElastigroupGcp#namespace}. | -| policyName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_gcp#threshold ElastigroupGcp#threshold}. | -| unit | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#unit ElastigroupGcp#unit}. | -| actionType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_gcp#adjustment ElastigroupGcp#adjustment}. | -| cooldown | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#cooldown ElastigroupGcp#cooldown}. | +| metricName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.169.1/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.169.1/docs/resources/elastigroup_gcp#operator ElastigroupGcp#operator}. | -| period | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#period ElastigroupGcp#period}. | -| source | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. | -| statistic | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#statistic ElastigroupGcp#statistic}. | +| evaluationPeriods | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.170.0/docs/resources/elastigroup_gcp#statistic ElastigroupGcp#statistic}. | --- @@ -4079,7 +4079,7 @@ public java.lang.String getMetricName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#metric_name ElastigroupGcp#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#metric_name ElastigroupGcp#metric_name}. --- @@ -4091,7 +4091,7 @@ public java.lang.String getNamespace(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#namespace ElastigroupGcp#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#namespace ElastigroupGcp#namespace}. --- @@ -4103,7 +4103,7 @@ public java.lang.String getPolicyName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#policy_name ElastigroupGcp#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#policy_name ElastigroupGcp#policy_name}. --- @@ -4115,7 +4115,7 @@ public java.lang.Number getThreshold(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#threshold ElastigroupGcp#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#threshold ElastigroupGcp#threshold}. --- @@ -4127,7 +4127,7 @@ public java.lang.String getUnit(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#unit ElastigroupGcp#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#unit ElastigroupGcp#unit}. --- @@ -4139,7 +4139,7 @@ public java.lang.String getActionType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#action_type ElastigroupGcp#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#action_type ElastigroupGcp#action_type}. --- @@ -4151,7 +4151,7 @@ public java.lang.Number getAdjustment(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#adjustment ElastigroupGcp#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#adjustment ElastigroupGcp#adjustment}. --- @@ -4163,7 +4163,7 @@ public java.lang.Number getCooldown(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#cooldown ElastigroupGcp#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#cooldown ElastigroupGcp#cooldown}. --- @@ -4177,7 +4177,7 @@ public java.lang.Object getDimensions(); dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#dimensions ElastigroupGcp#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#dimensions ElastigroupGcp#dimensions} --- @@ -4189,7 +4189,7 @@ public java.lang.Number getEvaluationPeriods(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. --- @@ -4201,7 +4201,7 @@ public java.lang.String getOperator(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#operator ElastigroupGcp#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#operator ElastigroupGcp#operator}. --- @@ -4213,7 +4213,7 @@ public java.lang.Number getPeriod(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#period ElastigroupGcp#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#period ElastigroupGcp#period}. --- @@ -4225,7 +4225,7 @@ public java.lang.String getSource(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. --- @@ -4237,7 +4237,7 @@ public java.lang.String getStatistic(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#statistic ElastigroupGcp#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#statistic ElastigroupGcp#statistic}. --- @@ -4258,8 +4258,8 @@ ElastigroupGcpScalingDownPolicyDimensions.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. | -| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | --- @@ -4271,7 +4271,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. --- @@ -4283,7 +4283,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. --- @@ -4317,20 +4317,20 @@ ElastigroupGcpScalingUpPolicy.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| metricName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_gcp#namespace ElastigroupGcp#namespace}. | -| policyName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_gcp#threshold ElastigroupGcp#threshold}. | -| unit | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#unit ElastigroupGcp#unit}. | -| actionType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_gcp#adjustment ElastigroupGcp#adjustment}. | -| cooldown | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#cooldown ElastigroupGcp#cooldown}. | +| metricName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.169.1/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.169.1/docs/resources/elastigroup_gcp#operator ElastigroupGcp#operator}. | -| period | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#period ElastigroupGcp#period}. | -| source | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. | -| statistic | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#statistic ElastigroupGcp#statistic}. | +| evaluationPeriods | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.170.0/docs/resources/elastigroup_gcp#statistic ElastigroupGcp#statistic}. | --- @@ -4342,7 +4342,7 @@ public java.lang.String getMetricName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#metric_name ElastigroupGcp#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#metric_name ElastigroupGcp#metric_name}. --- @@ -4354,7 +4354,7 @@ public java.lang.String getNamespace(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#namespace ElastigroupGcp#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#namespace ElastigroupGcp#namespace}. --- @@ -4366,7 +4366,7 @@ public java.lang.String getPolicyName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#policy_name ElastigroupGcp#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#policy_name ElastigroupGcp#policy_name}. --- @@ -4378,7 +4378,7 @@ public java.lang.Number getThreshold(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#threshold ElastigroupGcp#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#threshold ElastigroupGcp#threshold}. --- @@ -4390,7 +4390,7 @@ public java.lang.String getUnit(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#unit ElastigroupGcp#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#unit ElastigroupGcp#unit}. --- @@ -4402,7 +4402,7 @@ public java.lang.String getActionType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#action_type ElastigroupGcp#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#action_type ElastigroupGcp#action_type}. --- @@ -4414,7 +4414,7 @@ public java.lang.Number getAdjustment(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#adjustment ElastigroupGcp#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#adjustment ElastigroupGcp#adjustment}. --- @@ -4426,7 +4426,7 @@ public java.lang.Number getCooldown(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#cooldown ElastigroupGcp#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#cooldown ElastigroupGcp#cooldown}. --- @@ -4440,7 +4440,7 @@ public java.lang.Object getDimensions(); dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#dimensions ElastigroupGcp#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#dimensions ElastigroupGcp#dimensions} --- @@ -4452,7 +4452,7 @@ public java.lang.Number getEvaluationPeriods(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. --- @@ -4464,7 +4464,7 @@ public java.lang.String getOperator(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#operator ElastigroupGcp#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#operator ElastigroupGcp#operator}. --- @@ -4476,7 +4476,7 @@ public java.lang.Number getPeriod(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#period ElastigroupGcp#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#period ElastigroupGcp#period}. --- @@ -4488,7 +4488,7 @@ public java.lang.String getSource(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. --- @@ -4500,7 +4500,7 @@ public java.lang.String getStatistic(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#statistic ElastigroupGcp#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#statistic ElastigroupGcp#statistic}. --- @@ -4521,8 +4521,8 @@ ElastigroupGcpScalingUpPolicyDimensions.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. | -| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | --- @@ -4534,7 +4534,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. --- @@ -4546,7 +4546,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. --- @@ -4572,12 +4572,12 @@ ElastigroupGcpScheduledTask.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| taskType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.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.170.0/docs/resources/elastigroup_gcp#target_capacity ElastigroupGcp#target_capacity}. | --- @@ -4589,7 +4589,7 @@ public java.lang.String getTaskType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#task_type ElastigroupGcp#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#task_type ElastigroupGcp#task_type}. --- @@ -4601,7 +4601,7 @@ public java.lang.String getCronExpression(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#cron_expression ElastigroupGcp#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#cron_expression ElastigroupGcp#cron_expression}. --- @@ -4613,7 +4613,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.169.1/docs/resources/elastigroup_gcp#is_enabled ElastigroupGcp#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#is_enabled ElastigroupGcp#is_enabled}. --- @@ -4625,7 +4625,7 @@ public java.lang.String getMaxCapacity(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#max_capacity ElastigroupGcp#max_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#max_capacity ElastigroupGcp#max_capacity}. --- @@ -4637,7 +4637,7 @@ public java.lang.String getMinCapacity(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#min_capacity ElastigroupGcp#min_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#min_capacity ElastigroupGcp#min_capacity}. --- @@ -4649,7 +4649,7 @@ public java.lang.String getTargetCapacity(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#target_capacity ElastigroupGcp#target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#target_capacity ElastigroupGcp#target_capacity}. --- @@ -4670,8 +4670,8 @@ ElastigroupGcpSubnets.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| region | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#region ElastigroupGcp#region}. | -| subnetNames | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.0/docs/resources/elastigroup_gcp#subnet_names ElastigroupGcp#subnet_names}. | --- @@ -4683,7 +4683,7 @@ public java.lang.String getRegion(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#region ElastigroupGcp#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#region ElastigroupGcp#region}. --- @@ -4695,7 +4695,7 @@ public java.util.List getSubnetNames(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#subnet_names ElastigroupGcp#subnet_names}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#subnet_names ElastigroupGcp#subnet_names}. --- diff --git a/docs/elastigroupGcp.python.md b/docs/elastigroupGcp.python.md index a3cfa2a26..ac6ab1860 100644 --- a/docs/elastigroupGcp.python.md +++ b/docs/elastigroupGcp.python.md @@ -4,7 +4,7 @@ ### ElastigroupGcp -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp spotinst_elastigroup_gcp}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp spotinst_elastigroup_gcp}. #### Initializers @@ -72,43 +72,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.169.1/docs/resources/elastigroup_gcp#desired_capacity ElastigroupGcp#desired_capacity}. | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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.169.1/docs/resources/elastigroup_gcp#description ElastigroupGcp#description}. | +| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.169.1/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.170.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.170.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.169.1/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.169.1/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.169.1/docs/resources/elastigroup_gcp#id ElastigroupGcp#id}. | -| instance_name_prefix | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.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.170.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.170.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.169.1/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.169.1/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.170.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.170.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.169.1/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.170.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.169.1/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.170.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.169.1/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.170.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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.169.1/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.169.1/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.170.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.170.0/docs/resources/elastigroup_gcp#unhealthy_duration ElastigroupGcp#unhealthy_duration}. | --- @@ -176,7 +176,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.169.1/docs/resources/elastigroup_gcp#desired_capacity ElastigroupGcp#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#desired_capacity ElastigroupGcp#desired_capacity}. --- @@ -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.169.1/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. --- @@ -192,7 +192,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#auto_healing ElastigroupGcp#auto_healing}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#auto_healing ElastigroupGcp#auto_healing}. --- @@ -200,7 +200,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#availability_zones ElastigroupGcp#availability_zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#availability_zones ElastigroupGcp#availability_zones}. --- @@ -210,7 +210,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti backend_services block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#backend_services ElastigroupGcp#backend_services} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#backend_services ElastigroupGcp#backend_services} --- @@ -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.169.1/docs/resources/elastigroup_gcp#description ElastigroupGcp#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#description ElastigroupGcp#description}. --- @@ -228,7 +228,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti disk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#disk ElastigroupGcp#disk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#disk ElastigroupGcp#disk} --- @@ -236,7 +236,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#draining_timeout ElastigroupGcp#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#draining_timeout ElastigroupGcp#draining_timeout}. --- @@ -244,7 +244,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#fallback_to_ondemand ElastigroupGcp#fallback_to_ondemand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#fallback_to_ondemand ElastigroupGcp#fallback_to_ondemand}. --- @@ -254,7 +254,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti gpu block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#gpu ElastigroupGcp#gpu} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#gpu ElastigroupGcp#gpu} --- @@ -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.169.1/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.170.0/docs/resources/elastigroup_gcp#health_check_grace_period ElastigroupGcp#health_check_grace_period}. --- @@ -270,7 +270,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#health_check_type ElastigroupGcp#health_check_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#health_check_type ElastigroupGcp#health_check_type}. --- @@ -278,7 +278,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#id ElastigroupGcp#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. @@ -289,7 +289,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.169.1/docs/resources/elastigroup_gcp#instance_name_prefix ElastigroupGcp#instance_name_prefix}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#instance_name_prefix ElastigroupGcp#instance_name_prefix}. --- @@ -299,7 +299,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.169.1/docs/resources/elastigroup_gcp#instance_types_custom ElastigroupGcp#instance_types_custom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#instance_types_custom ElastigroupGcp#instance_types_custom} --- @@ -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.169.1/docs/resources/elastigroup_gcp#instance_types_ondemand ElastigroupGcp#instance_types_ondemand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#instance_types_ondemand ElastigroupGcp#instance_types_ondemand}. --- @@ -315,7 +315,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.169.1/docs/resources/elastigroup_gcp#instance_types_preemptible ElastigroupGcp#instance_types_preemptible}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#instance_types_preemptible ElastigroupGcp#instance_types_preemptible}. --- @@ -325,7 +325,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.169.1/docs/resources/elastigroup_gcp#integration_docker_swarm ElastigroupGcp#integration_docker_swarm} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#integration_docker_swarm ElastigroupGcp#integration_docker_swarm} --- @@ -335,7 +335,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.169.1/docs/resources/elastigroup_gcp#integration_gke ElastigroupGcp#integration_gke} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#integration_gke ElastigroupGcp#integration_gke} --- @@ -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.169.1/docs/resources/elastigroup_gcp#ip_forwarding ElastigroupGcp#ip_forwarding}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#ip_forwarding ElastigroupGcp#ip_forwarding}. --- @@ -353,7 +353,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.169.1/docs/resources/elastigroup_gcp#labels ElastigroupGcp#labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#labels ElastigroupGcp#labels} --- @@ -361,7 +361,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#max_size ElastigroupGcp#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#max_size ElastigroupGcp#max_size}. --- @@ -371,7 +371,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.169.1/docs/resources/elastigroup_gcp#metadata ElastigroupGcp#metadata} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#metadata ElastigroupGcp#metadata} --- @@ -379,7 +379,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#min_size ElastigroupGcp#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#min_size ElastigroupGcp#min_size}. --- @@ -389,7 +389,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.169.1/docs/resources/elastigroup_gcp#network_interface ElastigroupGcp#network_interface} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#network_interface ElastigroupGcp#network_interface} --- @@ -397,7 +397,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#ondemand_count ElastigroupGcp#ondemand_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#ondemand_count ElastigroupGcp#ondemand_count}. --- @@ -405,7 +405,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#preemptible_percentage ElastigroupGcp#preemptible_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#preemptible_percentage ElastigroupGcp#preemptible_percentage}. --- @@ -413,7 +413,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#provisioning_model ElastigroupGcp#provisioning_model}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#provisioning_model ElastigroupGcp#provisioning_model}. --- @@ -423,7 +423,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.169.1/docs/resources/elastigroup_gcp#scaling_down_policy ElastigroupGcp#scaling_down_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#scaling_down_policy ElastigroupGcp#scaling_down_policy} --- @@ -433,7 +433,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.169.1/docs/resources/elastigroup_gcp#scaling_up_policy ElastigroupGcp#scaling_up_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#scaling_up_policy ElastigroupGcp#scaling_up_policy} --- @@ -443,7 +443,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.169.1/docs/resources/elastigroup_gcp#scheduled_task ElastigroupGcp#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#scheduled_task ElastigroupGcp#scheduled_task} --- @@ -451,7 +451,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#service_account ElastigroupGcp#service_account}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#service_account ElastigroupGcp#service_account}. --- @@ -459,7 +459,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#shutdown_script ElastigroupGcp#shutdown_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#shutdown_script ElastigroupGcp#shutdown_script}. --- @@ -467,7 +467,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#startup_script ElastigroupGcp#startup_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#startup_script ElastigroupGcp#startup_script}. --- @@ -477,7 +477,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.169.1/docs/resources/elastigroup_gcp#subnets ElastigroupGcp#subnets} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#subnets ElastigroupGcp#subnets} --- @@ -485,7 +485,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.169.1/docs/resources/elastigroup_gcp#tags ElastigroupGcp#tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#tags ElastigroupGcp#tags}. --- @@ -493,7 +493,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#unhealthy_duration ElastigroupGcp#unhealthy_duration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#unhealthy_duration ElastigroupGcp#unhealthy_duration}. --- @@ -969,7 +969,7 @@ def put_integration_docker_swarm( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#master_host ElastigroupGcp#master_host}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#master_host ElastigroupGcp#master_host}. --- @@ -977,7 +977,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#master_port ElastigroupGcp#master_port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#master_port ElastigroupGcp#master_port}. --- @@ -1001,7 +1001,7 @@ def put_integration_gke( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#autoscale_cooldown ElastigroupGcp#autoscale_cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#autoscale_cooldown ElastigroupGcp#autoscale_cooldown}. --- @@ -1011,7 +1011,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.169.1/docs/resources/elastigroup_gcp#autoscale_down ElastigroupGcp#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#autoscale_down ElastigroupGcp#autoscale_down} --- @@ -1021,7 +1021,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.169.1/docs/resources/elastigroup_gcp#autoscale_headroom ElastigroupGcp#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#autoscale_headroom ElastigroupGcp#autoscale_headroom} --- @@ -1029,7 +1029,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_gcp#autoscale_is_auto_config ElastigroupGcp#autoscale_is_auto_config}. --- @@ -1037,7 +1037,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#autoscale_is_enabled ElastigroupGcp#autoscale_is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#autoscale_is_enabled ElastigroupGcp#autoscale_is_enabled}. --- @@ -1047,7 +1047,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.169.1/docs/resources/elastigroup_gcp#autoscale_labels ElastigroupGcp#autoscale_labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#autoscale_labels ElastigroupGcp#autoscale_labels} --- @@ -1055,7 +1055,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#auto_update ElastigroupGcp#auto_update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#auto_update ElastigroupGcp#auto_update}. --- @@ -1063,7 +1063,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#cluster_id ElastigroupGcp#cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#cluster_id ElastigroupGcp#cluster_id}. --- @@ -1071,7 +1071,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#location ElastigroupGcp#location}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#location ElastigroupGcp#location}. --- @@ -1497,7 +1497,7 @@ The construct id used in the generated config for the ElastigroupGcp to import. The id of the existing ElastigroupGcp that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#import import section} in the documentation of this resource for the id to use --- @@ -2525,10 +2525,10 @@ elastigroupGcp.ElastigroupGcpBackendServices( | **Name** | **Type** | **Description** | | --- | --- | --- | -| service_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.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.169.1/docs/resources/elastigroup_gcp#scheme ElastigroupGcp#scheme}. | +| scheme | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#scheme ElastigroupGcp#scheme}. | --- @@ -2540,7 +2540,7 @@ service_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#service_name ElastigroupGcp#service_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#service_name ElastigroupGcp#service_name}. --- @@ -2552,7 +2552,7 @@ location_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#location_type ElastigroupGcp#location_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#location_type ElastigroupGcp#location_type}. --- @@ -2566,7 +2566,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.169.1/docs/resources/elastigroup_gcp#named_ports ElastigroupGcp#named_ports} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#named_ports ElastigroupGcp#named_ports} --- @@ -2578,7 +2578,7 @@ scheme: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#scheme ElastigroupGcp#scheme}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#scheme ElastigroupGcp#scheme}. --- @@ -2599,8 +2599,8 @@ elastigroupGcp.ElastigroupGcpBackendServicesNamedPorts( | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. | -| ports | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#ports ElastigroupGcp#ports}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_gcp#ports ElastigroupGcp#ports}. | --- @@ -2612,7 +2612,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. --- @@ -2624,7 +2624,7 @@ ports: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#ports ElastigroupGcp#ports}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#ports ElastigroupGcp#ports}. --- @@ -2694,43 +2694,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.169.1/docs/resources/elastigroup_gcp#desired_capacity ElastigroupGcp#desired_capacity}. | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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.169.1/docs/resources/elastigroup_gcp#description ElastigroupGcp#description}. | +| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.169.1/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.170.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.170.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.169.1/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.169.1/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.169.1/docs/resources/elastigroup_gcp#id ElastigroupGcp#id}. | -| instance_name_prefix | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.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.170.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.170.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.169.1/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.169.1/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.170.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.170.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.169.1/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.170.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.169.1/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.170.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.169.1/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.170.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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.169.1/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.169.1/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.170.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.170.0/docs/resources/elastigroup_gcp#unhealthy_duration ElastigroupGcp#unhealthy_duration}. | --- @@ -2812,7 +2812,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.169.1/docs/resources/elastigroup_gcp#desired_capacity ElastigroupGcp#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#desired_capacity ElastigroupGcp#desired_capacity}. --- @@ -2824,7 +2824,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. --- @@ -2836,7 +2836,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.169.1/docs/resources/elastigroup_gcp#auto_healing ElastigroupGcp#auto_healing}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#auto_healing ElastigroupGcp#auto_healing}. --- @@ -2848,7 +2848,7 @@ availability_zones: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#availability_zones ElastigroupGcp#availability_zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#availability_zones ElastigroupGcp#availability_zones}. --- @@ -2862,7 +2862,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.169.1/docs/resources/elastigroup_gcp#backend_services ElastigroupGcp#backend_services} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#backend_services ElastigroupGcp#backend_services} --- @@ -2874,7 +2874,7 @@ description: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#description ElastigroupGcp#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#description ElastigroupGcp#description}. --- @@ -2888,7 +2888,7 @@ disk: typing.Union[IResolvable, typing.List[ElastigroupGcpDisk]] disk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#disk ElastigroupGcp#disk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#disk ElastigroupGcp#disk} --- @@ -2900,7 +2900,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.169.1/docs/resources/elastigroup_gcp#draining_timeout ElastigroupGcp#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#draining_timeout ElastigroupGcp#draining_timeout}. --- @@ -2912,7 +2912,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.169.1/docs/resources/elastigroup_gcp#fallback_to_ondemand ElastigroupGcp#fallback_to_ondemand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#fallback_to_ondemand ElastigroupGcp#fallback_to_ondemand}. --- @@ -2926,7 +2926,7 @@ gpu: typing.Union[IResolvable, typing.List[ElastigroupGcpGpu]] gpu block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#gpu ElastigroupGcp#gpu} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#gpu ElastigroupGcp#gpu} --- @@ -2938,7 +2938,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.169.1/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.170.0/docs/resources/elastigroup_gcp#health_check_grace_period ElastigroupGcp#health_check_grace_period}. --- @@ -2950,7 +2950,7 @@ health_check_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#health_check_type ElastigroupGcp#health_check_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#health_check_type ElastigroupGcp#health_check_type}. --- @@ -2962,7 +2962,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#id ElastigroupGcp#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. @@ -2977,7 +2977,7 @@ instance_name_prefix: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#instance_name_prefix ElastigroupGcp#instance_name_prefix}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#instance_name_prefix ElastigroupGcp#instance_name_prefix}. --- @@ -2991,7 +2991,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.169.1/docs/resources/elastigroup_gcp#instance_types_custom ElastigroupGcp#instance_types_custom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#instance_types_custom ElastigroupGcp#instance_types_custom} --- @@ -3003,7 +3003,7 @@ instance_types_ondemand: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#instance_types_ondemand ElastigroupGcp#instance_types_ondemand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#instance_types_ondemand ElastigroupGcp#instance_types_ondemand}. --- @@ -3015,7 +3015,7 @@ instance_types_preemptible: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#instance_types_preemptible ElastigroupGcp#instance_types_preemptible}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#instance_types_preemptible ElastigroupGcp#instance_types_preemptible}. --- @@ -3029,7 +3029,7 @@ integration_docker_swarm: ElastigroupGcpIntegrationDockerSwarm integration_docker_swarm block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#integration_docker_swarm ElastigroupGcp#integration_docker_swarm} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#integration_docker_swarm ElastigroupGcp#integration_docker_swarm} --- @@ -3043,7 +3043,7 @@ integration_gke: ElastigroupGcpIntegrationGke integration_gke block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#integration_gke ElastigroupGcp#integration_gke} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#integration_gke ElastigroupGcp#integration_gke} --- @@ -3055,7 +3055,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.169.1/docs/resources/elastigroup_gcp#ip_forwarding ElastigroupGcp#ip_forwarding}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#ip_forwarding ElastigroupGcp#ip_forwarding}. --- @@ -3069,7 +3069,7 @@ labels: typing.Union[IResolvable, typing.List[ElastigroupGcpLabels]] labels block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#labels ElastigroupGcp#labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#labels ElastigroupGcp#labels} --- @@ -3081,7 +3081,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.169.1/docs/resources/elastigroup_gcp#max_size ElastigroupGcp#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#max_size ElastigroupGcp#max_size}. --- @@ -3095,7 +3095,7 @@ metadata: typing.Union[IResolvable, typing.List[ElastigroupGcpMetadata]] metadata block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#metadata ElastigroupGcp#metadata} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#metadata ElastigroupGcp#metadata} --- @@ -3107,7 +3107,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.169.1/docs/resources/elastigroup_gcp#min_size ElastigroupGcp#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#min_size ElastigroupGcp#min_size}. --- @@ -3121,7 +3121,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.169.1/docs/resources/elastigroup_gcp#network_interface ElastigroupGcp#network_interface} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#network_interface ElastigroupGcp#network_interface} --- @@ -3133,7 +3133,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.169.1/docs/resources/elastigroup_gcp#ondemand_count ElastigroupGcp#ondemand_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#ondemand_count ElastigroupGcp#ondemand_count}. --- @@ -3145,7 +3145,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.169.1/docs/resources/elastigroup_gcp#preemptible_percentage ElastigroupGcp#preemptible_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#preemptible_percentage ElastigroupGcp#preemptible_percentage}. --- @@ -3157,7 +3157,7 @@ provisioning_model: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#provisioning_model ElastigroupGcp#provisioning_model}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#provisioning_model ElastigroupGcp#provisioning_model}. --- @@ -3171,7 +3171,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.169.1/docs/resources/elastigroup_gcp#scaling_down_policy ElastigroupGcp#scaling_down_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#scaling_down_policy ElastigroupGcp#scaling_down_policy} --- @@ -3185,7 +3185,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.169.1/docs/resources/elastigroup_gcp#scaling_up_policy ElastigroupGcp#scaling_up_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#scaling_up_policy ElastigroupGcp#scaling_up_policy} --- @@ -3199,7 +3199,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.169.1/docs/resources/elastigroup_gcp#scheduled_task ElastigroupGcp#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#scheduled_task ElastigroupGcp#scheduled_task} --- @@ -3211,7 +3211,7 @@ service_account: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#service_account ElastigroupGcp#service_account}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#service_account ElastigroupGcp#service_account}. --- @@ -3223,7 +3223,7 @@ shutdown_script: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#shutdown_script ElastigroupGcp#shutdown_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#shutdown_script ElastigroupGcp#shutdown_script}. --- @@ -3235,7 +3235,7 @@ startup_script: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#startup_script ElastigroupGcp#startup_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#startup_script ElastigroupGcp#startup_script}. --- @@ -3249,7 +3249,7 @@ subnets: typing.Union[IResolvable, typing.List[ElastigroupGcpSubnets]] subnets block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#subnets ElastigroupGcp#subnets} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#subnets ElastigroupGcp#subnets} --- @@ -3261,7 +3261,7 @@ tags: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#tags ElastigroupGcp#tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#tags ElastigroupGcp#tags}. --- @@ -3273,7 +3273,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.169.1/docs/resources/elastigroup_gcp#unhealthy_duration ElastigroupGcp#unhealthy_duration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#unhealthy_duration ElastigroupGcp#unhealthy_duration}. --- @@ -3300,14 +3300,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.169.1/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.169.1/docs/resources/elastigroup_gcp#boot ElastigroupGcp#boot}. | -| device_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.0/docs/resources/elastigroup_gcp#boot ElastigroupGcp#boot}. | +| device_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gcp#interface ElastigroupGcp#interface}. | -| mode | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#mode ElastigroupGcp#mode}. | -| source | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. | -| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. | +| interface | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#interface ElastigroupGcp#interface}. | +| mode | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#mode ElastigroupGcp#mode}. | +| source | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. | +| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. | --- @@ -3319,7 +3319,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.169.1/docs/resources/elastigroup_gcp#auto_delete ElastigroupGcp#auto_delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#auto_delete ElastigroupGcp#auto_delete}. --- @@ -3331,7 +3331,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.169.1/docs/resources/elastigroup_gcp#boot ElastigroupGcp#boot}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#boot ElastigroupGcp#boot}. --- @@ -3343,7 +3343,7 @@ device_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#device_name ElastigroupGcp#device_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#device_name ElastigroupGcp#device_name}. --- @@ -3357,7 +3357,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.169.1/docs/resources/elastigroup_gcp#initialize_params ElastigroupGcp#initialize_params} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#initialize_params ElastigroupGcp#initialize_params} --- @@ -3369,7 +3369,7 @@ interface: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#interface ElastigroupGcp#interface}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#interface ElastigroupGcp#interface}. --- @@ -3381,7 +3381,7 @@ mode: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#mode ElastigroupGcp#mode}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#mode ElastigroupGcp#mode}. --- @@ -3393,7 +3393,7 @@ source: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. --- @@ -3405,7 +3405,7 @@ type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. --- @@ -3427,9 +3427,9 @@ elastigroupGcp.ElastigroupGcpDiskInitializeParams( | **Name** | **Type** | **Description** | | --- | --- | --- | -| source_image | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/elastigroup_gcp#disk_type ElastigroupGcp#disk_type}. | --- @@ -3441,7 +3441,7 @@ source_image: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#source_image ElastigroupGcp#source_image}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#source_image ElastigroupGcp#source_image}. --- @@ -3453,7 +3453,7 @@ disk_size_gb: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#disk_size_gb ElastigroupGcp#disk_size_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#disk_size_gb ElastigroupGcp#disk_size_gb}. --- @@ -3465,7 +3465,7 @@ disk_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#disk_type ElastigroupGcp#disk_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#disk_type ElastigroupGcp#disk_type}. --- @@ -3486,8 +3486,8 @@ elastigroupGcp.ElastigroupGcpGpu( | **Name** | **Type** | **Description** | | --- | --- | --- | -| count | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#count ElastigroupGcp#count}. | -| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_gcp#count ElastigroupGcp#count}. | +| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. | --- @@ -3499,7 +3499,7 @@ count: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#count ElastigroupGcp#count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#count ElastigroupGcp#count}. --- @@ -3511,7 +3511,7 @@ type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. --- @@ -3532,8 +3532,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.169.1/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.169.1/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.170.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.170.0/docs/resources/elastigroup_gcp#vcpu ElastigroupGcp#vcpu}. | --- @@ -3545,7 +3545,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.169.1/docs/resources/elastigroup_gcp#memory_gib ElastigroupGcp#memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#memory_gib ElastigroupGcp#memory_gib}. --- @@ -3557,7 +3557,7 @@ vcpu: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#vcpu ElastigroupGcp#vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#vcpu ElastigroupGcp#vcpu}. --- @@ -3578,8 +3578,8 @@ elastigroupGcp.ElastigroupGcpIntegrationDockerSwarm( | **Name** | **Type** | **Description** | | --- | --- | --- | -| master_host | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/elastigroup_gcp#master_port ElastigroupGcp#master_port}. | --- @@ -3591,7 +3591,7 @@ master_host: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#master_host ElastigroupGcp#master_host}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#master_host ElastigroupGcp#master_host}. --- @@ -3603,7 +3603,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.169.1/docs/resources/elastigroup_gcp#master_port ElastigroupGcp#master_port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#master_port ElastigroupGcp#master_port}. --- @@ -3631,15 +3631,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.169.1/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.170.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.169.1/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.169.1/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.170.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.170.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.169.1/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.169.1/docs/resources/elastigroup_gcp#cluster_id ElastigroupGcp#cluster_id}. | -| location | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.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.170.0/docs/resources/elastigroup_gcp#location ElastigroupGcp#location}. | --- @@ -3651,7 +3651,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.169.1/docs/resources/elastigroup_gcp#autoscale_cooldown ElastigroupGcp#autoscale_cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#autoscale_cooldown ElastigroupGcp#autoscale_cooldown}. --- @@ -3665,7 +3665,7 @@ autoscale_down: ElastigroupGcpIntegrationGkeAutoscaleDown autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#autoscale_down ElastigroupGcp#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#autoscale_down ElastigroupGcp#autoscale_down} --- @@ -3679,7 +3679,7 @@ autoscale_headroom: ElastigroupGcpIntegrationGkeAutoscaleHeadroom autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#autoscale_headroom ElastigroupGcp#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#autoscale_headroom ElastigroupGcp#autoscale_headroom} --- @@ -3691,7 +3691,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.169.1/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.170.0/docs/resources/elastigroup_gcp#autoscale_is_auto_config ElastigroupGcp#autoscale_is_auto_config}. --- @@ -3703,7 +3703,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.169.1/docs/resources/elastigroup_gcp#autoscale_is_enabled ElastigroupGcp#autoscale_is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#autoscale_is_enabled ElastigroupGcp#autoscale_is_enabled}. --- @@ -3717,7 +3717,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.169.1/docs/resources/elastigroup_gcp#autoscale_labels ElastigroupGcp#autoscale_labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#autoscale_labels ElastigroupGcp#autoscale_labels} --- @@ -3729,7 +3729,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.169.1/docs/resources/elastigroup_gcp#auto_update ElastigroupGcp#auto_update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#auto_update ElastigroupGcp#auto_update}. --- @@ -3741,7 +3741,7 @@ cluster_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#cluster_id ElastigroupGcp#cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#cluster_id ElastigroupGcp#cluster_id}. --- @@ -3753,7 +3753,7 @@ location: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#location ElastigroupGcp#location}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#location ElastigroupGcp#location}. --- @@ -3773,7 +3773,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.169.1/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.170.0/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. | --- @@ -3785,7 +3785,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.169.1/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. --- @@ -3807,9 +3807,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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/elastigroup_gcp#num_of_units ElastigroupGcp#num_of_units}. | --- @@ -3821,7 +3821,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.169.1/docs/resources/elastigroup_gcp#cpu_per_unit ElastigroupGcp#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#cpu_per_unit ElastigroupGcp#cpu_per_unit}. --- @@ -3833,7 +3833,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.169.1/docs/resources/elastigroup_gcp#memory_per_unit ElastigroupGcp#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#memory_per_unit ElastigroupGcp#memory_per_unit}. --- @@ -3845,7 +3845,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.169.1/docs/resources/elastigroup_gcp#num_of_units ElastigroupGcp#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#num_of_units ElastigroupGcp#num_of_units}. --- @@ -3866,8 +3866,8 @@ elastigroupGcp.ElastigroupGcpIntegrationGkeAutoscaleLabels( | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | +| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. | +| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | --- @@ -3879,7 +3879,7 @@ key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. --- @@ -3891,7 +3891,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. --- @@ -3912,8 +3912,8 @@ elastigroupGcp.ElastigroupGcpLabels( | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | +| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. | +| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | --- @@ -3925,7 +3925,7 @@ key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. --- @@ -3937,7 +3937,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. --- @@ -3958,8 +3958,8 @@ elastigroupGcp.ElastigroupGcpMetadata( | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | +| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. | +| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | --- @@ -3971,7 +3971,7 @@ key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. --- @@ -3983,7 +3983,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. --- @@ -4005,7 +4005,7 @@ elastigroupGcp.ElastigroupGcpNetworkInterface( | **Name** | **Type** | **Description** | | --- | --- | --- | -| network | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#network ElastigroupGcp#network}. | +| network | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. | @@ -4019,7 +4019,7 @@ network: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#network ElastigroupGcp#network}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#network ElastigroupGcp#network}. --- @@ -4033,7 +4033,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.169.1/docs/resources/elastigroup_gcp#access_configs ElastigroupGcp#access_configs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#access_configs ElastigroupGcp#access_configs} --- @@ -4047,7 +4047,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.169.1/docs/resources/elastigroup_gcp#alias_ip_ranges ElastigroupGcp#alias_ip_ranges} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#alias_ip_ranges ElastigroupGcp#alias_ip_ranges} --- @@ -4068,8 +4068,8 @@ elastigroupGcp.ElastigroupGcpNetworkInterfaceAccessConfigs( | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. | -| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. | +| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. | --- @@ -4081,7 +4081,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. --- @@ -4093,7 +4093,7 @@ type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. --- @@ -4114,8 +4114,8 @@ elastigroupGcp.ElastigroupGcpNetworkInterfaceAliasIpRanges( | **Name** | **Type** | **Description** | | --- | --- | --- | -| ip_cidr_range | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/elastigroup_gcp#subnetwork_range_name ElastigroupGcp#subnetwork_range_name}. | --- @@ -4127,7 +4127,7 @@ ip_cidr_range: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#ip_cidr_range ElastigroupGcp#ip_cidr_range}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#ip_cidr_range ElastigroupGcp#ip_cidr_range}. --- @@ -4139,7 +4139,7 @@ subnetwork_range_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#subnetwork_range_name ElastigroupGcp#subnetwork_range_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#subnetwork_range_name ElastigroupGcp#subnetwork_range_name}. --- @@ -4172,20 +4172,20 @@ elastigroupGcp.ElastigroupGcpScalingDownPolicy( | **Name** | **Type** | **Description** | | --- | --- | --- | -| metric_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#metric_name ElastigroupGcp#metric_name}. | -| namespace | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#namespace ElastigroupGcp#namespace}. | -| policy_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_gcp#threshold ElastigroupGcp#threshold}. | -| unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#unit ElastigroupGcp#unit}. | -| action_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/docs/resources/elastigroup_gcp#cooldown ElastigroupGcp#cooldown}. | +| metric_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_gcp#namespace ElastigroupGcp#namespace}. | +| policy_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_gcp#threshold ElastigroupGcp#threshold}. | +| unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#unit ElastigroupGcp#unit}. | +| action_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.169.1/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. | -| operator | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_gcp#period ElastigroupGcp#period}. | -| source | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. | -| statistic | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.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.170.0/docs/resources/elastigroup_gcp#period ElastigroupGcp#period}. | +| source | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. | +| statistic | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#statistic ElastigroupGcp#statistic}. | --- @@ -4197,7 +4197,7 @@ metric_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#metric_name ElastigroupGcp#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#metric_name ElastigroupGcp#metric_name}. --- @@ -4209,7 +4209,7 @@ namespace: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#namespace ElastigroupGcp#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#namespace ElastigroupGcp#namespace}. --- @@ -4221,7 +4221,7 @@ policy_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#policy_name ElastigroupGcp#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#policy_name ElastigroupGcp#policy_name}. --- @@ -4233,7 +4233,7 @@ threshold: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#threshold ElastigroupGcp#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#threshold ElastigroupGcp#threshold}. --- @@ -4245,7 +4245,7 @@ unit: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#unit ElastigroupGcp#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#unit ElastigroupGcp#unit}. --- @@ -4257,7 +4257,7 @@ action_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#action_type ElastigroupGcp#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#action_type ElastigroupGcp#action_type}. --- @@ -4269,7 +4269,7 @@ adjustment: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#adjustment ElastigroupGcp#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#adjustment ElastigroupGcp#adjustment}. --- @@ -4281,7 +4281,7 @@ cooldown: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#cooldown ElastigroupGcp#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#cooldown ElastigroupGcp#cooldown}. --- @@ -4295,7 +4295,7 @@ dimensions: typing.Union[IResolvable, typing.List[ElastigroupGcpScalingDownPolic dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#dimensions ElastigroupGcp#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#dimensions ElastigroupGcp#dimensions} --- @@ -4307,7 +4307,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.169.1/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. --- @@ -4319,7 +4319,7 @@ operator: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#operator ElastigroupGcp#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#operator ElastigroupGcp#operator}. --- @@ -4331,7 +4331,7 @@ period: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#period ElastigroupGcp#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#period ElastigroupGcp#period}. --- @@ -4343,7 +4343,7 @@ source: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. --- @@ -4355,7 +4355,7 @@ statistic: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#statistic ElastigroupGcp#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#statistic ElastigroupGcp#statistic}. --- @@ -4376,8 +4376,8 @@ elastigroupGcp.ElastigroupGcpScalingDownPolicyDimensions( | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. | +| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | --- @@ -4389,7 +4389,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. --- @@ -4401,7 +4401,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. --- @@ -4434,20 +4434,20 @@ elastigroupGcp.ElastigroupGcpScalingUpPolicy( | **Name** | **Type** | **Description** | | --- | --- | --- | -| metric_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#metric_name ElastigroupGcp#metric_name}. | -| namespace | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#namespace ElastigroupGcp#namespace}. | -| policy_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_gcp#threshold ElastigroupGcp#threshold}. | -| unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#unit ElastigroupGcp#unit}. | -| action_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/docs/resources/elastigroup_gcp#cooldown ElastigroupGcp#cooldown}. | +| metric_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_gcp#namespace ElastigroupGcp#namespace}. | +| policy_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_gcp#threshold ElastigroupGcp#threshold}. | +| unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#unit ElastigroupGcp#unit}. | +| action_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.169.1/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. | -| operator | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_gcp#period ElastigroupGcp#period}. | -| source | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. | -| statistic | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.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.170.0/docs/resources/elastigroup_gcp#period ElastigroupGcp#period}. | +| source | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. | +| statistic | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#statistic ElastigroupGcp#statistic}. | --- @@ -4459,7 +4459,7 @@ metric_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#metric_name ElastigroupGcp#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#metric_name ElastigroupGcp#metric_name}. --- @@ -4471,7 +4471,7 @@ namespace: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#namespace ElastigroupGcp#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#namespace ElastigroupGcp#namespace}. --- @@ -4483,7 +4483,7 @@ policy_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#policy_name ElastigroupGcp#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#policy_name ElastigroupGcp#policy_name}. --- @@ -4495,7 +4495,7 @@ threshold: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#threshold ElastigroupGcp#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#threshold ElastigroupGcp#threshold}. --- @@ -4507,7 +4507,7 @@ unit: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#unit ElastigroupGcp#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#unit ElastigroupGcp#unit}. --- @@ -4519,7 +4519,7 @@ action_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#action_type ElastigroupGcp#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#action_type ElastigroupGcp#action_type}. --- @@ -4531,7 +4531,7 @@ adjustment: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#adjustment ElastigroupGcp#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#adjustment ElastigroupGcp#adjustment}. --- @@ -4543,7 +4543,7 @@ cooldown: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#cooldown ElastigroupGcp#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#cooldown ElastigroupGcp#cooldown}. --- @@ -4557,7 +4557,7 @@ dimensions: typing.Union[IResolvable, typing.List[ElastigroupGcpScalingUpPolicyD dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#dimensions ElastigroupGcp#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#dimensions ElastigroupGcp#dimensions} --- @@ -4569,7 +4569,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.169.1/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. --- @@ -4581,7 +4581,7 @@ operator: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#operator ElastigroupGcp#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#operator ElastigroupGcp#operator}. --- @@ -4593,7 +4593,7 @@ period: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#period ElastigroupGcp#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#period ElastigroupGcp#period}. --- @@ -4605,7 +4605,7 @@ source: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. --- @@ -4617,7 +4617,7 @@ statistic: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#statistic ElastigroupGcp#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#statistic ElastigroupGcp#statistic}. --- @@ -4638,8 +4638,8 @@ elastigroupGcp.ElastigroupGcpScalingUpPolicyDimensions( | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. | +| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | --- @@ -4651,7 +4651,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. --- @@ -4663,7 +4663,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. --- @@ -4688,12 +4688,12 @@ elastigroupGcp.ElastigroupGcpScheduledTask( | **Name** | **Type** | **Description** | | --- | --- | --- | -| task_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.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.170.0/docs/resources/elastigroup_gcp#target_capacity ElastigroupGcp#target_capacity}. | --- @@ -4705,7 +4705,7 @@ task_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#task_type ElastigroupGcp#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#task_type ElastigroupGcp#task_type}. --- @@ -4717,7 +4717,7 @@ cron_expression: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#cron_expression ElastigroupGcp#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#cron_expression ElastigroupGcp#cron_expression}. --- @@ -4729,7 +4729,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.169.1/docs/resources/elastigroup_gcp#is_enabled ElastigroupGcp#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#is_enabled ElastigroupGcp#is_enabled}. --- @@ -4741,7 +4741,7 @@ max_capacity: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#max_capacity ElastigroupGcp#max_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#max_capacity ElastigroupGcp#max_capacity}. --- @@ -4753,7 +4753,7 @@ min_capacity: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#min_capacity ElastigroupGcp#min_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#min_capacity ElastigroupGcp#min_capacity}. --- @@ -4765,7 +4765,7 @@ target_capacity: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#target_capacity ElastigroupGcp#target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#target_capacity ElastigroupGcp#target_capacity}. --- @@ -4786,8 +4786,8 @@ elastigroupGcp.ElastigroupGcpSubnets( | **Name** | **Type** | **Description** | | --- | --- | --- | -| region | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_gcp#subnet_names ElastigroupGcp#subnet_names}. | +| region | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_gcp#subnet_names ElastigroupGcp#subnet_names}. | --- @@ -4799,7 +4799,7 @@ region: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#region ElastigroupGcp#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#region ElastigroupGcp#region}. --- @@ -4811,7 +4811,7 @@ subnet_names: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#subnet_names ElastigroupGcp#subnet_names}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#subnet_names ElastigroupGcp#subnet_names}. --- @@ -9926,7 +9926,7 @@ def put_autoscale_down( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. --- @@ -9944,7 +9944,7 @@ def put_autoscale_headroom( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#cpu_per_unit ElastigroupGcp#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#cpu_per_unit ElastigroupGcp#cpu_per_unit}. --- @@ -9952,7 +9952,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#memory_per_unit ElastigroupGcp#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#memory_per_unit ElastigroupGcp#memory_per_unit}. --- @@ -9960,7 +9960,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#num_of_units ElastigroupGcp#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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 53201c764..a16fc5a13 100644 --- a/docs/elastigroupGcp.typescript.md +++ b/docs/elastigroupGcp.typescript.md @@ -4,7 +4,7 @@ ### ElastigroupGcp -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp spotinst_elastigroup_gcp}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp spotinst_elastigroup_gcp}. #### Initializers @@ -881,7 +881,7 @@ The construct id used in the generated config for the ElastigroupGcp to import. The id of the existing ElastigroupGcp that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#import import section} in the documentation of this resource for the id to use --- @@ -1904,10 +1904,10 @@ const elastigroupGcpBackendServices: elastigroupGcp.ElastigroupGcpBackendService | **Name** | **Type** | **Description** | | --- | --- | --- | -| serviceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#service_name ElastigroupGcp#service_name}. | -| locationType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#location_type ElastigroupGcp#location_type}. | +| serviceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.169.1/docs/resources/elastigroup_gcp#scheme ElastigroupGcp#scheme}. | +| scheme | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#scheme ElastigroupGcp#scheme}. | --- @@ -1919,7 +1919,7 @@ public readonly serviceName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#service_name ElastigroupGcp#service_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#service_name ElastigroupGcp#service_name}. --- @@ -1931,7 +1931,7 @@ public readonly locationType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#location_type ElastigroupGcp#location_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#location_type ElastigroupGcp#location_type}. --- @@ -1945,7 +1945,7 @@ public readonly namedPorts: IResolvable | ElastigroupGcpBackendServicesNamedPort named_ports block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#named_ports ElastigroupGcp#named_ports} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#named_ports ElastigroupGcp#named_ports} --- @@ -1957,7 +1957,7 @@ public readonly scheme: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#scheme ElastigroupGcp#scheme}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#scheme ElastigroupGcp#scheme}. --- @@ -1975,8 +1975,8 @@ const elastigroupGcpBackendServicesNamedPorts: elastigroupGcp.ElastigroupGcpBack | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. | -| ports | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#ports ElastigroupGcp#ports}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. | +| ports | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#ports ElastigroupGcp#ports}. | --- @@ -1988,7 +1988,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. --- @@ -2000,7 +2000,7 @@ public readonly ports: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#ports ElastigroupGcp#ports}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#ports ElastigroupGcp#ports}. --- @@ -2025,43 +2025,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.169.1/docs/resources/elastigroup_gcp#desired_capacity ElastigroupGcp#desired_capacity}. | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. | -| autoHealing | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#auto_healing ElastigroupGcp#auto_healing}. | -| availabilityZones | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#availability_zones ElastigroupGcp#availability_zones}. | +| desiredCapacity | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.169.1/docs/resources/elastigroup_gcp#description ElastigroupGcp#description}. | +| description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.169.1/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.170.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.170.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.169.1/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.169.1/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.169.1/docs/resources/elastigroup_gcp#id ElastigroupGcp#id}. | -| instanceNamePrefix | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.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.170.0/docs/resources/elastigroup_gcp#id ElastigroupGcp#id}. | +| instanceNamePrefix | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.169.1/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.170.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.170.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.169.1/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.170.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.169.1/docs/resources/elastigroup_gcp#max_size ElastigroupGcp#max_size}. | +| maxSize | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gcp#min_size ElastigroupGcp#min_size}. | +| minSize | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gcp#ondemand_count ElastigroupGcp#ondemand_count}. | -| preemptiblePercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#preemptible_percentage ElastigroupGcp#preemptible_percentage}. | -| provisioningModel | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#provisioning_model ElastigroupGcp#provisioning_model}. | +| ondemandCount | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.169.1/docs/resources/elastigroup_gcp#service_account ElastigroupGcp#service_account}. | -| shutdownScript | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#shutdown_script ElastigroupGcp#shutdown_script}. | -| startupScript | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#startup_script ElastigroupGcp#startup_script}. | +| serviceAccount | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.169.1/docs/resources/elastigroup_gcp#tags ElastigroupGcp#tags}. | -| unhealthyDuration | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#unhealthy_duration ElastigroupGcp#unhealthy_duration}. | +| tags | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#tags ElastigroupGcp#tags}. | +| unhealthyDuration | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#unhealthy_duration ElastigroupGcp#unhealthy_duration}. | --- @@ -2143,7 +2143,7 @@ public readonly desiredCapacity: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#desired_capacity ElastigroupGcp#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#desired_capacity ElastigroupGcp#desired_capacity}. --- @@ -2155,7 +2155,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. --- @@ -2167,7 +2167,7 @@ public readonly autoHealing: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#auto_healing ElastigroupGcp#auto_healing}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#auto_healing ElastigroupGcp#auto_healing}. --- @@ -2179,7 +2179,7 @@ public readonly availabilityZones: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#availability_zones ElastigroupGcp#availability_zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#availability_zones ElastigroupGcp#availability_zones}. --- @@ -2193,7 +2193,7 @@ public readonly backendServices: IResolvable | ElastigroupGcpBackendServices[]; backend_services block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#backend_services ElastigroupGcp#backend_services} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#backend_services ElastigroupGcp#backend_services} --- @@ -2205,7 +2205,7 @@ public readonly description: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#description ElastigroupGcp#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#description ElastigroupGcp#description}. --- @@ -2219,7 +2219,7 @@ public readonly disk: IResolvable | ElastigroupGcpDisk[]; disk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#disk ElastigroupGcp#disk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#disk ElastigroupGcp#disk} --- @@ -2231,7 +2231,7 @@ public readonly drainingTimeout: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#draining_timeout ElastigroupGcp#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#draining_timeout ElastigroupGcp#draining_timeout}. --- @@ -2243,7 +2243,7 @@ public readonly fallbackToOndemand: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#fallback_to_ondemand ElastigroupGcp#fallback_to_ondemand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#fallback_to_ondemand ElastigroupGcp#fallback_to_ondemand}. --- @@ -2257,7 +2257,7 @@ public readonly gpu: IResolvable | ElastigroupGcpGpu[]; gpu block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#gpu ElastigroupGcp#gpu} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#gpu ElastigroupGcp#gpu} --- @@ -2269,7 +2269,7 @@ public readonly healthCheckGracePeriod: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_gcp#health_check_grace_period ElastigroupGcp#health_check_grace_period}. --- @@ -2281,7 +2281,7 @@ public readonly healthCheckType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#health_check_type ElastigroupGcp#health_check_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#health_check_type ElastigroupGcp#health_check_type}. --- @@ -2293,7 +2293,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#id ElastigroupGcp#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. @@ -2308,7 +2308,7 @@ public readonly instanceNamePrefix: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#instance_name_prefix ElastigroupGcp#instance_name_prefix}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#instance_name_prefix ElastigroupGcp#instance_name_prefix}. --- @@ -2322,7 +2322,7 @@ public readonly instanceTypesCustom: IResolvable | ElastigroupGcpInstanceTypesCu instance_types_custom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#instance_types_custom ElastigroupGcp#instance_types_custom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#instance_types_custom ElastigroupGcp#instance_types_custom} --- @@ -2334,7 +2334,7 @@ public readonly instanceTypesOndemand: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#instance_types_ondemand ElastigroupGcp#instance_types_ondemand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#instance_types_ondemand ElastigroupGcp#instance_types_ondemand}. --- @@ -2346,7 +2346,7 @@ public readonly instanceTypesPreemptible: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#instance_types_preemptible ElastigroupGcp#instance_types_preemptible}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#instance_types_preemptible ElastigroupGcp#instance_types_preemptible}. --- @@ -2360,7 +2360,7 @@ public readonly integrationDockerSwarm: ElastigroupGcpIntegrationDockerSwarm; integration_docker_swarm block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#integration_docker_swarm ElastigroupGcp#integration_docker_swarm} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#integration_docker_swarm ElastigroupGcp#integration_docker_swarm} --- @@ -2374,7 +2374,7 @@ public readonly integrationGke: ElastigroupGcpIntegrationGke; integration_gke block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#integration_gke ElastigroupGcp#integration_gke} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#integration_gke ElastigroupGcp#integration_gke} --- @@ -2386,7 +2386,7 @@ public readonly ipForwarding: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#ip_forwarding ElastigroupGcp#ip_forwarding}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#ip_forwarding ElastigroupGcp#ip_forwarding}. --- @@ -2400,7 +2400,7 @@ public readonly labels: IResolvable | ElastigroupGcpLabels[]; labels block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#labels ElastigroupGcp#labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#labels ElastigroupGcp#labels} --- @@ -2412,7 +2412,7 @@ public readonly maxSize: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#max_size ElastigroupGcp#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#max_size ElastigroupGcp#max_size}. --- @@ -2426,7 +2426,7 @@ public readonly metadata: IResolvable | ElastigroupGcpMetadata[]; metadata block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#metadata ElastigroupGcp#metadata} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#metadata ElastigroupGcp#metadata} --- @@ -2438,7 +2438,7 @@ public readonly minSize: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#min_size ElastigroupGcp#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#min_size ElastigroupGcp#min_size}. --- @@ -2452,7 +2452,7 @@ public readonly networkInterface: IResolvable | ElastigroupGcpNetworkInterface[] network_interface block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#network_interface ElastigroupGcp#network_interface} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#network_interface ElastigroupGcp#network_interface} --- @@ -2464,7 +2464,7 @@ public readonly ondemandCount: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#ondemand_count ElastigroupGcp#ondemand_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#ondemand_count ElastigroupGcp#ondemand_count}. --- @@ -2476,7 +2476,7 @@ public readonly preemptiblePercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#preemptible_percentage ElastigroupGcp#preemptible_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#preemptible_percentage ElastigroupGcp#preemptible_percentage}. --- @@ -2488,7 +2488,7 @@ public readonly provisioningModel: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#provisioning_model ElastigroupGcp#provisioning_model}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#provisioning_model ElastigroupGcp#provisioning_model}. --- @@ -2502,7 +2502,7 @@ public readonly scalingDownPolicy: IResolvable | ElastigroupGcpScalingDownPolicy scaling_down_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#scaling_down_policy ElastigroupGcp#scaling_down_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#scaling_down_policy ElastigroupGcp#scaling_down_policy} --- @@ -2516,7 +2516,7 @@ public readonly scalingUpPolicy: IResolvable | ElastigroupGcpScalingUpPolicy[]; scaling_up_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#scaling_up_policy ElastigroupGcp#scaling_up_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#scaling_up_policy ElastigroupGcp#scaling_up_policy} --- @@ -2530,7 +2530,7 @@ public readonly scheduledTask: IResolvable | ElastigroupGcpScheduledTask[]; scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#scheduled_task ElastigroupGcp#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#scheduled_task ElastigroupGcp#scheduled_task} --- @@ -2542,7 +2542,7 @@ public readonly serviceAccount: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#service_account ElastigroupGcp#service_account}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#service_account ElastigroupGcp#service_account}. --- @@ -2554,7 +2554,7 @@ public readonly shutdownScript: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#shutdown_script ElastigroupGcp#shutdown_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#shutdown_script ElastigroupGcp#shutdown_script}. --- @@ -2566,7 +2566,7 @@ public readonly startupScript: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#startup_script ElastigroupGcp#startup_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#startup_script ElastigroupGcp#startup_script}. --- @@ -2580,7 +2580,7 @@ public readonly subnets: IResolvable | ElastigroupGcpSubnets[]; subnets block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#subnets ElastigroupGcp#subnets} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#subnets ElastigroupGcp#subnets} --- @@ -2592,7 +2592,7 @@ public readonly tags: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#tags ElastigroupGcp#tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#tags ElastigroupGcp#tags}. --- @@ -2604,7 +2604,7 @@ public readonly unhealthyDuration: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#unhealthy_duration ElastigroupGcp#unhealthy_duration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#unhealthy_duration ElastigroupGcp#unhealthy_duration}. --- @@ -2622,14 +2622,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.169.1/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.169.1/docs/resources/elastigroup_gcp#boot ElastigroupGcp#boot}. | -| deviceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.0/docs/resources/elastigroup_gcp#boot ElastigroupGcp#boot}. | +| deviceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gcp#interface ElastigroupGcp#interface}. | -| mode | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#mode ElastigroupGcp#mode}. | -| source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. | -| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. | +| interface | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#interface ElastigroupGcp#interface}. | +| mode | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#mode ElastigroupGcp#mode}. | +| source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. | +| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. | --- @@ -2641,7 +2641,7 @@ public readonly autoDelete: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#auto_delete ElastigroupGcp#auto_delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#auto_delete ElastigroupGcp#auto_delete}. --- @@ -2653,7 +2653,7 @@ public readonly boot: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#boot ElastigroupGcp#boot}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#boot ElastigroupGcp#boot}. --- @@ -2665,7 +2665,7 @@ public readonly deviceName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#device_name ElastigroupGcp#device_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#device_name ElastigroupGcp#device_name}. --- @@ -2679,7 +2679,7 @@ public readonly initializeParams: IResolvable | ElastigroupGcpDiskInitializePara initialize_params block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#initialize_params ElastigroupGcp#initialize_params} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#initialize_params ElastigroupGcp#initialize_params} --- @@ -2691,7 +2691,7 @@ public readonly interface: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#interface ElastigroupGcp#interface}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#interface ElastigroupGcp#interface}. --- @@ -2703,7 +2703,7 @@ public readonly mode: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#mode ElastigroupGcp#mode}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#mode ElastigroupGcp#mode}. --- @@ -2715,7 +2715,7 @@ public readonly source: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. --- @@ -2727,7 +2727,7 @@ public readonly type: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. --- @@ -2745,9 +2745,9 @@ const elastigroupGcpDiskInitializeParams: elastigroupGcp.ElastigroupGcpDiskIniti | **Name** | **Type** | **Description** | | --- | --- | --- | -| sourceImage | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#source_image ElastigroupGcp#source_image}. | -| diskSizeGb | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_gcp#disk_type ElastigroupGcp#disk_type}. | +| sourceImage | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.0/docs/resources/elastigroup_gcp#disk_type ElastigroupGcp#disk_type}. | --- @@ -2759,7 +2759,7 @@ public readonly sourceImage: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#source_image ElastigroupGcp#source_image}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#source_image ElastigroupGcp#source_image}. --- @@ -2771,7 +2771,7 @@ public readonly diskSizeGb: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#disk_size_gb ElastigroupGcp#disk_size_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#disk_size_gb ElastigroupGcp#disk_size_gb}. --- @@ -2783,7 +2783,7 @@ public readonly diskType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#disk_type ElastigroupGcp#disk_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#disk_type ElastigroupGcp#disk_type}. --- @@ -2801,8 +2801,8 @@ const elastigroupGcpGpu: elastigroupGcp.ElastigroupGcpGpu = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| count | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#count ElastigroupGcp#count}. | -| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. | +| count | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#count ElastigroupGcp#count}. | +| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. | --- @@ -2814,7 +2814,7 @@ public readonly count: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#count ElastigroupGcp#count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#count ElastigroupGcp#count}. --- @@ -2826,7 +2826,7 @@ public readonly type: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. --- @@ -2844,8 +2844,8 @@ const elastigroupGcpInstanceTypesCustom: elastigroupGcp.ElastigroupGcpInstanceTy | **Name** | **Type** | **Description** | | --- | --- | --- | -| memoryGib | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#memory_gib ElastigroupGcp#memory_gib}. | -| vcpu | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#vcpu ElastigroupGcp#vcpu}. | +| memoryGib | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_gcp#vcpu ElastigroupGcp#vcpu}. | --- @@ -2857,7 +2857,7 @@ public readonly memoryGib: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#memory_gib ElastigroupGcp#memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#memory_gib ElastigroupGcp#memory_gib}. --- @@ -2869,7 +2869,7 @@ public readonly vcpu: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#vcpu ElastigroupGcp#vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#vcpu ElastigroupGcp#vcpu}. --- @@ -2887,8 +2887,8 @@ const elastigroupGcpIntegrationDockerSwarm: elastigroupGcp.ElastigroupGcpIntegra | **Name** | **Type** | **Description** | | --- | --- | --- | -| masterHost | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#master_host ElastigroupGcp#master_host}. | -| masterPort | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#master_port ElastigroupGcp#master_port}. | +| masterHost | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_gcp#master_port ElastigroupGcp#master_port}. | --- @@ -2900,7 +2900,7 @@ public readonly masterHost: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#master_host ElastigroupGcp#master_host}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#master_host ElastigroupGcp#master_host}. --- @@ -2912,7 +2912,7 @@ public readonly masterPort: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#master_port ElastigroupGcp#master_port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#master_port ElastigroupGcp#master_port}. --- @@ -2930,15 +2930,15 @@ const elastigroupGcpIntegrationGke: elastigroupGcp.ElastigroupGcpIntegrationGke | **Name** | **Type** | **Description** | | --- | --- | --- | -| autoscaleCooldown | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#autoscale_cooldown ElastigroupGcp#autoscale_cooldown}. | +| autoscaleCooldown | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.169.1/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.170.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.170.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.169.1/docs/resources/elastigroup_gcp#auto_update ElastigroupGcp#auto_update}. | -| clusterId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#cluster_id ElastigroupGcp#cluster_id}. | -| location | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#location ElastigroupGcp#location}. | +| autoUpdate | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.0/docs/resources/elastigroup_gcp#location ElastigroupGcp#location}. | --- @@ -2950,7 +2950,7 @@ public readonly autoscaleCooldown: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#autoscale_cooldown ElastigroupGcp#autoscale_cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#autoscale_cooldown ElastigroupGcp#autoscale_cooldown}. --- @@ -2964,7 +2964,7 @@ public readonly autoscaleDown: ElastigroupGcpIntegrationGkeAutoscaleDown; autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#autoscale_down ElastigroupGcp#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#autoscale_down ElastigroupGcp#autoscale_down} --- @@ -2978,7 +2978,7 @@ public readonly autoscaleHeadroom: ElastigroupGcpIntegrationGkeAutoscaleHeadroom autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#autoscale_headroom ElastigroupGcp#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#autoscale_headroom ElastigroupGcp#autoscale_headroom} --- @@ -2990,7 +2990,7 @@ public readonly autoscaleIsAutoConfig: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_gcp#autoscale_is_auto_config ElastigroupGcp#autoscale_is_auto_config}. --- @@ -3002,7 +3002,7 @@ public readonly autoscaleIsEnabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#autoscale_is_enabled ElastigroupGcp#autoscale_is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#autoscale_is_enabled ElastigroupGcp#autoscale_is_enabled}. --- @@ -3016,7 +3016,7 @@ public readonly autoscaleLabels: IResolvable | ElastigroupGcpIntegrationGkeAutos autoscale_labels block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#autoscale_labels ElastigroupGcp#autoscale_labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#autoscale_labels ElastigroupGcp#autoscale_labels} --- @@ -3028,7 +3028,7 @@ public readonly autoUpdate: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#auto_update ElastigroupGcp#auto_update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#auto_update ElastigroupGcp#auto_update}. --- @@ -3040,7 +3040,7 @@ public readonly clusterId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#cluster_id ElastigroupGcp#cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#cluster_id ElastigroupGcp#cluster_id}. --- @@ -3052,7 +3052,7 @@ public readonly location: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#location ElastigroupGcp#location}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#location ElastigroupGcp#location}. --- @@ -3070,7 +3070,7 @@ const elastigroupGcpIntegrationGkeAutoscaleDown: elastigroupGcp.ElastigroupGcpIn | **Name** | **Type** | **Description** | | --- | --- | --- | -| evaluationPeriods | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. | +| evaluationPeriods | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. | --- @@ -3082,7 +3082,7 @@ public readonly evaluationPeriods: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. --- @@ -3100,9 +3100,9 @@ const elastigroupGcpIntegrationGkeAutoscaleHeadroom: elastigroupGcp.ElastigroupG | **Name** | **Type** | **Description** | | --- | --- | --- | -| cpuPerUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/elastigroup_gcp#num_of_units ElastigroupGcp#num_of_units}. | --- @@ -3114,7 +3114,7 @@ public readonly cpuPerUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#cpu_per_unit ElastigroupGcp#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#cpu_per_unit ElastigroupGcp#cpu_per_unit}. --- @@ -3126,7 +3126,7 @@ public readonly memoryPerUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#memory_per_unit ElastigroupGcp#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#memory_per_unit ElastigroupGcp#memory_per_unit}. --- @@ -3138,7 +3138,7 @@ public readonly numOfUnits: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#num_of_units ElastigroupGcp#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#num_of_units ElastigroupGcp#num_of_units}. --- @@ -3156,8 +3156,8 @@ const elastigroupGcpIntegrationGkeAutoscaleLabels: elastigroupGcp.ElastigroupGcp | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | +| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. | +| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | --- @@ -3169,7 +3169,7 @@ public readonly key: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. --- @@ -3181,7 +3181,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. --- @@ -3199,8 +3199,8 @@ const elastigroupGcpLabels: elastigroupGcp.ElastigroupGcpLabels = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | +| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. | +| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | --- @@ -3212,7 +3212,7 @@ public readonly key: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. --- @@ -3224,7 +3224,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. --- @@ -3242,8 +3242,8 @@ const elastigroupGcpMetadata: elastigroupGcp.ElastigroupGcpMetadata = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | +| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. | +| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | --- @@ -3255,7 +3255,7 @@ public readonly key: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key}. --- @@ -3267,7 +3267,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. --- @@ -3285,7 +3285,7 @@ const elastigroupGcpNetworkInterface: elastigroupGcp.ElastigroupGcpNetworkInterf | **Name** | **Type** | **Description** | | --- | --- | --- | -| network | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#network ElastigroupGcp#network}. | +| network | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#network ElastigroupGcp#network}. | | accessConfigs | cdktf.IResolvable \| ElastigroupGcpNetworkInterfaceAccessConfigs[] | access_configs block. | | aliasIpRanges | cdktf.IResolvable \| ElastigroupGcpNetworkInterfaceAliasIpRanges[] | alias_ip_ranges block. | @@ -3299,7 +3299,7 @@ public readonly network: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#network ElastigroupGcp#network}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#network ElastigroupGcp#network}. --- @@ -3313,7 +3313,7 @@ public readonly accessConfigs: IResolvable | ElastigroupGcpNetworkInterfaceAcces access_configs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#access_configs ElastigroupGcp#access_configs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#access_configs ElastigroupGcp#access_configs} --- @@ -3327,7 +3327,7 @@ public readonly aliasIpRanges: IResolvable | ElastigroupGcpNetworkInterfaceAlias alias_ip_ranges block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#alias_ip_ranges ElastigroupGcp#alias_ip_ranges} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#alias_ip_ranges ElastigroupGcp#alias_ip_ranges} --- @@ -3345,8 +3345,8 @@ const elastigroupGcpNetworkInterfaceAccessConfigs: elastigroupGcp.ElastigroupGcp | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. | -| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. | +| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. | --- @@ -3358,7 +3358,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. --- @@ -3370,7 +3370,7 @@ public readonly type: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type}. --- @@ -3388,8 +3388,8 @@ const elastigroupGcpNetworkInterfaceAliasIpRanges: elastigroupGcp.ElastigroupGcp | **Name** | **Type** | **Description** | | --- | --- | --- | -| ipCidrRange | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/elastigroup_gcp#subnetwork_range_name ElastigroupGcp#subnetwork_range_name}. | --- @@ -3401,7 +3401,7 @@ public readonly ipCidrRange: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#ip_cidr_range ElastigroupGcp#ip_cidr_range}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#ip_cidr_range ElastigroupGcp#ip_cidr_range}. --- @@ -3413,7 +3413,7 @@ public readonly subnetworkRangeName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#subnetwork_range_name ElastigroupGcp#subnetwork_range_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#subnetwork_range_name ElastigroupGcp#subnetwork_range_name}. --- @@ -3431,20 +3431,20 @@ const elastigroupGcpScalingDownPolicy: elastigroupGcp.ElastigroupGcpScalingDownP | **Name** | **Type** | **Description** | | --- | --- | --- | -| metricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#metric_name ElastigroupGcp#metric_name}. | -| namespace | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#namespace ElastigroupGcp#namespace}. | -| policyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#policy_name ElastigroupGcp#policy_name}. | -| threshold | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#threshold ElastigroupGcp#threshold}. | -| unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#unit ElastigroupGcp#unit}. | -| actionType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#action_type ElastigroupGcp#action_type}. | -| adjustment | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#adjustment ElastigroupGcp#adjustment}. | -| cooldown | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#cooldown ElastigroupGcp#cooldown}. | +| metricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_gcp#namespace ElastigroupGcp#namespace}. | +| policyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_gcp#threshold ElastigroupGcp#threshold}. | +| unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#unit ElastigroupGcp#unit}. | +| actionType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_gcp#adjustment ElastigroupGcp#adjustment}. | +| cooldown | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. | -| operator | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#operator ElastigroupGcp#operator}. | -| period | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#period ElastigroupGcp#period}. | -| source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. | -| statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#statistic ElastigroupGcp#statistic}. | +| evaluationPeriods | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_gcp#operator ElastigroupGcp#operator}. | +| period | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#period ElastigroupGcp#period}. | +| source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. | +| statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#statistic ElastigroupGcp#statistic}. | --- @@ -3456,7 +3456,7 @@ public readonly metricName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#metric_name ElastigroupGcp#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#metric_name ElastigroupGcp#metric_name}. --- @@ -3468,7 +3468,7 @@ public readonly namespace: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#namespace ElastigroupGcp#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#namespace ElastigroupGcp#namespace}. --- @@ -3480,7 +3480,7 @@ public readonly policyName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#policy_name ElastigroupGcp#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#policy_name ElastigroupGcp#policy_name}. --- @@ -3492,7 +3492,7 @@ public readonly threshold: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#threshold ElastigroupGcp#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#threshold ElastigroupGcp#threshold}. --- @@ -3504,7 +3504,7 @@ public readonly unit: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#unit ElastigroupGcp#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#unit ElastigroupGcp#unit}. --- @@ -3516,7 +3516,7 @@ public readonly actionType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#action_type ElastigroupGcp#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#action_type ElastigroupGcp#action_type}. --- @@ -3528,7 +3528,7 @@ public readonly adjustment: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#adjustment ElastigroupGcp#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#adjustment ElastigroupGcp#adjustment}. --- @@ -3540,7 +3540,7 @@ public readonly cooldown: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#cooldown ElastigroupGcp#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#cooldown ElastigroupGcp#cooldown}. --- @@ -3554,7 +3554,7 @@ public readonly dimensions: IResolvable | ElastigroupGcpScalingDownPolicyDimensi dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#dimensions ElastigroupGcp#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#dimensions ElastigroupGcp#dimensions} --- @@ -3566,7 +3566,7 @@ public readonly evaluationPeriods: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. --- @@ -3578,7 +3578,7 @@ public readonly operator: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#operator ElastigroupGcp#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#operator ElastigroupGcp#operator}. --- @@ -3590,7 +3590,7 @@ public readonly period: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#period ElastigroupGcp#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#period ElastigroupGcp#period}. --- @@ -3602,7 +3602,7 @@ public readonly source: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. --- @@ -3614,7 +3614,7 @@ public readonly statistic: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#statistic ElastigroupGcp#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#statistic ElastigroupGcp#statistic}. --- @@ -3632,8 +3632,8 @@ const elastigroupGcpScalingDownPolicyDimensions: elastigroupGcp.ElastigroupGcpSc | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. | +| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | --- @@ -3645,7 +3645,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. --- @@ -3657,7 +3657,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. --- @@ -3675,20 +3675,20 @@ const elastigroupGcpScalingUpPolicy: elastigroupGcp.ElastigroupGcpScalingUpPolic | **Name** | **Type** | **Description** | | --- | --- | --- | -| metricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#metric_name ElastigroupGcp#metric_name}. | -| namespace | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#namespace ElastigroupGcp#namespace}. | -| policyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#policy_name ElastigroupGcp#policy_name}. | -| threshold | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#threshold ElastigroupGcp#threshold}. | -| unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#unit ElastigroupGcp#unit}. | -| actionType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#action_type ElastigroupGcp#action_type}. | -| adjustment | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#adjustment ElastigroupGcp#adjustment}. | -| cooldown | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#cooldown ElastigroupGcp#cooldown}. | +| metricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_gcp#namespace ElastigroupGcp#namespace}. | +| policyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_gcp#threshold ElastigroupGcp#threshold}. | +| unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#unit ElastigroupGcp#unit}. | +| actionType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_gcp#adjustment ElastigroupGcp#adjustment}. | +| cooldown | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. | -| operator | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#operator ElastigroupGcp#operator}. | -| period | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#period ElastigroupGcp#period}. | -| source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. | -| statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#statistic ElastigroupGcp#statistic}. | +| evaluationPeriods | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_gcp#operator ElastigroupGcp#operator}. | +| period | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#period ElastigroupGcp#period}. | +| source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. | +| statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#statistic ElastigroupGcp#statistic}. | --- @@ -3700,7 +3700,7 @@ public readonly metricName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#metric_name ElastigroupGcp#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#metric_name ElastigroupGcp#metric_name}. --- @@ -3712,7 +3712,7 @@ public readonly namespace: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#namespace ElastigroupGcp#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#namespace ElastigroupGcp#namespace}. --- @@ -3724,7 +3724,7 @@ public readonly policyName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#policy_name ElastigroupGcp#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#policy_name ElastigroupGcp#policy_name}. --- @@ -3736,7 +3736,7 @@ public readonly threshold: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#threshold ElastigroupGcp#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#threshold ElastigroupGcp#threshold}. --- @@ -3748,7 +3748,7 @@ public readonly unit: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#unit ElastigroupGcp#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#unit ElastigroupGcp#unit}. --- @@ -3760,7 +3760,7 @@ public readonly actionType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#action_type ElastigroupGcp#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#action_type ElastigroupGcp#action_type}. --- @@ -3772,7 +3772,7 @@ public readonly adjustment: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#adjustment ElastigroupGcp#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#adjustment ElastigroupGcp#adjustment}. --- @@ -3784,7 +3784,7 @@ public readonly cooldown: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#cooldown ElastigroupGcp#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#cooldown ElastigroupGcp#cooldown}. --- @@ -3798,7 +3798,7 @@ public readonly dimensions: IResolvable | ElastigroupGcpScalingUpPolicyDimension dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#dimensions ElastigroupGcp#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#dimensions ElastigroupGcp#dimensions} --- @@ -3810,7 +3810,7 @@ public readonly evaluationPeriods: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods}. --- @@ -3822,7 +3822,7 @@ public readonly operator: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#operator ElastigroupGcp#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#operator ElastigroupGcp#operator}. --- @@ -3834,7 +3834,7 @@ public readonly period: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#period ElastigroupGcp#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#period ElastigroupGcp#period}. --- @@ -3846,7 +3846,7 @@ public readonly source: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source}. --- @@ -3858,7 +3858,7 @@ public readonly statistic: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#statistic ElastigroupGcp#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#statistic ElastigroupGcp#statistic}. --- @@ -3876,8 +3876,8 @@ const elastigroupGcpScalingUpPolicyDimensions: elastigroupGcp.ElastigroupGcpScal | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. | +| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. | --- @@ -3889,7 +3889,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name}. --- @@ -3901,7 +3901,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value}. --- @@ -3919,12 +3919,12 @@ const elastigroupGcpScheduledTask: elastigroupGcp.ElastigroupGcpScheduledTask = | **Name** | **Type** | **Description** | | --- | --- | --- | -| taskType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#task_type ElastigroupGcp#task_type}. | -| cronExpression | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_gcp#is_enabled ElastigroupGcp#is_enabled}. | -| maxCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#max_capacity ElastigroupGcp#max_capacity}. | -| minCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#min_capacity ElastigroupGcp#min_capacity}. | -| targetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#target_capacity ElastigroupGcp#target_capacity}. | +| taskType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.170.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.170.0/docs/resources/elastigroup_gcp#target_capacity ElastigroupGcp#target_capacity}. | --- @@ -3936,7 +3936,7 @@ public readonly taskType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#task_type ElastigroupGcp#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#task_type ElastigroupGcp#task_type}. --- @@ -3948,7 +3948,7 @@ public readonly cronExpression: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#cron_expression ElastigroupGcp#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#cron_expression ElastigroupGcp#cron_expression}. --- @@ -3960,7 +3960,7 @@ public readonly isEnabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#is_enabled ElastigroupGcp#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#is_enabled ElastigroupGcp#is_enabled}. --- @@ -3972,7 +3972,7 @@ public readonly maxCapacity: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#max_capacity ElastigroupGcp#max_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#max_capacity ElastigroupGcp#max_capacity}. --- @@ -3984,7 +3984,7 @@ public readonly minCapacity: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#min_capacity ElastigroupGcp#min_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#min_capacity ElastigroupGcp#min_capacity}. --- @@ -3996,7 +3996,7 @@ public readonly targetCapacity: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#target_capacity ElastigroupGcp#target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#target_capacity ElastigroupGcp#target_capacity}. --- @@ -4014,8 +4014,8 @@ const elastigroupGcpSubnets: elastigroupGcp.ElastigroupGcpSubnets = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| region | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#region ElastigroupGcp#region}. | -| subnetNames | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#subnet_names ElastigroupGcp#subnet_names}. | +| region | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#region ElastigroupGcp#region}. | +| subnetNames | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#subnet_names ElastigroupGcp#subnet_names}. | --- @@ -4027,7 +4027,7 @@ public readonly region: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#region ElastigroupGcp#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#region ElastigroupGcp#region}. --- @@ -4039,7 +4039,7 @@ public readonly subnetNames: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#subnet_names ElastigroupGcp#subnet_names}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#subnet_names ElastigroupGcp#subnet_names}. --- diff --git a/docs/elastigroupGke.csharp.md b/docs/elastigroupGke.csharp.md index 6015ad8f3..f4f43dd47 100644 --- a/docs/elastigroupGke.csharp.md +++ b/docs/elastigroupGke.csharp.md @@ -4,7 +4,7 @@ ### ElastigroupGke -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke spotinst_elastigroup_gke}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke spotinst_elastigroup_gke}. #### Initializers @@ -813,7 +813,7 @@ The construct id used in the generated config for the ElastigroupGke to import. The id of the existing ElastigroupGke that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#import import section} in the documentation of this resource for the id to use --- @@ -1731,10 +1731,10 @@ new ElastigroupGkeBackendServices { | **Name** | **Type** | **Description** | | --- | --- | --- | -| ServiceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#service_name ElastigroupGke#service_name}. | -| LocationType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#location_type ElastigroupGke#location_type}. | +| ServiceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.169.1/docs/resources/elastigroup_gke#scheme ElastigroupGke#scheme}. | +| Scheme | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#scheme ElastigroupGke#scheme}. | --- @@ -1746,7 +1746,7 @@ public string ServiceName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#service_name ElastigroupGke#service_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#service_name ElastigroupGke#service_name}. --- @@ -1758,7 +1758,7 @@ public string LocationType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#location_type ElastigroupGke#location_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#location_type ElastigroupGke#location_type}. --- @@ -1772,7 +1772,7 @@ public object NamedPorts { get; set; } named_ports block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#named_ports ElastigroupGke#named_ports} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#named_ports ElastigroupGke#named_ports} --- @@ -1784,7 +1784,7 @@ public string Scheme { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#scheme ElastigroupGke#scheme}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#scheme ElastigroupGke#scheme}. --- @@ -1805,8 +1805,8 @@ new ElastigroupGkeBackendServicesNamedPorts { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#name ElastigroupGke#name}. | -| Ports | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#ports ElastigroupGke#ports}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. | +| Ports | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#ports ElastigroupGke#ports}. | --- @@ -1818,7 +1818,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#name ElastigroupGke#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. --- @@ -1830,7 +1830,7 @@ public string[] Ports { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#ports ElastigroupGke#ports}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#ports ElastigroupGke#ports}. --- @@ -1895,38 +1895,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.169.1/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.169.1/docs/resources/elastigroup_gke#desired_capacity ElastigroupGke#desired_capacity}. | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#name ElastigroupGke#name}. | +| ClusterZoneName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.169.1/docs/resources/elastigroup_gke#cluster_id ElastigroupGke#cluster_id}. | +| ClusterId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gke#draining_timeout ElastigroupGke#draining_timeout}. | -| FallbackToOndemand | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.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.169.1/docs/resources/elastigroup_gke#id ElastigroupGke#id}. | -| InstanceNamePrefix | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_gke#id ElastigroupGke#id}. | +| InstanceNamePrefix | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.169.1/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.170.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.170.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.169.1/docs/resources/elastigroup_gke#ip_forwarding ElastigroupGke#ip_forwarding}. | +| IpForwarding | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gke#max_size ElastigroupGke#max_size}. | +| MaxSize | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gke#min_size ElastigroupGke#min_size}. | +| MinSize | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gke#node_image ElastigroupGke#node_image}. | -| OndemandCount | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#ondemand_count ElastigroupGke#ondemand_count}. | -| PreemptiblePercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#preemptible_percentage ElastigroupGke#preemptible_percentage}. | -| ProvisioningModel | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#provisioning_model ElastigroupGke#provisioning_model}. | +| NodeImage | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.169.1/docs/resources/elastigroup_gke#service_account ElastigroupGke#service_account}. | -| ShutdownScript | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#shutdown_script ElastigroupGke#shutdown_script}. | -| StartupScript | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#startup_script ElastigroupGke#startup_script}. | -| Tags | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#tags ElastigroupGke#tags}. | +| ServiceAccount | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.0/docs/resources/elastigroup_gke#tags ElastigroupGke#tags}. | --- @@ -2008,7 +2008,7 @@ public string ClusterZoneName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#cluster_zone_name ElastigroupGke#cluster_zone_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#cluster_zone_name ElastigroupGke#cluster_zone_name}. --- @@ -2020,7 +2020,7 @@ public double DesiredCapacity { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#desired_capacity ElastigroupGke#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#desired_capacity ElastigroupGke#desired_capacity}. --- @@ -2032,7 +2032,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#name ElastigroupGke#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. --- @@ -2046,7 +2046,7 @@ public object BackendServices { get; set; } backend_services block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#backend_services ElastigroupGke#backend_services} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#backend_services ElastigroupGke#backend_services} --- @@ -2058,7 +2058,7 @@ public string ClusterId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#cluster_id ElastigroupGke#cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#cluster_id ElastigroupGke#cluster_id}. --- @@ -2072,7 +2072,7 @@ public object Disk { get; set; } disk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#disk ElastigroupGke#disk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#disk ElastigroupGke#disk} --- @@ -2084,7 +2084,7 @@ public double DrainingTimeout { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#draining_timeout ElastigroupGke#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#draining_timeout ElastigroupGke#draining_timeout}. --- @@ -2096,7 +2096,7 @@ public object FallbackToOndemand { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#fallback_to_ondemand ElastigroupGke#fallback_to_ondemand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#fallback_to_ondemand ElastigroupGke#fallback_to_ondemand}. --- @@ -2110,7 +2110,7 @@ public object Gpu { get; set; } gpu block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#gpu ElastigroupGke#gpu} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#gpu ElastigroupGke#gpu} --- @@ -2122,7 +2122,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#id ElastigroupGke#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. @@ -2137,7 +2137,7 @@ public string InstanceNamePrefix { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#instance_name_prefix ElastigroupGke#instance_name_prefix}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#instance_name_prefix ElastigroupGke#instance_name_prefix}. --- @@ -2151,7 +2151,7 @@ public object InstanceTypesCustom { get; set; } instance_types_custom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#instance_types_custom ElastigroupGke#instance_types_custom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#instance_types_custom ElastigroupGke#instance_types_custom} --- @@ -2163,7 +2163,7 @@ public string InstanceTypesOndemand { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#instance_types_ondemand ElastigroupGke#instance_types_ondemand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#instance_types_ondemand ElastigroupGke#instance_types_ondemand}. --- @@ -2175,7 +2175,7 @@ public string[] InstanceTypesPreemptible { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#instance_types_preemptible ElastigroupGke#instance_types_preemptible}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#instance_types_preemptible ElastigroupGke#instance_types_preemptible}. --- @@ -2189,7 +2189,7 @@ public ElastigroupGkeIntegrationDockerSwarm IntegrationDockerSwarm { get; set; } integration_docker_swarm block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#integration_docker_swarm ElastigroupGke#integration_docker_swarm} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#integration_docker_swarm ElastigroupGke#integration_docker_swarm} --- @@ -2203,7 +2203,7 @@ public ElastigroupGkeIntegrationGke IntegrationGke { get; set; } integration_gke block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#integration_gke ElastigroupGke#integration_gke} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#integration_gke ElastigroupGke#integration_gke} --- @@ -2215,7 +2215,7 @@ public object IpForwarding { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#ip_forwarding ElastigroupGke#ip_forwarding}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#ip_forwarding ElastigroupGke#ip_forwarding}. --- @@ -2229,7 +2229,7 @@ public object Labels { get; set; } labels block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#labels ElastigroupGke#labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#labels ElastigroupGke#labels} --- @@ -2241,7 +2241,7 @@ public double MaxSize { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#max_size ElastigroupGke#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#max_size ElastigroupGke#max_size}. --- @@ -2255,7 +2255,7 @@ public object Metadata { get; set; } metadata block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#metadata ElastigroupGke#metadata} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#metadata ElastigroupGke#metadata} --- @@ -2267,7 +2267,7 @@ public double MinSize { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#min_size ElastigroupGke#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#min_size ElastigroupGke#min_size}. --- @@ -2281,7 +2281,7 @@ public object NetworkInterface { get; set; } network_interface block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#network_interface ElastigroupGke#network_interface} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#network_interface ElastigroupGke#network_interface} --- @@ -2293,7 +2293,7 @@ public string NodeImage { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#node_image ElastigroupGke#node_image}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#node_image ElastigroupGke#node_image}. --- @@ -2305,7 +2305,7 @@ public double OndemandCount { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#ondemand_count ElastigroupGke#ondemand_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#ondemand_count ElastigroupGke#ondemand_count}. --- @@ -2317,7 +2317,7 @@ public double PreemptiblePercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#preemptible_percentage ElastigroupGke#preemptible_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#preemptible_percentage ElastigroupGke#preemptible_percentage}. --- @@ -2329,7 +2329,7 @@ public string ProvisioningModel { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#provisioning_model ElastigroupGke#provisioning_model}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#provisioning_model ElastigroupGke#provisioning_model}. --- @@ -2343,7 +2343,7 @@ public object ScalingDownPolicy { get; set; } scaling_down_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#scaling_down_policy ElastigroupGke#scaling_down_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#scaling_down_policy ElastigroupGke#scaling_down_policy} --- @@ -2357,7 +2357,7 @@ public object ScalingUpPolicy { get; set; } scaling_up_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#scaling_up_policy ElastigroupGke#scaling_up_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#scaling_up_policy ElastigroupGke#scaling_up_policy} --- @@ -2369,7 +2369,7 @@ public string ServiceAccount { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#service_account ElastigroupGke#service_account}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#service_account ElastigroupGke#service_account}. --- @@ -2381,7 +2381,7 @@ public string ShutdownScript { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#shutdown_script ElastigroupGke#shutdown_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#shutdown_script ElastigroupGke#shutdown_script}. --- @@ -2393,7 +2393,7 @@ public string StartupScript { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#startup_script ElastigroupGke#startup_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#startup_script ElastigroupGke#startup_script}. --- @@ -2405,7 +2405,7 @@ public string[] Tags { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#tags ElastigroupGke#tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#tags ElastigroupGke#tags}. --- @@ -2432,14 +2432,14 @@ new ElastigroupGkeDisk { | **Name** | **Type** | **Description** | | --- | --- | --- | -| AutoDelete | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#auto_delete ElastigroupGke#auto_delete}. | -| Boot | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#boot ElastigroupGke#boot}. | -| DeviceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#device_name ElastigroupGke#device_name}. | +| AutoDelete | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_gke#boot ElastigroupGke#boot}. | +| DeviceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gke#interface ElastigroupGke#interface}. | -| Mode | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#mode ElastigroupGke#mode}. | -| Source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#source ElastigroupGke#source}. | -| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#type ElastigroupGke#type}. | +| Interface | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#interface ElastigroupGke#interface}. | +| Mode | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#mode ElastigroupGke#mode}. | +| Source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. | +| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. | --- @@ -2451,7 +2451,7 @@ public object AutoDelete { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#auto_delete ElastigroupGke#auto_delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#auto_delete ElastigroupGke#auto_delete}. --- @@ -2463,7 +2463,7 @@ public object Boot { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#boot ElastigroupGke#boot}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#boot ElastigroupGke#boot}. --- @@ -2475,7 +2475,7 @@ public string DeviceName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#device_name ElastigroupGke#device_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#device_name ElastigroupGke#device_name}. --- @@ -2489,7 +2489,7 @@ public object InitializeParams { get; set; } initialize_params block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#initialize_params ElastigroupGke#initialize_params} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#initialize_params ElastigroupGke#initialize_params} --- @@ -2501,7 +2501,7 @@ public string Interface { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#interface ElastigroupGke#interface}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#interface ElastigroupGke#interface}. --- @@ -2513,7 +2513,7 @@ public string Mode { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#mode ElastigroupGke#mode}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#mode ElastigroupGke#mode}. --- @@ -2525,7 +2525,7 @@ public string Source { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#source ElastigroupGke#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. --- @@ -2537,7 +2537,7 @@ public string Type { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#type ElastigroupGke#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. --- @@ -2559,9 +2559,9 @@ new ElastigroupGkeDiskInitializeParams { | **Name** | **Type** | **Description** | | --- | --- | --- | -| SourceImage | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#source_image ElastigroupGke#source_image}. | -| DiskSizeGb | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_gke#disk_type ElastigroupGke#disk_type}. | +| SourceImage | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.0/docs/resources/elastigroup_gke#disk_type ElastigroupGke#disk_type}. | --- @@ -2573,7 +2573,7 @@ public string SourceImage { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#source_image ElastigroupGke#source_image}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#source_image ElastigroupGke#source_image}. --- @@ -2585,7 +2585,7 @@ public string DiskSizeGb { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#disk_size_gb ElastigroupGke#disk_size_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#disk_size_gb ElastigroupGke#disk_size_gb}. --- @@ -2597,7 +2597,7 @@ public string DiskType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#disk_type ElastigroupGke#disk_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#disk_type ElastigroupGke#disk_type}. --- @@ -2618,8 +2618,8 @@ new ElastigroupGkeGpu { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Count | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#count ElastigroupGke#count}. | -| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#type ElastigroupGke#type}. | +| Count | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#count ElastigroupGke#count}. | +| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. | --- @@ -2631,7 +2631,7 @@ public double Count { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#count ElastigroupGke#count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#count ElastigroupGke#count}. --- @@ -2643,7 +2643,7 @@ public string Type { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#type ElastigroupGke#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. --- @@ -2664,8 +2664,8 @@ new ElastigroupGkeInstanceTypesCustom { | **Name** | **Type** | **Description** | | --- | --- | --- | -| MemoryGib | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#memory_gib ElastigroupGke#memory_gib}. | -| Vcpu | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#vcpu ElastigroupGke#vcpu}. | +| MemoryGib | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_gke#vcpu ElastigroupGke#vcpu}. | --- @@ -2677,7 +2677,7 @@ public double MemoryGib { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#memory_gib ElastigroupGke#memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#memory_gib ElastigroupGke#memory_gib}. --- @@ -2689,7 +2689,7 @@ public double Vcpu { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#vcpu ElastigroupGke#vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#vcpu ElastigroupGke#vcpu}. --- @@ -2710,8 +2710,8 @@ new ElastigroupGkeIntegrationDockerSwarm { | **Name** | **Type** | **Description** | | --- | --- | --- | -| MasterHost | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#master_host ElastigroupGke#master_host}. | -| MasterPort | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#master_port ElastigroupGke#master_port}. | +| MasterHost | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_gke#master_port ElastigroupGke#master_port}. | --- @@ -2723,7 +2723,7 @@ public string MasterHost { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#master_host ElastigroupGke#master_host}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#master_host ElastigroupGke#master_host}. --- @@ -2735,7 +2735,7 @@ public double MasterPort { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#master_port ElastigroupGke#master_port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#master_port ElastigroupGke#master_port}. --- @@ -2763,15 +2763,15 @@ new ElastigroupGkeIntegrationGke { | **Name** | **Type** | **Description** | | --- | --- | --- | -| AutoscaleCooldown | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#autoscale_cooldown ElastigroupGke#autoscale_cooldown}. | +| AutoscaleCooldown | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.169.1/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.170.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.170.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.169.1/docs/resources/elastigroup_gke#auto_update ElastigroupGke#auto_update}. | -| ClusterId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#cluster_id ElastigroupGke#cluster_id}. | -| Location | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#location ElastigroupGke#location}. | +| AutoUpdate | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.0/docs/resources/elastigroup_gke#location ElastigroupGke#location}. | --- @@ -2783,7 +2783,7 @@ public double AutoscaleCooldown { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#autoscale_cooldown ElastigroupGke#autoscale_cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#autoscale_cooldown ElastigroupGke#autoscale_cooldown}. --- @@ -2797,7 +2797,7 @@ public ElastigroupGkeIntegrationGkeAutoscaleDown AutoscaleDown { get; set; } autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#autoscale_down ElastigroupGke#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#autoscale_down ElastigroupGke#autoscale_down} --- @@ -2811,7 +2811,7 @@ public ElastigroupGkeIntegrationGkeAutoscaleHeadroom AutoscaleHeadroom { get; se autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#autoscale_headroom ElastigroupGke#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#autoscale_headroom ElastigroupGke#autoscale_headroom} --- @@ -2823,7 +2823,7 @@ public object AutoscaleIsAutoConfig { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_gke#autoscale_is_auto_config ElastigroupGke#autoscale_is_auto_config}. --- @@ -2835,7 +2835,7 @@ public object AutoscaleIsEnabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#autoscale_is_enabled ElastigroupGke#autoscale_is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#autoscale_is_enabled ElastigroupGke#autoscale_is_enabled}. --- @@ -2849,7 +2849,7 @@ public object AutoscaleLabels { get; set; } autoscale_labels block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#autoscale_labels ElastigroupGke#autoscale_labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#autoscale_labels ElastigroupGke#autoscale_labels} --- @@ -2861,7 +2861,7 @@ public object AutoUpdate { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#auto_update ElastigroupGke#auto_update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#auto_update ElastigroupGke#auto_update}. --- @@ -2873,7 +2873,7 @@ public string ClusterId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#cluster_id ElastigroupGke#cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#cluster_id ElastigroupGke#cluster_id}. --- @@ -2885,7 +2885,7 @@ public string Location { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#location ElastigroupGke#location}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#location ElastigroupGke#location}. --- @@ -2905,7 +2905,7 @@ new ElastigroupGkeIntegrationGkeAutoscaleDown { | **Name** | **Type** | **Description** | | --- | --- | --- | -| EvaluationPeriods | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. | +| EvaluationPeriods | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. | --- @@ -2917,7 +2917,7 @@ public double EvaluationPeriods { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. --- @@ -2939,9 +2939,9 @@ new ElastigroupGkeIntegrationGkeAutoscaleHeadroom { | **Name** | **Type** | **Description** | | --- | --- | --- | -| CpuPerUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/elastigroup_gke#num_of_units ElastigroupGke#num_of_units}. | --- @@ -2953,7 +2953,7 @@ public double CpuPerUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#cpu_per_unit ElastigroupGke#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#cpu_per_unit ElastigroupGke#cpu_per_unit}. --- @@ -2965,7 +2965,7 @@ public double MemoryPerUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#memory_per_unit ElastigroupGke#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#memory_per_unit ElastigroupGke#memory_per_unit}. --- @@ -2977,7 +2977,7 @@ public double NumOfUnits { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#num_of_units ElastigroupGke#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#num_of_units ElastigroupGke#num_of_units}. --- @@ -2998,8 +2998,8 @@ new ElastigroupGkeIntegrationGkeAutoscaleLabels { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#key ElastigroupGke#key}. | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | +| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. | +| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | --- @@ -3011,7 +3011,7 @@ public string Key { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#key ElastigroupGke#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. --- @@ -3023,7 +3023,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#value ElastigroupGke#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. --- @@ -3044,8 +3044,8 @@ new ElastigroupGkeLabels { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#key ElastigroupGke#key}. | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | +| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. | +| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | --- @@ -3057,7 +3057,7 @@ public string Key { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#key ElastigroupGke#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. --- @@ -3069,7 +3069,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#value ElastigroupGke#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. --- @@ -3090,8 +3090,8 @@ new ElastigroupGkeMetadata { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#key ElastigroupGke#key}. | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | +| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. | +| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | --- @@ -3103,7 +3103,7 @@ public string Key { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#key ElastigroupGke#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. --- @@ -3115,7 +3115,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#value ElastigroupGke#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. --- @@ -3137,7 +3137,7 @@ new ElastigroupGkeNetworkInterface { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Network | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#network ElastigroupGke#network}. | +| Network | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#network ElastigroupGke#network}. | | AccessConfigs | object | access_configs block. | | AliasIpRanges | object | alias_ip_ranges block. | @@ -3151,7 +3151,7 @@ public string Network { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#network ElastigroupGke#network}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#network ElastigroupGke#network}. --- @@ -3165,7 +3165,7 @@ public object AccessConfigs { get; set; } access_configs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#access_configs ElastigroupGke#access_configs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#access_configs ElastigroupGke#access_configs} --- @@ -3179,7 +3179,7 @@ public object AliasIpRanges { get; set; } alias_ip_ranges block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#alias_ip_ranges ElastigroupGke#alias_ip_ranges} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#alias_ip_ranges ElastigroupGke#alias_ip_ranges} --- @@ -3200,8 +3200,8 @@ new ElastigroupGkeNetworkInterfaceAccessConfigs { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#name ElastigroupGke#name}. | -| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#type ElastigroupGke#type}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. | +| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. | --- @@ -3213,7 +3213,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#name ElastigroupGke#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. --- @@ -3225,7 +3225,7 @@ public string Type { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#type ElastigroupGke#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. --- @@ -3246,8 +3246,8 @@ new ElastigroupGkeNetworkInterfaceAliasIpRanges { | **Name** | **Type** | **Description** | | --- | --- | --- | -| IpCidrRange | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/elastigroup_gke#subnetwork_range_name ElastigroupGke#subnetwork_range_name}. | --- @@ -3259,7 +3259,7 @@ public string IpCidrRange { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#ip_cidr_range ElastigroupGke#ip_cidr_range}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#ip_cidr_range ElastigroupGke#ip_cidr_range}. --- @@ -3271,7 +3271,7 @@ public string SubnetworkRangeName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#subnetwork_range_name ElastigroupGke#subnetwork_range_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#subnetwork_range_name ElastigroupGke#subnetwork_range_name}. --- @@ -3304,20 +3304,20 @@ new ElastigroupGkeScalingDownPolicy { | **Name** | **Type** | **Description** | | --- | --- | --- | -| MetricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#metric_name ElastigroupGke#metric_name}. | -| Namespace | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#namespace ElastigroupGke#namespace}. | -| PolicyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#policy_name ElastigroupGke#policy_name}. | -| Threshold | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#threshold ElastigroupGke#threshold}. | -| Unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#unit ElastigroupGke#unit}. | -| ActionType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#action_type ElastigroupGke#action_type}. | -| Adjustment | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#adjustment ElastigroupGke#adjustment}. | -| Cooldown | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#cooldown ElastigroupGke#cooldown}. | +| MetricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_gke#namespace ElastigroupGke#namespace}. | +| PolicyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_gke#threshold ElastigroupGke#threshold}. | +| Unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#unit ElastigroupGke#unit}. | +| ActionType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_gke#adjustment ElastigroupGke#adjustment}. | +| Cooldown | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. | -| Operator | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#operator ElastigroupGke#operator}. | -| Period | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#period ElastigroupGke#period}. | -| Source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#source ElastigroupGke#source}. | -| Statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#statistic ElastigroupGke#statistic}. | +| EvaluationPeriods | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_gke#operator ElastigroupGke#operator}. | +| Period | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#period ElastigroupGke#period}. | +| Source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. | +| Statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#statistic ElastigroupGke#statistic}. | --- @@ -3329,7 +3329,7 @@ public string MetricName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#metric_name ElastigroupGke#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#metric_name ElastigroupGke#metric_name}. --- @@ -3341,7 +3341,7 @@ public string Namespace { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#namespace ElastigroupGke#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#namespace ElastigroupGke#namespace}. --- @@ -3353,7 +3353,7 @@ public string PolicyName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#policy_name ElastigroupGke#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#policy_name ElastigroupGke#policy_name}. --- @@ -3365,7 +3365,7 @@ public double Threshold { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#threshold ElastigroupGke#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#threshold ElastigroupGke#threshold}. --- @@ -3377,7 +3377,7 @@ public string Unit { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#unit ElastigroupGke#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#unit ElastigroupGke#unit}. --- @@ -3389,7 +3389,7 @@ public string ActionType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#action_type ElastigroupGke#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#action_type ElastigroupGke#action_type}. --- @@ -3401,7 +3401,7 @@ public double Adjustment { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#adjustment ElastigroupGke#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#adjustment ElastigroupGke#adjustment}. --- @@ -3413,7 +3413,7 @@ public double Cooldown { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#cooldown ElastigroupGke#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#cooldown ElastigroupGke#cooldown}. --- @@ -3427,7 +3427,7 @@ public object Dimensions { get; set; } dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#dimensions ElastigroupGke#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#dimensions ElastigroupGke#dimensions} --- @@ -3439,7 +3439,7 @@ public double EvaluationPeriods { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. --- @@ -3451,7 +3451,7 @@ public string Operator { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#operator ElastigroupGke#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#operator ElastigroupGke#operator}. --- @@ -3463,7 +3463,7 @@ public double Period { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#period ElastigroupGke#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#period ElastigroupGke#period}. --- @@ -3475,7 +3475,7 @@ public string Source { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#source ElastigroupGke#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. --- @@ -3487,7 +3487,7 @@ public string Statistic { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#statistic ElastigroupGke#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#statistic ElastigroupGke#statistic}. --- @@ -3508,8 +3508,8 @@ new ElastigroupGkeScalingDownPolicyDimensions { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#name ElastigroupGke#name}. | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. | +| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | --- @@ -3521,7 +3521,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#name ElastigroupGke#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. --- @@ -3533,7 +3533,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#value ElastigroupGke#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. --- @@ -3566,20 +3566,20 @@ new ElastigroupGkeScalingUpPolicy { | **Name** | **Type** | **Description** | | --- | --- | --- | -| MetricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#metric_name ElastigroupGke#metric_name}. | -| Namespace | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#namespace ElastigroupGke#namespace}. | -| PolicyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#policy_name ElastigroupGke#policy_name}. | -| Threshold | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#threshold ElastigroupGke#threshold}. | -| Unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#unit ElastigroupGke#unit}. | -| ActionType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#action_type ElastigroupGke#action_type}. | -| Adjustment | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#adjustment ElastigroupGke#adjustment}. | -| Cooldown | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#cooldown ElastigroupGke#cooldown}. | +| MetricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_gke#namespace ElastigroupGke#namespace}. | +| PolicyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_gke#threshold ElastigroupGke#threshold}. | +| Unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#unit ElastigroupGke#unit}. | +| ActionType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_gke#adjustment ElastigroupGke#adjustment}. | +| Cooldown | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. | -| Operator | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#operator ElastigroupGke#operator}. | -| Period | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#period ElastigroupGke#period}. | -| Source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#source ElastigroupGke#source}. | -| Statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#statistic ElastigroupGke#statistic}. | +| EvaluationPeriods | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_gke#operator ElastigroupGke#operator}. | +| Period | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#period ElastigroupGke#period}. | +| Source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. | +| Statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#statistic ElastigroupGke#statistic}. | --- @@ -3591,7 +3591,7 @@ public string MetricName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#metric_name ElastigroupGke#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#metric_name ElastigroupGke#metric_name}. --- @@ -3603,7 +3603,7 @@ public string Namespace { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#namespace ElastigroupGke#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#namespace ElastigroupGke#namespace}. --- @@ -3615,7 +3615,7 @@ public string PolicyName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#policy_name ElastigroupGke#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#policy_name ElastigroupGke#policy_name}. --- @@ -3627,7 +3627,7 @@ public double Threshold { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#threshold ElastigroupGke#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#threshold ElastigroupGke#threshold}. --- @@ -3639,7 +3639,7 @@ public string Unit { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#unit ElastigroupGke#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#unit ElastigroupGke#unit}. --- @@ -3651,7 +3651,7 @@ public string ActionType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#action_type ElastigroupGke#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#action_type ElastigroupGke#action_type}. --- @@ -3663,7 +3663,7 @@ public double Adjustment { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#adjustment ElastigroupGke#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#adjustment ElastigroupGke#adjustment}. --- @@ -3675,7 +3675,7 @@ public double Cooldown { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#cooldown ElastigroupGke#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#cooldown ElastigroupGke#cooldown}. --- @@ -3689,7 +3689,7 @@ public object Dimensions { get; set; } dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#dimensions ElastigroupGke#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#dimensions ElastigroupGke#dimensions} --- @@ -3701,7 +3701,7 @@ public double EvaluationPeriods { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. --- @@ -3713,7 +3713,7 @@ public string Operator { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#operator ElastigroupGke#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#operator ElastigroupGke#operator}. --- @@ -3725,7 +3725,7 @@ public double Period { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#period ElastigroupGke#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#period ElastigroupGke#period}. --- @@ -3737,7 +3737,7 @@ public string Source { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#source ElastigroupGke#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. --- @@ -3749,7 +3749,7 @@ public string Statistic { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#statistic ElastigroupGke#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#statistic ElastigroupGke#statistic}. --- @@ -3770,8 +3770,8 @@ new ElastigroupGkeScalingUpPolicyDimensions { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#name ElastigroupGke#name}. | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. | +| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | --- @@ -3783,7 +3783,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#name ElastigroupGke#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. --- @@ -3795,7 +3795,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#value ElastigroupGke#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. --- diff --git a/docs/elastigroupGke.go.md b/docs/elastigroupGke.go.md index 859266ac4..090eecef0 100644 --- a/docs/elastigroupGke.go.md +++ b/docs/elastigroupGke.go.md @@ -4,7 +4,7 @@ ### ElastigroupGke -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke spotinst_elastigroup_gke}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke spotinst_elastigroup_gke}. #### Initializers @@ -813,7 +813,7 @@ The construct id used in the generated config for the ElastigroupGke to import. The id of the existing ElastigroupGke that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#import import section} in the documentation of this resource for the id to use --- @@ -1731,10 +1731,10 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke" | **Name** | **Type** | **Description** | | --- | --- | --- | -| ServiceName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#service_name ElastigroupGke#service_name}. | -| LocationType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#location_type ElastigroupGke#location_type}. | +| ServiceName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.169.1/docs/resources/elastigroup_gke#scheme ElastigroupGke#scheme}. | +| Scheme | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#scheme ElastigroupGke#scheme}. | --- @@ -1746,7 +1746,7 @@ ServiceName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#service_name ElastigroupGke#service_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#service_name ElastigroupGke#service_name}. --- @@ -1758,7 +1758,7 @@ LocationType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#location_type ElastigroupGke#location_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#location_type ElastigroupGke#location_type}. --- @@ -1772,7 +1772,7 @@ NamedPorts interface{} named_ports block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#named_ports ElastigroupGke#named_ports} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#named_ports ElastigroupGke#named_ports} --- @@ -1784,7 +1784,7 @@ Scheme *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#scheme ElastigroupGke#scheme}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#scheme ElastigroupGke#scheme}. --- @@ -1805,8 +1805,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#name ElastigroupGke#name}. | -| Ports | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#ports ElastigroupGke#ports}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. | +| Ports | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#ports ElastigroupGke#ports}. | --- @@ -1818,7 +1818,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#name ElastigroupGke#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. --- @@ -1830,7 +1830,7 @@ Ports *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#ports ElastigroupGke#ports}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#ports ElastigroupGke#ports}. --- @@ -1895,38 +1895,38 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke" | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| ClusterZoneName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_gke#desired_capacity ElastigroupGke#desired_capacity}. | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#name ElastigroupGke#name}. | +| ClusterZoneName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.169.1/docs/resources/elastigroup_gke#cluster_id ElastigroupGke#cluster_id}. | +| ClusterId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gke#draining_timeout ElastigroupGke#draining_timeout}. | -| FallbackToOndemand | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.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.169.1/docs/resources/elastigroup_gke#id ElastigroupGke#id}. | -| InstanceNamePrefix | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_gke#id ElastigroupGke#id}. | +| InstanceNamePrefix | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.169.1/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.170.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.170.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.169.1/docs/resources/elastigroup_gke#ip_forwarding ElastigroupGke#ip_forwarding}. | +| IpForwarding | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gke#max_size ElastigroupGke#max_size}. | +| MaxSize | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gke#min_size ElastigroupGke#min_size}. | +| MinSize | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gke#node_image ElastigroupGke#node_image}. | -| OndemandCount | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#ondemand_count ElastigroupGke#ondemand_count}. | -| PreemptiblePercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#preemptible_percentage ElastigroupGke#preemptible_percentage}. | -| ProvisioningModel | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#provisioning_model ElastigroupGke#provisioning_model}. | +| NodeImage | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.169.1/docs/resources/elastigroup_gke#service_account ElastigroupGke#service_account}. | -| ShutdownScript | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#shutdown_script ElastigroupGke#shutdown_script}. | -| StartupScript | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#startup_script ElastigroupGke#startup_script}. | -| Tags | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#tags ElastigroupGke#tags}. | +| ServiceAccount | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.0/docs/resources/elastigroup_gke#tags ElastigroupGke#tags}. | --- @@ -2008,7 +2008,7 @@ ClusterZoneName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#cluster_zone_name ElastigroupGke#cluster_zone_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#cluster_zone_name ElastigroupGke#cluster_zone_name}. --- @@ -2020,7 +2020,7 @@ DesiredCapacity *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#desired_capacity ElastigroupGke#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#desired_capacity ElastigroupGke#desired_capacity}. --- @@ -2032,7 +2032,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#name ElastigroupGke#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. --- @@ -2046,7 +2046,7 @@ BackendServices interface{} backend_services block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#backend_services ElastigroupGke#backend_services} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#backend_services ElastigroupGke#backend_services} --- @@ -2058,7 +2058,7 @@ ClusterId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#cluster_id ElastigroupGke#cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#cluster_id ElastigroupGke#cluster_id}. --- @@ -2072,7 +2072,7 @@ Disk interface{} disk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#disk ElastigroupGke#disk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#disk ElastigroupGke#disk} --- @@ -2084,7 +2084,7 @@ DrainingTimeout *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#draining_timeout ElastigroupGke#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#draining_timeout ElastigroupGke#draining_timeout}. --- @@ -2096,7 +2096,7 @@ FallbackToOndemand interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#fallback_to_ondemand ElastigroupGke#fallback_to_ondemand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#fallback_to_ondemand ElastigroupGke#fallback_to_ondemand}. --- @@ -2110,7 +2110,7 @@ Gpu interface{} gpu block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#gpu ElastigroupGke#gpu} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#gpu ElastigroupGke#gpu} --- @@ -2122,7 +2122,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#id ElastigroupGke#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. @@ -2137,7 +2137,7 @@ InstanceNamePrefix *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#instance_name_prefix ElastigroupGke#instance_name_prefix}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#instance_name_prefix ElastigroupGke#instance_name_prefix}. --- @@ -2151,7 +2151,7 @@ InstanceTypesCustom interface{} instance_types_custom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#instance_types_custom ElastigroupGke#instance_types_custom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#instance_types_custom ElastigroupGke#instance_types_custom} --- @@ -2163,7 +2163,7 @@ InstanceTypesOndemand *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#instance_types_ondemand ElastigroupGke#instance_types_ondemand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#instance_types_ondemand ElastigroupGke#instance_types_ondemand}. --- @@ -2175,7 +2175,7 @@ InstanceTypesPreemptible *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#instance_types_preemptible ElastigroupGke#instance_types_preemptible}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#instance_types_preemptible ElastigroupGke#instance_types_preemptible}. --- @@ -2189,7 +2189,7 @@ IntegrationDockerSwarm ElastigroupGkeIntegrationDockerSwarm integration_docker_swarm block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#integration_docker_swarm ElastigroupGke#integration_docker_swarm} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#integration_docker_swarm ElastigroupGke#integration_docker_swarm} --- @@ -2203,7 +2203,7 @@ IntegrationGke ElastigroupGkeIntegrationGke integration_gke block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#integration_gke ElastigroupGke#integration_gke} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#integration_gke ElastigroupGke#integration_gke} --- @@ -2215,7 +2215,7 @@ IpForwarding interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#ip_forwarding ElastigroupGke#ip_forwarding}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#ip_forwarding ElastigroupGke#ip_forwarding}. --- @@ -2229,7 +2229,7 @@ Labels interface{} labels block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#labels ElastigroupGke#labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#labels ElastigroupGke#labels} --- @@ -2241,7 +2241,7 @@ MaxSize *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#max_size ElastigroupGke#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#max_size ElastigroupGke#max_size}. --- @@ -2255,7 +2255,7 @@ Metadata interface{} metadata block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#metadata ElastigroupGke#metadata} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#metadata ElastigroupGke#metadata} --- @@ -2267,7 +2267,7 @@ MinSize *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#min_size ElastigroupGke#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#min_size ElastigroupGke#min_size}. --- @@ -2281,7 +2281,7 @@ NetworkInterface interface{} network_interface block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#network_interface ElastigroupGke#network_interface} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#network_interface ElastigroupGke#network_interface} --- @@ -2293,7 +2293,7 @@ NodeImage *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#node_image ElastigroupGke#node_image}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#node_image ElastigroupGke#node_image}. --- @@ -2305,7 +2305,7 @@ OndemandCount *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#ondemand_count ElastigroupGke#ondemand_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#ondemand_count ElastigroupGke#ondemand_count}. --- @@ -2317,7 +2317,7 @@ PreemptiblePercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#preemptible_percentage ElastigroupGke#preemptible_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#preemptible_percentage ElastigroupGke#preemptible_percentage}. --- @@ -2329,7 +2329,7 @@ ProvisioningModel *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#provisioning_model ElastigroupGke#provisioning_model}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#provisioning_model ElastigroupGke#provisioning_model}. --- @@ -2343,7 +2343,7 @@ ScalingDownPolicy interface{} scaling_down_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#scaling_down_policy ElastigroupGke#scaling_down_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#scaling_down_policy ElastigroupGke#scaling_down_policy} --- @@ -2357,7 +2357,7 @@ ScalingUpPolicy interface{} scaling_up_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#scaling_up_policy ElastigroupGke#scaling_up_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#scaling_up_policy ElastigroupGke#scaling_up_policy} --- @@ -2369,7 +2369,7 @@ ServiceAccount *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#service_account ElastigroupGke#service_account}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#service_account ElastigroupGke#service_account}. --- @@ -2381,7 +2381,7 @@ ShutdownScript *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#shutdown_script ElastigroupGke#shutdown_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#shutdown_script ElastigroupGke#shutdown_script}. --- @@ -2393,7 +2393,7 @@ StartupScript *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#startup_script ElastigroupGke#startup_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#startup_script ElastigroupGke#startup_script}. --- @@ -2405,7 +2405,7 @@ Tags *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#tags ElastigroupGke#tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#tags ElastigroupGke#tags}. --- @@ -2432,14 +2432,14 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke" | **Name** | **Type** | **Description** | | --- | --- | --- | -| AutoDelete | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#auto_delete ElastigroupGke#auto_delete}. | -| Boot | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#boot ElastigroupGke#boot}. | -| DeviceName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#device_name ElastigroupGke#device_name}. | +| AutoDelete | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_gke#boot ElastigroupGke#boot}. | +| DeviceName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gke#interface ElastigroupGke#interface}. | -| Mode | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#mode ElastigroupGke#mode}. | -| Source | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#source ElastigroupGke#source}. | -| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#type ElastigroupGke#type}. | +| Interface | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#interface ElastigroupGke#interface}. | +| Mode | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#mode ElastigroupGke#mode}. | +| Source | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. | +| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. | --- @@ -2451,7 +2451,7 @@ AutoDelete interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#auto_delete ElastigroupGke#auto_delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#auto_delete ElastigroupGke#auto_delete}. --- @@ -2463,7 +2463,7 @@ Boot interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#boot ElastigroupGke#boot}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#boot ElastigroupGke#boot}. --- @@ -2475,7 +2475,7 @@ DeviceName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#device_name ElastigroupGke#device_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#device_name ElastigroupGke#device_name}. --- @@ -2489,7 +2489,7 @@ InitializeParams interface{} initialize_params block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#initialize_params ElastigroupGke#initialize_params} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#initialize_params ElastigroupGke#initialize_params} --- @@ -2501,7 +2501,7 @@ Interface *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#interface ElastigroupGke#interface}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#interface ElastigroupGke#interface}. --- @@ -2513,7 +2513,7 @@ Mode *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#mode ElastigroupGke#mode}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#mode ElastigroupGke#mode}. --- @@ -2525,7 +2525,7 @@ Source *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#source ElastigroupGke#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. --- @@ -2537,7 +2537,7 @@ Type *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#type ElastigroupGke#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. --- @@ -2559,9 +2559,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke" | **Name** | **Type** | **Description** | | --- | --- | --- | -| SourceImage | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#source_image ElastigroupGke#source_image}. | -| DiskSizeGb | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_gke#disk_type ElastigroupGke#disk_type}. | +| SourceImage | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.0/docs/resources/elastigroup_gke#disk_type ElastigroupGke#disk_type}. | --- @@ -2573,7 +2573,7 @@ SourceImage *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#source_image ElastigroupGke#source_image}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#source_image ElastigroupGke#source_image}. --- @@ -2585,7 +2585,7 @@ DiskSizeGb *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#disk_size_gb ElastigroupGke#disk_size_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#disk_size_gb ElastigroupGke#disk_size_gb}. --- @@ -2597,7 +2597,7 @@ DiskType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#disk_type ElastigroupGke#disk_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#disk_type ElastigroupGke#disk_type}. --- @@ -2618,8 +2618,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Count | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#count ElastigroupGke#count}. | -| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#type ElastigroupGke#type}. | +| Count | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#count ElastigroupGke#count}. | +| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. | --- @@ -2631,7 +2631,7 @@ Count *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#count ElastigroupGke#count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#count ElastigroupGke#count}. --- @@ -2643,7 +2643,7 @@ Type *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#type ElastigroupGke#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. --- @@ -2664,8 +2664,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke" | **Name** | **Type** | **Description** | | --- | --- | --- | -| MemoryGib | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#memory_gib ElastigroupGke#memory_gib}. | -| Vcpu | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#vcpu ElastigroupGke#vcpu}. | +| MemoryGib | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_gke#vcpu ElastigroupGke#vcpu}. | --- @@ -2677,7 +2677,7 @@ MemoryGib *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#memory_gib ElastigroupGke#memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#memory_gib ElastigroupGke#memory_gib}. --- @@ -2689,7 +2689,7 @@ Vcpu *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#vcpu ElastigroupGke#vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#vcpu ElastigroupGke#vcpu}. --- @@ -2710,8 +2710,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke" | **Name** | **Type** | **Description** | | --- | --- | --- | -| MasterHost | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#master_host ElastigroupGke#master_host}. | -| MasterPort | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#master_port ElastigroupGke#master_port}. | +| MasterHost | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_gke#master_port ElastigroupGke#master_port}. | --- @@ -2723,7 +2723,7 @@ MasterHost *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#master_host ElastigroupGke#master_host}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#master_host ElastigroupGke#master_host}. --- @@ -2735,7 +2735,7 @@ MasterPort *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#master_port ElastigroupGke#master_port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#master_port ElastigroupGke#master_port}. --- @@ -2763,15 +2763,15 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke" | **Name** | **Type** | **Description** | | --- | --- | --- | -| AutoscaleCooldown | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#autoscale_cooldown ElastigroupGke#autoscale_cooldown}. | +| AutoscaleCooldown | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.169.1/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.170.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.170.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.169.1/docs/resources/elastigroup_gke#auto_update ElastigroupGke#auto_update}. | -| ClusterId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#cluster_id ElastigroupGke#cluster_id}. | -| Location | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#location ElastigroupGke#location}. | +| AutoUpdate | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.0/docs/resources/elastigroup_gke#location ElastigroupGke#location}. | --- @@ -2783,7 +2783,7 @@ AutoscaleCooldown *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#autoscale_cooldown ElastigroupGke#autoscale_cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#autoscale_cooldown ElastigroupGke#autoscale_cooldown}. --- @@ -2797,7 +2797,7 @@ AutoscaleDown ElastigroupGkeIntegrationGkeAutoscaleDown autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#autoscale_down ElastigroupGke#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#autoscale_down ElastigroupGke#autoscale_down} --- @@ -2811,7 +2811,7 @@ AutoscaleHeadroom ElastigroupGkeIntegrationGkeAutoscaleHeadroom autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#autoscale_headroom ElastigroupGke#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#autoscale_headroom ElastigroupGke#autoscale_headroom} --- @@ -2823,7 +2823,7 @@ AutoscaleIsAutoConfig interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_gke#autoscale_is_auto_config ElastigroupGke#autoscale_is_auto_config}. --- @@ -2835,7 +2835,7 @@ AutoscaleIsEnabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#autoscale_is_enabled ElastigroupGke#autoscale_is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#autoscale_is_enabled ElastigroupGke#autoscale_is_enabled}. --- @@ -2849,7 +2849,7 @@ AutoscaleLabels interface{} autoscale_labels block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#autoscale_labels ElastigroupGke#autoscale_labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#autoscale_labels ElastigroupGke#autoscale_labels} --- @@ -2861,7 +2861,7 @@ AutoUpdate interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#auto_update ElastigroupGke#auto_update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#auto_update ElastigroupGke#auto_update}. --- @@ -2873,7 +2873,7 @@ ClusterId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#cluster_id ElastigroupGke#cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#cluster_id ElastigroupGke#cluster_id}. --- @@ -2885,7 +2885,7 @@ Location *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#location ElastigroupGke#location}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#location ElastigroupGke#location}. --- @@ -2905,7 +2905,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke" | **Name** | **Type** | **Description** | | --- | --- | --- | -| EvaluationPeriods | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. | +| EvaluationPeriods | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. | --- @@ -2917,7 +2917,7 @@ EvaluationPeriods *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. --- @@ -2939,9 +2939,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke" | **Name** | **Type** | **Description** | | --- | --- | --- | -| CpuPerUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/elastigroup_gke#num_of_units ElastigroupGke#num_of_units}. | --- @@ -2953,7 +2953,7 @@ CpuPerUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#cpu_per_unit ElastigroupGke#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#cpu_per_unit ElastigroupGke#cpu_per_unit}. --- @@ -2965,7 +2965,7 @@ MemoryPerUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#memory_per_unit ElastigroupGke#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#memory_per_unit ElastigroupGke#memory_per_unit}. --- @@ -2977,7 +2977,7 @@ NumOfUnits *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#num_of_units ElastigroupGke#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#num_of_units ElastigroupGke#num_of_units}. --- @@ -2998,8 +2998,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#key ElastigroupGke#key}. | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | +| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. | +| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | --- @@ -3011,7 +3011,7 @@ Key *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#key ElastigroupGke#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. --- @@ -3023,7 +3023,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#value ElastigroupGke#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. --- @@ -3044,8 +3044,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#key ElastigroupGke#key}. | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | +| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. | +| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | --- @@ -3057,7 +3057,7 @@ Key *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#key ElastigroupGke#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. --- @@ -3069,7 +3069,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#value ElastigroupGke#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. --- @@ -3090,8 +3090,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#key ElastigroupGke#key}. | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | +| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. | +| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | --- @@ -3103,7 +3103,7 @@ Key *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#key ElastigroupGke#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. --- @@ -3115,7 +3115,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#value ElastigroupGke#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. --- @@ -3137,7 +3137,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Network | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#network ElastigroupGke#network}. | +| Network | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#network ElastigroupGke#network}. | | AccessConfigs | interface{} | access_configs block. | | AliasIpRanges | interface{} | alias_ip_ranges block. | @@ -3151,7 +3151,7 @@ Network *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#network ElastigroupGke#network}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#network ElastigroupGke#network}. --- @@ -3165,7 +3165,7 @@ AccessConfigs interface{} access_configs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#access_configs ElastigroupGke#access_configs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#access_configs ElastigroupGke#access_configs} --- @@ -3179,7 +3179,7 @@ AliasIpRanges interface{} alias_ip_ranges block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#alias_ip_ranges ElastigroupGke#alias_ip_ranges} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#alias_ip_ranges ElastigroupGke#alias_ip_ranges} --- @@ -3200,8 +3200,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#name ElastigroupGke#name}. | -| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#type ElastigroupGke#type}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. | +| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. | --- @@ -3213,7 +3213,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#name ElastigroupGke#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. --- @@ -3225,7 +3225,7 @@ Type *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#type ElastigroupGke#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. --- @@ -3246,8 +3246,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke" | **Name** | **Type** | **Description** | | --- | --- | --- | -| IpCidrRange | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/elastigroup_gke#subnetwork_range_name ElastigroupGke#subnetwork_range_name}. | --- @@ -3259,7 +3259,7 @@ IpCidrRange *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#ip_cidr_range ElastigroupGke#ip_cidr_range}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#ip_cidr_range ElastigroupGke#ip_cidr_range}. --- @@ -3271,7 +3271,7 @@ SubnetworkRangeName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#subnetwork_range_name ElastigroupGke#subnetwork_range_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#subnetwork_range_name ElastigroupGke#subnetwork_range_name}. --- @@ -3304,20 +3304,20 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke" | **Name** | **Type** | **Description** | | --- | --- | --- | -| MetricName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#metric_name ElastigroupGke#metric_name}. | -| Namespace | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#namespace ElastigroupGke#namespace}. | -| PolicyName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#policy_name ElastigroupGke#policy_name}. | -| Threshold | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#threshold ElastigroupGke#threshold}. | -| Unit | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#unit ElastigroupGke#unit}. | -| ActionType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#action_type ElastigroupGke#action_type}. | -| Adjustment | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#adjustment ElastigroupGke#adjustment}. | -| Cooldown | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#cooldown ElastigroupGke#cooldown}. | +| MetricName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_gke#namespace ElastigroupGke#namespace}. | +| PolicyName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_gke#threshold ElastigroupGke#threshold}. | +| Unit | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#unit ElastigroupGke#unit}. | +| ActionType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_gke#adjustment ElastigroupGke#adjustment}. | +| Cooldown | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. | -| Operator | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#operator ElastigroupGke#operator}. | -| Period | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#period ElastigroupGke#period}. | -| Source | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#source ElastigroupGke#source}. | -| Statistic | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#statistic ElastigroupGke#statistic}. | +| EvaluationPeriods | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_gke#operator ElastigroupGke#operator}. | +| Period | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#period ElastigroupGke#period}. | +| Source | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. | +| Statistic | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#statistic ElastigroupGke#statistic}. | --- @@ -3329,7 +3329,7 @@ MetricName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#metric_name ElastigroupGke#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#metric_name ElastigroupGke#metric_name}. --- @@ -3341,7 +3341,7 @@ Namespace *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#namespace ElastigroupGke#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#namespace ElastigroupGke#namespace}. --- @@ -3353,7 +3353,7 @@ PolicyName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#policy_name ElastigroupGke#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#policy_name ElastigroupGke#policy_name}. --- @@ -3365,7 +3365,7 @@ Threshold *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#threshold ElastigroupGke#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#threshold ElastigroupGke#threshold}. --- @@ -3377,7 +3377,7 @@ Unit *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#unit ElastigroupGke#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#unit ElastigroupGke#unit}. --- @@ -3389,7 +3389,7 @@ ActionType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#action_type ElastigroupGke#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#action_type ElastigroupGke#action_type}. --- @@ -3401,7 +3401,7 @@ Adjustment *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#adjustment ElastigroupGke#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#adjustment ElastigroupGke#adjustment}. --- @@ -3413,7 +3413,7 @@ Cooldown *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#cooldown ElastigroupGke#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#cooldown ElastigroupGke#cooldown}. --- @@ -3427,7 +3427,7 @@ Dimensions interface{} dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#dimensions ElastigroupGke#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#dimensions ElastigroupGke#dimensions} --- @@ -3439,7 +3439,7 @@ EvaluationPeriods *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. --- @@ -3451,7 +3451,7 @@ Operator *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#operator ElastigroupGke#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#operator ElastigroupGke#operator}. --- @@ -3463,7 +3463,7 @@ Period *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#period ElastigroupGke#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#period ElastigroupGke#period}. --- @@ -3475,7 +3475,7 @@ Source *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#source ElastigroupGke#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. --- @@ -3487,7 +3487,7 @@ Statistic *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#statistic ElastigroupGke#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#statistic ElastigroupGke#statistic}. --- @@ -3508,8 +3508,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#name ElastigroupGke#name}. | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. | +| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | --- @@ -3521,7 +3521,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#name ElastigroupGke#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. --- @@ -3533,7 +3533,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#value ElastigroupGke#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. --- @@ -3566,20 +3566,20 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke" | **Name** | **Type** | **Description** | | --- | --- | --- | -| MetricName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#metric_name ElastigroupGke#metric_name}. | -| Namespace | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#namespace ElastigroupGke#namespace}. | -| PolicyName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#policy_name ElastigroupGke#policy_name}. | -| Threshold | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#threshold ElastigroupGke#threshold}. | -| Unit | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#unit ElastigroupGke#unit}. | -| ActionType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#action_type ElastigroupGke#action_type}. | -| Adjustment | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#adjustment ElastigroupGke#adjustment}. | -| Cooldown | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#cooldown ElastigroupGke#cooldown}. | +| MetricName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_gke#namespace ElastigroupGke#namespace}. | +| PolicyName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_gke#threshold ElastigroupGke#threshold}. | +| Unit | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#unit ElastigroupGke#unit}. | +| ActionType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_gke#adjustment ElastigroupGke#adjustment}. | +| Cooldown | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. | -| Operator | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#operator ElastigroupGke#operator}. | -| Period | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#period ElastigroupGke#period}. | -| Source | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#source ElastigroupGke#source}. | -| Statistic | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#statistic ElastigroupGke#statistic}. | +| EvaluationPeriods | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_gke#operator ElastigroupGke#operator}. | +| Period | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#period ElastigroupGke#period}. | +| Source | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. | +| Statistic | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#statistic ElastigroupGke#statistic}. | --- @@ -3591,7 +3591,7 @@ MetricName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#metric_name ElastigroupGke#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#metric_name ElastigroupGke#metric_name}. --- @@ -3603,7 +3603,7 @@ Namespace *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#namespace ElastigroupGke#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#namespace ElastigroupGke#namespace}. --- @@ -3615,7 +3615,7 @@ PolicyName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#policy_name ElastigroupGke#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#policy_name ElastigroupGke#policy_name}. --- @@ -3627,7 +3627,7 @@ Threshold *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#threshold ElastigroupGke#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#threshold ElastigroupGke#threshold}. --- @@ -3639,7 +3639,7 @@ Unit *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#unit ElastigroupGke#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#unit ElastigroupGke#unit}. --- @@ -3651,7 +3651,7 @@ ActionType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#action_type ElastigroupGke#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#action_type ElastigroupGke#action_type}. --- @@ -3663,7 +3663,7 @@ Adjustment *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#adjustment ElastigroupGke#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#adjustment ElastigroupGke#adjustment}. --- @@ -3675,7 +3675,7 @@ Cooldown *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#cooldown ElastigroupGke#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#cooldown ElastigroupGke#cooldown}. --- @@ -3689,7 +3689,7 @@ Dimensions interface{} dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#dimensions ElastigroupGke#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#dimensions ElastigroupGke#dimensions} --- @@ -3701,7 +3701,7 @@ EvaluationPeriods *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. --- @@ -3713,7 +3713,7 @@ Operator *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#operator ElastigroupGke#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#operator ElastigroupGke#operator}. --- @@ -3725,7 +3725,7 @@ Period *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#period ElastigroupGke#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#period ElastigroupGke#period}. --- @@ -3737,7 +3737,7 @@ Source *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#source ElastigroupGke#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. --- @@ -3749,7 +3749,7 @@ Statistic *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#statistic ElastigroupGke#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#statistic ElastigroupGke#statistic}. --- @@ -3770,8 +3770,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#name ElastigroupGke#name}. | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. | +| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | --- @@ -3783,7 +3783,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#name ElastigroupGke#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. --- @@ -3795,7 +3795,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#value ElastigroupGke#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. --- diff --git a/docs/elastigroupGke.java.md b/docs/elastigroupGke.java.md index 51313aab5..751528735 100644 --- a/docs/elastigroupGke.java.md +++ b/docs/elastigroupGke.java.md @@ -4,7 +4,7 @@ ### ElastigroupGke -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke spotinst_elastigroup_gke}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke spotinst_elastigroup_gke}. #### Initializers @@ -80,38 +80,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.169.1/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.169.1/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.169.1/docs/resources/elastigroup_gke#name ElastigroupGke#name}. | +| clusterZoneName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.169.1/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.170.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.169.1/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.169.1/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.170.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.170.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.169.1/docs/resources/elastigroup_gke#id ElastigroupGke#id}. | -| instanceNamePrefix | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.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.169.1/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.169.1/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.170.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.170.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.169.1/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.170.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.169.1/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.170.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.169.1/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.170.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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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.169.1/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.169.1/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.169.1/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.169.1/docs/resources/elastigroup_gke#tags ElastigroupGke#tags}. | +| serviceAccount | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.0/docs/resources/elastigroup_gke#tags ElastigroupGke#tags}. | --- @@ -179,7 +179,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.169.1/docs/resources/elastigroup_gke#cluster_zone_name ElastigroupGke#cluster_zone_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#cluster_zone_name ElastigroupGke#cluster_zone_name}. --- @@ -187,7 +187,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.169.1/docs/resources/elastigroup_gke#desired_capacity ElastigroupGke#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#desired_capacity ElastigroupGke#desired_capacity}. --- @@ -195,7 +195,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#name ElastigroupGke#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. --- @@ -205,7 +205,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.169.1/docs/resources/elastigroup_gke#backend_services ElastigroupGke#backend_services} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#backend_services ElastigroupGke#backend_services} --- @@ -213,7 +213,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#cluster_id ElastigroupGke#cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#cluster_id ElastigroupGke#cluster_id}. --- @@ -223,7 +223,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.169.1/docs/resources/elastigroup_gke#disk ElastigroupGke#disk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#disk ElastigroupGke#disk} --- @@ -231,7 +231,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.169.1/docs/resources/elastigroup_gke#draining_timeout ElastigroupGke#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#draining_timeout ElastigroupGke#draining_timeout}. --- @@ -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.169.1/docs/resources/elastigroup_gke#fallback_to_ondemand ElastigroupGke#fallback_to_ondemand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#fallback_to_ondemand ElastigroupGke#fallback_to_ondemand}. --- @@ -249,7 +249,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.169.1/docs/resources/elastigroup_gke#gpu ElastigroupGke#gpu} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#gpu ElastigroupGke#gpu} --- @@ -257,7 +257,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#id ElastigroupGke#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. @@ -268,7 +268,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.169.1/docs/resources/elastigroup_gke#instance_name_prefix ElastigroupGke#instance_name_prefix}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#instance_name_prefix ElastigroupGke#instance_name_prefix}. --- @@ -278,7 +278,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.169.1/docs/resources/elastigroup_gke#instance_types_custom ElastigroupGke#instance_types_custom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#instance_types_custom ElastigroupGke#instance_types_custom} --- @@ -286,7 +286,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#instance_types_ondemand ElastigroupGke#instance_types_ondemand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#instance_types_ondemand ElastigroupGke#instance_types_ondemand}. --- @@ -294,7 +294,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.169.1/docs/resources/elastigroup_gke#instance_types_preemptible ElastigroupGke#instance_types_preemptible}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#instance_types_preemptible ElastigroupGke#instance_types_preemptible}. --- @@ -304,7 +304,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.169.1/docs/resources/elastigroup_gke#integration_docker_swarm ElastigroupGke#integration_docker_swarm} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#integration_docker_swarm ElastigroupGke#integration_docker_swarm} --- @@ -314,7 +314,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.169.1/docs/resources/elastigroup_gke#integration_gke ElastigroupGke#integration_gke} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#integration_gke ElastigroupGke#integration_gke} --- @@ -322,7 +322,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.169.1/docs/resources/elastigroup_gke#ip_forwarding ElastigroupGke#ip_forwarding}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#ip_forwarding ElastigroupGke#ip_forwarding}. --- @@ -332,7 +332,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.169.1/docs/resources/elastigroup_gke#labels ElastigroupGke#labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#labels ElastigroupGke#labels} --- @@ -340,7 +340,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.169.1/docs/resources/elastigroup_gke#max_size ElastigroupGke#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#max_size ElastigroupGke#max_size}. --- @@ -350,7 +350,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.169.1/docs/resources/elastigroup_gke#metadata ElastigroupGke#metadata} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#metadata ElastigroupGke#metadata} --- @@ -358,7 +358,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.169.1/docs/resources/elastigroup_gke#min_size ElastigroupGke#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#min_size ElastigroupGke#min_size}. --- @@ -368,7 +368,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.169.1/docs/resources/elastigroup_gke#network_interface ElastigroupGke#network_interface} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#network_interface ElastigroupGke#network_interface} --- @@ -376,7 +376,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#node_image ElastigroupGke#node_image}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#node_image ElastigroupGke#node_image}. --- @@ -384,7 +384,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#ondemand_count ElastigroupGke#ondemand_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#ondemand_count ElastigroupGke#ondemand_count}. --- @@ -392,7 +392,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.169.1/docs/resources/elastigroup_gke#preemptible_percentage ElastigroupGke#preemptible_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#preemptible_percentage ElastigroupGke#preemptible_percentage}. --- @@ -400,7 +400,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#provisioning_model ElastigroupGke#provisioning_model}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#provisioning_model ElastigroupGke#provisioning_model}. --- @@ -410,7 +410,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.169.1/docs/resources/elastigroup_gke#scaling_down_policy ElastigroupGke#scaling_down_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#scaling_down_policy ElastigroupGke#scaling_down_policy} --- @@ -420,7 +420,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.169.1/docs/resources/elastigroup_gke#scaling_up_policy ElastigroupGke#scaling_up_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#scaling_up_policy ElastigroupGke#scaling_up_policy} --- @@ -428,7 +428,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#service_account ElastigroupGke#service_account}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#service_account ElastigroupGke#service_account}. --- @@ -436,7 +436,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#shutdown_script ElastigroupGke#shutdown_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#shutdown_script ElastigroupGke#shutdown_script}. --- @@ -444,7 +444,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#startup_script ElastigroupGke#startup_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#startup_script ElastigroupGke#startup_script}. --- @@ -452,7 +452,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.169.1/docs/resources/elastigroup_gke#tags ElastigroupGke#tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#tags ElastigroupGke#tags}. --- @@ -1225,7 +1225,7 @@ The construct id used in the generated config for the ElastigroupGke to import. The id of the existing ElastigroupGke that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#import import section} in the documentation of this resource for the id to use --- @@ -2144,10 +2144,10 @@ ElastigroupGkeBackendServices.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| serviceName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.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.169.1/docs/resources/elastigroup_gke#scheme ElastigroupGke#scheme}. | +| scheme | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#scheme ElastigroupGke#scheme}. | --- @@ -2159,7 +2159,7 @@ public java.lang.String getServiceName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#service_name ElastigroupGke#service_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#service_name ElastigroupGke#service_name}. --- @@ -2171,7 +2171,7 @@ public java.lang.String getLocationType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#location_type ElastigroupGke#location_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#location_type ElastigroupGke#location_type}. --- @@ -2185,7 +2185,7 @@ public java.lang.Object getNamedPorts(); named_ports block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#named_ports ElastigroupGke#named_ports} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#named_ports ElastigroupGke#named_ports} --- @@ -2197,7 +2197,7 @@ public java.lang.String getScheme(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#scheme ElastigroupGke#scheme}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#scheme ElastigroupGke#scheme}. --- @@ -2218,8 +2218,8 @@ ElastigroupGkeBackendServicesNamedPorts.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#name ElastigroupGke#name}. | -| ports | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#ports ElastigroupGke#ports}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_gke#ports ElastigroupGke#ports}. | --- @@ -2231,7 +2231,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#name ElastigroupGke#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. --- @@ -2243,7 +2243,7 @@ public java.util.List getPorts(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#ports ElastigroupGke#ports}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#ports ElastigroupGke#ports}. --- @@ -2323,38 +2323,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.169.1/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.169.1/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.169.1/docs/resources/elastigroup_gke#name ElastigroupGke#name}. | +| clusterZoneName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.169.1/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.170.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.169.1/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.169.1/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.170.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.170.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.169.1/docs/resources/elastigroup_gke#id ElastigroupGke#id}. | -| instanceNamePrefix | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.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.169.1/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.169.1/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.170.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.170.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.169.1/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.170.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.169.1/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.170.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.169.1/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.170.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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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.169.1/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.169.1/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.169.1/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.169.1/docs/resources/elastigroup_gke#tags ElastigroupGke#tags}. | +| serviceAccount | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.0/docs/resources/elastigroup_gke#tags ElastigroupGke#tags}. | --- @@ -2436,7 +2436,7 @@ public java.lang.String getClusterZoneName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#cluster_zone_name ElastigroupGke#cluster_zone_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#cluster_zone_name ElastigroupGke#cluster_zone_name}. --- @@ -2448,7 +2448,7 @@ public java.lang.Number getDesiredCapacity(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#desired_capacity ElastigroupGke#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#desired_capacity ElastigroupGke#desired_capacity}. --- @@ -2460,7 +2460,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#name ElastigroupGke#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. --- @@ -2474,7 +2474,7 @@ public java.lang.Object getBackendServices(); backend_services block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#backend_services ElastigroupGke#backend_services} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#backend_services ElastigroupGke#backend_services} --- @@ -2486,7 +2486,7 @@ public java.lang.String getClusterId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#cluster_id ElastigroupGke#cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#cluster_id ElastigroupGke#cluster_id}. --- @@ -2500,7 +2500,7 @@ public java.lang.Object getDisk(); disk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#disk ElastigroupGke#disk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#disk ElastigroupGke#disk} --- @@ -2512,7 +2512,7 @@ public java.lang.Number getDrainingTimeout(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#draining_timeout ElastigroupGke#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#draining_timeout ElastigroupGke#draining_timeout}. --- @@ -2524,7 +2524,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.169.1/docs/resources/elastigroup_gke#fallback_to_ondemand ElastigroupGke#fallback_to_ondemand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#fallback_to_ondemand ElastigroupGke#fallback_to_ondemand}. --- @@ -2538,7 +2538,7 @@ public java.lang.Object getGpu(); gpu block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#gpu ElastigroupGke#gpu} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#gpu ElastigroupGke#gpu} --- @@ -2550,7 +2550,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#id ElastigroupGke#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. @@ -2565,7 +2565,7 @@ public java.lang.String getInstanceNamePrefix(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#instance_name_prefix ElastigroupGke#instance_name_prefix}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#instance_name_prefix ElastigroupGke#instance_name_prefix}. --- @@ -2579,7 +2579,7 @@ public java.lang.Object getInstanceTypesCustom(); instance_types_custom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#instance_types_custom ElastigroupGke#instance_types_custom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#instance_types_custom ElastigroupGke#instance_types_custom} --- @@ -2591,7 +2591,7 @@ public java.lang.String getInstanceTypesOndemand(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#instance_types_ondemand ElastigroupGke#instance_types_ondemand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#instance_types_ondemand ElastigroupGke#instance_types_ondemand}. --- @@ -2603,7 +2603,7 @@ public java.util.List getInstanceTypesPreemptible(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#instance_types_preemptible ElastigroupGke#instance_types_preemptible}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#instance_types_preemptible ElastigroupGke#instance_types_preemptible}. --- @@ -2617,7 +2617,7 @@ public ElastigroupGkeIntegrationDockerSwarm getIntegrationDockerSwarm(); integration_docker_swarm block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#integration_docker_swarm ElastigroupGke#integration_docker_swarm} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#integration_docker_swarm ElastigroupGke#integration_docker_swarm} --- @@ -2631,7 +2631,7 @@ public ElastigroupGkeIntegrationGke getIntegrationGke(); integration_gke block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#integration_gke ElastigroupGke#integration_gke} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#integration_gke ElastigroupGke#integration_gke} --- @@ -2643,7 +2643,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.169.1/docs/resources/elastigroup_gke#ip_forwarding ElastigroupGke#ip_forwarding}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#ip_forwarding ElastigroupGke#ip_forwarding}. --- @@ -2657,7 +2657,7 @@ public java.lang.Object getLabels(); labels block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#labels ElastigroupGke#labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#labels ElastigroupGke#labels} --- @@ -2669,7 +2669,7 @@ public java.lang.Number getMaxSize(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#max_size ElastigroupGke#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#max_size ElastigroupGke#max_size}. --- @@ -2683,7 +2683,7 @@ public java.lang.Object getMetadata(); metadata block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#metadata ElastigroupGke#metadata} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#metadata ElastigroupGke#metadata} --- @@ -2695,7 +2695,7 @@ public java.lang.Number getMinSize(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#min_size ElastigroupGke#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#min_size ElastigroupGke#min_size}. --- @@ -2709,7 +2709,7 @@ public java.lang.Object getNetworkInterface(); network_interface block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#network_interface ElastigroupGke#network_interface} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#network_interface ElastigroupGke#network_interface} --- @@ -2721,7 +2721,7 @@ public java.lang.String getNodeImage(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#node_image ElastigroupGke#node_image}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#node_image ElastigroupGke#node_image}. --- @@ -2733,7 +2733,7 @@ public java.lang.Number getOndemandCount(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#ondemand_count ElastigroupGke#ondemand_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#ondemand_count ElastigroupGke#ondemand_count}. --- @@ -2745,7 +2745,7 @@ public java.lang.Number getPreemptiblePercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#preemptible_percentage ElastigroupGke#preemptible_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#preemptible_percentage ElastigroupGke#preemptible_percentage}. --- @@ -2757,7 +2757,7 @@ public java.lang.String getProvisioningModel(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#provisioning_model ElastigroupGke#provisioning_model}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#provisioning_model ElastigroupGke#provisioning_model}. --- @@ -2771,7 +2771,7 @@ public java.lang.Object getScalingDownPolicy(); scaling_down_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#scaling_down_policy ElastigroupGke#scaling_down_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#scaling_down_policy ElastigroupGke#scaling_down_policy} --- @@ -2785,7 +2785,7 @@ public java.lang.Object getScalingUpPolicy(); scaling_up_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#scaling_up_policy ElastigroupGke#scaling_up_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#scaling_up_policy ElastigroupGke#scaling_up_policy} --- @@ -2797,7 +2797,7 @@ public java.lang.String getServiceAccount(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#service_account ElastigroupGke#service_account}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#service_account ElastigroupGke#service_account}. --- @@ -2809,7 +2809,7 @@ public java.lang.String getShutdownScript(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#shutdown_script ElastigroupGke#shutdown_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#shutdown_script ElastigroupGke#shutdown_script}. --- @@ -2821,7 +2821,7 @@ public java.lang.String getStartupScript(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#startup_script ElastigroupGke#startup_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#startup_script ElastigroupGke#startup_script}. --- @@ -2833,7 +2833,7 @@ public java.util.List getTags(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#tags ElastigroupGke#tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#tags ElastigroupGke#tags}. --- @@ -2863,14 +2863,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.169.1/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.169.1/docs/resources/elastigroup_gke#boot ElastigroupGke#boot}. | -| deviceName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.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.170.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.169.1/docs/resources/elastigroup_gke#interface ElastigroupGke#interface}. | -| mode | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#mode ElastigroupGke#mode}. | -| source | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#source ElastigroupGke#source}. | -| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#type ElastigroupGke#type}. | +| interface | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. | --- @@ -2882,7 +2882,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.169.1/docs/resources/elastigroup_gke#auto_delete ElastigroupGke#auto_delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#auto_delete ElastigroupGke#auto_delete}. --- @@ -2894,7 +2894,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.169.1/docs/resources/elastigroup_gke#boot ElastigroupGke#boot}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#boot ElastigroupGke#boot}. --- @@ -2906,7 +2906,7 @@ public java.lang.String getDeviceName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#device_name ElastigroupGke#device_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#device_name ElastigroupGke#device_name}. --- @@ -2920,7 +2920,7 @@ public java.lang.Object getInitializeParams(); initialize_params block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#initialize_params ElastigroupGke#initialize_params} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#initialize_params ElastigroupGke#initialize_params} --- @@ -2932,7 +2932,7 @@ public java.lang.String getInterface(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#interface ElastigroupGke#interface}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#interface ElastigroupGke#interface}. --- @@ -2944,7 +2944,7 @@ public java.lang.String getMode(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#mode ElastigroupGke#mode}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#mode ElastigroupGke#mode}. --- @@ -2956,7 +2956,7 @@ public java.lang.String getSource(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#source ElastigroupGke#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. --- @@ -2968,7 +2968,7 @@ public java.lang.String getType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#type ElastigroupGke#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. --- @@ -2990,9 +2990,9 @@ ElastigroupGkeDiskInitializeParams.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| sourceImage | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/elastigroup_gke#disk_type ElastigroupGke#disk_type}. | --- @@ -3004,7 +3004,7 @@ public java.lang.String getSourceImage(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#source_image ElastigroupGke#source_image}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#source_image ElastigroupGke#source_image}. --- @@ -3016,7 +3016,7 @@ public java.lang.String getDiskSizeGb(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#disk_size_gb ElastigroupGke#disk_size_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#disk_size_gb ElastigroupGke#disk_size_gb}. --- @@ -3028,7 +3028,7 @@ public java.lang.String getDiskType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#disk_type ElastigroupGke#disk_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#disk_type ElastigroupGke#disk_type}. --- @@ -3049,8 +3049,8 @@ ElastigroupGkeGpu.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| count | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#count ElastigroupGke#count}. | -| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#type ElastigroupGke#type}. | +| count | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. | --- @@ -3062,7 +3062,7 @@ public java.lang.Number getCount(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#count ElastigroupGke#count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#count ElastigroupGke#count}. --- @@ -3074,7 +3074,7 @@ public java.lang.String getType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#type ElastigroupGke#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. --- @@ -3095,8 +3095,8 @@ ElastigroupGkeInstanceTypesCustom.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| memoryGib | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_gke#vcpu ElastigroupGke#vcpu}. | +| memoryGib | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_gke#vcpu ElastigroupGke#vcpu}. | --- @@ -3108,7 +3108,7 @@ public java.lang.Number getMemoryGib(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#memory_gib ElastigroupGke#memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#memory_gib ElastigroupGke#memory_gib}. --- @@ -3120,7 +3120,7 @@ public java.lang.Number getVcpu(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#vcpu ElastigroupGke#vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#vcpu ElastigroupGke#vcpu}. --- @@ -3141,8 +3141,8 @@ ElastigroupGkeIntegrationDockerSwarm.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| masterHost | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/elastigroup_gke#master_port ElastigroupGke#master_port}. | --- @@ -3154,7 +3154,7 @@ public java.lang.String getMasterHost(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#master_host ElastigroupGke#master_host}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#master_host ElastigroupGke#master_host}. --- @@ -3166,7 +3166,7 @@ public java.lang.Number getMasterPort(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#master_port ElastigroupGke#master_port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#master_port ElastigroupGke#master_port}. --- @@ -3198,15 +3198,15 @@ ElastigroupGkeIntegrationGke.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| autoscaleCooldown | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.169.1/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.169.1/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.170.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.170.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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/elastigroup_gke#location ElastigroupGke#location}. | --- @@ -3218,7 +3218,7 @@ public java.lang.Number getAutoscaleCooldown(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#autoscale_cooldown ElastigroupGke#autoscale_cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#autoscale_cooldown ElastigroupGke#autoscale_cooldown}. --- @@ -3232,7 +3232,7 @@ public ElastigroupGkeIntegrationGkeAutoscaleDown getAutoscaleDown(); autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#autoscale_down ElastigroupGke#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#autoscale_down ElastigroupGke#autoscale_down} --- @@ -3246,7 +3246,7 @@ public ElastigroupGkeIntegrationGkeAutoscaleHeadroom getAutoscaleHeadroom(); autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#autoscale_headroom ElastigroupGke#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#autoscale_headroom ElastigroupGke#autoscale_headroom} --- @@ -3258,7 +3258,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.169.1/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.170.0/docs/resources/elastigroup_gke#autoscale_is_auto_config ElastigroupGke#autoscale_is_auto_config}. --- @@ -3270,7 +3270,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.169.1/docs/resources/elastigroup_gke#autoscale_is_enabled ElastigroupGke#autoscale_is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#autoscale_is_enabled ElastigroupGke#autoscale_is_enabled}. --- @@ -3284,7 +3284,7 @@ public java.lang.Object getAutoscaleLabels(); autoscale_labels block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#autoscale_labels ElastigroupGke#autoscale_labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#autoscale_labels ElastigroupGke#autoscale_labels} --- @@ -3296,7 +3296,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.169.1/docs/resources/elastigroup_gke#auto_update ElastigroupGke#auto_update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#auto_update ElastigroupGke#auto_update}. --- @@ -3308,7 +3308,7 @@ public java.lang.String getClusterId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#cluster_id ElastigroupGke#cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#cluster_id ElastigroupGke#cluster_id}. --- @@ -3320,7 +3320,7 @@ public java.lang.String getLocation(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#location ElastigroupGke#location}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#location ElastigroupGke#location}. --- @@ -3340,7 +3340,7 @@ ElastigroupGkeIntegrationGkeAutoscaleDown.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| evaluationPeriods | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. | --- @@ -3352,7 +3352,7 @@ public java.lang.Number getEvaluationPeriods(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. --- @@ -3374,9 +3374,9 @@ ElastigroupGkeIntegrationGkeAutoscaleHeadroom.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| cpuPerUnit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/elastigroup_gke#num_of_units ElastigroupGke#num_of_units}. | --- @@ -3388,7 +3388,7 @@ public java.lang.Number getCpuPerUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#cpu_per_unit ElastigroupGke#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#cpu_per_unit ElastigroupGke#cpu_per_unit}. --- @@ -3400,7 +3400,7 @@ public java.lang.Number getMemoryPerUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#memory_per_unit ElastigroupGke#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#memory_per_unit ElastigroupGke#memory_per_unit}. --- @@ -3412,7 +3412,7 @@ public java.lang.Number getNumOfUnits(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#num_of_units ElastigroupGke#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#num_of_units ElastigroupGke#num_of_units}. --- @@ -3433,8 +3433,8 @@ ElastigroupGkeIntegrationGkeAutoscaleLabels.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#key ElastigroupGke#key}. | -| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | +| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | --- @@ -3446,7 +3446,7 @@ public java.lang.String getKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#key ElastigroupGke#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. --- @@ -3458,7 +3458,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#value ElastigroupGke#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. --- @@ -3479,8 +3479,8 @@ ElastigroupGkeLabels.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#key ElastigroupGke#key}. | -| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | +| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | --- @@ -3492,7 +3492,7 @@ public java.lang.String getKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#key ElastigroupGke#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. --- @@ -3504,7 +3504,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#value ElastigroupGke#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. --- @@ -3525,8 +3525,8 @@ ElastigroupGkeMetadata.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#key ElastigroupGke#key}. | -| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | +| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | --- @@ -3538,7 +3538,7 @@ public java.lang.String getKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#key ElastigroupGke#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. --- @@ -3550,7 +3550,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#value ElastigroupGke#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. --- @@ -3574,7 +3574,7 @@ ElastigroupGkeNetworkInterface.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| network | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#network ElastigroupGke#network}. | +| network | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. | @@ -3588,7 +3588,7 @@ public java.lang.String getNetwork(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#network ElastigroupGke#network}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#network ElastigroupGke#network}. --- @@ -3602,7 +3602,7 @@ public java.lang.Object getAccessConfigs(); access_configs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#access_configs ElastigroupGke#access_configs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#access_configs ElastigroupGke#access_configs} --- @@ -3616,7 +3616,7 @@ public java.lang.Object getAliasIpRanges(); alias_ip_ranges block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#alias_ip_ranges ElastigroupGke#alias_ip_ranges} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#alias_ip_ranges ElastigroupGke#alias_ip_ranges} --- @@ -3637,8 +3637,8 @@ ElastigroupGkeNetworkInterfaceAccessConfigs.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#name ElastigroupGke#name}. | -| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#type ElastigroupGke#type}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. | --- @@ -3650,7 +3650,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#name ElastigroupGke#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. --- @@ -3662,7 +3662,7 @@ public java.lang.String getType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#type ElastigroupGke#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. --- @@ -3683,8 +3683,8 @@ ElastigroupGkeNetworkInterfaceAliasIpRanges.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| ipCidrRange | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/elastigroup_gke#subnetwork_range_name ElastigroupGke#subnetwork_range_name}. | --- @@ -3696,7 +3696,7 @@ public java.lang.String getIpCidrRange(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#ip_cidr_range ElastigroupGke#ip_cidr_range}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#ip_cidr_range ElastigroupGke#ip_cidr_range}. --- @@ -3708,7 +3708,7 @@ public java.lang.String getSubnetworkRangeName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#subnetwork_range_name ElastigroupGke#subnetwork_range_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#subnetwork_range_name ElastigroupGke#subnetwork_range_name}. --- @@ -3742,20 +3742,20 @@ ElastigroupGkeScalingDownPolicy.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| metricName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_gke#namespace ElastigroupGke#namespace}. | -| policyName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_gke#threshold ElastigroupGke#threshold}. | -| unit | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#unit ElastigroupGke#unit}. | -| actionType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_gke#adjustment ElastigroupGke#adjustment}. | -| cooldown | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#cooldown ElastigroupGke#cooldown}. | +| metricName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.169.1/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.169.1/docs/resources/elastigroup_gke#operator ElastigroupGke#operator}. | -| period | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#period ElastigroupGke#period}. | -| source | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#source ElastigroupGke#source}. | -| statistic | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#statistic ElastigroupGke#statistic}. | +| evaluationPeriods | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.170.0/docs/resources/elastigroup_gke#statistic ElastigroupGke#statistic}. | --- @@ -3767,7 +3767,7 @@ public java.lang.String getMetricName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#metric_name ElastigroupGke#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#metric_name ElastigroupGke#metric_name}. --- @@ -3779,7 +3779,7 @@ public java.lang.String getNamespace(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#namespace ElastigroupGke#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#namespace ElastigroupGke#namespace}. --- @@ -3791,7 +3791,7 @@ public java.lang.String getPolicyName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#policy_name ElastigroupGke#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#policy_name ElastigroupGke#policy_name}. --- @@ -3803,7 +3803,7 @@ public java.lang.Number getThreshold(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#threshold ElastigroupGke#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#threshold ElastigroupGke#threshold}. --- @@ -3815,7 +3815,7 @@ public java.lang.String getUnit(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#unit ElastigroupGke#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#unit ElastigroupGke#unit}. --- @@ -3827,7 +3827,7 @@ public java.lang.String getActionType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#action_type ElastigroupGke#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#action_type ElastigroupGke#action_type}. --- @@ -3839,7 +3839,7 @@ public java.lang.Number getAdjustment(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#adjustment ElastigroupGke#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#adjustment ElastigroupGke#adjustment}. --- @@ -3851,7 +3851,7 @@ public java.lang.Number getCooldown(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#cooldown ElastigroupGke#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#cooldown ElastigroupGke#cooldown}. --- @@ -3865,7 +3865,7 @@ public java.lang.Object getDimensions(); dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#dimensions ElastigroupGke#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#dimensions ElastigroupGke#dimensions} --- @@ -3877,7 +3877,7 @@ public java.lang.Number getEvaluationPeriods(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. --- @@ -3889,7 +3889,7 @@ public java.lang.String getOperator(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#operator ElastigroupGke#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#operator ElastigroupGke#operator}. --- @@ -3901,7 +3901,7 @@ public java.lang.Number getPeriod(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#period ElastigroupGke#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#period ElastigroupGke#period}. --- @@ -3913,7 +3913,7 @@ public java.lang.String getSource(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#source ElastigroupGke#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. --- @@ -3925,7 +3925,7 @@ public java.lang.String getStatistic(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#statistic ElastigroupGke#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#statistic ElastigroupGke#statistic}. --- @@ -3946,8 +3946,8 @@ ElastigroupGkeScalingDownPolicyDimensions.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#name ElastigroupGke#name}. | -| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | --- @@ -3959,7 +3959,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#name ElastigroupGke#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. --- @@ -3971,7 +3971,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#value ElastigroupGke#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. --- @@ -4005,20 +4005,20 @@ ElastigroupGkeScalingUpPolicy.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| metricName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_gke#namespace ElastigroupGke#namespace}. | -| policyName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_gke#threshold ElastigroupGke#threshold}. | -| unit | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#unit ElastigroupGke#unit}. | -| actionType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_gke#adjustment ElastigroupGke#adjustment}. | -| cooldown | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#cooldown ElastigroupGke#cooldown}. | +| metricName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.169.1/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.169.1/docs/resources/elastigroup_gke#operator ElastigroupGke#operator}. | -| period | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#period ElastigroupGke#period}. | -| source | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#source ElastigroupGke#source}. | -| statistic | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#statistic ElastigroupGke#statistic}. | +| evaluationPeriods | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.170.0/docs/resources/elastigroup_gke#statistic ElastigroupGke#statistic}. | --- @@ -4030,7 +4030,7 @@ public java.lang.String getMetricName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#metric_name ElastigroupGke#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#metric_name ElastigroupGke#metric_name}. --- @@ -4042,7 +4042,7 @@ public java.lang.String getNamespace(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#namespace ElastigroupGke#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#namespace ElastigroupGke#namespace}. --- @@ -4054,7 +4054,7 @@ public java.lang.String getPolicyName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#policy_name ElastigroupGke#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#policy_name ElastigroupGke#policy_name}. --- @@ -4066,7 +4066,7 @@ public java.lang.Number getThreshold(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#threshold ElastigroupGke#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#threshold ElastigroupGke#threshold}. --- @@ -4078,7 +4078,7 @@ public java.lang.String getUnit(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#unit ElastigroupGke#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#unit ElastigroupGke#unit}. --- @@ -4090,7 +4090,7 @@ public java.lang.String getActionType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#action_type ElastigroupGke#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#action_type ElastigroupGke#action_type}. --- @@ -4102,7 +4102,7 @@ public java.lang.Number getAdjustment(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#adjustment ElastigroupGke#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#adjustment ElastigroupGke#adjustment}. --- @@ -4114,7 +4114,7 @@ public java.lang.Number getCooldown(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#cooldown ElastigroupGke#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#cooldown ElastigroupGke#cooldown}. --- @@ -4128,7 +4128,7 @@ public java.lang.Object getDimensions(); dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#dimensions ElastigroupGke#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#dimensions ElastigroupGke#dimensions} --- @@ -4140,7 +4140,7 @@ public java.lang.Number getEvaluationPeriods(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. --- @@ -4152,7 +4152,7 @@ public java.lang.String getOperator(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#operator ElastigroupGke#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#operator ElastigroupGke#operator}. --- @@ -4164,7 +4164,7 @@ public java.lang.Number getPeriod(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#period ElastigroupGke#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#period ElastigroupGke#period}. --- @@ -4176,7 +4176,7 @@ public java.lang.String getSource(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#source ElastigroupGke#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. --- @@ -4188,7 +4188,7 @@ public java.lang.String getStatistic(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#statistic ElastigroupGke#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#statistic ElastigroupGke#statistic}. --- @@ -4209,8 +4209,8 @@ ElastigroupGkeScalingUpPolicyDimensions.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#name ElastigroupGke#name}. | -| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | --- @@ -4222,7 +4222,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#name ElastigroupGke#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. --- @@ -4234,7 +4234,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#value ElastigroupGke#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. --- diff --git a/docs/elastigroupGke.python.md b/docs/elastigroupGke.python.md index edb0850bd..e6e123725 100644 --- a/docs/elastigroupGke.python.md +++ b/docs/elastigroupGke.python.md @@ -4,7 +4,7 @@ ### ElastigroupGke -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke spotinst_elastigroup_gke}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke spotinst_elastigroup_gke}. #### Initializers @@ -67,38 +67,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.169.1/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.169.1/docs/resources/elastigroup_gke#desired_capacity ElastigroupGke#desired_capacity}. | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#name ElastigroupGke#name}. | +| cluster_zone_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.169.1/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.170.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.169.1/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.169.1/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.170.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.170.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.169.1/docs/resources/elastigroup_gke#id ElastigroupGke#id}. | -| instance_name_prefix | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.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.169.1/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.169.1/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.170.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.170.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.169.1/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.170.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.169.1/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.170.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.169.1/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.170.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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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.169.1/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.169.1/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.169.1/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.169.1/docs/resources/elastigroup_gke#tags ElastigroupGke#tags}. | +| service_account | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.0/docs/resources/elastigroup_gke#tags ElastigroupGke#tags}. | --- @@ -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.169.1/docs/resources/elastigroup_gke#cluster_zone_name ElastigroupGke#cluster_zone_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#cluster_zone_name ElastigroupGke#cluster_zone_name}. --- @@ -174,7 +174,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#desired_capacity ElastigroupGke#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#desired_capacity ElastigroupGke#desired_capacity}. --- @@ -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.169.1/docs/resources/elastigroup_gke#name ElastigroupGke#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. --- @@ -192,7 +192,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.169.1/docs/resources/elastigroup_gke#backend_services ElastigroupGke#backend_services} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#backend_services ElastigroupGke#backend_services} --- @@ -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.169.1/docs/resources/elastigroup_gke#cluster_id ElastigroupGke#cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#cluster_id ElastigroupGke#cluster_id}. --- @@ -210,7 +210,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.169.1/docs/resources/elastigroup_gke#disk ElastigroupGke#disk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#disk ElastigroupGke#disk} --- @@ -218,7 +218,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#draining_timeout ElastigroupGke#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#draining_timeout ElastigroupGke#draining_timeout}. --- @@ -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.169.1/docs/resources/elastigroup_gke#fallback_to_ondemand ElastigroupGke#fallback_to_ondemand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#fallback_to_ondemand ElastigroupGke#fallback_to_ondemand}. --- @@ -236,7 +236,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.169.1/docs/resources/elastigroup_gke#gpu ElastigroupGke#gpu} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#gpu ElastigroupGke#gpu} --- @@ -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.169.1/docs/resources/elastigroup_gke#id ElastigroupGke#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. @@ -255,7 +255,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.169.1/docs/resources/elastigroup_gke#instance_name_prefix ElastigroupGke#instance_name_prefix}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#instance_name_prefix ElastigroupGke#instance_name_prefix}. --- @@ -265,7 +265,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.169.1/docs/resources/elastigroup_gke#instance_types_custom ElastigroupGke#instance_types_custom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#instance_types_custom ElastigroupGke#instance_types_custom} --- @@ -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.169.1/docs/resources/elastigroup_gke#instance_types_ondemand ElastigroupGke#instance_types_ondemand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#instance_types_ondemand ElastigroupGke#instance_types_ondemand}. --- @@ -281,7 +281,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.169.1/docs/resources/elastigroup_gke#instance_types_preemptible ElastigroupGke#instance_types_preemptible}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#instance_types_preemptible ElastigroupGke#instance_types_preemptible}. --- @@ -291,7 +291,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.169.1/docs/resources/elastigroup_gke#integration_docker_swarm ElastigroupGke#integration_docker_swarm} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#integration_docker_swarm ElastigroupGke#integration_docker_swarm} --- @@ -301,7 +301,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.169.1/docs/resources/elastigroup_gke#integration_gke ElastigroupGke#integration_gke} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#integration_gke ElastigroupGke#integration_gke} --- @@ -309,7 +309,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#ip_forwarding ElastigroupGke#ip_forwarding}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#ip_forwarding ElastigroupGke#ip_forwarding}. --- @@ -319,7 +319,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.169.1/docs/resources/elastigroup_gke#labels ElastigroupGke#labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#labels ElastigroupGke#labels} --- @@ -327,7 +327,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#max_size ElastigroupGke#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#max_size ElastigroupGke#max_size}. --- @@ -337,7 +337,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.169.1/docs/resources/elastigroup_gke#metadata ElastigroupGke#metadata} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#metadata ElastigroupGke#metadata} --- @@ -345,7 +345,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#min_size ElastigroupGke#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#min_size ElastigroupGke#min_size}. --- @@ -355,7 +355,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.169.1/docs/resources/elastigroup_gke#network_interface ElastigroupGke#network_interface} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#network_interface ElastigroupGke#network_interface} --- @@ -363,7 +363,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#node_image ElastigroupGke#node_image}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#node_image ElastigroupGke#node_image}. --- @@ -371,7 +371,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#ondemand_count ElastigroupGke#ondemand_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#ondemand_count ElastigroupGke#ondemand_count}. --- @@ -379,7 +379,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#preemptible_percentage ElastigroupGke#preemptible_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#preemptible_percentage ElastigroupGke#preemptible_percentage}. --- @@ -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.169.1/docs/resources/elastigroup_gke#provisioning_model ElastigroupGke#provisioning_model}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#provisioning_model ElastigroupGke#provisioning_model}. --- @@ -397,7 +397,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.169.1/docs/resources/elastigroup_gke#scaling_down_policy ElastigroupGke#scaling_down_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#scaling_down_policy ElastigroupGke#scaling_down_policy} --- @@ -407,7 +407,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.169.1/docs/resources/elastigroup_gke#scaling_up_policy ElastigroupGke#scaling_up_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#scaling_up_policy ElastigroupGke#scaling_up_policy} --- @@ -415,7 +415,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#service_account ElastigroupGke#service_account}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#service_account ElastigroupGke#service_account}. --- @@ -423,7 +423,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#shutdown_script ElastigroupGke#shutdown_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#shutdown_script ElastigroupGke#shutdown_script}. --- @@ -431,7 +431,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#startup_script ElastigroupGke#startup_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#startup_script ElastigroupGke#startup_script}. --- @@ -439,7 +439,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.169.1/docs/resources/elastigroup_gke#tags ElastigroupGke#tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#tags ElastigroupGke#tags}. --- @@ -907,7 +907,7 @@ def put_integration_docker_swarm( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#master_host ElastigroupGke#master_host}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#master_host ElastigroupGke#master_host}. --- @@ -915,7 +915,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#master_port ElastigroupGke#master_port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#master_port ElastigroupGke#master_port}. --- @@ -939,7 +939,7 @@ def put_integration_gke( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#autoscale_cooldown ElastigroupGke#autoscale_cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#autoscale_cooldown ElastigroupGke#autoscale_cooldown}. --- @@ -949,7 +949,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.169.1/docs/resources/elastigroup_gke#autoscale_down ElastigroupGke#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#autoscale_down ElastigroupGke#autoscale_down} --- @@ -959,7 +959,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.169.1/docs/resources/elastigroup_gke#autoscale_headroom ElastigroupGke#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#autoscale_headroom ElastigroupGke#autoscale_headroom} --- @@ -967,7 +967,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_gke#autoscale_is_auto_config ElastigroupGke#autoscale_is_auto_config}. --- @@ -975,7 +975,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#autoscale_is_enabled ElastigroupGke#autoscale_is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#autoscale_is_enabled ElastigroupGke#autoscale_is_enabled}. --- @@ -985,7 +985,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.169.1/docs/resources/elastigroup_gke#autoscale_labels ElastigroupGke#autoscale_labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#autoscale_labels ElastigroupGke#autoscale_labels} --- @@ -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.169.1/docs/resources/elastigroup_gke#auto_update ElastigroupGke#auto_update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#auto_update ElastigroupGke#auto_update}. --- @@ -1001,7 +1001,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#cluster_id ElastigroupGke#cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#cluster_id ElastigroupGke#cluster_id}. --- @@ -1009,7 +1009,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#location ElastigroupGke#location}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#location ElastigroupGke#location}. --- @@ -1371,7 +1371,7 @@ The construct id used in the generated config for the ElastigroupGke to import. The id of the existing ElastigroupGke that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#import import section} in the documentation of this resource for the id to use --- @@ -2289,10 +2289,10 @@ elastigroupGke.ElastigroupGkeBackendServices( | **Name** | **Type** | **Description** | | --- | --- | --- | -| service_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.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.169.1/docs/resources/elastigroup_gke#scheme ElastigroupGke#scheme}. | +| scheme | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#scheme ElastigroupGke#scheme}. | --- @@ -2304,7 +2304,7 @@ service_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#service_name ElastigroupGke#service_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#service_name ElastigroupGke#service_name}. --- @@ -2316,7 +2316,7 @@ location_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#location_type ElastigroupGke#location_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#location_type ElastigroupGke#location_type}. --- @@ -2330,7 +2330,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.169.1/docs/resources/elastigroup_gke#named_ports ElastigroupGke#named_ports} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#named_ports ElastigroupGke#named_ports} --- @@ -2342,7 +2342,7 @@ scheme: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#scheme ElastigroupGke#scheme}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#scheme ElastigroupGke#scheme}. --- @@ -2363,8 +2363,8 @@ elastigroupGke.ElastigroupGkeBackendServicesNamedPorts( | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#name ElastigroupGke#name}. | -| ports | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#ports ElastigroupGke#ports}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_gke#ports ElastigroupGke#ports}. | --- @@ -2376,7 +2376,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#name ElastigroupGke#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. --- @@ -2388,7 +2388,7 @@ ports: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#ports ElastigroupGke#ports}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#ports ElastigroupGke#ports}. --- @@ -2453,38 +2453,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.169.1/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.169.1/docs/resources/elastigroup_gke#desired_capacity ElastigroupGke#desired_capacity}. | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#name ElastigroupGke#name}. | +| cluster_zone_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.169.1/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.170.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.169.1/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.169.1/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.170.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.170.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.169.1/docs/resources/elastigroup_gke#id ElastigroupGke#id}. | -| instance_name_prefix | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.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.169.1/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.169.1/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.170.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.170.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.169.1/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.170.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.169.1/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.170.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.169.1/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.170.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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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.169.1/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.169.1/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.169.1/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.169.1/docs/resources/elastigroup_gke#tags ElastigroupGke#tags}. | +| service_account | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.0/docs/resources/elastigroup_gke#tags ElastigroupGke#tags}. | --- @@ -2566,7 +2566,7 @@ cluster_zone_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#cluster_zone_name ElastigroupGke#cluster_zone_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#cluster_zone_name ElastigroupGke#cluster_zone_name}. --- @@ -2578,7 +2578,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.169.1/docs/resources/elastigroup_gke#desired_capacity ElastigroupGke#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#desired_capacity ElastigroupGke#desired_capacity}. --- @@ -2590,7 +2590,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#name ElastigroupGke#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. --- @@ -2604,7 +2604,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.169.1/docs/resources/elastigroup_gke#backend_services ElastigroupGke#backend_services} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#backend_services ElastigroupGke#backend_services} --- @@ -2616,7 +2616,7 @@ cluster_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#cluster_id ElastigroupGke#cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#cluster_id ElastigroupGke#cluster_id}. --- @@ -2630,7 +2630,7 @@ disk: typing.Union[IResolvable, typing.List[ElastigroupGkeDisk]] disk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#disk ElastigroupGke#disk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#disk ElastigroupGke#disk} --- @@ -2642,7 +2642,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.169.1/docs/resources/elastigroup_gke#draining_timeout ElastigroupGke#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#draining_timeout ElastigroupGke#draining_timeout}. --- @@ -2654,7 +2654,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.169.1/docs/resources/elastigroup_gke#fallback_to_ondemand ElastigroupGke#fallback_to_ondemand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#fallback_to_ondemand ElastigroupGke#fallback_to_ondemand}. --- @@ -2668,7 +2668,7 @@ gpu: typing.Union[IResolvable, typing.List[ElastigroupGkeGpu]] gpu block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#gpu ElastigroupGke#gpu} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#gpu ElastigroupGke#gpu} --- @@ -2680,7 +2680,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#id ElastigroupGke#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. @@ -2695,7 +2695,7 @@ instance_name_prefix: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#instance_name_prefix ElastigroupGke#instance_name_prefix}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#instance_name_prefix ElastigroupGke#instance_name_prefix}. --- @@ -2709,7 +2709,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.169.1/docs/resources/elastigroup_gke#instance_types_custom ElastigroupGke#instance_types_custom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#instance_types_custom ElastigroupGke#instance_types_custom} --- @@ -2721,7 +2721,7 @@ instance_types_ondemand: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#instance_types_ondemand ElastigroupGke#instance_types_ondemand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#instance_types_ondemand ElastigroupGke#instance_types_ondemand}. --- @@ -2733,7 +2733,7 @@ instance_types_preemptible: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#instance_types_preemptible ElastigroupGke#instance_types_preemptible}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#instance_types_preemptible ElastigroupGke#instance_types_preemptible}. --- @@ -2747,7 +2747,7 @@ integration_docker_swarm: ElastigroupGkeIntegrationDockerSwarm integration_docker_swarm block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#integration_docker_swarm ElastigroupGke#integration_docker_swarm} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#integration_docker_swarm ElastigroupGke#integration_docker_swarm} --- @@ -2761,7 +2761,7 @@ integration_gke: ElastigroupGkeIntegrationGke integration_gke block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#integration_gke ElastigroupGke#integration_gke} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#integration_gke ElastigroupGke#integration_gke} --- @@ -2773,7 +2773,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.169.1/docs/resources/elastigroup_gke#ip_forwarding ElastigroupGke#ip_forwarding}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#ip_forwarding ElastigroupGke#ip_forwarding}. --- @@ -2787,7 +2787,7 @@ labels: typing.Union[IResolvable, typing.List[ElastigroupGkeLabels]] labels block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#labels ElastigroupGke#labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#labels ElastigroupGke#labels} --- @@ -2799,7 +2799,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.169.1/docs/resources/elastigroup_gke#max_size ElastigroupGke#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#max_size ElastigroupGke#max_size}. --- @@ -2813,7 +2813,7 @@ metadata: typing.Union[IResolvable, typing.List[ElastigroupGkeMetadata]] metadata block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#metadata ElastigroupGke#metadata} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#metadata ElastigroupGke#metadata} --- @@ -2825,7 +2825,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.169.1/docs/resources/elastigroup_gke#min_size ElastigroupGke#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#min_size ElastigroupGke#min_size}. --- @@ -2839,7 +2839,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.169.1/docs/resources/elastigroup_gke#network_interface ElastigroupGke#network_interface} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#network_interface ElastigroupGke#network_interface} --- @@ -2851,7 +2851,7 @@ node_image: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#node_image ElastigroupGke#node_image}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#node_image ElastigroupGke#node_image}. --- @@ -2863,7 +2863,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.169.1/docs/resources/elastigroup_gke#ondemand_count ElastigroupGke#ondemand_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#ondemand_count ElastigroupGke#ondemand_count}. --- @@ -2875,7 +2875,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.169.1/docs/resources/elastigroup_gke#preemptible_percentage ElastigroupGke#preemptible_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#preemptible_percentage ElastigroupGke#preemptible_percentage}. --- @@ -2887,7 +2887,7 @@ provisioning_model: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#provisioning_model ElastigroupGke#provisioning_model}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#provisioning_model ElastigroupGke#provisioning_model}. --- @@ -2901,7 +2901,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.169.1/docs/resources/elastigroup_gke#scaling_down_policy ElastigroupGke#scaling_down_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#scaling_down_policy ElastigroupGke#scaling_down_policy} --- @@ -2915,7 +2915,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.169.1/docs/resources/elastigroup_gke#scaling_up_policy ElastigroupGke#scaling_up_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#scaling_up_policy ElastigroupGke#scaling_up_policy} --- @@ -2927,7 +2927,7 @@ service_account: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#service_account ElastigroupGke#service_account}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#service_account ElastigroupGke#service_account}. --- @@ -2939,7 +2939,7 @@ shutdown_script: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#shutdown_script ElastigroupGke#shutdown_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#shutdown_script ElastigroupGke#shutdown_script}. --- @@ -2951,7 +2951,7 @@ startup_script: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#startup_script ElastigroupGke#startup_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#startup_script ElastigroupGke#startup_script}. --- @@ -2963,7 +2963,7 @@ tags: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#tags ElastigroupGke#tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#tags ElastigroupGke#tags}. --- @@ -2990,14 +2990,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.169.1/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.169.1/docs/resources/elastigroup_gke#boot ElastigroupGke#boot}. | -| device_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.0/docs/resources/elastigroup_gke#boot ElastigroupGke#boot}. | +| device_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gke#interface ElastigroupGke#interface}. | -| mode | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#mode ElastigroupGke#mode}. | -| source | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#source ElastigroupGke#source}. | -| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#type ElastigroupGke#type}. | +| interface | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#interface ElastigroupGke#interface}. | +| mode | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#mode ElastigroupGke#mode}. | +| source | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. | +| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. | --- @@ -3009,7 +3009,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.169.1/docs/resources/elastigroup_gke#auto_delete ElastigroupGke#auto_delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#auto_delete ElastigroupGke#auto_delete}. --- @@ -3021,7 +3021,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.169.1/docs/resources/elastigroup_gke#boot ElastigroupGke#boot}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#boot ElastigroupGke#boot}. --- @@ -3033,7 +3033,7 @@ device_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#device_name ElastigroupGke#device_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#device_name ElastigroupGke#device_name}. --- @@ -3047,7 +3047,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.169.1/docs/resources/elastigroup_gke#initialize_params ElastigroupGke#initialize_params} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#initialize_params ElastigroupGke#initialize_params} --- @@ -3059,7 +3059,7 @@ interface: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#interface ElastigroupGke#interface}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#interface ElastigroupGke#interface}. --- @@ -3071,7 +3071,7 @@ mode: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#mode ElastigroupGke#mode}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#mode ElastigroupGke#mode}. --- @@ -3083,7 +3083,7 @@ source: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#source ElastigroupGke#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. --- @@ -3095,7 +3095,7 @@ type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#type ElastigroupGke#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. --- @@ -3117,9 +3117,9 @@ elastigroupGke.ElastigroupGkeDiskInitializeParams( | **Name** | **Type** | **Description** | | --- | --- | --- | -| source_image | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/elastigroup_gke#disk_type ElastigroupGke#disk_type}. | --- @@ -3131,7 +3131,7 @@ source_image: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#source_image ElastigroupGke#source_image}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#source_image ElastigroupGke#source_image}. --- @@ -3143,7 +3143,7 @@ disk_size_gb: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#disk_size_gb ElastigroupGke#disk_size_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#disk_size_gb ElastigroupGke#disk_size_gb}. --- @@ -3155,7 +3155,7 @@ disk_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#disk_type ElastigroupGke#disk_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#disk_type ElastigroupGke#disk_type}. --- @@ -3176,8 +3176,8 @@ elastigroupGke.ElastigroupGkeGpu( | **Name** | **Type** | **Description** | | --- | --- | --- | -| count | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#count ElastigroupGke#count}. | -| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_gke#count ElastigroupGke#count}. | +| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. | --- @@ -3189,7 +3189,7 @@ count: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#count ElastigroupGke#count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#count ElastigroupGke#count}. --- @@ -3201,7 +3201,7 @@ type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#type ElastigroupGke#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. --- @@ -3222,8 +3222,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.169.1/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.169.1/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.170.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.170.0/docs/resources/elastigroup_gke#vcpu ElastigroupGke#vcpu}. | --- @@ -3235,7 +3235,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.169.1/docs/resources/elastigroup_gke#memory_gib ElastigroupGke#memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#memory_gib ElastigroupGke#memory_gib}. --- @@ -3247,7 +3247,7 @@ vcpu: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#vcpu ElastigroupGke#vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#vcpu ElastigroupGke#vcpu}. --- @@ -3268,8 +3268,8 @@ elastigroupGke.ElastigroupGkeIntegrationDockerSwarm( | **Name** | **Type** | **Description** | | --- | --- | --- | -| master_host | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/elastigroup_gke#master_port ElastigroupGke#master_port}. | --- @@ -3281,7 +3281,7 @@ master_host: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#master_host ElastigroupGke#master_host}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#master_host ElastigroupGke#master_host}. --- @@ -3293,7 +3293,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.169.1/docs/resources/elastigroup_gke#master_port ElastigroupGke#master_port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#master_port ElastigroupGke#master_port}. --- @@ -3321,15 +3321,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.169.1/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.170.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.169.1/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.169.1/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.170.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.170.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.169.1/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.169.1/docs/resources/elastigroup_gke#cluster_id ElastigroupGke#cluster_id}. | -| location | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.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.170.0/docs/resources/elastigroup_gke#location ElastigroupGke#location}. | --- @@ -3341,7 +3341,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.169.1/docs/resources/elastigroup_gke#autoscale_cooldown ElastigroupGke#autoscale_cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#autoscale_cooldown ElastigroupGke#autoscale_cooldown}. --- @@ -3355,7 +3355,7 @@ autoscale_down: ElastigroupGkeIntegrationGkeAutoscaleDown autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#autoscale_down ElastigroupGke#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#autoscale_down ElastigroupGke#autoscale_down} --- @@ -3369,7 +3369,7 @@ autoscale_headroom: ElastigroupGkeIntegrationGkeAutoscaleHeadroom autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#autoscale_headroom ElastigroupGke#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#autoscale_headroom ElastigroupGke#autoscale_headroom} --- @@ -3381,7 +3381,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.169.1/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.170.0/docs/resources/elastigroup_gke#autoscale_is_auto_config ElastigroupGke#autoscale_is_auto_config}. --- @@ -3393,7 +3393,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.169.1/docs/resources/elastigroup_gke#autoscale_is_enabled ElastigroupGke#autoscale_is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#autoscale_is_enabled ElastigroupGke#autoscale_is_enabled}. --- @@ -3407,7 +3407,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.169.1/docs/resources/elastigroup_gke#autoscale_labels ElastigroupGke#autoscale_labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#autoscale_labels ElastigroupGke#autoscale_labels} --- @@ -3419,7 +3419,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.169.1/docs/resources/elastigroup_gke#auto_update ElastigroupGke#auto_update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#auto_update ElastigroupGke#auto_update}. --- @@ -3431,7 +3431,7 @@ cluster_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#cluster_id ElastigroupGke#cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#cluster_id ElastigroupGke#cluster_id}. --- @@ -3443,7 +3443,7 @@ location: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#location ElastigroupGke#location}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#location ElastigroupGke#location}. --- @@ -3463,7 +3463,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.169.1/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.170.0/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. | --- @@ -3475,7 +3475,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.169.1/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. --- @@ -3497,9 +3497,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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/elastigroup_gke#num_of_units ElastigroupGke#num_of_units}. | --- @@ -3511,7 +3511,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.169.1/docs/resources/elastigroup_gke#cpu_per_unit ElastigroupGke#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#cpu_per_unit ElastigroupGke#cpu_per_unit}. --- @@ -3523,7 +3523,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.169.1/docs/resources/elastigroup_gke#memory_per_unit ElastigroupGke#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#memory_per_unit ElastigroupGke#memory_per_unit}. --- @@ -3535,7 +3535,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.169.1/docs/resources/elastigroup_gke#num_of_units ElastigroupGke#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#num_of_units ElastigroupGke#num_of_units}. --- @@ -3556,8 +3556,8 @@ elastigroupGke.ElastigroupGkeIntegrationGkeAutoscaleLabels( | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#key ElastigroupGke#key}. | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | +| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. | +| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | --- @@ -3569,7 +3569,7 @@ key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#key ElastigroupGke#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. --- @@ -3581,7 +3581,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#value ElastigroupGke#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. --- @@ -3602,8 +3602,8 @@ elastigroupGke.ElastigroupGkeLabels( | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#key ElastigroupGke#key}. | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | +| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. | +| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | --- @@ -3615,7 +3615,7 @@ key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#key ElastigroupGke#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. --- @@ -3627,7 +3627,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#value ElastigroupGke#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. --- @@ -3648,8 +3648,8 @@ elastigroupGke.ElastigroupGkeMetadata( | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#key ElastigroupGke#key}. | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | +| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. | +| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | --- @@ -3661,7 +3661,7 @@ key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#key ElastigroupGke#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. --- @@ -3673,7 +3673,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#value ElastigroupGke#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. --- @@ -3695,7 +3695,7 @@ elastigroupGke.ElastigroupGkeNetworkInterface( | **Name** | **Type** | **Description** | | --- | --- | --- | -| network | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#network ElastigroupGke#network}. | +| network | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. | @@ -3709,7 +3709,7 @@ network: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#network ElastigroupGke#network}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#network ElastigroupGke#network}. --- @@ -3723,7 +3723,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.169.1/docs/resources/elastigroup_gke#access_configs ElastigroupGke#access_configs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#access_configs ElastigroupGke#access_configs} --- @@ -3737,7 +3737,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.169.1/docs/resources/elastigroup_gke#alias_ip_ranges ElastigroupGke#alias_ip_ranges} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#alias_ip_ranges ElastigroupGke#alias_ip_ranges} --- @@ -3758,8 +3758,8 @@ elastigroupGke.ElastigroupGkeNetworkInterfaceAccessConfigs( | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#name ElastigroupGke#name}. | -| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#type ElastigroupGke#type}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. | +| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. | --- @@ -3771,7 +3771,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#name ElastigroupGke#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. --- @@ -3783,7 +3783,7 @@ type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#type ElastigroupGke#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. --- @@ -3804,8 +3804,8 @@ elastigroupGke.ElastigroupGkeNetworkInterfaceAliasIpRanges( | **Name** | **Type** | **Description** | | --- | --- | --- | -| ip_cidr_range | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/elastigroup_gke#subnetwork_range_name ElastigroupGke#subnetwork_range_name}. | --- @@ -3817,7 +3817,7 @@ ip_cidr_range: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#ip_cidr_range ElastigroupGke#ip_cidr_range}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#ip_cidr_range ElastigroupGke#ip_cidr_range}. --- @@ -3829,7 +3829,7 @@ subnetwork_range_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#subnetwork_range_name ElastigroupGke#subnetwork_range_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#subnetwork_range_name ElastigroupGke#subnetwork_range_name}. --- @@ -3862,20 +3862,20 @@ elastigroupGke.ElastigroupGkeScalingDownPolicy( | **Name** | **Type** | **Description** | | --- | --- | --- | -| metric_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#metric_name ElastigroupGke#metric_name}. | -| namespace | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#namespace ElastigroupGke#namespace}. | -| policy_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_gke#threshold ElastigroupGke#threshold}. | -| unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#unit ElastigroupGke#unit}. | -| action_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/docs/resources/elastigroup_gke#cooldown ElastigroupGke#cooldown}. | +| metric_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_gke#namespace ElastigroupGke#namespace}. | +| policy_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_gke#threshold ElastigroupGke#threshold}. | +| unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#unit ElastigroupGke#unit}. | +| action_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.169.1/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. | -| operator | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_gke#period ElastigroupGke#period}. | -| source | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#source ElastigroupGke#source}. | -| statistic | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.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.170.0/docs/resources/elastigroup_gke#period ElastigroupGke#period}. | +| source | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. | +| statistic | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#statistic ElastigroupGke#statistic}. | --- @@ -3887,7 +3887,7 @@ metric_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#metric_name ElastigroupGke#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#metric_name ElastigroupGke#metric_name}. --- @@ -3899,7 +3899,7 @@ namespace: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#namespace ElastigroupGke#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#namespace ElastigroupGke#namespace}. --- @@ -3911,7 +3911,7 @@ policy_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#policy_name ElastigroupGke#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#policy_name ElastigroupGke#policy_name}. --- @@ -3923,7 +3923,7 @@ threshold: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#threshold ElastigroupGke#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#threshold ElastigroupGke#threshold}. --- @@ -3935,7 +3935,7 @@ unit: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#unit ElastigroupGke#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#unit ElastigroupGke#unit}. --- @@ -3947,7 +3947,7 @@ action_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#action_type ElastigroupGke#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#action_type ElastigroupGke#action_type}. --- @@ -3959,7 +3959,7 @@ adjustment: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#adjustment ElastigroupGke#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#adjustment ElastigroupGke#adjustment}. --- @@ -3971,7 +3971,7 @@ cooldown: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#cooldown ElastigroupGke#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#cooldown ElastigroupGke#cooldown}. --- @@ -3985,7 +3985,7 @@ dimensions: typing.Union[IResolvable, typing.List[ElastigroupGkeScalingDownPolic dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#dimensions ElastigroupGke#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#dimensions ElastigroupGke#dimensions} --- @@ -3997,7 +3997,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.169.1/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. --- @@ -4009,7 +4009,7 @@ operator: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#operator ElastigroupGke#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#operator ElastigroupGke#operator}. --- @@ -4021,7 +4021,7 @@ period: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#period ElastigroupGke#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#period ElastigroupGke#period}. --- @@ -4033,7 +4033,7 @@ source: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#source ElastigroupGke#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. --- @@ -4045,7 +4045,7 @@ statistic: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#statistic ElastigroupGke#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#statistic ElastigroupGke#statistic}. --- @@ -4066,8 +4066,8 @@ elastigroupGke.ElastigroupGkeScalingDownPolicyDimensions( | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#name ElastigroupGke#name}. | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. | +| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | --- @@ -4079,7 +4079,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#name ElastigroupGke#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. --- @@ -4091,7 +4091,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#value ElastigroupGke#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. --- @@ -4124,20 +4124,20 @@ elastigroupGke.ElastigroupGkeScalingUpPolicy( | **Name** | **Type** | **Description** | | --- | --- | --- | -| metric_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#metric_name ElastigroupGke#metric_name}. | -| namespace | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#namespace ElastigroupGke#namespace}. | -| policy_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_gke#threshold ElastigroupGke#threshold}. | -| unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#unit ElastigroupGke#unit}. | -| action_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/docs/resources/elastigroup_gke#cooldown ElastigroupGke#cooldown}. | +| metric_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_gke#namespace ElastigroupGke#namespace}. | +| policy_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_gke#threshold ElastigroupGke#threshold}. | +| unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#unit ElastigroupGke#unit}. | +| action_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.169.1/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. | -| operator | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_gke#period ElastigroupGke#period}. | -| source | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#source ElastigroupGke#source}. | -| statistic | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.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.170.0/docs/resources/elastigroup_gke#period ElastigroupGke#period}. | +| source | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. | +| statistic | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#statistic ElastigroupGke#statistic}. | --- @@ -4149,7 +4149,7 @@ metric_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#metric_name ElastigroupGke#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#metric_name ElastigroupGke#metric_name}. --- @@ -4161,7 +4161,7 @@ namespace: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#namespace ElastigroupGke#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#namespace ElastigroupGke#namespace}. --- @@ -4173,7 +4173,7 @@ policy_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#policy_name ElastigroupGke#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#policy_name ElastigroupGke#policy_name}. --- @@ -4185,7 +4185,7 @@ threshold: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#threshold ElastigroupGke#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#threshold ElastigroupGke#threshold}. --- @@ -4197,7 +4197,7 @@ unit: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#unit ElastigroupGke#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#unit ElastigroupGke#unit}. --- @@ -4209,7 +4209,7 @@ action_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#action_type ElastigroupGke#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#action_type ElastigroupGke#action_type}. --- @@ -4221,7 +4221,7 @@ adjustment: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#adjustment ElastigroupGke#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#adjustment ElastigroupGke#adjustment}. --- @@ -4233,7 +4233,7 @@ cooldown: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#cooldown ElastigroupGke#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#cooldown ElastigroupGke#cooldown}. --- @@ -4247,7 +4247,7 @@ dimensions: typing.Union[IResolvable, typing.List[ElastigroupGkeScalingUpPolicyD dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#dimensions ElastigroupGke#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#dimensions ElastigroupGke#dimensions} --- @@ -4259,7 +4259,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.169.1/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. --- @@ -4271,7 +4271,7 @@ operator: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#operator ElastigroupGke#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#operator ElastigroupGke#operator}. --- @@ -4283,7 +4283,7 @@ period: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#period ElastigroupGke#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#period ElastigroupGke#period}. --- @@ -4295,7 +4295,7 @@ source: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#source ElastigroupGke#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. --- @@ -4307,7 +4307,7 @@ statistic: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#statistic ElastigroupGke#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#statistic ElastigroupGke#statistic}. --- @@ -4328,8 +4328,8 @@ elastigroupGke.ElastigroupGkeScalingUpPolicyDimensions( | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#name ElastigroupGke#name}. | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. | +| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | --- @@ -4341,7 +4341,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#name ElastigroupGke#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. --- @@ -4353,7 +4353,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#value ElastigroupGke#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. --- @@ -9468,7 +9468,7 @@ def put_autoscale_down( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. --- @@ -9486,7 +9486,7 @@ def put_autoscale_headroom( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#cpu_per_unit ElastigroupGke#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#cpu_per_unit ElastigroupGke#cpu_per_unit}. --- @@ -9494,7 +9494,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#memory_per_unit ElastigroupGke#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#memory_per_unit ElastigroupGke#memory_per_unit}. --- @@ -9502,7 +9502,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#num_of_units ElastigroupGke#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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 bf68e174b..cc8bb9372 100644 --- a/docs/elastigroupGke.typescript.md +++ b/docs/elastigroupGke.typescript.md @@ -4,7 +4,7 @@ ### ElastigroupGke -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke spotinst_elastigroup_gke}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke spotinst_elastigroup_gke}. #### Initializers @@ -813,7 +813,7 @@ The construct id used in the generated config for the ElastigroupGke to import. The id of the existing ElastigroupGke that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#import import section} in the documentation of this resource for the id to use --- @@ -1726,10 +1726,10 @@ const elastigroupGkeBackendServices: elastigroupGke.ElastigroupGkeBackendService | **Name** | **Type** | **Description** | | --- | --- | --- | -| serviceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#service_name ElastigroupGke#service_name}. | -| locationType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#location_type ElastigroupGke#location_type}. | +| serviceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.169.1/docs/resources/elastigroup_gke#scheme ElastigroupGke#scheme}. | +| scheme | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#scheme ElastigroupGke#scheme}. | --- @@ -1741,7 +1741,7 @@ public readonly serviceName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#service_name ElastigroupGke#service_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#service_name ElastigroupGke#service_name}. --- @@ -1753,7 +1753,7 @@ public readonly locationType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#location_type ElastigroupGke#location_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#location_type ElastigroupGke#location_type}. --- @@ -1767,7 +1767,7 @@ public readonly namedPorts: IResolvable | ElastigroupGkeBackendServicesNamedPort named_ports block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#named_ports ElastigroupGke#named_ports} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#named_ports ElastigroupGke#named_ports} --- @@ -1779,7 +1779,7 @@ public readonly scheme: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#scheme ElastigroupGke#scheme}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#scheme ElastigroupGke#scheme}. --- @@ -1797,8 +1797,8 @@ const elastigroupGkeBackendServicesNamedPorts: elastigroupGke.ElastigroupGkeBack | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#name ElastigroupGke#name}. | -| ports | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#ports ElastigroupGke#ports}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. | +| ports | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#ports ElastigroupGke#ports}. | --- @@ -1810,7 +1810,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#name ElastigroupGke#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. --- @@ -1822,7 +1822,7 @@ public readonly ports: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#ports ElastigroupGke#ports}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#ports ElastigroupGke#ports}. --- @@ -1847,38 +1847,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.169.1/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.169.1/docs/resources/elastigroup_gke#desired_capacity ElastigroupGke#desired_capacity}. | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#name ElastigroupGke#name}. | +| clusterZoneName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.169.1/docs/resources/elastigroup_gke#cluster_id ElastigroupGke#cluster_id}. | +| clusterId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.169.1/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.170.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.170.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.169.1/docs/resources/elastigroup_gke#id ElastigroupGke#id}. | -| instanceNamePrefix | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_gke#id ElastigroupGke#id}. | +| instanceNamePrefix | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.169.1/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.170.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.170.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.169.1/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.170.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.169.1/docs/resources/elastigroup_gke#max_size ElastigroupGke#max_size}. | +| maxSize | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gke#min_size ElastigroupGke#min_size}. | +| minSize | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gke#node_image ElastigroupGke#node_image}. | -| ondemandCount | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#ondemand_count ElastigroupGke#ondemand_count}. | -| preemptiblePercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#preemptible_percentage ElastigroupGke#preemptible_percentage}. | -| provisioningModel | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#provisioning_model ElastigroupGke#provisioning_model}. | +| nodeImage | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.169.1/docs/resources/elastigroup_gke#service_account ElastigroupGke#service_account}. | -| shutdownScript | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#shutdown_script ElastigroupGke#shutdown_script}. | -| startupScript | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#startup_script ElastigroupGke#startup_script}. | -| tags | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#tags ElastigroupGke#tags}. | +| serviceAccount | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.0/docs/resources/elastigroup_gke#tags ElastigroupGke#tags}. | --- @@ -1960,7 +1960,7 @@ public readonly clusterZoneName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#cluster_zone_name ElastigroupGke#cluster_zone_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#cluster_zone_name ElastigroupGke#cluster_zone_name}. --- @@ -1972,7 +1972,7 @@ public readonly desiredCapacity: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#desired_capacity ElastigroupGke#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#desired_capacity ElastigroupGke#desired_capacity}. --- @@ -1984,7 +1984,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#name ElastigroupGke#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. --- @@ -1998,7 +1998,7 @@ public readonly backendServices: IResolvable | ElastigroupGkeBackendServices[]; backend_services block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#backend_services ElastigroupGke#backend_services} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#backend_services ElastigroupGke#backend_services} --- @@ -2010,7 +2010,7 @@ public readonly clusterId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#cluster_id ElastigroupGke#cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#cluster_id ElastigroupGke#cluster_id}. --- @@ -2024,7 +2024,7 @@ public readonly disk: IResolvable | ElastigroupGkeDisk[]; disk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#disk ElastigroupGke#disk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#disk ElastigroupGke#disk} --- @@ -2036,7 +2036,7 @@ public readonly drainingTimeout: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#draining_timeout ElastigroupGke#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#draining_timeout ElastigroupGke#draining_timeout}. --- @@ -2048,7 +2048,7 @@ public readonly fallbackToOndemand: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#fallback_to_ondemand ElastigroupGke#fallback_to_ondemand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#fallback_to_ondemand ElastigroupGke#fallback_to_ondemand}. --- @@ -2062,7 +2062,7 @@ public readonly gpu: IResolvable | ElastigroupGkeGpu[]; gpu block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#gpu ElastigroupGke#gpu} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#gpu ElastigroupGke#gpu} --- @@ -2074,7 +2074,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#id ElastigroupGke#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. @@ -2089,7 +2089,7 @@ public readonly instanceNamePrefix: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#instance_name_prefix ElastigroupGke#instance_name_prefix}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#instance_name_prefix ElastigroupGke#instance_name_prefix}. --- @@ -2103,7 +2103,7 @@ public readonly instanceTypesCustom: IResolvable | ElastigroupGkeInstanceTypesCu instance_types_custom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#instance_types_custom ElastigroupGke#instance_types_custom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#instance_types_custom ElastigroupGke#instance_types_custom} --- @@ -2115,7 +2115,7 @@ public readonly instanceTypesOndemand: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#instance_types_ondemand ElastigroupGke#instance_types_ondemand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#instance_types_ondemand ElastigroupGke#instance_types_ondemand}. --- @@ -2127,7 +2127,7 @@ public readonly instanceTypesPreemptible: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#instance_types_preemptible ElastigroupGke#instance_types_preemptible}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#instance_types_preemptible ElastigroupGke#instance_types_preemptible}. --- @@ -2141,7 +2141,7 @@ public readonly integrationDockerSwarm: ElastigroupGkeIntegrationDockerSwarm; integration_docker_swarm block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#integration_docker_swarm ElastigroupGke#integration_docker_swarm} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#integration_docker_swarm ElastigroupGke#integration_docker_swarm} --- @@ -2155,7 +2155,7 @@ public readonly integrationGke: ElastigroupGkeIntegrationGke; integration_gke block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#integration_gke ElastigroupGke#integration_gke} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#integration_gke ElastigroupGke#integration_gke} --- @@ -2167,7 +2167,7 @@ public readonly ipForwarding: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#ip_forwarding ElastigroupGke#ip_forwarding}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#ip_forwarding ElastigroupGke#ip_forwarding}. --- @@ -2181,7 +2181,7 @@ public readonly labels: IResolvable | ElastigroupGkeLabels[]; labels block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#labels ElastigroupGke#labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#labels ElastigroupGke#labels} --- @@ -2193,7 +2193,7 @@ public readonly maxSize: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#max_size ElastigroupGke#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#max_size ElastigroupGke#max_size}. --- @@ -2207,7 +2207,7 @@ public readonly metadata: IResolvable | ElastigroupGkeMetadata[]; metadata block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#metadata ElastigroupGke#metadata} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#metadata ElastigroupGke#metadata} --- @@ -2219,7 +2219,7 @@ public readonly minSize: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#min_size ElastigroupGke#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#min_size ElastigroupGke#min_size}. --- @@ -2233,7 +2233,7 @@ public readonly networkInterface: IResolvable | ElastigroupGkeNetworkInterface[] network_interface block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#network_interface ElastigroupGke#network_interface} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#network_interface ElastigroupGke#network_interface} --- @@ -2245,7 +2245,7 @@ public readonly nodeImage: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#node_image ElastigroupGke#node_image}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#node_image ElastigroupGke#node_image}. --- @@ -2257,7 +2257,7 @@ public readonly ondemandCount: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#ondemand_count ElastigroupGke#ondemand_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#ondemand_count ElastigroupGke#ondemand_count}. --- @@ -2269,7 +2269,7 @@ public readonly preemptiblePercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#preemptible_percentage ElastigroupGke#preemptible_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#preemptible_percentage ElastigroupGke#preemptible_percentage}. --- @@ -2281,7 +2281,7 @@ public readonly provisioningModel: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#provisioning_model ElastigroupGke#provisioning_model}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#provisioning_model ElastigroupGke#provisioning_model}. --- @@ -2295,7 +2295,7 @@ public readonly scalingDownPolicy: IResolvable | ElastigroupGkeScalingDownPolicy scaling_down_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#scaling_down_policy ElastigroupGke#scaling_down_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#scaling_down_policy ElastigroupGke#scaling_down_policy} --- @@ -2309,7 +2309,7 @@ public readonly scalingUpPolicy: IResolvable | ElastigroupGkeScalingUpPolicy[]; scaling_up_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#scaling_up_policy ElastigroupGke#scaling_up_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#scaling_up_policy ElastigroupGke#scaling_up_policy} --- @@ -2321,7 +2321,7 @@ public readonly serviceAccount: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#service_account ElastigroupGke#service_account}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#service_account ElastigroupGke#service_account}. --- @@ -2333,7 +2333,7 @@ public readonly shutdownScript: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#shutdown_script ElastigroupGke#shutdown_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#shutdown_script ElastigroupGke#shutdown_script}. --- @@ -2345,7 +2345,7 @@ public readonly startupScript: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#startup_script ElastigroupGke#startup_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#startup_script ElastigroupGke#startup_script}. --- @@ -2357,7 +2357,7 @@ public readonly tags: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#tags ElastigroupGke#tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#tags ElastigroupGke#tags}. --- @@ -2375,14 +2375,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.169.1/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.169.1/docs/resources/elastigroup_gke#boot ElastigroupGke#boot}. | -| deviceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.0/docs/resources/elastigroup_gke#boot ElastigroupGke#boot}. | +| deviceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gke#interface ElastigroupGke#interface}. | -| mode | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#mode ElastigroupGke#mode}. | -| source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#source ElastigroupGke#source}. | -| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#type ElastigroupGke#type}. | +| interface | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#interface ElastigroupGke#interface}. | +| mode | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#mode ElastigroupGke#mode}. | +| source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. | +| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. | --- @@ -2394,7 +2394,7 @@ public readonly autoDelete: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#auto_delete ElastigroupGke#auto_delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#auto_delete ElastigroupGke#auto_delete}. --- @@ -2406,7 +2406,7 @@ public readonly boot: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#boot ElastigroupGke#boot}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#boot ElastigroupGke#boot}. --- @@ -2418,7 +2418,7 @@ public readonly deviceName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#device_name ElastigroupGke#device_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#device_name ElastigroupGke#device_name}. --- @@ -2432,7 +2432,7 @@ public readonly initializeParams: IResolvable | ElastigroupGkeDiskInitializePara initialize_params block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#initialize_params ElastigroupGke#initialize_params} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#initialize_params ElastigroupGke#initialize_params} --- @@ -2444,7 +2444,7 @@ public readonly interface: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#interface ElastigroupGke#interface}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#interface ElastigroupGke#interface}. --- @@ -2456,7 +2456,7 @@ public readonly mode: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#mode ElastigroupGke#mode}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#mode ElastigroupGke#mode}. --- @@ -2468,7 +2468,7 @@ public readonly source: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#source ElastigroupGke#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. --- @@ -2480,7 +2480,7 @@ public readonly type: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#type ElastigroupGke#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. --- @@ -2498,9 +2498,9 @@ const elastigroupGkeDiskInitializeParams: elastigroupGke.ElastigroupGkeDiskIniti | **Name** | **Type** | **Description** | | --- | --- | --- | -| sourceImage | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#source_image ElastigroupGke#source_image}. | -| diskSizeGb | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_gke#disk_type ElastigroupGke#disk_type}. | +| sourceImage | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.0/docs/resources/elastigroup_gke#disk_type ElastigroupGke#disk_type}. | --- @@ -2512,7 +2512,7 @@ public readonly sourceImage: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#source_image ElastigroupGke#source_image}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#source_image ElastigroupGke#source_image}. --- @@ -2524,7 +2524,7 @@ public readonly diskSizeGb: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#disk_size_gb ElastigroupGke#disk_size_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#disk_size_gb ElastigroupGke#disk_size_gb}. --- @@ -2536,7 +2536,7 @@ public readonly diskType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#disk_type ElastigroupGke#disk_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#disk_type ElastigroupGke#disk_type}. --- @@ -2554,8 +2554,8 @@ const elastigroupGkeGpu: elastigroupGke.ElastigroupGkeGpu = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| count | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#count ElastigroupGke#count}. | -| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#type ElastigroupGke#type}. | +| count | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#count ElastigroupGke#count}. | +| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. | --- @@ -2567,7 +2567,7 @@ public readonly count: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#count ElastigroupGke#count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#count ElastigroupGke#count}. --- @@ -2579,7 +2579,7 @@ public readonly type: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#type ElastigroupGke#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. --- @@ -2597,8 +2597,8 @@ const elastigroupGkeInstanceTypesCustom: elastigroupGke.ElastigroupGkeInstanceTy | **Name** | **Type** | **Description** | | --- | --- | --- | -| memoryGib | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#memory_gib ElastigroupGke#memory_gib}. | -| vcpu | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#vcpu ElastigroupGke#vcpu}. | +| memoryGib | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_gke#vcpu ElastigroupGke#vcpu}. | --- @@ -2610,7 +2610,7 @@ public readonly memoryGib: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#memory_gib ElastigroupGke#memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#memory_gib ElastigroupGke#memory_gib}. --- @@ -2622,7 +2622,7 @@ public readonly vcpu: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#vcpu ElastigroupGke#vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#vcpu ElastigroupGke#vcpu}. --- @@ -2640,8 +2640,8 @@ const elastigroupGkeIntegrationDockerSwarm: elastigroupGke.ElastigroupGkeIntegra | **Name** | **Type** | **Description** | | --- | --- | --- | -| masterHost | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#master_host ElastigroupGke#master_host}. | -| masterPort | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#master_port ElastigroupGke#master_port}. | +| masterHost | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_gke#master_port ElastigroupGke#master_port}. | --- @@ -2653,7 +2653,7 @@ public readonly masterHost: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#master_host ElastigroupGke#master_host}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#master_host ElastigroupGke#master_host}. --- @@ -2665,7 +2665,7 @@ public readonly masterPort: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#master_port ElastigroupGke#master_port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#master_port ElastigroupGke#master_port}. --- @@ -2683,15 +2683,15 @@ const elastigroupGkeIntegrationGke: elastigroupGke.ElastigroupGkeIntegrationGke | **Name** | **Type** | **Description** | | --- | --- | --- | -| autoscaleCooldown | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#autoscale_cooldown ElastigroupGke#autoscale_cooldown}. | +| autoscaleCooldown | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.169.1/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.170.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.170.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.169.1/docs/resources/elastigroup_gke#auto_update ElastigroupGke#auto_update}. | -| clusterId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#cluster_id ElastigroupGke#cluster_id}. | -| location | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#location ElastigroupGke#location}. | +| autoUpdate | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.0/docs/resources/elastigroup_gke#location ElastigroupGke#location}. | --- @@ -2703,7 +2703,7 @@ public readonly autoscaleCooldown: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#autoscale_cooldown ElastigroupGke#autoscale_cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#autoscale_cooldown ElastigroupGke#autoscale_cooldown}. --- @@ -2717,7 +2717,7 @@ public readonly autoscaleDown: ElastigroupGkeIntegrationGkeAutoscaleDown; autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#autoscale_down ElastigroupGke#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#autoscale_down ElastigroupGke#autoscale_down} --- @@ -2731,7 +2731,7 @@ public readonly autoscaleHeadroom: ElastigroupGkeIntegrationGkeAutoscaleHeadroom autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#autoscale_headroom ElastigroupGke#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#autoscale_headroom ElastigroupGke#autoscale_headroom} --- @@ -2743,7 +2743,7 @@ public readonly autoscaleIsAutoConfig: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/elastigroup_gke#autoscale_is_auto_config ElastigroupGke#autoscale_is_auto_config}. --- @@ -2755,7 +2755,7 @@ public readonly autoscaleIsEnabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#autoscale_is_enabled ElastigroupGke#autoscale_is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#autoscale_is_enabled ElastigroupGke#autoscale_is_enabled}. --- @@ -2769,7 +2769,7 @@ public readonly autoscaleLabels: IResolvable | ElastigroupGkeIntegrationGkeAutos autoscale_labels block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#autoscale_labels ElastigroupGke#autoscale_labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#autoscale_labels ElastigroupGke#autoscale_labels} --- @@ -2781,7 +2781,7 @@ public readonly autoUpdate: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#auto_update ElastigroupGke#auto_update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#auto_update ElastigroupGke#auto_update}. --- @@ -2793,7 +2793,7 @@ public readonly clusterId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#cluster_id ElastigroupGke#cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#cluster_id ElastigroupGke#cluster_id}. --- @@ -2805,7 +2805,7 @@ public readonly location: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#location ElastigroupGke#location}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#location ElastigroupGke#location}. --- @@ -2823,7 +2823,7 @@ const elastigroupGkeIntegrationGkeAutoscaleDown: elastigroupGke.ElastigroupGkeIn | **Name** | **Type** | **Description** | | --- | --- | --- | -| evaluationPeriods | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. | +| evaluationPeriods | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. | --- @@ -2835,7 +2835,7 @@ public readonly evaluationPeriods: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. --- @@ -2853,9 +2853,9 @@ const elastigroupGkeIntegrationGkeAutoscaleHeadroom: elastigroupGke.ElastigroupG | **Name** | **Type** | **Description** | | --- | --- | --- | -| cpuPerUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/elastigroup_gke#num_of_units ElastigroupGke#num_of_units}. | --- @@ -2867,7 +2867,7 @@ public readonly cpuPerUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#cpu_per_unit ElastigroupGke#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#cpu_per_unit ElastigroupGke#cpu_per_unit}. --- @@ -2879,7 +2879,7 @@ public readonly memoryPerUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#memory_per_unit ElastigroupGke#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#memory_per_unit ElastigroupGke#memory_per_unit}. --- @@ -2891,7 +2891,7 @@ public readonly numOfUnits: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#num_of_units ElastigroupGke#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#num_of_units ElastigroupGke#num_of_units}. --- @@ -2909,8 +2909,8 @@ const elastigroupGkeIntegrationGkeAutoscaleLabels: elastigroupGke.ElastigroupGke | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#key ElastigroupGke#key}. | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | +| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. | +| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | --- @@ -2922,7 +2922,7 @@ public readonly key: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#key ElastigroupGke#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. --- @@ -2934,7 +2934,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#value ElastigroupGke#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. --- @@ -2952,8 +2952,8 @@ const elastigroupGkeLabels: elastigroupGke.ElastigroupGkeLabels = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#key ElastigroupGke#key}. | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | +| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. | +| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | --- @@ -2965,7 +2965,7 @@ public readonly key: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#key ElastigroupGke#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. --- @@ -2977,7 +2977,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#value ElastigroupGke#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. --- @@ -2995,8 +2995,8 @@ const elastigroupGkeMetadata: elastigroupGke.ElastigroupGkeMetadata = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#key ElastigroupGke#key}. | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | +| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. | +| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | --- @@ -3008,7 +3008,7 @@ public readonly key: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#key ElastigroupGke#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#key ElastigroupGke#key}. --- @@ -3020,7 +3020,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#value ElastigroupGke#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. --- @@ -3038,7 +3038,7 @@ const elastigroupGkeNetworkInterface: elastigroupGke.ElastigroupGkeNetworkInterf | **Name** | **Type** | **Description** | | --- | --- | --- | -| network | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#network ElastigroupGke#network}. | +| network | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#network ElastigroupGke#network}. | | accessConfigs | cdktf.IResolvable \| ElastigroupGkeNetworkInterfaceAccessConfigs[] | access_configs block. | | aliasIpRanges | cdktf.IResolvable \| ElastigroupGkeNetworkInterfaceAliasIpRanges[] | alias_ip_ranges block. | @@ -3052,7 +3052,7 @@ public readonly network: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#network ElastigroupGke#network}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#network ElastigroupGke#network}. --- @@ -3066,7 +3066,7 @@ public readonly accessConfigs: IResolvable | ElastigroupGkeNetworkInterfaceAcces access_configs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#access_configs ElastigroupGke#access_configs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#access_configs ElastigroupGke#access_configs} --- @@ -3080,7 +3080,7 @@ public readonly aliasIpRanges: IResolvable | ElastigroupGkeNetworkInterfaceAlias alias_ip_ranges block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#alias_ip_ranges ElastigroupGke#alias_ip_ranges} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#alias_ip_ranges ElastigroupGke#alias_ip_ranges} --- @@ -3098,8 +3098,8 @@ const elastigroupGkeNetworkInterfaceAccessConfigs: elastigroupGke.ElastigroupGke | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#name ElastigroupGke#name}. | -| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#type ElastigroupGke#type}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. | +| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. | --- @@ -3111,7 +3111,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#name ElastigroupGke#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. --- @@ -3123,7 +3123,7 @@ public readonly type: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#type ElastigroupGke#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#type ElastigroupGke#type}. --- @@ -3141,8 +3141,8 @@ const elastigroupGkeNetworkInterfaceAliasIpRanges: elastigroupGke.ElastigroupGke | **Name** | **Type** | **Description** | | --- | --- | --- | -| ipCidrRange | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/elastigroup_gke#subnetwork_range_name ElastigroupGke#subnetwork_range_name}. | --- @@ -3154,7 +3154,7 @@ public readonly ipCidrRange: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#ip_cidr_range ElastigroupGke#ip_cidr_range}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#ip_cidr_range ElastigroupGke#ip_cidr_range}. --- @@ -3166,7 +3166,7 @@ public readonly subnetworkRangeName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#subnetwork_range_name ElastigroupGke#subnetwork_range_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#subnetwork_range_name ElastigroupGke#subnetwork_range_name}. --- @@ -3184,20 +3184,20 @@ const elastigroupGkeScalingDownPolicy: elastigroupGke.ElastigroupGkeScalingDownP | **Name** | **Type** | **Description** | | --- | --- | --- | -| metricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#metric_name ElastigroupGke#metric_name}. | -| namespace | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#namespace ElastigroupGke#namespace}. | -| policyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#policy_name ElastigroupGke#policy_name}. | -| threshold | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#threshold ElastigroupGke#threshold}. | -| unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#unit ElastigroupGke#unit}. | -| actionType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#action_type ElastigroupGke#action_type}. | -| adjustment | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#adjustment ElastigroupGke#adjustment}. | -| cooldown | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#cooldown ElastigroupGke#cooldown}. | +| metricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_gke#namespace ElastigroupGke#namespace}. | +| policyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_gke#threshold ElastigroupGke#threshold}. | +| unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#unit ElastigroupGke#unit}. | +| actionType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_gke#adjustment ElastigroupGke#adjustment}. | +| cooldown | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. | -| operator | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#operator ElastigroupGke#operator}. | -| period | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#period ElastigroupGke#period}. | -| source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#source ElastigroupGke#source}. | -| statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#statistic ElastigroupGke#statistic}. | +| evaluationPeriods | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_gke#operator ElastigroupGke#operator}. | +| period | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#period ElastigroupGke#period}. | +| source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. | +| statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#statistic ElastigroupGke#statistic}. | --- @@ -3209,7 +3209,7 @@ public readonly metricName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#metric_name ElastigroupGke#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#metric_name ElastigroupGke#metric_name}. --- @@ -3221,7 +3221,7 @@ public readonly namespace: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#namespace ElastigroupGke#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#namespace ElastigroupGke#namespace}. --- @@ -3233,7 +3233,7 @@ public readonly policyName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#policy_name ElastigroupGke#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#policy_name ElastigroupGke#policy_name}. --- @@ -3245,7 +3245,7 @@ public readonly threshold: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#threshold ElastigroupGke#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#threshold ElastigroupGke#threshold}. --- @@ -3257,7 +3257,7 @@ public readonly unit: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#unit ElastigroupGke#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#unit ElastigroupGke#unit}. --- @@ -3269,7 +3269,7 @@ public readonly actionType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#action_type ElastigroupGke#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#action_type ElastigroupGke#action_type}. --- @@ -3281,7 +3281,7 @@ public readonly adjustment: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#adjustment ElastigroupGke#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#adjustment ElastigroupGke#adjustment}. --- @@ -3293,7 +3293,7 @@ public readonly cooldown: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#cooldown ElastigroupGke#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#cooldown ElastigroupGke#cooldown}. --- @@ -3307,7 +3307,7 @@ public readonly dimensions: IResolvable | ElastigroupGkeScalingDownPolicyDimensi dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#dimensions ElastigroupGke#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#dimensions ElastigroupGke#dimensions} --- @@ -3319,7 +3319,7 @@ public readonly evaluationPeriods: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. --- @@ -3331,7 +3331,7 @@ public readonly operator: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#operator ElastigroupGke#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#operator ElastigroupGke#operator}. --- @@ -3343,7 +3343,7 @@ public readonly period: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#period ElastigroupGke#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#period ElastigroupGke#period}. --- @@ -3355,7 +3355,7 @@ public readonly source: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#source ElastigroupGke#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. --- @@ -3367,7 +3367,7 @@ public readonly statistic: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#statistic ElastigroupGke#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#statistic ElastigroupGke#statistic}. --- @@ -3385,8 +3385,8 @@ const elastigroupGkeScalingDownPolicyDimensions: elastigroupGke.ElastigroupGkeSc | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#name ElastigroupGke#name}. | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. | +| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | --- @@ -3398,7 +3398,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#name ElastigroupGke#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. --- @@ -3410,7 +3410,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#value ElastigroupGke#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. --- @@ -3428,20 +3428,20 @@ const elastigroupGkeScalingUpPolicy: elastigroupGke.ElastigroupGkeScalingUpPolic | **Name** | **Type** | **Description** | | --- | --- | --- | -| metricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#metric_name ElastigroupGke#metric_name}. | -| namespace | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#namespace ElastigroupGke#namespace}. | -| policyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#policy_name ElastigroupGke#policy_name}. | -| threshold | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#threshold ElastigroupGke#threshold}. | -| unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#unit ElastigroupGke#unit}. | -| actionType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#action_type ElastigroupGke#action_type}. | -| adjustment | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#adjustment ElastigroupGke#adjustment}. | -| cooldown | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#cooldown ElastigroupGke#cooldown}. | +| metricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_gke#namespace ElastigroupGke#namespace}. | +| policyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_gke#threshold ElastigroupGke#threshold}. | +| unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#unit ElastigroupGke#unit}. | +| actionType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_gke#adjustment ElastigroupGke#adjustment}. | +| cooldown | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. | -| operator | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#operator ElastigroupGke#operator}. | -| period | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#period ElastigroupGke#period}. | -| source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#source ElastigroupGke#source}. | -| statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#statistic ElastigroupGke#statistic}. | +| evaluationPeriods | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/elastigroup_gke#operator ElastigroupGke#operator}. | +| period | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#period ElastigroupGke#period}. | +| source | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. | +| statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#statistic ElastigroupGke#statistic}. | --- @@ -3453,7 +3453,7 @@ public readonly metricName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#metric_name ElastigroupGke#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#metric_name ElastigroupGke#metric_name}. --- @@ -3465,7 +3465,7 @@ public readonly namespace: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#namespace ElastigroupGke#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#namespace ElastigroupGke#namespace}. --- @@ -3477,7 +3477,7 @@ public readonly policyName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#policy_name ElastigroupGke#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#policy_name ElastigroupGke#policy_name}. --- @@ -3489,7 +3489,7 @@ public readonly threshold: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#threshold ElastigroupGke#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#threshold ElastigroupGke#threshold}. --- @@ -3501,7 +3501,7 @@ public readonly unit: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#unit ElastigroupGke#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#unit ElastigroupGke#unit}. --- @@ -3513,7 +3513,7 @@ public readonly actionType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#action_type ElastigroupGke#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#action_type ElastigroupGke#action_type}. --- @@ -3525,7 +3525,7 @@ public readonly adjustment: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#adjustment ElastigroupGke#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#adjustment ElastigroupGke#adjustment}. --- @@ -3537,7 +3537,7 @@ public readonly cooldown: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#cooldown ElastigroupGke#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#cooldown ElastigroupGke#cooldown}. --- @@ -3551,7 +3551,7 @@ public readonly dimensions: IResolvable | ElastigroupGkeScalingUpPolicyDimension dimensions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#dimensions ElastigroupGke#dimensions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#dimensions ElastigroupGke#dimensions} --- @@ -3563,7 +3563,7 @@ public readonly evaluationPeriods: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods}. --- @@ -3575,7 +3575,7 @@ public readonly operator: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#operator ElastigroupGke#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#operator ElastigroupGke#operator}. --- @@ -3587,7 +3587,7 @@ public readonly period: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#period ElastigroupGke#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#period ElastigroupGke#period}. --- @@ -3599,7 +3599,7 @@ public readonly source: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#source ElastigroupGke#source}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#source ElastigroupGke#source}. --- @@ -3611,7 +3611,7 @@ public readonly statistic: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#statistic ElastigroupGke#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#statistic ElastigroupGke#statistic}. --- @@ -3629,8 +3629,8 @@ const elastigroupGkeScalingUpPolicyDimensions: elastigroupGke.ElastigroupGkeScal | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#name ElastigroupGke#name}. | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. | +| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. | --- @@ -3642,7 +3642,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#name ElastigroupGke#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#name ElastigroupGke#name}. --- @@ -3654,7 +3654,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#value ElastigroupGke#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#value ElastigroupGke#value}. --- diff --git a/docs/healthCheck.csharp.md b/docs/healthCheck.csharp.md index 229b72c0d..b9de613d8 100644 --- a/docs/healthCheck.csharp.md +++ b/docs/healthCheck.csharp.md @@ -4,7 +4,7 @@ ### HealthCheck -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check spotinst_health_check}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check spotinst_health_check}. #### Initializers @@ -508,7 +508,7 @@ The construct id used in the generated config for the HealthCheck to import. The id of the existing HealthCheck that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#import import section} in the documentation of this resource for the id to use --- @@ -859,15 +859,15 @@ new HealthCheckCheck { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Healthy | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#healthy HealthCheck#healthy}. | -| Interval | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#interval HealthCheck#interval}. | -| Port | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#port HealthCheck#port}. | -| Protocol | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#protocol HealthCheck#protocol}. | -| Unhealthy | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#unhealthy HealthCheck#unhealthy}. | -| Endpoint | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#endpoint HealthCheck#endpoint}. | -| EndPoint | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#end_point HealthCheck#end_point}. | -| Timeout | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#timeout HealthCheck#timeout}. | -| TimeOut | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#time_out HealthCheck#time_out}. | +| Healthy | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#healthy HealthCheck#healthy}. | +| Interval | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#interval HealthCheck#interval}. | +| Port | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#port HealthCheck#port}. | +| Protocol | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#protocol HealthCheck#protocol}. | +| Unhealthy | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#unhealthy HealthCheck#unhealthy}. | +| Endpoint | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#endpoint HealthCheck#endpoint}. | +| EndPoint | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/health_check#timeout HealthCheck#timeout}. | +| TimeOut | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#time_out HealthCheck#time_out}. | --- @@ -879,7 +879,7 @@ public double Healthy { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#healthy HealthCheck#healthy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#healthy HealthCheck#healthy}. --- @@ -891,7 +891,7 @@ public double Interval { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#interval HealthCheck#interval}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#interval HealthCheck#interval}. --- @@ -903,7 +903,7 @@ public double Port { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#port HealthCheck#port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#port HealthCheck#port}. --- @@ -915,7 +915,7 @@ public string Protocol { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#protocol HealthCheck#protocol}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#protocol HealthCheck#protocol}. --- @@ -927,7 +927,7 @@ public double Unhealthy { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#unhealthy HealthCheck#unhealthy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#unhealthy HealthCheck#unhealthy}. --- @@ -939,7 +939,7 @@ public string Endpoint { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#endpoint HealthCheck#endpoint}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#endpoint HealthCheck#endpoint}. --- @@ -951,7 +951,7 @@ public string EndPoint { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#end_point HealthCheck#end_point}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#end_point HealthCheck#end_point}. --- @@ -963,7 +963,7 @@ public double Timeout { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#timeout HealthCheck#timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#timeout HealthCheck#timeout}. --- @@ -975,7 +975,7 @@ public double TimeOut { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#time_out HealthCheck#time_out}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#time_out HealthCheck#time_out}. --- @@ -1014,12 +1014,12 @@ new HealthCheckConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| ProxyAddress | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#proxy_address HealthCheck#proxy_address}. | -| ResourceId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#resource_id HealthCheck#resource_id}. | +| ProxyAddress | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.169.1/docs/resources/health_check#id HealthCheck#id}. | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#name HealthCheck#name}. | -| ProxyPort | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#proxy_port HealthCheck#proxy_port}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#id HealthCheck#id}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#name HealthCheck#name}. | +| ProxyPort | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#proxy_port HealthCheck#proxy_port}. | --- @@ -1101,7 +1101,7 @@ public string ProxyAddress { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#proxy_address HealthCheck#proxy_address}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#proxy_address HealthCheck#proxy_address}. --- @@ -1113,7 +1113,7 @@ public string ResourceId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#resource_id HealthCheck#resource_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#resource_id HealthCheck#resource_id}. --- @@ -1127,7 +1127,7 @@ public HealthCheckCheck Check { get; set; } check block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#check HealthCheck#check} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#check HealthCheck#check} --- @@ -1139,7 +1139,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#id HealthCheck#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#id HealthCheck#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1154,7 +1154,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#name HealthCheck#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#name HealthCheck#name}. --- @@ -1166,7 +1166,7 @@ public double ProxyPort { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#proxy_port HealthCheck#proxy_port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#proxy_port HealthCheck#proxy_port}. --- diff --git a/docs/healthCheck.go.md b/docs/healthCheck.go.md index 50ce37ff5..819e43770 100644 --- a/docs/healthCheck.go.md +++ b/docs/healthCheck.go.md @@ -4,7 +4,7 @@ ### HealthCheck -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check spotinst_health_check}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check spotinst_health_check}. #### Initializers @@ -508,7 +508,7 @@ The construct id used in the generated config for the HealthCheck to import. The id of the existing HealthCheck that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#import import section} in the documentation of this resource for the id to use --- @@ -859,15 +859,15 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/healthcheck" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Healthy | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#healthy HealthCheck#healthy}. | -| Interval | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#interval HealthCheck#interval}. | -| Port | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#port HealthCheck#port}. | -| Protocol | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#protocol HealthCheck#protocol}. | -| Unhealthy | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#unhealthy HealthCheck#unhealthy}. | -| Endpoint | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#endpoint HealthCheck#endpoint}. | -| EndPoint | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#end_point HealthCheck#end_point}. | -| Timeout | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#timeout HealthCheck#timeout}. | -| TimeOut | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#time_out HealthCheck#time_out}. | +| Healthy | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#healthy HealthCheck#healthy}. | +| Interval | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#interval HealthCheck#interval}. | +| Port | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#port HealthCheck#port}. | +| Protocol | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#protocol HealthCheck#protocol}. | +| Unhealthy | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#unhealthy HealthCheck#unhealthy}. | +| Endpoint | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#endpoint HealthCheck#endpoint}. | +| EndPoint | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/health_check#timeout HealthCheck#timeout}. | +| TimeOut | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#time_out HealthCheck#time_out}. | --- @@ -879,7 +879,7 @@ Healthy *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#healthy HealthCheck#healthy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#healthy HealthCheck#healthy}. --- @@ -891,7 +891,7 @@ Interval *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#interval HealthCheck#interval}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#interval HealthCheck#interval}. --- @@ -903,7 +903,7 @@ Port *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#port HealthCheck#port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#port HealthCheck#port}. --- @@ -915,7 +915,7 @@ Protocol *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#protocol HealthCheck#protocol}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#protocol HealthCheck#protocol}. --- @@ -927,7 +927,7 @@ Unhealthy *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#unhealthy HealthCheck#unhealthy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#unhealthy HealthCheck#unhealthy}. --- @@ -939,7 +939,7 @@ Endpoint *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#endpoint HealthCheck#endpoint}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#endpoint HealthCheck#endpoint}. --- @@ -951,7 +951,7 @@ EndPoint *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#end_point HealthCheck#end_point}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#end_point HealthCheck#end_point}. --- @@ -963,7 +963,7 @@ Timeout *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#timeout HealthCheck#timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#timeout HealthCheck#timeout}. --- @@ -975,7 +975,7 @@ TimeOut *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#time_out HealthCheck#time_out}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#time_out HealthCheck#time_out}. --- @@ -1014,12 +1014,12 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/healthcheck" | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| ProxyAddress | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#proxy_address HealthCheck#proxy_address}. | -| ResourceId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#resource_id HealthCheck#resource_id}. | +| ProxyAddress | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.169.1/docs/resources/health_check#id HealthCheck#id}. | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#name HealthCheck#name}. | -| ProxyPort | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#proxy_port HealthCheck#proxy_port}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#id HealthCheck#id}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#name HealthCheck#name}. | +| ProxyPort | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#proxy_port HealthCheck#proxy_port}. | --- @@ -1101,7 +1101,7 @@ ProxyAddress *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#proxy_address HealthCheck#proxy_address}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#proxy_address HealthCheck#proxy_address}. --- @@ -1113,7 +1113,7 @@ ResourceId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#resource_id HealthCheck#resource_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#resource_id HealthCheck#resource_id}. --- @@ -1127,7 +1127,7 @@ Check HealthCheckCheck check block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#check HealthCheck#check} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#check HealthCheck#check} --- @@ -1139,7 +1139,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#id HealthCheck#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#id HealthCheck#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1154,7 +1154,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#name HealthCheck#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#name HealthCheck#name}. --- @@ -1166,7 +1166,7 @@ ProxyPort *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#proxy_port HealthCheck#proxy_port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#proxy_port HealthCheck#proxy_port}. --- diff --git a/docs/healthCheck.java.md b/docs/healthCheck.java.md index 96ea415b8..877a07f00 100644 --- a/docs/healthCheck.java.md +++ b/docs/healthCheck.java.md @@ -4,7 +4,7 @@ ### HealthCheck -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check spotinst_health_check}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check spotinst_health_check}. #### Initializers @@ -43,12 +43,12 @@ HealthCheck.Builder.create(Construct scope, java.lang.String id) | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| proxyAddress | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.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.169.1/docs/resources/health_check#id HealthCheck#id}. | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#name HealthCheck#name}. | -| proxyPort | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.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.170.0/docs/resources/health_check#proxy_port HealthCheck#proxy_port}. | --- @@ -116,7 +116,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#proxy_address HealthCheck#proxy_address}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#proxy_address HealthCheck#proxy_address}. --- @@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#resource_id HealthCheck#resource_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#resource_id HealthCheck#resource_id}. --- @@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti check block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#check HealthCheck#check} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#check HealthCheck#check} --- @@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#id HealthCheck#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#id HealthCheck#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -153,7 +153,7 @@ If you experience problems setting this value it might not be settable. Please t - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#name HealthCheck#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#name HealthCheck#name}. --- @@ -161,7 +161,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#proxy_port HealthCheck#proxy_port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#proxy_port HealthCheck#proxy_port}. --- @@ -629,7 +629,7 @@ The construct id used in the generated config for the HealthCheck to import. The id of the existing HealthCheck that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#import import section} in the documentation of this resource for the id to use --- @@ -980,15 +980,15 @@ HealthCheckCheck.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| healthy | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#healthy HealthCheck#healthy}. | -| interval | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#interval HealthCheck#interval}. | -| port | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#port HealthCheck#port}. | -| protocol | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#protocol HealthCheck#protocol}. | -| unhealthy | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#unhealthy HealthCheck#unhealthy}. | -| endpoint | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#endpoint HealthCheck#endpoint}. | -| endPoint | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/health_check#timeout HealthCheck#timeout}. | -| timeOut | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.0/docs/resources/health_check#time_out HealthCheck#time_out}. | --- @@ -1000,7 +1000,7 @@ public java.lang.Number getHealthy(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#healthy HealthCheck#healthy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#healthy HealthCheck#healthy}. --- @@ -1012,7 +1012,7 @@ public java.lang.Number getInterval(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#interval HealthCheck#interval}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#interval HealthCheck#interval}. --- @@ -1024,7 +1024,7 @@ public java.lang.Number getPort(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#port HealthCheck#port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#port HealthCheck#port}. --- @@ -1036,7 +1036,7 @@ public java.lang.String getProtocol(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#protocol HealthCheck#protocol}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#protocol HealthCheck#protocol}. --- @@ -1048,7 +1048,7 @@ public java.lang.Number getUnhealthy(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#unhealthy HealthCheck#unhealthy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#unhealthy HealthCheck#unhealthy}. --- @@ -1060,7 +1060,7 @@ public java.lang.String getEndpoint(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#endpoint HealthCheck#endpoint}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#endpoint HealthCheck#endpoint}. --- @@ -1072,7 +1072,7 @@ public java.lang.String getEndPoint(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#end_point HealthCheck#end_point}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#end_point HealthCheck#end_point}. --- @@ -1084,7 +1084,7 @@ public java.lang.Number getTimeout(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#timeout HealthCheck#timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#timeout HealthCheck#timeout}. --- @@ -1096,7 +1096,7 @@ public java.lang.Number getTimeOut(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#time_out HealthCheck#time_out}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#time_out HealthCheck#time_out}. --- @@ -1139,12 +1139,12 @@ HealthCheckConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| proxyAddress | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.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.169.1/docs/resources/health_check#id HealthCheck#id}. | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#name HealthCheck#name}. | -| proxyPort | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.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.170.0/docs/resources/health_check#proxy_port HealthCheck#proxy_port}. | --- @@ -1226,7 +1226,7 @@ public java.lang.String getProxyAddress(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#proxy_address HealthCheck#proxy_address}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#proxy_address HealthCheck#proxy_address}. --- @@ -1238,7 +1238,7 @@ public java.lang.String getResourceId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#resource_id HealthCheck#resource_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#resource_id HealthCheck#resource_id}. --- @@ -1252,7 +1252,7 @@ public HealthCheckCheck getCheck(); check block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#check HealthCheck#check} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#check HealthCheck#check} --- @@ -1264,7 +1264,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#id HealthCheck#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#id HealthCheck#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1279,7 +1279,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#name HealthCheck#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#name HealthCheck#name}. --- @@ -1291,7 +1291,7 @@ public java.lang.Number getProxyPort(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#proxy_port HealthCheck#proxy_port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#proxy_port HealthCheck#proxy_port}. --- diff --git a/docs/healthCheck.python.md b/docs/healthCheck.python.md index e115e02ff..c4bd88bf2 100644 --- a/docs/healthCheck.python.md +++ b/docs/healthCheck.python.md @@ -4,7 +4,7 @@ ### HealthCheck -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check spotinst_health_check}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check spotinst_health_check}. #### Initializers @@ -41,12 +41,12 @@ healthCheck.HealthCheck( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| proxy_address | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.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.169.1/docs/resources/health_check#id HealthCheck#id}. | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/health_check#proxy_port HealthCheck#proxy_port}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#id HealthCheck#id}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/health_check#proxy_port HealthCheck#proxy_port}. | --- @@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#proxy_address HealthCheck#proxy_address}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#proxy_address HealthCheck#proxy_address}. --- @@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#resource_id HealthCheck#resource_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#resource_id HealthCheck#resource_id}. --- @@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti check block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#check HealthCheck#check} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#check HealthCheck#check} --- @@ -140,7 +140,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#id HealthCheck#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#id HealthCheck#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -151,7 +151,7 @@ If you experience problems setting this value it might not be settable. Please t - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#name HealthCheck#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#name HealthCheck#name}. --- @@ -159,7 +159,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#proxy_port HealthCheck#proxy_port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#proxy_port HealthCheck#proxy_port}. --- @@ -543,7 +543,7 @@ def put_check( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#healthy HealthCheck#healthy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#healthy HealthCheck#healthy}. --- @@ -551,7 +551,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#interval HealthCheck#interval}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#interval HealthCheck#interval}. --- @@ -559,7 +559,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#port HealthCheck#port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#port HealthCheck#port}. --- @@ -567,7 +567,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#protocol HealthCheck#protocol}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#protocol HealthCheck#protocol}. --- @@ -575,7 +575,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#unhealthy HealthCheck#unhealthy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#unhealthy HealthCheck#unhealthy}. --- @@ -583,7 +583,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#endpoint HealthCheck#endpoint}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#endpoint HealthCheck#endpoint}. --- @@ -591,7 +591,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#end_point HealthCheck#end_point}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#end_point HealthCheck#end_point}. --- @@ -599,7 +599,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#timeout HealthCheck#timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#timeout HealthCheck#timeout}. --- @@ -607,7 +607,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#time_out HealthCheck#time_out}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#time_out HealthCheck#time_out}. --- @@ -749,7 +749,7 @@ The construct id used in the generated config for the HealthCheck to import. The id of the existing HealthCheck that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#import import section} in the documentation of this resource for the id to use --- @@ -1100,15 +1100,15 @@ healthCheck.HealthCheckCheck( | **Name** | **Type** | **Description** | | --- | --- | --- | -| healthy | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/docs/resources/health_check#port HealthCheck#port}. | -| protocol | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/health_check#unhealthy HealthCheck#unhealthy}. | -| endpoint | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#endpoint HealthCheck#endpoint}. | -| end_point | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/health_check#port HealthCheck#port}. | +| protocol | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/health_check#unhealthy HealthCheck#unhealthy}. | +| endpoint | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#endpoint HealthCheck#endpoint}. | +| end_point | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.0/docs/resources/health_check#time_out HealthCheck#time_out}. | --- @@ -1120,7 +1120,7 @@ healthy: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#healthy HealthCheck#healthy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#healthy HealthCheck#healthy}. --- @@ -1132,7 +1132,7 @@ interval: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#interval HealthCheck#interval}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#interval HealthCheck#interval}. --- @@ -1144,7 +1144,7 @@ port: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#port HealthCheck#port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#port HealthCheck#port}. --- @@ -1156,7 +1156,7 @@ protocol: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#protocol HealthCheck#protocol}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#protocol HealthCheck#protocol}. --- @@ -1168,7 +1168,7 @@ unhealthy: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#unhealthy HealthCheck#unhealthy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#unhealthy HealthCheck#unhealthy}. --- @@ -1180,7 +1180,7 @@ endpoint: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#endpoint HealthCheck#endpoint}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#endpoint HealthCheck#endpoint}. --- @@ -1192,7 +1192,7 @@ end_point: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#end_point HealthCheck#end_point}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#end_point HealthCheck#end_point}. --- @@ -1204,7 +1204,7 @@ timeout: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#timeout HealthCheck#timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#timeout HealthCheck#timeout}. --- @@ -1216,7 +1216,7 @@ time_out: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#time_out HealthCheck#time_out}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#time_out HealthCheck#time_out}. --- @@ -1255,12 +1255,12 @@ healthCheck.HealthCheckConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| proxy_address | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.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.169.1/docs/resources/health_check#id HealthCheck#id}. | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/health_check#proxy_port HealthCheck#proxy_port}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#id HealthCheck#id}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/health_check#proxy_port HealthCheck#proxy_port}. | --- @@ -1342,7 +1342,7 @@ proxy_address: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#proxy_address HealthCheck#proxy_address}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#proxy_address HealthCheck#proxy_address}. --- @@ -1354,7 +1354,7 @@ resource_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#resource_id HealthCheck#resource_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#resource_id HealthCheck#resource_id}. --- @@ -1368,7 +1368,7 @@ check: HealthCheckCheck check block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#check HealthCheck#check} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#check HealthCheck#check} --- @@ -1380,7 +1380,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#id HealthCheck#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#id HealthCheck#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1395,7 +1395,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#name HealthCheck#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#name HealthCheck#name}. --- @@ -1407,7 +1407,7 @@ proxy_port: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#proxy_port HealthCheck#proxy_port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#proxy_port HealthCheck#proxy_port}. --- diff --git a/docs/healthCheck.typescript.md b/docs/healthCheck.typescript.md index 4e79e9e09..c76513b4e 100644 --- a/docs/healthCheck.typescript.md +++ b/docs/healthCheck.typescript.md @@ -4,7 +4,7 @@ ### HealthCheck -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check spotinst_health_check}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check spotinst_health_check}. #### Initializers @@ -508,7 +508,7 @@ The construct id used in the generated config for the HealthCheck to import. The id of the existing HealthCheck that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#import import section} in the documentation of this resource for the id to use --- @@ -849,15 +849,15 @@ const healthCheckCheck: healthCheck.HealthCheckCheck = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| healthy | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#healthy HealthCheck#healthy}. | -| interval | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#interval HealthCheck#interval}. | -| port | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#port HealthCheck#port}. | -| protocol | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#protocol HealthCheck#protocol}. | -| unhealthy | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#unhealthy HealthCheck#unhealthy}. | -| endpoint | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#endpoint HealthCheck#endpoint}. | -| endPoint | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#end_point HealthCheck#end_point}. | -| timeout | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#timeout HealthCheck#timeout}. | -| timeOut | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#time_out HealthCheck#time_out}. | +| healthy | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#healthy HealthCheck#healthy}. | +| interval | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#interval HealthCheck#interval}. | +| port | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#port HealthCheck#port}. | +| protocol | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#protocol HealthCheck#protocol}. | +| unhealthy | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#unhealthy HealthCheck#unhealthy}. | +| endpoint | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#endpoint HealthCheck#endpoint}. | +| endPoint | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/health_check#timeout HealthCheck#timeout}. | +| timeOut | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#time_out HealthCheck#time_out}. | --- @@ -869,7 +869,7 @@ public readonly healthy: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#healthy HealthCheck#healthy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#healthy HealthCheck#healthy}. --- @@ -881,7 +881,7 @@ public readonly interval: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#interval HealthCheck#interval}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#interval HealthCheck#interval}. --- @@ -893,7 +893,7 @@ public readonly port: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#port HealthCheck#port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#port HealthCheck#port}. --- @@ -905,7 +905,7 @@ public readonly protocol: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#protocol HealthCheck#protocol}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#protocol HealthCheck#protocol}. --- @@ -917,7 +917,7 @@ public readonly unhealthy: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#unhealthy HealthCheck#unhealthy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#unhealthy HealthCheck#unhealthy}. --- @@ -929,7 +929,7 @@ public readonly endpoint: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#endpoint HealthCheck#endpoint}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#endpoint HealthCheck#endpoint}. --- @@ -941,7 +941,7 @@ public readonly endPoint: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#end_point HealthCheck#end_point}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#end_point HealthCheck#end_point}. --- @@ -953,7 +953,7 @@ public readonly timeout: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#timeout HealthCheck#timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#timeout HealthCheck#timeout}. --- @@ -965,7 +965,7 @@ public readonly timeOut: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#time_out HealthCheck#time_out}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#time_out HealthCheck#time_out}. --- @@ -990,12 +990,12 @@ const healthCheckConfig: healthCheck.HealthCheckConfig = { ... } | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| proxyAddress | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#proxy_address HealthCheck#proxy_address}. | -| resourceId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#resource_id HealthCheck#resource_id}. | +| proxyAddress | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.169.1/docs/resources/health_check#id HealthCheck#id}. | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#name HealthCheck#name}. | -| proxyPort | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#proxy_port HealthCheck#proxy_port}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#id HealthCheck#id}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#name HealthCheck#name}. | +| proxyPort | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#proxy_port HealthCheck#proxy_port}. | --- @@ -1077,7 +1077,7 @@ public readonly proxyAddress: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#proxy_address HealthCheck#proxy_address}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#proxy_address HealthCheck#proxy_address}. --- @@ -1089,7 +1089,7 @@ public readonly resourceId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#resource_id HealthCheck#resource_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#resource_id HealthCheck#resource_id}. --- @@ -1103,7 +1103,7 @@ public readonly check: HealthCheckCheck; check block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#check HealthCheck#check} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#check HealthCheck#check} --- @@ -1115,7 +1115,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#id HealthCheck#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#id HealthCheck#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1130,7 +1130,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#name HealthCheck#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#name HealthCheck#name}. --- @@ -1142,7 +1142,7 @@ public readonly proxyPort: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#proxy_port HealthCheck#proxy_port}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#proxy_port HealthCheck#proxy_port}. --- diff --git a/docs/managedInstanceAws.csharp.md b/docs/managedInstanceAws.csharp.md index a889402ec..c11362242 100644 --- a/docs/managedInstanceAws.csharp.md +++ b/docs/managedInstanceAws.csharp.md @@ -4,7 +4,7 @@ ### ManagedInstanceAws -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws spotinst_managed_instance_aws}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws spotinst_managed_instance_aws}. #### Initializers @@ -870,7 +870,7 @@ The construct id used in the generated config for the ManagedInstanceAws to impo The id of the existing ManagedInstanceAws that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#import import section} in the documentation of this resource for the id to use --- @@ -2094,7 +2094,7 @@ new ManagedInstanceAwsBlockDeviceMappings { | **Name** | **Type** | **Description** | | --- | --- | --- | -| DeviceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#device_name ManagedInstanceAws#device_name}. | | Ebs | ManagedInstanceAwsBlockDeviceMappingsEbs | ebs block. | --- @@ -2107,7 +2107,7 @@ public string DeviceName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#device_name ManagedInstanceAws#device_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#device_name ManagedInstanceAws#device_name}. --- @@ -2121,7 +2121,7 @@ public ManagedInstanceAwsBlockDeviceMappingsEbs Ebs { get; set; } ebs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#ebs ManagedInstanceAws#ebs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#ebs ManagedInstanceAws#ebs} --- @@ -2148,14 +2148,14 @@ new ManagedInstanceAwsBlockDeviceMappingsEbs { | **Name** | **Type** | **Description** | | --- | --- | --- | -| DeleteOnTermination | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#delete_on_termination ManagedInstanceAws#delete_on_termination}. | -| Encrypted | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#encrypted ManagedInstanceAws#encrypted}. | -| Iops | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#iops ManagedInstanceAws#iops}. | -| KmsKeyId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#kms_key_id ManagedInstanceAws#kms_key_id}. | -| SnapshotId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#snapshot_id ManagedInstanceAws#snapshot_id}. | -| Throughput | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#throughput ManagedInstanceAws#throughput}. | -| VolumeSize | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.0/docs/resources/managed_instance_aws#delete_on_termination ManagedInstanceAws#delete_on_termination}. | +| Encrypted | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#encrypted ManagedInstanceAws#encrypted}. | +| Iops | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#iops ManagedInstanceAws#iops}. | +| KmsKeyId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#kms_key_id ManagedInstanceAws#kms_key_id}. | +| SnapshotId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#snapshot_id ManagedInstanceAws#snapshot_id}. | +| Throughput | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#throughput ManagedInstanceAws#throughput}. | +| VolumeSize | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/managed_instance_aws#volume_type ManagedInstanceAws#volume_type}. | --- @@ -2167,7 +2167,7 @@ public object DeleteOnTermination { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#delete_on_termination ManagedInstanceAws#delete_on_termination}. --- @@ -2179,7 +2179,7 @@ public object Encrypted { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#encrypted ManagedInstanceAws#encrypted}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#encrypted ManagedInstanceAws#encrypted}. --- @@ -2191,7 +2191,7 @@ public double Iops { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#iops ManagedInstanceAws#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#iops ManagedInstanceAws#iops}. --- @@ -2203,7 +2203,7 @@ public string KmsKeyId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#kms_key_id ManagedInstanceAws#kms_key_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#kms_key_id ManagedInstanceAws#kms_key_id}. --- @@ -2215,7 +2215,7 @@ public string SnapshotId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#snapshot_id ManagedInstanceAws#snapshot_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#snapshot_id ManagedInstanceAws#snapshot_id}. --- @@ -2227,7 +2227,7 @@ public double Throughput { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#throughput ManagedInstanceAws#throughput}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#throughput ManagedInstanceAws#throughput}. --- @@ -2239,7 +2239,7 @@ public double VolumeSize { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#volume_size ManagedInstanceAws#volume_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#volume_size ManagedInstanceAws#volume_size}. --- @@ -2251,7 +2251,7 @@ public string VolumeType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#volume_type ManagedInstanceAws#volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#volume_type ManagedInstanceAws#volume_type}. --- @@ -2330,52 +2330,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.169.1/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.169.1/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.169.1/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. | -| PersistBlockDevices | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/managed_instance_aws#product ManagedInstanceAws#product}. | -| SubnetIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. | +| PersistBlockDevices | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/managed_instance_aws#product ManagedInstanceAws#product}. | +| SubnetIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.169.1/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.169.1/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.170.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.170.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.169.1/docs/resources/managed_instance_aws#description ManagedInstanceAws#description}. | -| DrainingTimeout | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/docs/resources/managed_instance_aws#enable_monitoring ManagedInstanceAws#enable_monitoring}. | -| FallbackToOndemand | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#fallback_to_ondemand ManagedInstanceAws#fallback_to_ondemand}. | -| GracePeriod | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/docs/resources/managed_instance_aws#id ManagedInstanceAws#id}. | +| Description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#description ManagedInstanceAws#description}. | +| DrainingTimeout | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.0/docs/resources/managed_instance_aws#enable_monitoring ManagedInstanceAws#enable_monitoring}. | +| FallbackToOndemand | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#fallback_to_ondemand ManagedInstanceAws#fallback_to_ondemand}. | +| GracePeriod | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.169.1/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.169.1/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.170.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.170.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.169.1/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.170.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.169.1/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.169.1/docs/resources/managed_instance_aws#orientation ManagedInstanceAws#orientation}. | -| PersistPrivateIp | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/docs/resources/managed_instance_aws#region ManagedInstanceAws#region}. | +| OptimizationWindows | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/managed_instance_aws#orientation ManagedInstanceAws#orientation}. | +| PersistPrivateIp | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.170.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.170.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.169.1/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.169.1/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.170.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.170.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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/managed_instance_aws#utilize_reserved_instances ManagedInstanceAws#utilize_reserved_instances}. | --- @@ -2457,7 +2457,7 @@ public string ImageId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#image_id ManagedInstanceAws#image_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#image_id ManagedInstanceAws#image_id}. --- @@ -2469,7 +2469,7 @@ public string[] InstanceTypes { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#instance_types ManagedInstanceAws#instance_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#instance_types ManagedInstanceAws#instance_types}. --- @@ -2481,7 +2481,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. --- @@ -2493,7 +2493,7 @@ public object PersistBlockDevices { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#persist_block_devices ManagedInstanceAws#persist_block_devices}. --- @@ -2505,7 +2505,7 @@ public string Product { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#product ManagedInstanceAws#product}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#product ManagedInstanceAws#product}. --- @@ -2517,7 +2517,7 @@ public string[] SubnetIds { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#subnet_ids ManagedInstanceAws#subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#subnet_ids ManagedInstanceAws#subnet_ids}. --- @@ -2529,7 +2529,7 @@ public string VpcId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#vpc_id ManagedInstanceAws#vpc_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#vpc_id ManagedInstanceAws#vpc_id}. --- @@ -2541,7 +2541,7 @@ public object AutoHealing { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#auto_healing ManagedInstanceAws#auto_healing}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#auto_healing ManagedInstanceAws#auto_healing}. --- @@ -2555,7 +2555,7 @@ public object BlockDeviceMappings { get; set; } block_device_mappings block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#block_device_mappings ManagedInstanceAws#block_device_mappings} --- @@ -2567,7 +2567,7 @@ public string BlockDevicesMode { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#block_devices_mode ManagedInstanceAws#block_devices_mode}. --- @@ -2579,7 +2579,7 @@ public string CpuCredits { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#cpu_credits ManagedInstanceAws#cpu_credits}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#cpu_credits ManagedInstanceAws#cpu_credits}. --- @@ -2593,7 +2593,7 @@ public object Delete { get; set; } delete block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#delete ManagedInstanceAws#delete} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#delete ManagedInstanceAws#delete} --- @@ -2605,7 +2605,7 @@ public string Description { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#description ManagedInstanceAws#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#description ManagedInstanceAws#description}. --- @@ -2617,7 +2617,7 @@ public double DrainingTimeout { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#draining_timeout ManagedInstanceAws#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#draining_timeout ManagedInstanceAws#draining_timeout}. --- @@ -2629,7 +2629,7 @@ public object EbsOptimized { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#ebs_optimized ManagedInstanceAws#ebs_optimized}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#ebs_optimized ManagedInstanceAws#ebs_optimized}. --- @@ -2641,7 +2641,7 @@ public string ElasticIp { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#elastic_ip ManagedInstanceAws#elastic_ip}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#elastic_ip ManagedInstanceAws#elastic_ip}. --- @@ -2653,7 +2653,7 @@ public object EnableMonitoring { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#enable_monitoring ManagedInstanceAws#enable_monitoring}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#enable_monitoring ManagedInstanceAws#enable_monitoring}. --- @@ -2665,7 +2665,7 @@ public object FallbackToOndemand { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#fallback_to_ondemand ManagedInstanceAws#fallback_to_ondemand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#fallback_to_ondemand ManagedInstanceAws#fallback_to_ondemand}. --- @@ -2677,7 +2677,7 @@ public double GracePeriod { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#grace_period ManagedInstanceAws#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#grace_period ManagedInstanceAws#grace_period}. --- @@ -2689,7 +2689,7 @@ public string HealthCheckType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#health_check_type ManagedInstanceAws#health_check_type}. --- @@ -2701,7 +2701,7 @@ public string IamInstanceProfile { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#iam_instance_profile ManagedInstanceAws#iam_instance_profile}. --- @@ -2713,7 +2713,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#id ManagedInstanceAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. @@ -2730,7 +2730,7 @@ public ManagedInstanceAwsIntegrationRoute53 IntegrationRoute53 { get; set; } integration_route53 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#integration_route53 ManagedInstanceAws#integration_route53} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#integration_route53 ManagedInstanceAws#integration_route53} --- @@ -2742,7 +2742,7 @@ public string KeyPair { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#key_pair ManagedInstanceAws#key_pair}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#key_pair ManagedInstanceAws#key_pair}. --- @@ -2754,7 +2754,7 @@ public string LifeCycle { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#life_cycle ManagedInstanceAws#life_cycle}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#life_cycle ManagedInstanceAws#life_cycle}. --- @@ -2768,7 +2768,7 @@ public object LoadBalancers { get; set; } load_balancers block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#load_balancers ManagedInstanceAws#load_balancers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#load_balancers ManagedInstanceAws#load_balancers} --- @@ -2782,7 +2782,7 @@ public ManagedInstanceAwsManagedInstanceAction ManagedInstanceAction { get; set; managed_instance_action block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#managed_instance_action ManagedInstanceAws#managed_instance_action} --- @@ -2794,7 +2794,7 @@ public double MinimumInstanceLifetime { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#minimum_instance_lifetime ManagedInstanceAws#minimum_instance_lifetime}. --- @@ -2808,7 +2808,7 @@ public object NetworkInterface { get; set; } network_interface block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#network_interface ManagedInstanceAws#network_interface} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#network_interface ManagedInstanceAws#network_interface} --- @@ -2820,7 +2820,7 @@ public string[] OptimizationWindows { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#optimization_windows ManagedInstanceAws#optimization_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#optimization_windows ManagedInstanceAws#optimization_windows}. --- @@ -2832,7 +2832,7 @@ public string Orientation { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#orientation ManagedInstanceAws#orientation}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#orientation ManagedInstanceAws#orientation}. --- @@ -2844,7 +2844,7 @@ public object PersistPrivateIp { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#persist_private_ip ManagedInstanceAws#persist_private_ip}. --- @@ -2856,7 +2856,7 @@ public object PersistRootDevice { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#persist_root_device ManagedInstanceAws#persist_root_device}. --- @@ -2868,7 +2868,7 @@ public string PlacementTenancy { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#placement_tenancy ManagedInstanceAws#placement_tenancy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#placement_tenancy ManagedInstanceAws#placement_tenancy}. --- @@ -2880,7 +2880,7 @@ public string PreferredType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#preferred_type ManagedInstanceAws#preferred_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#preferred_type ManagedInstanceAws#preferred_type}. --- @@ -2892,7 +2892,7 @@ public string PrivateIp { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#private_ip ManagedInstanceAws#private_ip}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#private_ip ManagedInstanceAws#private_ip}. --- @@ -2904,7 +2904,7 @@ public string Region { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#region ManagedInstanceAws#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#region ManagedInstanceAws#region}. --- @@ -2918,7 +2918,7 @@ public object ResourceTagSpecification { get; set; } resource_tag_specification block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#resource_tag_specification ManagedInstanceAws#resource_tag_specification} --- @@ -2932,7 +2932,7 @@ public ManagedInstanceAwsRevertToSpot RevertToSpot { get; set; } revert_to_spot block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#revert_to_spot ManagedInstanceAws#revert_to_spot} --- @@ -2946,7 +2946,7 @@ public object ScheduledTask { get; set; } scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#scheduled_task ManagedInstanceAws#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#scheduled_task ManagedInstanceAws#scheduled_task} --- @@ -2958,7 +2958,7 @@ public string[] SecurityGroupIds { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#security_group_ids ManagedInstanceAws#security_group_ids}. --- @@ -2970,7 +2970,7 @@ public string ShutdownScript { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#shutdown_script ManagedInstanceAws#shutdown_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#shutdown_script ManagedInstanceAws#shutdown_script}. --- @@ -2984,7 +2984,7 @@ public object Tags { get; set; } tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#tags ManagedInstanceAws#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#tags ManagedInstanceAws#tags} --- @@ -2996,7 +2996,7 @@ public double UnhealthyDuration { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#unhealthy_duration ManagedInstanceAws#unhealthy_duration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#unhealthy_duration ManagedInstanceAws#unhealthy_duration}. --- @@ -3008,7 +3008,7 @@ public string UserData { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#user_data ManagedInstanceAws#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#user_data ManagedInstanceAws#user_data}. --- @@ -3020,7 +3020,7 @@ public object UtilizeReservedInstances { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#utilize_reserved_instances ManagedInstanceAws#utilize_reserved_instances}. --- @@ -3045,12 +3045,12 @@ new ManagedInstanceAwsDelete { | **Name** | **Type** | **Description** | | --- | --- | --- | -| AmiBackupShouldDeleteImages | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.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.170.0/docs/resources/managed_instance_aws#should_terminate_instance ManagedInstanceAws#should_terminate_instance}. | --- @@ -3062,7 +3062,7 @@ public object AmiBackupShouldDeleteImages { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#ami_backup_should_delete_images ManagedInstanceAws#ami_backup_should_delete_images}. --- @@ -3074,7 +3074,7 @@ public object DeallocationConfigShouldDeleteImages { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#deallocation_config_should_delete_images ManagedInstanceAws#deallocation_config_should_delete_images}. --- @@ -3086,7 +3086,7 @@ public object ShouldDeleteNetworkInterfaces { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#should_delete_network_interfaces ManagedInstanceAws#should_delete_network_interfaces}. --- @@ -3098,7 +3098,7 @@ public object ShouldDeleteSnapshots { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#should_delete_snapshots ManagedInstanceAws#should_delete_snapshots}. --- @@ -3110,7 +3110,7 @@ public object ShouldDeleteVolumes { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#should_delete_volumes ManagedInstanceAws#should_delete_volumes}. --- @@ -3122,7 +3122,7 @@ public object ShouldTerminateInstance { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#should_terminate_instance ManagedInstanceAws#should_terminate_instance}. --- @@ -3156,7 +3156,7 @@ public object Domains { get; set; } domains block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#domains ManagedInstanceAws#domains} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#domains ManagedInstanceAws#domains} --- @@ -3179,10 +3179,10 @@ new ManagedInstanceAwsIntegrationRoute53Domains { | **Name** | **Type** | **Description** | | --- | --- | --- | -| HostedZoneId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.169.1/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.169.1/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.170.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.170.0/docs/resources/managed_instance_aws#spotinst_acct_id ManagedInstanceAws#spotinst_acct_id}. | --- @@ -3194,7 +3194,7 @@ public string HostedZoneId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#hosted_zone_id ManagedInstanceAws#hosted_zone_id}. --- @@ -3208,7 +3208,7 @@ public object RecordSets { get; set; } record_sets block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#record_sets ManagedInstanceAws#record_sets} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#record_sets ManagedInstanceAws#record_sets} --- @@ -3220,7 +3220,7 @@ public string RecordSetType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#record_set_type ManagedInstanceAws#record_set_type}. --- @@ -3232,7 +3232,7 @@ public string SpotinstAcctId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#spotinst_acct_id ManagedInstanceAws#spotinst_acct_id}. --- @@ -3254,9 +3254,9 @@ new ManagedInstanceAwsIntegrationRoute53DomainsRecordSets { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. | -| UsePublicDns | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. | +| UsePublicDns | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/managed_instance_aws#use_public_ip ManagedInstanceAws#use_public_ip}. | --- @@ -3268,7 +3268,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. --- @@ -3280,7 +3280,7 @@ public object UsePublicDns { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#use_public_dns ManagedInstanceAws#use_public_dns}. --- @@ -3292,7 +3292,7 @@ public object UsePublicIp { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#use_public_ip ManagedInstanceAws#use_public_ip}. --- @@ -3306,11 +3306,7 @@ using HashiCorp.Cdktf.Providers.Spotinst; new ManagedInstanceAwsLoadBalancers { string Type, string Arn = null, - object AutoWeight = null, - object AzAwareness = null, - string BalancerId = null, - string Name = null, - string TargetSetId = null + string Name = null }; ``` @@ -3318,13 +3314,9 @@ new ManagedInstanceAwsLoadBalancers { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#type ManagedInstanceAws#type}. | -| Arn | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#arn ManagedInstanceAws#arn}. | -| AutoWeight | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. | -| TargetSetId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#type ManagedInstanceAws#type}. | +| Arn | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#arn ManagedInstanceAws#arn}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. | --- @@ -3336,7 +3328,7 @@ public string Type { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#type ManagedInstanceAws#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#type ManagedInstanceAws#type}. --- @@ -3348,43 +3340,7 @@ public string Arn { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#arn ManagedInstanceAws#arn}. - ---- - -##### `AutoWeight`Optional - -```csharp -public object AutoWeight { get; set; } -``` - -- *Type:* object - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#auto_weight ManagedInstanceAws#auto_weight}. - ---- - -##### `AzAwareness`Optional - -```csharp -public object AzAwareness { get; set; } -``` - -- *Type:* object - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#az_awareness ManagedInstanceAws#az_awareness}. - ---- - -##### `BalancerId`Optional - -```csharp -public string BalancerId { get; set; } -``` - -- *Type:* string - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#balancer_id ManagedInstanceAws#balancer_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#arn ManagedInstanceAws#arn}. --- @@ -3396,19 +3352,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. - ---- - -##### `TargetSetId`Optional - -```csharp -public string TargetSetId { get; set; } -``` - -- *Type:* string - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. --- @@ -3428,7 +3372,7 @@ new ManagedInstanceAwsManagedInstanceAction { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#type ManagedInstanceAws#type}. | +| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#type ManagedInstanceAws#type}. | --- @@ -3440,7 +3384,7 @@ public string Type { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#type ManagedInstanceAws#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#type ManagedInstanceAws#type}. --- @@ -3462,9 +3406,9 @@ new ManagedInstanceAwsNetworkInterface { | **Name** | **Type** | **Description** | | --- | --- | --- | -| DeviceIndex | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/managed_instance_aws#associate_public_ip_address ManagedInstanceAws#associate_public_ip_address}. | --- @@ -3476,7 +3420,7 @@ public string DeviceIndex { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#device_index ManagedInstanceAws#device_index}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#device_index ManagedInstanceAws#device_index}. --- @@ -3488,7 +3432,7 @@ public object AssociateIpv6Address { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#associate_ipv6_address ManagedInstanceAws#associate_ipv6_address}. --- @@ -3500,7 +3444,7 @@ public object AssociatePublicIpAddress { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#associate_public_ip_address ManagedInstanceAws#associate_public_ip_address}. --- @@ -3523,10 +3467,10 @@ new ManagedInstanceAwsResourceTagSpecification { | **Name** | **Type** | **Description** | | --- | --- | --- | -| ShouldTagAmis | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.0/docs/resources/managed_instance_aws#should_tag_volumes ManagedInstanceAws#should_tag_volumes}. | --- @@ -3538,7 +3482,7 @@ public object ShouldTagAmis { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#should_tag_amis ManagedInstanceAws#should_tag_amis}. --- @@ -3550,7 +3494,7 @@ public object ShouldTagEnis { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#should_tag_enis ManagedInstanceAws#should_tag_enis}. --- @@ -3562,7 +3506,7 @@ public object ShouldTagSnapshots { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#should_tag_snapshots ManagedInstanceAws#should_tag_snapshots}. --- @@ -3574,7 +3518,7 @@ public object ShouldTagVolumes { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#should_tag_volumes ManagedInstanceAws#should_tag_volumes}. --- @@ -3594,7 +3538,7 @@ new ManagedInstanceAwsRevertToSpot { | **Name** | **Type** | **Description** | | --- | --- | --- | -| PerformAt | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#perform_at ManagedInstanceAws#perform_at}. | --- @@ -3606,7 +3550,7 @@ public string PerformAt { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#perform_at ManagedInstanceAws#perform_at}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#perform_at ManagedInstanceAws#perform_at}. --- @@ -3630,11 +3574,11 @@ new ManagedInstanceAwsScheduledTask { | **Name** | **Type** | **Description** | | --- | --- | --- | -| TaskType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/docs/resources/managed_instance_aws#frequency ManagedInstanceAws#frequency}. | -| IsEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/managed_instance_aws#frequency ManagedInstanceAws#frequency}. | +| IsEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/managed_instance_aws#start_time ManagedInstanceAws#start_time}. | --- @@ -3646,7 +3590,7 @@ public string TaskType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#task_type ManagedInstanceAws#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#task_type ManagedInstanceAws#task_type}. --- @@ -3658,7 +3602,7 @@ public string CronExpression { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#cron_expression ManagedInstanceAws#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#cron_expression ManagedInstanceAws#cron_expression}. --- @@ -3670,7 +3614,7 @@ public string Frequency { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#frequency ManagedInstanceAws#frequency}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#frequency ManagedInstanceAws#frequency}. --- @@ -3682,7 +3626,7 @@ public object IsEnabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#is_enabled ManagedInstanceAws#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#is_enabled ManagedInstanceAws#is_enabled}. --- @@ -3694,7 +3638,7 @@ public string StartTime { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#start_time ManagedInstanceAws#start_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#start_time ManagedInstanceAws#start_time}. --- @@ -3715,8 +3659,8 @@ new ManagedInstanceAwsTags { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#key ManagedInstanceAws#key}. | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#value ManagedInstanceAws#value}. | +| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#key ManagedInstanceAws#key}. | +| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#value ManagedInstanceAws#value}. | --- @@ -3728,7 +3672,7 @@ public string Key { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#key ManagedInstanceAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#key ManagedInstanceAws#key}. --- @@ -3740,7 +3684,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#value ManagedInstanceAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#value ManagedInstanceAws#value}. --- @@ -6881,11 +6825,7 @@ whether the list is wrapping a set (will add tolist() to be able to access an it | Resolve | Produce the Token's value at resolution time. | | ToString | Return a string representation of this resolvable object. | | ResetArn | *No description.* | -| ResetAutoWeight | *No description.* | -| ResetAzAwareness | *No description.* | -| ResetBalancerId | *No description.* | | ResetName | *No description.* | -| ResetTargetSetId | *No description.* | --- @@ -7045,36 +6985,12 @@ Returns a reversible string representation. private void ResetArn() ``` -##### `ResetAutoWeight` - -```csharp -private void ResetAutoWeight() -``` - -##### `ResetAzAwareness` - -```csharp -private void ResetAzAwareness() -``` - -##### `ResetBalancerId` - -```csharp -private void ResetBalancerId() -``` - ##### `ResetName` ```csharp private void ResetName() ``` -##### `ResetTargetSetId` - -```csharp -private void ResetTargetSetId() -``` - #### Properties @@ -7083,18 +6999,10 @@ private void ResetTargetSetId() | CreationStack | string[] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | | Fqn | string | *No description.* | | ArnInput | string | *No description.* | -| AutoWeightInput | object | *No description.* | -| AzAwarenessInput | object | *No description.* | -| BalancerIdInput | string | *No description.* | | NameInput | string | *No description.* | -| TargetSetIdInput | string | *No description.* | | TypeInput | string | *No description.* | | Arn | string | *No description.* | -| AutoWeight | object | *No description.* | -| AzAwareness | object | *No description.* | -| BalancerId | string | *No description.* | | Name | string | *No description.* | -| TargetSetId | string | *No description.* | | Type | string | *No description.* | | InternalValue | object | *No description.* | @@ -7134,36 +7042,6 @@ public string ArnInput { get; } --- -##### `AutoWeightInput`Optional - -```csharp -public object AutoWeightInput { get; } -``` - -- *Type:* object - ---- - -##### `AzAwarenessInput`Optional - -```csharp -public object AzAwarenessInput { get; } -``` - -- *Type:* object - ---- - -##### `BalancerIdInput`Optional - -```csharp -public string BalancerIdInput { get; } -``` - -- *Type:* string - ---- - ##### `NameInput`Optional ```csharp @@ -7174,16 +7052,6 @@ public string NameInput { get; } --- -##### `TargetSetIdInput`Optional - -```csharp -public string TargetSetIdInput { get; } -``` - -- *Type:* string - ---- - ##### `TypeInput`Optional ```csharp @@ -7204,36 +7072,6 @@ public string Arn { get; } --- -##### `AutoWeight`Required - -```csharp -public object AutoWeight { get; } -``` - -- *Type:* object - ---- - -##### `AzAwareness`Required - -```csharp -public object AzAwareness { get; } -``` - -- *Type:* object - ---- - -##### `BalancerId`Required - -```csharp -public string BalancerId { get; } -``` - -- *Type:* string - ---- - ##### `Name`Required ```csharp @@ -7244,16 +7082,6 @@ public string Name { get; } --- -##### `TargetSetId`Required - -```csharp -public string TargetSetId { get; } -``` - -- *Type:* string - ---- - ##### `Type`Required ```csharp diff --git a/docs/managedInstanceAws.go.md b/docs/managedInstanceAws.go.md index 29d5dc300..2a5f63d77 100644 --- a/docs/managedInstanceAws.go.md +++ b/docs/managedInstanceAws.go.md @@ -4,7 +4,7 @@ ### ManagedInstanceAws -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws spotinst_managed_instance_aws}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws spotinst_managed_instance_aws}. #### Initializers @@ -870,7 +870,7 @@ The construct id used in the generated config for the ManagedInstanceAws to impo The id of the existing ManagedInstanceAws that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#import import section} in the documentation of this resource for the id to use --- @@ -2094,7 +2094,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstance | **Name** | **Type** | **Description** | | --- | --- | --- | -| DeviceName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#device_name ManagedInstanceAws#device_name}. | | Ebs | ManagedInstanceAwsBlockDeviceMappingsEbs | ebs block. | --- @@ -2107,7 +2107,7 @@ DeviceName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#device_name ManagedInstanceAws#device_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#device_name ManagedInstanceAws#device_name}. --- @@ -2121,7 +2121,7 @@ Ebs ManagedInstanceAwsBlockDeviceMappingsEbs ebs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#ebs ManagedInstanceAws#ebs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#ebs ManagedInstanceAws#ebs} --- @@ -2148,14 +2148,14 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstance | **Name** | **Type** | **Description** | | --- | --- | --- | -| DeleteOnTermination | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#delete_on_termination ManagedInstanceAws#delete_on_termination}. | -| Encrypted | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#encrypted ManagedInstanceAws#encrypted}. | -| Iops | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#iops ManagedInstanceAws#iops}. | -| KmsKeyId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#kms_key_id ManagedInstanceAws#kms_key_id}. | -| SnapshotId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#snapshot_id ManagedInstanceAws#snapshot_id}. | -| Throughput | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#throughput ManagedInstanceAws#throughput}. | -| VolumeSize | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.0/docs/resources/managed_instance_aws#delete_on_termination ManagedInstanceAws#delete_on_termination}. | +| Encrypted | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#encrypted ManagedInstanceAws#encrypted}. | +| Iops | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#iops ManagedInstanceAws#iops}. | +| KmsKeyId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#kms_key_id ManagedInstanceAws#kms_key_id}. | +| SnapshotId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#snapshot_id ManagedInstanceAws#snapshot_id}. | +| Throughput | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#throughput ManagedInstanceAws#throughput}. | +| VolumeSize | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/managed_instance_aws#volume_type ManagedInstanceAws#volume_type}. | --- @@ -2167,7 +2167,7 @@ DeleteOnTermination interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#delete_on_termination ManagedInstanceAws#delete_on_termination}. --- @@ -2179,7 +2179,7 @@ Encrypted interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#encrypted ManagedInstanceAws#encrypted}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#encrypted ManagedInstanceAws#encrypted}. --- @@ -2191,7 +2191,7 @@ Iops *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#iops ManagedInstanceAws#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#iops ManagedInstanceAws#iops}. --- @@ -2203,7 +2203,7 @@ KmsKeyId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#kms_key_id ManagedInstanceAws#kms_key_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#kms_key_id ManagedInstanceAws#kms_key_id}. --- @@ -2215,7 +2215,7 @@ SnapshotId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#snapshot_id ManagedInstanceAws#snapshot_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#snapshot_id ManagedInstanceAws#snapshot_id}. --- @@ -2227,7 +2227,7 @@ Throughput *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#throughput ManagedInstanceAws#throughput}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#throughput ManagedInstanceAws#throughput}. --- @@ -2239,7 +2239,7 @@ VolumeSize *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#volume_size ManagedInstanceAws#volume_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#volume_size ManagedInstanceAws#volume_size}. --- @@ -2251,7 +2251,7 @@ VolumeType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#volume_type ManagedInstanceAws#volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#volume_type ManagedInstanceAws#volume_type}. --- @@ -2330,52 +2330,52 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstance | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| ImageId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. | -| PersistBlockDevices | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/managed_instance_aws#product ManagedInstanceAws#product}. | -| SubnetIds | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. | +| PersistBlockDevices | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/managed_instance_aws#product ManagedInstanceAws#product}. | +| SubnetIds | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.169.1/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.169.1/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.170.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.170.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.169.1/docs/resources/managed_instance_aws#description ManagedInstanceAws#description}. | -| DrainingTimeout | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/docs/resources/managed_instance_aws#enable_monitoring ManagedInstanceAws#enable_monitoring}. | -| FallbackToOndemand | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#fallback_to_ondemand ManagedInstanceAws#fallback_to_ondemand}. | -| GracePeriod | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/docs/resources/managed_instance_aws#id ManagedInstanceAws#id}. | +| Description | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#description ManagedInstanceAws#description}. | +| DrainingTimeout | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.0/docs/resources/managed_instance_aws#enable_monitoring ManagedInstanceAws#enable_monitoring}. | +| FallbackToOndemand | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#fallback_to_ondemand ManagedInstanceAws#fallback_to_ondemand}. | +| GracePeriod | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.169.1/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.169.1/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.170.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.170.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.169.1/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.170.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.169.1/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.169.1/docs/resources/managed_instance_aws#orientation ManagedInstanceAws#orientation}. | -| PersistPrivateIp | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/docs/resources/managed_instance_aws#region ManagedInstanceAws#region}. | +| OptimizationWindows | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/managed_instance_aws#orientation ManagedInstanceAws#orientation}. | +| PersistPrivateIp | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.170.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.170.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.169.1/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.169.1/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.170.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.170.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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/managed_instance_aws#utilize_reserved_instances ManagedInstanceAws#utilize_reserved_instances}. | --- @@ -2457,7 +2457,7 @@ ImageId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#image_id ManagedInstanceAws#image_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#image_id ManagedInstanceAws#image_id}. --- @@ -2469,7 +2469,7 @@ InstanceTypes *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#instance_types ManagedInstanceAws#instance_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#instance_types ManagedInstanceAws#instance_types}. --- @@ -2481,7 +2481,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. --- @@ -2493,7 +2493,7 @@ PersistBlockDevices interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#persist_block_devices ManagedInstanceAws#persist_block_devices}. --- @@ -2505,7 +2505,7 @@ Product *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#product ManagedInstanceAws#product}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#product ManagedInstanceAws#product}. --- @@ -2517,7 +2517,7 @@ SubnetIds *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#subnet_ids ManagedInstanceAws#subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#subnet_ids ManagedInstanceAws#subnet_ids}. --- @@ -2529,7 +2529,7 @@ VpcId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#vpc_id ManagedInstanceAws#vpc_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#vpc_id ManagedInstanceAws#vpc_id}. --- @@ -2541,7 +2541,7 @@ AutoHealing interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#auto_healing ManagedInstanceAws#auto_healing}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#auto_healing ManagedInstanceAws#auto_healing}. --- @@ -2555,7 +2555,7 @@ BlockDeviceMappings interface{} block_device_mappings block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#block_device_mappings ManagedInstanceAws#block_device_mappings} --- @@ -2567,7 +2567,7 @@ BlockDevicesMode *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#block_devices_mode ManagedInstanceAws#block_devices_mode}. --- @@ -2579,7 +2579,7 @@ CpuCredits *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#cpu_credits ManagedInstanceAws#cpu_credits}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#cpu_credits ManagedInstanceAws#cpu_credits}. --- @@ -2593,7 +2593,7 @@ Delete interface{} delete block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#delete ManagedInstanceAws#delete} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#delete ManagedInstanceAws#delete} --- @@ -2605,7 +2605,7 @@ Description *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#description ManagedInstanceAws#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#description ManagedInstanceAws#description}. --- @@ -2617,7 +2617,7 @@ DrainingTimeout *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#draining_timeout ManagedInstanceAws#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#draining_timeout ManagedInstanceAws#draining_timeout}. --- @@ -2629,7 +2629,7 @@ EbsOptimized interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#ebs_optimized ManagedInstanceAws#ebs_optimized}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#ebs_optimized ManagedInstanceAws#ebs_optimized}. --- @@ -2641,7 +2641,7 @@ ElasticIp *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#elastic_ip ManagedInstanceAws#elastic_ip}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#elastic_ip ManagedInstanceAws#elastic_ip}. --- @@ -2653,7 +2653,7 @@ EnableMonitoring interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#enable_monitoring ManagedInstanceAws#enable_monitoring}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#enable_monitoring ManagedInstanceAws#enable_monitoring}. --- @@ -2665,7 +2665,7 @@ FallbackToOndemand interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#fallback_to_ondemand ManagedInstanceAws#fallback_to_ondemand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#fallback_to_ondemand ManagedInstanceAws#fallback_to_ondemand}. --- @@ -2677,7 +2677,7 @@ GracePeriod *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#grace_period ManagedInstanceAws#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#grace_period ManagedInstanceAws#grace_period}. --- @@ -2689,7 +2689,7 @@ HealthCheckType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#health_check_type ManagedInstanceAws#health_check_type}. --- @@ -2701,7 +2701,7 @@ IamInstanceProfile *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#iam_instance_profile ManagedInstanceAws#iam_instance_profile}. --- @@ -2713,7 +2713,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#id ManagedInstanceAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. @@ -2730,7 +2730,7 @@ IntegrationRoute53 ManagedInstanceAwsIntegrationRoute53 integration_route53 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#integration_route53 ManagedInstanceAws#integration_route53} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#integration_route53 ManagedInstanceAws#integration_route53} --- @@ -2742,7 +2742,7 @@ KeyPair *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#key_pair ManagedInstanceAws#key_pair}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#key_pair ManagedInstanceAws#key_pair}. --- @@ -2754,7 +2754,7 @@ LifeCycle *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#life_cycle ManagedInstanceAws#life_cycle}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#life_cycle ManagedInstanceAws#life_cycle}. --- @@ -2768,7 +2768,7 @@ LoadBalancers interface{} load_balancers block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#load_balancers ManagedInstanceAws#load_balancers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#load_balancers ManagedInstanceAws#load_balancers} --- @@ -2782,7 +2782,7 @@ ManagedInstanceAction ManagedInstanceAwsManagedInstanceAction managed_instance_action block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#managed_instance_action ManagedInstanceAws#managed_instance_action} --- @@ -2794,7 +2794,7 @@ MinimumInstanceLifetime *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#minimum_instance_lifetime ManagedInstanceAws#minimum_instance_lifetime}. --- @@ -2808,7 +2808,7 @@ NetworkInterface interface{} network_interface block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#network_interface ManagedInstanceAws#network_interface} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#network_interface ManagedInstanceAws#network_interface} --- @@ -2820,7 +2820,7 @@ OptimizationWindows *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#optimization_windows ManagedInstanceAws#optimization_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#optimization_windows ManagedInstanceAws#optimization_windows}. --- @@ -2832,7 +2832,7 @@ Orientation *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#orientation ManagedInstanceAws#orientation}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#orientation ManagedInstanceAws#orientation}. --- @@ -2844,7 +2844,7 @@ PersistPrivateIp interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#persist_private_ip ManagedInstanceAws#persist_private_ip}. --- @@ -2856,7 +2856,7 @@ PersistRootDevice interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#persist_root_device ManagedInstanceAws#persist_root_device}. --- @@ -2868,7 +2868,7 @@ PlacementTenancy *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#placement_tenancy ManagedInstanceAws#placement_tenancy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#placement_tenancy ManagedInstanceAws#placement_tenancy}. --- @@ -2880,7 +2880,7 @@ PreferredType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#preferred_type ManagedInstanceAws#preferred_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#preferred_type ManagedInstanceAws#preferred_type}. --- @@ -2892,7 +2892,7 @@ PrivateIp *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#private_ip ManagedInstanceAws#private_ip}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#private_ip ManagedInstanceAws#private_ip}. --- @@ -2904,7 +2904,7 @@ Region *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#region ManagedInstanceAws#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#region ManagedInstanceAws#region}. --- @@ -2918,7 +2918,7 @@ ResourceTagSpecification interface{} resource_tag_specification block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#resource_tag_specification ManagedInstanceAws#resource_tag_specification} --- @@ -2932,7 +2932,7 @@ RevertToSpot ManagedInstanceAwsRevertToSpot revert_to_spot block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#revert_to_spot ManagedInstanceAws#revert_to_spot} --- @@ -2946,7 +2946,7 @@ ScheduledTask interface{} scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#scheduled_task ManagedInstanceAws#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#scheduled_task ManagedInstanceAws#scheduled_task} --- @@ -2958,7 +2958,7 @@ SecurityGroupIds *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#security_group_ids ManagedInstanceAws#security_group_ids}. --- @@ -2970,7 +2970,7 @@ ShutdownScript *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#shutdown_script ManagedInstanceAws#shutdown_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#shutdown_script ManagedInstanceAws#shutdown_script}. --- @@ -2984,7 +2984,7 @@ Tags interface{} tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#tags ManagedInstanceAws#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#tags ManagedInstanceAws#tags} --- @@ -2996,7 +2996,7 @@ UnhealthyDuration *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#unhealthy_duration ManagedInstanceAws#unhealthy_duration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#unhealthy_duration ManagedInstanceAws#unhealthy_duration}. --- @@ -3008,7 +3008,7 @@ UserData *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#user_data ManagedInstanceAws#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#user_data ManagedInstanceAws#user_data}. --- @@ -3020,7 +3020,7 @@ UtilizeReservedInstances interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#utilize_reserved_instances ManagedInstanceAws#utilize_reserved_instances}. --- @@ -3045,12 +3045,12 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstance | **Name** | **Type** | **Description** | | --- | --- | --- | -| AmiBackupShouldDeleteImages | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.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.170.0/docs/resources/managed_instance_aws#should_terminate_instance ManagedInstanceAws#should_terminate_instance}. | --- @@ -3062,7 +3062,7 @@ AmiBackupShouldDeleteImages interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#ami_backup_should_delete_images ManagedInstanceAws#ami_backup_should_delete_images}. --- @@ -3074,7 +3074,7 @@ DeallocationConfigShouldDeleteImages interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#deallocation_config_should_delete_images ManagedInstanceAws#deallocation_config_should_delete_images}. --- @@ -3086,7 +3086,7 @@ ShouldDeleteNetworkInterfaces interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#should_delete_network_interfaces ManagedInstanceAws#should_delete_network_interfaces}. --- @@ -3098,7 +3098,7 @@ ShouldDeleteSnapshots interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#should_delete_snapshots ManagedInstanceAws#should_delete_snapshots}. --- @@ -3110,7 +3110,7 @@ ShouldDeleteVolumes interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#should_delete_volumes ManagedInstanceAws#should_delete_volumes}. --- @@ -3122,7 +3122,7 @@ ShouldTerminateInstance interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#should_terminate_instance ManagedInstanceAws#should_terminate_instance}. --- @@ -3156,7 +3156,7 @@ Domains interface{} domains block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#domains ManagedInstanceAws#domains} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#domains ManagedInstanceAws#domains} --- @@ -3179,10 +3179,10 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstance | **Name** | **Type** | **Description** | | --- | --- | --- | -| HostedZoneId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.169.1/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.169.1/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.170.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.170.0/docs/resources/managed_instance_aws#spotinst_acct_id ManagedInstanceAws#spotinst_acct_id}. | --- @@ -3194,7 +3194,7 @@ HostedZoneId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#hosted_zone_id ManagedInstanceAws#hosted_zone_id}. --- @@ -3208,7 +3208,7 @@ RecordSets interface{} record_sets block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#record_sets ManagedInstanceAws#record_sets} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#record_sets ManagedInstanceAws#record_sets} --- @@ -3220,7 +3220,7 @@ RecordSetType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#record_set_type ManagedInstanceAws#record_set_type}. --- @@ -3232,7 +3232,7 @@ SpotinstAcctId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#spotinst_acct_id ManagedInstanceAws#spotinst_acct_id}. --- @@ -3254,9 +3254,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstance | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. | -| UsePublicDns | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. | +| UsePublicDns | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/managed_instance_aws#use_public_ip ManagedInstanceAws#use_public_ip}. | --- @@ -3268,7 +3268,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. --- @@ -3280,7 +3280,7 @@ UsePublicDns interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#use_public_dns ManagedInstanceAws#use_public_dns}. --- @@ -3292,7 +3292,7 @@ UsePublicIp interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#use_public_ip ManagedInstanceAws#use_public_ip}. --- @@ -3306,11 +3306,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstance &managedinstanceaws.ManagedInstanceAwsLoadBalancers { Type: *string, Arn: *string, - AutoWeight: interface{}, - AzAwareness: interface{}, - BalancerId: *string, Name: *string, - TargetSetId: *string, } ``` @@ -3318,13 +3314,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstance | **Name** | **Type** | **Description** | | --- | --- | --- | -| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#type ManagedInstanceAws#type}. | -| Arn | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#arn ManagedInstanceAws#arn}. | -| AutoWeight | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. | -| TargetSetId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#type ManagedInstanceAws#type}. | +| Arn | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#arn ManagedInstanceAws#arn}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. | --- @@ -3336,7 +3328,7 @@ Type *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#type ManagedInstanceAws#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#type ManagedInstanceAws#type}. --- @@ -3348,43 +3340,7 @@ Arn *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#arn ManagedInstanceAws#arn}. - ---- - -##### `AutoWeight`Optional - -```go -AutoWeight interface{} -``` - -- *Type:* interface{} - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#auto_weight ManagedInstanceAws#auto_weight}. - ---- - -##### `AzAwareness`Optional - -```go -AzAwareness interface{} -``` - -- *Type:* interface{} - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#az_awareness ManagedInstanceAws#az_awareness}. - ---- - -##### `BalancerId`Optional - -```go -BalancerId *string -``` - -- *Type:* *string - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#balancer_id ManagedInstanceAws#balancer_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#arn ManagedInstanceAws#arn}. --- @@ -3396,19 +3352,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. - ---- - -##### `TargetSetId`Optional - -```go -TargetSetId *string -``` - -- *Type:* *string - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. --- @@ -3428,7 +3372,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstance | **Name** | **Type** | **Description** | | --- | --- | --- | -| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#type ManagedInstanceAws#type}. | +| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#type ManagedInstanceAws#type}. | --- @@ -3440,7 +3384,7 @@ Type *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#type ManagedInstanceAws#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#type ManagedInstanceAws#type}. --- @@ -3462,9 +3406,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstance | **Name** | **Type** | **Description** | | --- | --- | --- | -| DeviceIndex | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/managed_instance_aws#associate_public_ip_address ManagedInstanceAws#associate_public_ip_address}. | --- @@ -3476,7 +3420,7 @@ DeviceIndex *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#device_index ManagedInstanceAws#device_index}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#device_index ManagedInstanceAws#device_index}. --- @@ -3488,7 +3432,7 @@ AssociateIpv6Address interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#associate_ipv6_address ManagedInstanceAws#associate_ipv6_address}. --- @@ -3500,7 +3444,7 @@ AssociatePublicIpAddress interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#associate_public_ip_address ManagedInstanceAws#associate_public_ip_address}. --- @@ -3523,10 +3467,10 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstance | **Name** | **Type** | **Description** | | --- | --- | --- | -| ShouldTagAmis | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.0/docs/resources/managed_instance_aws#should_tag_volumes ManagedInstanceAws#should_tag_volumes}. | --- @@ -3538,7 +3482,7 @@ ShouldTagAmis interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#should_tag_amis ManagedInstanceAws#should_tag_amis}. --- @@ -3550,7 +3494,7 @@ ShouldTagEnis interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#should_tag_enis ManagedInstanceAws#should_tag_enis}. --- @@ -3562,7 +3506,7 @@ ShouldTagSnapshots interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#should_tag_snapshots ManagedInstanceAws#should_tag_snapshots}. --- @@ -3574,7 +3518,7 @@ ShouldTagVolumes interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#should_tag_volumes ManagedInstanceAws#should_tag_volumes}. --- @@ -3594,7 +3538,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstance | **Name** | **Type** | **Description** | | --- | --- | --- | -| PerformAt | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#perform_at ManagedInstanceAws#perform_at}. | --- @@ -3606,7 +3550,7 @@ PerformAt *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#perform_at ManagedInstanceAws#perform_at}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#perform_at ManagedInstanceAws#perform_at}. --- @@ -3630,11 +3574,11 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstance | **Name** | **Type** | **Description** | | --- | --- | --- | -| TaskType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/docs/resources/managed_instance_aws#frequency ManagedInstanceAws#frequency}. | -| IsEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/managed_instance_aws#frequency ManagedInstanceAws#frequency}. | +| IsEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/managed_instance_aws#start_time ManagedInstanceAws#start_time}. | --- @@ -3646,7 +3590,7 @@ TaskType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#task_type ManagedInstanceAws#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#task_type ManagedInstanceAws#task_type}. --- @@ -3658,7 +3602,7 @@ CronExpression *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#cron_expression ManagedInstanceAws#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#cron_expression ManagedInstanceAws#cron_expression}. --- @@ -3670,7 +3614,7 @@ Frequency *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#frequency ManagedInstanceAws#frequency}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#frequency ManagedInstanceAws#frequency}. --- @@ -3682,7 +3626,7 @@ IsEnabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#is_enabled ManagedInstanceAws#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#is_enabled ManagedInstanceAws#is_enabled}. --- @@ -3694,7 +3638,7 @@ StartTime *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#start_time ManagedInstanceAws#start_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#start_time ManagedInstanceAws#start_time}. --- @@ -3715,8 +3659,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstance | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#key ManagedInstanceAws#key}. | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#value ManagedInstanceAws#value}. | +| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#key ManagedInstanceAws#key}. | +| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#value ManagedInstanceAws#value}. | --- @@ -3728,7 +3672,7 @@ Key *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#key ManagedInstanceAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#key ManagedInstanceAws#key}. --- @@ -3740,7 +3684,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#value ManagedInstanceAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#value ManagedInstanceAws#value}. --- @@ -6881,11 +6825,7 @@ whether the list is wrapping a set (will add tolist() to be able to access an it | Resolve | Produce the Token's value at resolution time. | | ToString | Return a string representation of this resolvable object. | | ResetArn | *No description.* | -| ResetAutoWeight | *No description.* | -| ResetAzAwareness | *No description.* | -| ResetBalancerId | *No description.* | | ResetName | *No description.* | -| ResetTargetSetId | *No description.* | --- @@ -7045,36 +6985,12 @@ Returns a reversible string representation. func ResetArn() ``` -##### `ResetAutoWeight` - -```go -func ResetAutoWeight() -``` - -##### `ResetAzAwareness` - -```go -func ResetAzAwareness() -``` - -##### `ResetBalancerId` - -```go -func ResetBalancerId() -``` - ##### `ResetName` ```go func ResetName() ``` -##### `ResetTargetSetId` - -```go -func ResetTargetSetId() -``` - #### Properties @@ -7083,18 +6999,10 @@ func ResetTargetSetId() | CreationStack | *[]*string | The creation stack of this resolvable which will be appended to errors thrown during resolution. | | Fqn | *string | *No description.* | | ArnInput | *string | *No description.* | -| AutoWeightInput | interface{} | *No description.* | -| AzAwarenessInput | interface{} | *No description.* | -| BalancerIdInput | *string | *No description.* | | NameInput | *string | *No description.* | -| TargetSetIdInput | *string | *No description.* | | TypeInput | *string | *No description.* | | Arn | *string | *No description.* | -| AutoWeight | interface{} | *No description.* | -| AzAwareness | interface{} | *No description.* | -| BalancerId | *string | *No description.* | | Name | *string | *No description.* | -| TargetSetId | *string | *No description.* | | Type | *string | *No description.* | | InternalValue | interface{} | *No description.* | @@ -7134,36 +7042,6 @@ func ArnInput() *string --- -##### `AutoWeightInput`Optional - -```go -func AutoWeightInput() interface{} -``` - -- *Type:* interface{} - ---- - -##### `AzAwarenessInput`Optional - -```go -func AzAwarenessInput() interface{} -``` - -- *Type:* interface{} - ---- - -##### `BalancerIdInput`Optional - -```go -func BalancerIdInput() *string -``` - -- *Type:* *string - ---- - ##### `NameInput`Optional ```go @@ -7174,16 +7052,6 @@ func NameInput() *string --- -##### `TargetSetIdInput`Optional - -```go -func TargetSetIdInput() *string -``` - -- *Type:* *string - ---- - ##### `TypeInput`Optional ```go @@ -7204,36 +7072,6 @@ func Arn() *string --- -##### `AutoWeight`Required - -```go -func AutoWeight() interface{} -``` - -- *Type:* interface{} - ---- - -##### `AzAwareness`Required - -```go -func AzAwareness() interface{} -``` - -- *Type:* interface{} - ---- - -##### `BalancerId`Required - -```go -func BalancerId() *string -``` - -- *Type:* *string - ---- - ##### `Name`Required ```go @@ -7244,16 +7082,6 @@ func Name() *string --- -##### `TargetSetId`Required - -```go -func TargetSetId() *string -``` - -- *Type:* *string - ---- - ##### `Type`Required ```go diff --git a/docs/managedInstanceAws.java.md b/docs/managedInstanceAws.java.md index c39d60d3a..ffa0647b4 100644 --- a/docs/managedInstanceAws.java.md +++ b/docs/managedInstanceAws.java.md @@ -4,7 +4,7 @@ ### ManagedInstanceAws -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws spotinst_managed_instance_aws}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws spotinst_managed_instance_aws}. #### Initializers @@ -98,52 +98,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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.169.1/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.169.1/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.170.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.170.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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/docs/resources/managed_instance_aws#enable_monitoring ManagedInstanceAws#enable_monitoring}. | -| fallbackToOndemand | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#fallback_to_ondemand ManagedInstanceAws#fallback_to_ondemand}. | -| gracePeriod | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.0/docs/resources/managed_instance_aws#enable_monitoring ManagedInstanceAws#enable_monitoring}. | +| fallbackToOndemand | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#fallback_to_ondemand ManagedInstanceAws#fallback_to_ondemand}. | +| gracePeriod | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.169.1/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.169.1/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.170.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.170.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.169.1/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.170.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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.169.1/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.169.1/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.170.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.170.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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/managed_instance_aws#utilize_reserved_instances ManagedInstanceAws#utilize_reserved_instances}. | --- @@ -211,7 +211,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.169.1/docs/resources/managed_instance_aws#image_id ManagedInstanceAws#image_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#image_id ManagedInstanceAws#image_id}. --- @@ -219,7 +219,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.169.1/docs/resources/managed_instance_aws#instance_types ManagedInstanceAws#instance_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#instance_types ManagedInstanceAws#instance_types}. --- @@ -227,7 +227,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. --- @@ -235,7 +235,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.169.1/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.170.0/docs/resources/managed_instance_aws#persist_block_devices ManagedInstanceAws#persist_block_devices}. --- @@ -243,7 +243,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#product ManagedInstanceAws#product}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#product ManagedInstanceAws#product}. --- @@ -251,7 +251,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#subnet_ids ManagedInstanceAws#subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#subnet_ids ManagedInstanceAws#subnet_ids}. --- @@ -259,7 +259,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#vpc_id ManagedInstanceAws#vpc_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#vpc_id ManagedInstanceAws#vpc_id}. --- @@ -267,7 +267,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.169.1/docs/resources/managed_instance_aws#auto_healing ManagedInstanceAws#auto_healing}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#auto_healing ManagedInstanceAws#auto_healing}. --- @@ -277,7 +277,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.169.1/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.170.0/docs/resources/managed_instance_aws#block_device_mappings ManagedInstanceAws#block_device_mappings} --- @@ -285,7 +285,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#block_devices_mode ManagedInstanceAws#block_devices_mode}. --- @@ -293,7 +293,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#cpu_credits ManagedInstanceAws#cpu_credits}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#cpu_credits ManagedInstanceAws#cpu_credits}. --- @@ -303,7 +303,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.169.1/docs/resources/managed_instance_aws#delete ManagedInstanceAws#delete} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#delete ManagedInstanceAws#delete} --- @@ -311,7 +311,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#description ManagedInstanceAws#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#description ManagedInstanceAws#description}. --- @@ -319,7 +319,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#draining_timeout ManagedInstanceAws#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#draining_timeout ManagedInstanceAws#draining_timeout}. --- @@ -327,7 +327,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#ebs_optimized ManagedInstanceAws#ebs_optimized}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#ebs_optimized ManagedInstanceAws#ebs_optimized}. --- @@ -335,7 +335,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#elastic_ip ManagedInstanceAws#elastic_ip}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#elastic_ip ManagedInstanceAws#elastic_ip}. --- @@ -343,7 +343,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.169.1/docs/resources/managed_instance_aws#enable_monitoring ManagedInstanceAws#enable_monitoring}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#enable_monitoring ManagedInstanceAws#enable_monitoring}. --- @@ -351,7 +351,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.169.1/docs/resources/managed_instance_aws#fallback_to_ondemand ManagedInstanceAws#fallback_to_ondemand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#fallback_to_ondemand ManagedInstanceAws#fallback_to_ondemand}. --- @@ -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.169.1/docs/resources/managed_instance_aws#grace_period ManagedInstanceAws#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#grace_period ManagedInstanceAws#grace_period}. --- @@ -367,7 +367,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#health_check_type ManagedInstanceAws#health_check_type}. --- @@ -375,7 +375,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#iam_instance_profile ManagedInstanceAws#iam_instance_profile}. --- @@ -383,7 +383,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#id ManagedInstanceAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. @@ -396,7 +396,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.169.1/docs/resources/managed_instance_aws#integration_route53 ManagedInstanceAws#integration_route53} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#integration_route53 ManagedInstanceAws#integration_route53} --- @@ -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.169.1/docs/resources/managed_instance_aws#key_pair ManagedInstanceAws#key_pair}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#key_pair ManagedInstanceAws#key_pair}. --- @@ -412,7 +412,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#life_cycle ManagedInstanceAws#life_cycle}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#life_cycle ManagedInstanceAws#life_cycle}. --- @@ -422,7 +422,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.169.1/docs/resources/managed_instance_aws#load_balancers ManagedInstanceAws#load_balancers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#load_balancers ManagedInstanceAws#load_balancers} --- @@ -432,7 +432,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.169.1/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.170.0/docs/resources/managed_instance_aws#managed_instance_action ManagedInstanceAws#managed_instance_action} --- @@ -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.169.1/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.170.0/docs/resources/managed_instance_aws#minimum_instance_lifetime ManagedInstanceAws#minimum_instance_lifetime}. --- @@ -450,7 +450,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.169.1/docs/resources/managed_instance_aws#network_interface ManagedInstanceAws#network_interface} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#network_interface ManagedInstanceAws#network_interface} --- @@ -458,7 +458,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.169.1/docs/resources/managed_instance_aws#optimization_windows ManagedInstanceAws#optimization_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#optimization_windows ManagedInstanceAws#optimization_windows}. --- @@ -466,7 +466,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#orientation ManagedInstanceAws#orientation}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#orientation ManagedInstanceAws#orientation}. --- @@ -474,7 +474,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.169.1/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.170.0/docs/resources/managed_instance_aws#persist_private_ip ManagedInstanceAws#persist_private_ip}. --- @@ -482,7 +482,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.169.1/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.170.0/docs/resources/managed_instance_aws#persist_root_device ManagedInstanceAws#persist_root_device}. --- @@ -490,7 +490,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#placement_tenancy ManagedInstanceAws#placement_tenancy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#placement_tenancy ManagedInstanceAws#placement_tenancy}. --- @@ -498,7 +498,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#preferred_type ManagedInstanceAws#preferred_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#preferred_type ManagedInstanceAws#preferred_type}. --- @@ -506,7 +506,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#private_ip ManagedInstanceAws#private_ip}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#private_ip ManagedInstanceAws#private_ip}. --- @@ -514,7 +514,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#region ManagedInstanceAws#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#region ManagedInstanceAws#region}. --- @@ -524,7 +524,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.169.1/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.170.0/docs/resources/managed_instance_aws#resource_tag_specification ManagedInstanceAws#resource_tag_specification} --- @@ -534,7 +534,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.169.1/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.170.0/docs/resources/managed_instance_aws#revert_to_spot ManagedInstanceAws#revert_to_spot} --- @@ -544,7 +544,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.169.1/docs/resources/managed_instance_aws#scheduled_task ManagedInstanceAws#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#scheduled_task ManagedInstanceAws#scheduled_task} --- @@ -552,7 +552,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#security_group_ids ManagedInstanceAws#security_group_ids}. --- @@ -560,7 +560,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#shutdown_script ManagedInstanceAws#shutdown_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#shutdown_script ManagedInstanceAws#shutdown_script}. --- @@ -570,7 +570,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.169.1/docs/resources/managed_instance_aws#tags ManagedInstanceAws#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#tags ManagedInstanceAws#tags} --- @@ -578,7 +578,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.169.1/docs/resources/managed_instance_aws#unhealthy_duration ManagedInstanceAws#unhealthy_duration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#unhealthy_duration ManagedInstanceAws#unhealthy_duration}. --- @@ -586,7 +586,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#user_data ManagedInstanceAws#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#user_data ManagedInstanceAws#user_data}. --- @@ -594,7 +594,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.169.1/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.170.0/docs/resources/managed_instance_aws#utilize_reserved_instances ManagedInstanceAws#utilize_reserved_instances}. --- @@ -1424,7 +1424,7 @@ The construct id used in the generated config for the ManagedInstanceAws to impo The id of the existing ManagedInstanceAws that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#import import section} in the documentation of this resource for the id to use --- @@ -2648,7 +2648,7 @@ ManagedInstanceAwsBlockDeviceMappings.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| deviceName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#device_name ManagedInstanceAws#device_name}. | | ebs | ManagedInstanceAwsBlockDeviceMappingsEbs | ebs block. | --- @@ -2661,7 +2661,7 @@ public java.lang.String getDeviceName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#device_name ManagedInstanceAws#device_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#device_name ManagedInstanceAws#device_name}. --- @@ -2675,7 +2675,7 @@ public ManagedInstanceAwsBlockDeviceMappingsEbs getEbs(); ebs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#ebs ManagedInstanceAws#ebs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#ebs ManagedInstanceAws#ebs} --- @@ -2704,14 +2704,14 @@ ManagedInstanceAwsBlockDeviceMappingsEbs.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| deleteOnTermination | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#delete_on_termination ManagedInstanceAws#delete_on_termination}. | -| encrypted | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#encrypted ManagedInstanceAws#encrypted}. | -| iops | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#iops ManagedInstanceAws#iops}. | -| kmsKeyId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#kms_key_id ManagedInstanceAws#kms_key_id}. | -| snapshotId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#snapshot_id ManagedInstanceAws#snapshot_id}. | -| throughput | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.0/docs/resources/managed_instance_aws#delete_on_termination ManagedInstanceAws#delete_on_termination}. | +| encrypted | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#encrypted ManagedInstanceAws#encrypted}. | +| iops | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#iops ManagedInstanceAws#iops}. | +| kmsKeyId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#kms_key_id ManagedInstanceAws#kms_key_id}. | +| snapshotId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#snapshot_id ManagedInstanceAws#snapshot_id}. | +| throughput | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.0/docs/resources/managed_instance_aws#volume_type ManagedInstanceAws#volume_type}. | --- @@ -2723,7 +2723,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.169.1/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.170.0/docs/resources/managed_instance_aws#delete_on_termination ManagedInstanceAws#delete_on_termination}. --- @@ -2735,7 +2735,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.169.1/docs/resources/managed_instance_aws#encrypted ManagedInstanceAws#encrypted}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#encrypted ManagedInstanceAws#encrypted}. --- @@ -2747,7 +2747,7 @@ public java.lang.Number getIops(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#iops ManagedInstanceAws#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#iops ManagedInstanceAws#iops}. --- @@ -2759,7 +2759,7 @@ public java.lang.String getKmsKeyId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#kms_key_id ManagedInstanceAws#kms_key_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#kms_key_id ManagedInstanceAws#kms_key_id}. --- @@ -2771,7 +2771,7 @@ public java.lang.String getSnapshotId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#snapshot_id ManagedInstanceAws#snapshot_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#snapshot_id ManagedInstanceAws#snapshot_id}. --- @@ -2783,7 +2783,7 @@ public java.lang.Number getThroughput(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#throughput ManagedInstanceAws#throughput}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#throughput ManagedInstanceAws#throughput}. --- @@ -2795,7 +2795,7 @@ public java.lang.Number getVolumeSize(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#volume_size ManagedInstanceAws#volume_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#volume_size ManagedInstanceAws#volume_size}. --- @@ -2807,7 +2807,7 @@ public java.lang.String getVolumeType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#volume_type ManagedInstanceAws#volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#volume_type ManagedInstanceAws#volume_type}. --- @@ -2905,52 +2905,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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.169.1/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.169.1/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.170.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.170.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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/docs/resources/managed_instance_aws#enable_monitoring ManagedInstanceAws#enable_monitoring}. | -| fallbackToOndemand | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#fallback_to_ondemand ManagedInstanceAws#fallback_to_ondemand}. | -| gracePeriod | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.0/docs/resources/managed_instance_aws#enable_monitoring ManagedInstanceAws#enable_monitoring}. | +| fallbackToOndemand | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#fallback_to_ondemand ManagedInstanceAws#fallback_to_ondemand}. | +| gracePeriod | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.169.1/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.169.1/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.170.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.170.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.169.1/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.170.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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.169.1/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.169.1/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.170.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.170.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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/managed_instance_aws#utilize_reserved_instances ManagedInstanceAws#utilize_reserved_instances}. | --- @@ -3032,7 +3032,7 @@ public java.lang.String getImageId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#image_id ManagedInstanceAws#image_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#image_id ManagedInstanceAws#image_id}. --- @@ -3044,7 +3044,7 @@ public java.util.List getInstanceTypes(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#instance_types ManagedInstanceAws#instance_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#instance_types ManagedInstanceAws#instance_types}. --- @@ -3056,7 +3056,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. --- @@ -3068,7 +3068,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.169.1/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.170.0/docs/resources/managed_instance_aws#persist_block_devices ManagedInstanceAws#persist_block_devices}. --- @@ -3080,7 +3080,7 @@ public java.lang.String getProduct(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#product ManagedInstanceAws#product}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#product ManagedInstanceAws#product}. --- @@ -3092,7 +3092,7 @@ public java.util.List getSubnetIds(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#subnet_ids ManagedInstanceAws#subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#subnet_ids ManagedInstanceAws#subnet_ids}. --- @@ -3104,7 +3104,7 @@ public java.lang.String getVpcId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#vpc_id ManagedInstanceAws#vpc_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#vpc_id ManagedInstanceAws#vpc_id}. --- @@ -3116,7 +3116,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.169.1/docs/resources/managed_instance_aws#auto_healing ManagedInstanceAws#auto_healing}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#auto_healing ManagedInstanceAws#auto_healing}. --- @@ -3130,7 +3130,7 @@ public java.lang.Object getBlockDeviceMappings(); block_device_mappings block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#block_device_mappings ManagedInstanceAws#block_device_mappings} --- @@ -3142,7 +3142,7 @@ public java.lang.String getBlockDevicesMode(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#block_devices_mode ManagedInstanceAws#block_devices_mode}. --- @@ -3154,7 +3154,7 @@ public java.lang.String getCpuCredits(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#cpu_credits ManagedInstanceAws#cpu_credits}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#cpu_credits ManagedInstanceAws#cpu_credits}. --- @@ -3168,7 +3168,7 @@ public java.lang.Object getDelete(); delete block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#delete ManagedInstanceAws#delete} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#delete ManagedInstanceAws#delete} --- @@ -3180,7 +3180,7 @@ public java.lang.String getDescription(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#description ManagedInstanceAws#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#description ManagedInstanceAws#description}. --- @@ -3192,7 +3192,7 @@ public java.lang.Number getDrainingTimeout(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#draining_timeout ManagedInstanceAws#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#draining_timeout ManagedInstanceAws#draining_timeout}. --- @@ -3204,7 +3204,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.169.1/docs/resources/managed_instance_aws#ebs_optimized ManagedInstanceAws#ebs_optimized}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#ebs_optimized ManagedInstanceAws#ebs_optimized}. --- @@ -3216,7 +3216,7 @@ public java.lang.String getElasticIp(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#elastic_ip ManagedInstanceAws#elastic_ip}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#elastic_ip ManagedInstanceAws#elastic_ip}. --- @@ -3228,7 +3228,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.169.1/docs/resources/managed_instance_aws#enable_monitoring ManagedInstanceAws#enable_monitoring}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#enable_monitoring ManagedInstanceAws#enable_monitoring}. --- @@ -3240,7 +3240,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.169.1/docs/resources/managed_instance_aws#fallback_to_ondemand ManagedInstanceAws#fallback_to_ondemand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#fallback_to_ondemand ManagedInstanceAws#fallback_to_ondemand}. --- @@ -3252,7 +3252,7 @@ public java.lang.Number getGracePeriod(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#grace_period ManagedInstanceAws#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#grace_period ManagedInstanceAws#grace_period}. --- @@ -3264,7 +3264,7 @@ public java.lang.String getHealthCheckType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#health_check_type ManagedInstanceAws#health_check_type}. --- @@ -3276,7 +3276,7 @@ public java.lang.String getIamInstanceProfile(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#iam_instance_profile ManagedInstanceAws#iam_instance_profile}. --- @@ -3288,7 +3288,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#id ManagedInstanceAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. @@ -3305,7 +3305,7 @@ public ManagedInstanceAwsIntegrationRoute53 getIntegrationRoute53(); integration_route53 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#integration_route53 ManagedInstanceAws#integration_route53} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#integration_route53 ManagedInstanceAws#integration_route53} --- @@ -3317,7 +3317,7 @@ public java.lang.String getKeyPair(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#key_pair ManagedInstanceAws#key_pair}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#key_pair ManagedInstanceAws#key_pair}. --- @@ -3329,7 +3329,7 @@ public java.lang.String getLifeCycle(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#life_cycle ManagedInstanceAws#life_cycle}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#life_cycle ManagedInstanceAws#life_cycle}. --- @@ -3343,7 +3343,7 @@ public java.lang.Object getLoadBalancers(); load_balancers block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#load_balancers ManagedInstanceAws#load_balancers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#load_balancers ManagedInstanceAws#load_balancers} --- @@ -3357,7 +3357,7 @@ public ManagedInstanceAwsManagedInstanceAction getManagedInstanceAction(); managed_instance_action block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#managed_instance_action ManagedInstanceAws#managed_instance_action} --- @@ -3369,7 +3369,7 @@ public java.lang.Number getMinimumInstanceLifetime(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#minimum_instance_lifetime ManagedInstanceAws#minimum_instance_lifetime}. --- @@ -3383,7 +3383,7 @@ public java.lang.Object getNetworkInterface(); network_interface block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#network_interface ManagedInstanceAws#network_interface} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#network_interface ManagedInstanceAws#network_interface} --- @@ -3395,7 +3395,7 @@ public java.util.List getOptimizationWindows(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#optimization_windows ManagedInstanceAws#optimization_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#optimization_windows ManagedInstanceAws#optimization_windows}. --- @@ -3407,7 +3407,7 @@ public java.lang.String getOrientation(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#orientation ManagedInstanceAws#orientation}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#orientation ManagedInstanceAws#orientation}. --- @@ -3419,7 +3419,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.169.1/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.170.0/docs/resources/managed_instance_aws#persist_private_ip ManagedInstanceAws#persist_private_ip}. --- @@ -3431,7 +3431,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.169.1/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.170.0/docs/resources/managed_instance_aws#persist_root_device ManagedInstanceAws#persist_root_device}. --- @@ -3443,7 +3443,7 @@ public java.lang.String getPlacementTenancy(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#placement_tenancy ManagedInstanceAws#placement_tenancy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#placement_tenancy ManagedInstanceAws#placement_tenancy}. --- @@ -3455,7 +3455,7 @@ public java.lang.String getPreferredType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#preferred_type ManagedInstanceAws#preferred_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#preferred_type ManagedInstanceAws#preferred_type}. --- @@ -3467,7 +3467,7 @@ public java.lang.String getPrivateIp(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#private_ip ManagedInstanceAws#private_ip}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#private_ip ManagedInstanceAws#private_ip}. --- @@ -3479,7 +3479,7 @@ public java.lang.String getRegion(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#region ManagedInstanceAws#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#region ManagedInstanceAws#region}. --- @@ -3493,7 +3493,7 @@ public java.lang.Object getResourceTagSpecification(); resource_tag_specification block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#resource_tag_specification ManagedInstanceAws#resource_tag_specification} --- @@ -3507,7 +3507,7 @@ public ManagedInstanceAwsRevertToSpot getRevertToSpot(); revert_to_spot block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#revert_to_spot ManagedInstanceAws#revert_to_spot} --- @@ -3521,7 +3521,7 @@ public java.lang.Object getScheduledTask(); scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#scheduled_task ManagedInstanceAws#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#scheduled_task ManagedInstanceAws#scheduled_task} --- @@ -3533,7 +3533,7 @@ public java.util.List getSecurityGroupIds(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#security_group_ids ManagedInstanceAws#security_group_ids}. --- @@ -3545,7 +3545,7 @@ public java.lang.String getShutdownScript(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#shutdown_script ManagedInstanceAws#shutdown_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#shutdown_script ManagedInstanceAws#shutdown_script}. --- @@ -3559,7 +3559,7 @@ public java.lang.Object getTags(); tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#tags ManagedInstanceAws#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#tags ManagedInstanceAws#tags} --- @@ -3571,7 +3571,7 @@ public java.lang.Number getUnhealthyDuration(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#unhealthy_duration ManagedInstanceAws#unhealthy_duration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#unhealthy_duration ManagedInstanceAws#unhealthy_duration}. --- @@ -3583,7 +3583,7 @@ public java.lang.String getUserData(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#user_data ManagedInstanceAws#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#user_data ManagedInstanceAws#user_data}. --- @@ -3595,7 +3595,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.169.1/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.170.0/docs/resources/managed_instance_aws#utilize_reserved_instances ManagedInstanceAws#utilize_reserved_instances}. --- @@ -3626,12 +3626,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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.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.170.0/docs/resources/managed_instance_aws#should_terminate_instance ManagedInstanceAws#should_terminate_instance}. | --- @@ -3643,7 +3643,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.169.1/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.170.0/docs/resources/managed_instance_aws#ami_backup_should_delete_images ManagedInstanceAws#ami_backup_should_delete_images}. --- @@ -3655,7 +3655,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.169.1/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.170.0/docs/resources/managed_instance_aws#deallocation_config_should_delete_images ManagedInstanceAws#deallocation_config_should_delete_images}. --- @@ -3667,7 +3667,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.169.1/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.170.0/docs/resources/managed_instance_aws#should_delete_network_interfaces ManagedInstanceAws#should_delete_network_interfaces}. --- @@ -3679,7 +3679,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.169.1/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.170.0/docs/resources/managed_instance_aws#should_delete_snapshots ManagedInstanceAws#should_delete_snapshots}. --- @@ -3691,7 +3691,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.169.1/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.170.0/docs/resources/managed_instance_aws#should_delete_volumes ManagedInstanceAws#should_delete_volumes}. --- @@ -3703,7 +3703,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.169.1/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.170.0/docs/resources/managed_instance_aws#should_terminate_instance ManagedInstanceAws#should_terminate_instance}. --- @@ -3738,7 +3738,7 @@ public java.lang.Object getDomains(); domains block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#domains ManagedInstanceAws#domains} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#domains ManagedInstanceAws#domains} --- @@ -3762,10 +3762,10 @@ ManagedInstanceAwsIntegrationRoute53Domains.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| hostedZoneId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.169.1/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.169.1/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.170.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.170.0/docs/resources/managed_instance_aws#spotinst_acct_id ManagedInstanceAws#spotinst_acct_id}. | --- @@ -3777,7 +3777,7 @@ public java.lang.String getHostedZoneId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#hosted_zone_id ManagedInstanceAws#hosted_zone_id}. --- @@ -3791,7 +3791,7 @@ public java.lang.Object getRecordSets(); record_sets block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#record_sets ManagedInstanceAws#record_sets} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#record_sets ManagedInstanceAws#record_sets} --- @@ -3803,7 +3803,7 @@ public java.lang.String getRecordSetType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#record_set_type ManagedInstanceAws#record_set_type}. --- @@ -3815,7 +3815,7 @@ public java.lang.String getSpotinstAcctId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#spotinst_acct_id ManagedInstanceAws#spotinst_acct_id}. --- @@ -3839,9 +3839,9 @@ ManagedInstanceAwsIntegrationRoute53DomainsRecordSets.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/managed_instance_aws#use_public_ip ManagedInstanceAws#use_public_ip}. | --- @@ -3853,7 +3853,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. --- @@ -3865,7 +3865,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.169.1/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.170.0/docs/resources/managed_instance_aws#use_public_dns ManagedInstanceAws#use_public_dns}. --- @@ -3877,7 +3877,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.169.1/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.170.0/docs/resources/managed_instance_aws#use_public_ip ManagedInstanceAws#use_public_ip}. --- @@ -3891,13 +3891,7 @@ import com.hashicorp.cdktf.providers.spotinst.managed_instance_aws.ManagedInstan ManagedInstanceAwsLoadBalancers.builder() .type(java.lang.String) // .arn(java.lang.String) -// .autoWeight(java.lang.Boolean) -// .autoWeight(IResolvable) -// .azAwareness(java.lang.Boolean) -// .azAwareness(IResolvable) -// .balancerId(java.lang.String) // .name(java.lang.String) -// .targetSetId(java.lang.String) .build(); ``` @@ -3905,13 +3899,9 @@ ManagedInstanceAwsLoadBalancers.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.0/docs/resources/managed_instance_aws#arn ManagedInstanceAws#arn}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. | --- @@ -3923,7 +3913,7 @@ public java.lang.String getType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#type ManagedInstanceAws#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#type ManagedInstanceAws#type}. --- @@ -3935,43 +3925,7 @@ public java.lang.String getArn(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#arn ManagedInstanceAws#arn}. - ---- - -##### `autoWeight`Optional - -```java -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.169.1/docs/resources/managed_instance_aws#auto_weight ManagedInstanceAws#auto_weight}. - ---- - -##### `azAwareness`Optional - -```java -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.169.1/docs/resources/managed_instance_aws#az_awareness ManagedInstanceAws#az_awareness}. - ---- - -##### `balancerId`Optional - -```java -public java.lang.String getBalancerId(); -``` - -- *Type:* java.lang.String - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#balancer_id ManagedInstanceAws#balancer_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#arn ManagedInstanceAws#arn}. --- @@ -3983,19 +3937,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. - ---- - -##### `targetSetId`Optional - -```java -public java.lang.String getTargetSetId(); -``` - -- *Type:* java.lang.String - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. --- @@ -4015,7 +3957,7 @@ ManagedInstanceAwsManagedInstanceAction.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#type ManagedInstanceAws#type}. | --- @@ -4027,7 +3969,7 @@ public java.lang.String getType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#type ManagedInstanceAws#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#type ManagedInstanceAws#type}. --- @@ -4051,9 +3993,9 @@ ManagedInstanceAwsNetworkInterface.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| deviceIndex | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/managed_instance_aws#associate_public_ip_address ManagedInstanceAws#associate_public_ip_address}. | --- @@ -4065,7 +4007,7 @@ public java.lang.String getDeviceIndex(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#device_index ManagedInstanceAws#device_index}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#device_index ManagedInstanceAws#device_index}. --- @@ -4077,7 +4019,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.169.1/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.170.0/docs/resources/managed_instance_aws#associate_ipv6_address ManagedInstanceAws#associate_ipv6_address}. --- @@ -4089,7 +4031,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.169.1/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.170.0/docs/resources/managed_instance_aws#associate_public_ip_address ManagedInstanceAws#associate_public_ip_address}. --- @@ -4116,10 +4058,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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.0/docs/resources/managed_instance_aws#should_tag_volumes ManagedInstanceAws#should_tag_volumes}. | --- @@ -4131,7 +4073,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.169.1/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.170.0/docs/resources/managed_instance_aws#should_tag_amis ManagedInstanceAws#should_tag_amis}. --- @@ -4143,7 +4085,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.169.1/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.170.0/docs/resources/managed_instance_aws#should_tag_enis ManagedInstanceAws#should_tag_enis}. --- @@ -4155,7 +4097,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.169.1/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.170.0/docs/resources/managed_instance_aws#should_tag_snapshots ManagedInstanceAws#should_tag_snapshots}. --- @@ -4167,7 +4109,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.169.1/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.170.0/docs/resources/managed_instance_aws#should_tag_volumes ManagedInstanceAws#should_tag_volumes}. --- @@ -4187,7 +4129,7 @@ ManagedInstanceAwsRevertToSpot.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| performAt | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#perform_at ManagedInstanceAws#perform_at}. | --- @@ -4199,7 +4141,7 @@ public java.lang.String getPerformAt(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#perform_at ManagedInstanceAws#perform_at}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#perform_at ManagedInstanceAws#perform_at}. --- @@ -4224,11 +4166,11 @@ ManagedInstanceAwsScheduledTask.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| taskType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.0/docs/resources/managed_instance_aws#start_time ManagedInstanceAws#start_time}. | --- @@ -4240,7 +4182,7 @@ public java.lang.String getTaskType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#task_type ManagedInstanceAws#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#task_type ManagedInstanceAws#task_type}. --- @@ -4252,7 +4194,7 @@ public java.lang.String getCronExpression(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#cron_expression ManagedInstanceAws#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#cron_expression ManagedInstanceAws#cron_expression}. --- @@ -4264,7 +4206,7 @@ public java.lang.String getFrequency(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#frequency ManagedInstanceAws#frequency}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#frequency ManagedInstanceAws#frequency}. --- @@ -4276,7 +4218,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.169.1/docs/resources/managed_instance_aws#is_enabled ManagedInstanceAws#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#is_enabled ManagedInstanceAws#is_enabled}. --- @@ -4288,7 +4230,7 @@ public java.lang.String getStartTime(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#start_time ManagedInstanceAws#start_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#start_time ManagedInstanceAws#start_time}. --- @@ -4309,8 +4251,8 @@ ManagedInstanceAwsTags.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/managed_instance_aws#value ManagedInstanceAws#value}. | --- @@ -4322,7 +4264,7 @@ public java.lang.String getKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#key ManagedInstanceAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#key ManagedInstanceAws#key}. --- @@ -4334,7 +4276,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#value ManagedInstanceAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#value ManagedInstanceAws#value}. --- @@ -7475,11 +7417,7 @@ whether the list is wrapping a set (will add tolist() to be able to access an it | resolve | Produce the Token's value at resolution time. | | toString | Return a string representation of this resolvable object. | | resetArn | *No description.* | -| resetAutoWeight | *No description.* | -| resetAzAwareness | *No description.* | -| resetBalancerId | *No description.* | | resetName | *No description.* | -| resetTargetSetId | *No description.* | --- @@ -7639,36 +7577,12 @@ Returns a reversible string representation. public void resetArn() ``` -##### `resetAutoWeight` - -```java -public void resetAutoWeight() -``` - -##### `resetAzAwareness` - -```java -public void resetAzAwareness() -``` - -##### `resetBalancerId` - -```java -public void resetBalancerId() -``` - ##### `resetName` ```java public void resetName() ``` -##### `resetTargetSetId` - -```java -public void resetTargetSetId() -``` - #### Properties @@ -7677,18 +7591,10 @@ public void resetTargetSetId() | creationStack | java.util.List | The creation stack of this resolvable which will be appended to errors thrown during resolution. | | fqn | java.lang.String | *No description.* | | arnInput | java.lang.String | *No description.* | -| autoWeightInput | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | *No description.* | -| azAwarenessInput | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | *No description.* | -| balancerIdInput | java.lang.String | *No description.* | | nameInput | java.lang.String | *No description.* | -| targetSetIdInput | java.lang.String | *No description.* | | typeInput | java.lang.String | *No description.* | | arn | java.lang.String | *No description.* | -| autoWeight | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | *No description.* | -| azAwareness | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | *No description.* | -| balancerId | java.lang.String | *No description.* | | name | java.lang.String | *No description.* | -| targetSetId | java.lang.String | *No description.* | | type | java.lang.String | *No description.* | | internalValue | com.hashicorp.cdktf.IResolvable OR ManagedInstanceAwsLoadBalancers | *No description.* | @@ -7728,36 +7634,6 @@ public java.lang.String getArnInput(); --- -##### `autoWeightInput`Optional - -```java -public java.lang.Object getAutoWeightInput(); -``` - -- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable - ---- - -##### `azAwarenessInput`Optional - -```java -public java.lang.Object getAzAwarenessInput(); -``` - -- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable - ---- - -##### `balancerIdInput`Optional - -```java -public java.lang.String getBalancerIdInput(); -``` - -- *Type:* java.lang.String - ---- - ##### `nameInput`Optional ```java @@ -7768,16 +7644,6 @@ public java.lang.String getNameInput(); --- -##### `targetSetIdInput`Optional - -```java -public java.lang.String getTargetSetIdInput(); -``` - -- *Type:* java.lang.String - ---- - ##### `typeInput`Optional ```java @@ -7798,36 +7664,6 @@ public java.lang.String getArn(); --- -##### `autoWeight`Required - -```java -public java.lang.Object getAutoWeight(); -``` - -- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable - ---- - -##### `azAwareness`Required - -```java -public java.lang.Object getAzAwareness(); -``` - -- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable - ---- - -##### `balancerId`Required - -```java -public java.lang.String getBalancerId(); -``` - -- *Type:* java.lang.String - ---- - ##### `name`Required ```java @@ -7838,16 +7674,6 @@ public java.lang.String getName(); --- -##### `targetSetId`Required - -```java -public java.lang.String getTargetSetId(); -``` - -- *Type:* java.lang.String - ---- - ##### `type`Required ```java diff --git a/docs/managedInstanceAws.python.md b/docs/managedInstanceAws.python.md index 3a8850e43..58c847b7c 100644 --- a/docs/managedInstanceAws.python.md +++ b/docs/managedInstanceAws.python.md @@ -4,7 +4,7 @@ ### ManagedInstanceAws -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws spotinst_managed_instance_aws}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws spotinst_managed_instance_aws}. #### Initializers @@ -81,52 +81,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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.169.1/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.169.1/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.170.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.170.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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/docs/resources/managed_instance_aws#enable_monitoring ManagedInstanceAws#enable_monitoring}. | -| fallback_to_ondemand | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#fallback_to_ondemand ManagedInstanceAws#fallback_to_ondemand}. | -| grace_period | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/docs/resources/managed_instance_aws#id ManagedInstanceAws#id}. | +| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.170.0/docs/resources/managed_instance_aws#enable_monitoring ManagedInstanceAws#enable_monitoring}. | +| fallback_to_ondemand | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#fallback_to_ondemand ManagedInstanceAws#fallback_to_ondemand}. | +| grace_period | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.169.1/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.169.1/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.170.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.170.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.169.1/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.170.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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.169.1/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.169.1/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.170.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.170.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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/managed_instance_aws#utilize_reserved_instances ManagedInstanceAws#utilize_reserved_instances}. | --- @@ -194,7 +194,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.169.1/docs/resources/managed_instance_aws#image_id ManagedInstanceAws#image_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#image_id ManagedInstanceAws#image_id}. --- @@ -202,7 +202,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.169.1/docs/resources/managed_instance_aws#instance_types ManagedInstanceAws#instance_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#instance_types ManagedInstanceAws#instance_types}. --- @@ -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.169.1/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. --- @@ -218,7 +218,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#persist_block_devices ManagedInstanceAws#persist_block_devices}. --- @@ -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.169.1/docs/resources/managed_instance_aws#product ManagedInstanceAws#product}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#product ManagedInstanceAws#product}. --- @@ -234,7 +234,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#subnet_ids ManagedInstanceAws#subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#subnet_ids ManagedInstanceAws#subnet_ids}. --- @@ -242,7 +242,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#vpc_id ManagedInstanceAws#vpc_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#vpc_id ManagedInstanceAws#vpc_id}. --- @@ -250,7 +250,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#auto_healing ManagedInstanceAws#auto_healing}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#auto_healing ManagedInstanceAws#auto_healing}. --- @@ -260,7 +260,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.169.1/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.170.0/docs/resources/managed_instance_aws#block_device_mappings ManagedInstanceAws#block_device_mappings} --- @@ -268,7 +268,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#block_devices_mode ManagedInstanceAws#block_devices_mode}. --- @@ -276,7 +276,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#cpu_credits ManagedInstanceAws#cpu_credits}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#cpu_credits ManagedInstanceAws#cpu_credits}. --- @@ -286,7 +286,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.169.1/docs/resources/managed_instance_aws#delete ManagedInstanceAws#delete} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#delete ManagedInstanceAws#delete} --- @@ -294,7 +294,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#description ManagedInstanceAws#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#description ManagedInstanceAws#description}. --- @@ -302,7 +302,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#draining_timeout ManagedInstanceAws#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#draining_timeout ManagedInstanceAws#draining_timeout}. --- @@ -310,7 +310,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#ebs_optimized ManagedInstanceAws#ebs_optimized}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#ebs_optimized ManagedInstanceAws#ebs_optimized}. --- @@ -318,7 +318,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#elastic_ip ManagedInstanceAws#elastic_ip}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#elastic_ip ManagedInstanceAws#elastic_ip}. --- @@ -326,7 +326,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#enable_monitoring ManagedInstanceAws#enable_monitoring}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#enable_monitoring ManagedInstanceAws#enable_monitoring}. --- @@ -334,7 +334,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#fallback_to_ondemand ManagedInstanceAws#fallback_to_ondemand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#fallback_to_ondemand ManagedInstanceAws#fallback_to_ondemand}. --- @@ -342,7 +342,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#grace_period ManagedInstanceAws#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#grace_period ManagedInstanceAws#grace_period}. --- @@ -350,7 +350,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#health_check_type ManagedInstanceAws#health_check_type}. --- @@ -358,7 +358,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#iam_instance_profile ManagedInstanceAws#iam_instance_profile}. --- @@ -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.169.1/docs/resources/managed_instance_aws#id ManagedInstanceAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. @@ -379,7 +379,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.169.1/docs/resources/managed_instance_aws#integration_route53 ManagedInstanceAws#integration_route53} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#integration_route53 ManagedInstanceAws#integration_route53} --- @@ -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.169.1/docs/resources/managed_instance_aws#key_pair ManagedInstanceAws#key_pair}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#key_pair ManagedInstanceAws#key_pair}. --- @@ -395,7 +395,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#life_cycle ManagedInstanceAws#life_cycle}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#life_cycle ManagedInstanceAws#life_cycle}. --- @@ -405,7 +405,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.169.1/docs/resources/managed_instance_aws#load_balancers ManagedInstanceAws#load_balancers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#load_balancers ManagedInstanceAws#load_balancers} --- @@ -415,7 +415,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.169.1/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.170.0/docs/resources/managed_instance_aws#managed_instance_action ManagedInstanceAws#managed_instance_action} --- @@ -423,7 +423,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#minimum_instance_lifetime ManagedInstanceAws#minimum_instance_lifetime}. --- @@ -433,7 +433,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.169.1/docs/resources/managed_instance_aws#network_interface ManagedInstanceAws#network_interface} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#network_interface ManagedInstanceAws#network_interface} --- @@ -441,7 +441,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.169.1/docs/resources/managed_instance_aws#optimization_windows ManagedInstanceAws#optimization_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#optimization_windows ManagedInstanceAws#optimization_windows}. --- @@ -449,7 +449,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#orientation ManagedInstanceAws#orientation}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#orientation ManagedInstanceAws#orientation}. --- @@ -457,7 +457,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#persist_private_ip ManagedInstanceAws#persist_private_ip}. --- @@ -465,7 +465,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#persist_root_device ManagedInstanceAws#persist_root_device}. --- @@ -473,7 +473,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#placement_tenancy ManagedInstanceAws#placement_tenancy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#placement_tenancy ManagedInstanceAws#placement_tenancy}. --- @@ -481,7 +481,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#preferred_type ManagedInstanceAws#preferred_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#preferred_type ManagedInstanceAws#preferred_type}. --- @@ -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.169.1/docs/resources/managed_instance_aws#private_ip ManagedInstanceAws#private_ip}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#private_ip ManagedInstanceAws#private_ip}. --- @@ -497,7 +497,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#region ManagedInstanceAws#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#region ManagedInstanceAws#region}. --- @@ -507,7 +507,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.169.1/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.170.0/docs/resources/managed_instance_aws#resource_tag_specification ManagedInstanceAws#resource_tag_specification} --- @@ -517,7 +517,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.169.1/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.170.0/docs/resources/managed_instance_aws#revert_to_spot ManagedInstanceAws#revert_to_spot} --- @@ -527,7 +527,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.169.1/docs/resources/managed_instance_aws#scheduled_task ManagedInstanceAws#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#scheduled_task ManagedInstanceAws#scheduled_task} --- @@ -535,7 +535,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.169.1/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.170.0/docs/resources/managed_instance_aws#security_group_ids ManagedInstanceAws#security_group_ids}. --- @@ -543,7 +543,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#shutdown_script ManagedInstanceAws#shutdown_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#shutdown_script ManagedInstanceAws#shutdown_script}. --- @@ -553,7 +553,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.169.1/docs/resources/managed_instance_aws#tags ManagedInstanceAws#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#tags ManagedInstanceAws#tags} --- @@ -561,7 +561,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#unhealthy_duration ManagedInstanceAws#unhealthy_duration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#unhealthy_duration ManagedInstanceAws#unhealthy_duration}. --- @@ -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.169.1/docs/resources/managed_instance_aws#user_data ManagedInstanceAws#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#user_data ManagedInstanceAws#user_data}. --- @@ -577,7 +577,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#utilize_reserved_instances ManagedInstanceAws#utilize_reserved_instances}. --- @@ -1027,7 +1027,7 @@ def put_integration_route53( domains block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#domains ManagedInstanceAws#domains} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#domains ManagedInstanceAws#domains} --- @@ -1057,7 +1057,7 @@ def put_managed_instance_action( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#type ManagedInstanceAws#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#type ManagedInstanceAws#type}. --- @@ -1101,7 +1101,7 @@ def put_revert_to_spot( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#perform_at ManagedInstanceAws#perform_at}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#perform_at ManagedInstanceAws#perform_at}. --- @@ -1481,7 +1481,7 @@ The construct id used in the generated config for the ManagedInstanceAws to impo The id of the existing ManagedInstanceAws that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#import import section} in the documentation of this resource for the id to use --- @@ -2705,7 +2705,7 @@ managedInstanceAws.ManagedInstanceAwsBlockDeviceMappings( | **Name** | **Type** | **Description** | | --- | --- | --- | -| device_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#device_name ManagedInstanceAws#device_name}. | | ebs | ManagedInstanceAwsBlockDeviceMappingsEbs | ebs block. | --- @@ -2718,7 +2718,7 @@ device_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#device_name ManagedInstanceAws#device_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#device_name ManagedInstanceAws#device_name}. --- @@ -2732,7 +2732,7 @@ ebs: ManagedInstanceAwsBlockDeviceMappingsEbs ebs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#ebs ManagedInstanceAws#ebs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#ebs ManagedInstanceAws#ebs} --- @@ -2759,14 +2759,14 @@ managedInstanceAws.ManagedInstanceAwsBlockDeviceMappingsEbs( | **Name** | **Type** | **Description** | | --- | --- | --- | -| delete_on_termination | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#delete_on_termination ManagedInstanceAws#delete_on_termination}. | -| encrypted | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#encrypted ManagedInstanceAws#encrypted}. | -| iops | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#iops ManagedInstanceAws#iops}. | -| kms_key_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#kms_key_id ManagedInstanceAws#kms_key_id}. | -| snapshot_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#snapshot_id ManagedInstanceAws#snapshot_id}. | -| throughput | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.0/docs/resources/managed_instance_aws#delete_on_termination ManagedInstanceAws#delete_on_termination}. | +| encrypted | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#encrypted ManagedInstanceAws#encrypted}. | +| iops | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#iops ManagedInstanceAws#iops}. | +| kms_key_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#kms_key_id ManagedInstanceAws#kms_key_id}. | +| snapshot_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#snapshot_id ManagedInstanceAws#snapshot_id}. | +| throughput | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.0/docs/resources/managed_instance_aws#volume_type ManagedInstanceAws#volume_type}. | --- @@ -2778,7 +2778,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.169.1/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.170.0/docs/resources/managed_instance_aws#delete_on_termination ManagedInstanceAws#delete_on_termination}. --- @@ -2790,7 +2790,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.169.1/docs/resources/managed_instance_aws#encrypted ManagedInstanceAws#encrypted}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#encrypted ManagedInstanceAws#encrypted}. --- @@ -2802,7 +2802,7 @@ iops: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#iops ManagedInstanceAws#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#iops ManagedInstanceAws#iops}. --- @@ -2814,7 +2814,7 @@ kms_key_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#kms_key_id ManagedInstanceAws#kms_key_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#kms_key_id ManagedInstanceAws#kms_key_id}. --- @@ -2826,7 +2826,7 @@ snapshot_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#snapshot_id ManagedInstanceAws#snapshot_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#snapshot_id ManagedInstanceAws#snapshot_id}. --- @@ -2838,7 +2838,7 @@ throughput: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#throughput ManagedInstanceAws#throughput}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#throughput ManagedInstanceAws#throughput}. --- @@ -2850,7 +2850,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.169.1/docs/resources/managed_instance_aws#volume_size ManagedInstanceAws#volume_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#volume_size ManagedInstanceAws#volume_size}. --- @@ -2862,7 +2862,7 @@ volume_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#volume_type ManagedInstanceAws#volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#volume_type ManagedInstanceAws#volume_type}. --- @@ -2941,52 +2941,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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.169.1/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.169.1/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.170.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.170.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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/docs/resources/managed_instance_aws#enable_monitoring ManagedInstanceAws#enable_monitoring}. | -| fallback_to_ondemand | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#fallback_to_ondemand ManagedInstanceAws#fallback_to_ondemand}. | -| grace_period | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/docs/resources/managed_instance_aws#id ManagedInstanceAws#id}. | +| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.170.0/docs/resources/managed_instance_aws#enable_monitoring ManagedInstanceAws#enable_monitoring}. | +| fallback_to_ondemand | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#fallback_to_ondemand ManagedInstanceAws#fallback_to_ondemand}. | +| grace_period | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.169.1/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.169.1/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.170.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.170.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.169.1/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.170.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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.169.1/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.169.1/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.170.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.170.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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/managed_instance_aws#utilize_reserved_instances ManagedInstanceAws#utilize_reserved_instances}. | --- @@ -3068,7 +3068,7 @@ image_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#image_id ManagedInstanceAws#image_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#image_id ManagedInstanceAws#image_id}. --- @@ -3080,7 +3080,7 @@ instance_types: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#instance_types ManagedInstanceAws#instance_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#instance_types ManagedInstanceAws#instance_types}. --- @@ -3092,7 +3092,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. --- @@ -3104,7 +3104,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.169.1/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.170.0/docs/resources/managed_instance_aws#persist_block_devices ManagedInstanceAws#persist_block_devices}. --- @@ -3116,7 +3116,7 @@ product: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#product ManagedInstanceAws#product}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#product ManagedInstanceAws#product}. --- @@ -3128,7 +3128,7 @@ subnet_ids: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#subnet_ids ManagedInstanceAws#subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#subnet_ids ManagedInstanceAws#subnet_ids}. --- @@ -3140,7 +3140,7 @@ vpc_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#vpc_id ManagedInstanceAws#vpc_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#vpc_id ManagedInstanceAws#vpc_id}. --- @@ -3152,7 +3152,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.169.1/docs/resources/managed_instance_aws#auto_healing ManagedInstanceAws#auto_healing}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#auto_healing ManagedInstanceAws#auto_healing}. --- @@ -3166,7 +3166,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.169.1/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.170.0/docs/resources/managed_instance_aws#block_device_mappings ManagedInstanceAws#block_device_mappings} --- @@ -3178,7 +3178,7 @@ block_devices_mode: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#block_devices_mode ManagedInstanceAws#block_devices_mode}. --- @@ -3190,7 +3190,7 @@ cpu_credits: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#cpu_credits ManagedInstanceAws#cpu_credits}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#cpu_credits ManagedInstanceAws#cpu_credits}. --- @@ -3204,7 +3204,7 @@ delete: typing.Union[IResolvable, typing.List[ManagedInstanceAwsDelete]] delete block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#delete ManagedInstanceAws#delete} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#delete ManagedInstanceAws#delete} --- @@ -3216,7 +3216,7 @@ description: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#description ManagedInstanceAws#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#description ManagedInstanceAws#description}. --- @@ -3228,7 +3228,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.169.1/docs/resources/managed_instance_aws#draining_timeout ManagedInstanceAws#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#draining_timeout ManagedInstanceAws#draining_timeout}. --- @@ -3240,7 +3240,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.169.1/docs/resources/managed_instance_aws#ebs_optimized ManagedInstanceAws#ebs_optimized}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#ebs_optimized ManagedInstanceAws#ebs_optimized}. --- @@ -3252,7 +3252,7 @@ elastic_ip: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#elastic_ip ManagedInstanceAws#elastic_ip}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#elastic_ip ManagedInstanceAws#elastic_ip}. --- @@ -3264,7 +3264,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.169.1/docs/resources/managed_instance_aws#enable_monitoring ManagedInstanceAws#enable_monitoring}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#enable_monitoring ManagedInstanceAws#enable_monitoring}. --- @@ -3276,7 +3276,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.169.1/docs/resources/managed_instance_aws#fallback_to_ondemand ManagedInstanceAws#fallback_to_ondemand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#fallback_to_ondemand ManagedInstanceAws#fallback_to_ondemand}. --- @@ -3288,7 +3288,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.169.1/docs/resources/managed_instance_aws#grace_period ManagedInstanceAws#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#grace_period ManagedInstanceAws#grace_period}. --- @@ -3300,7 +3300,7 @@ health_check_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#health_check_type ManagedInstanceAws#health_check_type}. --- @@ -3312,7 +3312,7 @@ iam_instance_profile: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#iam_instance_profile ManagedInstanceAws#iam_instance_profile}. --- @@ -3324,7 +3324,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#id ManagedInstanceAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. @@ -3341,7 +3341,7 @@ integration_route53: ManagedInstanceAwsIntegrationRoute53 integration_route53 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#integration_route53 ManagedInstanceAws#integration_route53} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#integration_route53 ManagedInstanceAws#integration_route53} --- @@ -3353,7 +3353,7 @@ key_pair: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#key_pair ManagedInstanceAws#key_pair}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#key_pair ManagedInstanceAws#key_pair}. --- @@ -3365,7 +3365,7 @@ life_cycle: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#life_cycle ManagedInstanceAws#life_cycle}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#life_cycle ManagedInstanceAws#life_cycle}. --- @@ -3379,7 +3379,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.169.1/docs/resources/managed_instance_aws#load_balancers ManagedInstanceAws#load_balancers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#load_balancers ManagedInstanceAws#load_balancers} --- @@ -3393,7 +3393,7 @@ managed_instance_action: ManagedInstanceAwsManagedInstanceAction managed_instance_action block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#managed_instance_action ManagedInstanceAws#managed_instance_action} --- @@ -3405,7 +3405,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.169.1/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.170.0/docs/resources/managed_instance_aws#minimum_instance_lifetime ManagedInstanceAws#minimum_instance_lifetime}. --- @@ -3419,7 +3419,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.169.1/docs/resources/managed_instance_aws#network_interface ManagedInstanceAws#network_interface} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#network_interface ManagedInstanceAws#network_interface} --- @@ -3431,7 +3431,7 @@ optimization_windows: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#optimization_windows ManagedInstanceAws#optimization_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#optimization_windows ManagedInstanceAws#optimization_windows}. --- @@ -3443,7 +3443,7 @@ orientation: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#orientation ManagedInstanceAws#orientation}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#orientation ManagedInstanceAws#orientation}. --- @@ -3455,7 +3455,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.169.1/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.170.0/docs/resources/managed_instance_aws#persist_private_ip ManagedInstanceAws#persist_private_ip}. --- @@ -3467,7 +3467,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.169.1/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.170.0/docs/resources/managed_instance_aws#persist_root_device ManagedInstanceAws#persist_root_device}. --- @@ -3479,7 +3479,7 @@ placement_tenancy: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#placement_tenancy ManagedInstanceAws#placement_tenancy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#placement_tenancy ManagedInstanceAws#placement_tenancy}. --- @@ -3491,7 +3491,7 @@ preferred_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#preferred_type ManagedInstanceAws#preferred_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#preferred_type ManagedInstanceAws#preferred_type}. --- @@ -3503,7 +3503,7 @@ private_ip: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#private_ip ManagedInstanceAws#private_ip}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#private_ip ManagedInstanceAws#private_ip}. --- @@ -3515,7 +3515,7 @@ region: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#region ManagedInstanceAws#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#region ManagedInstanceAws#region}. --- @@ -3529,7 +3529,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.169.1/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.170.0/docs/resources/managed_instance_aws#resource_tag_specification ManagedInstanceAws#resource_tag_specification} --- @@ -3543,7 +3543,7 @@ revert_to_spot: ManagedInstanceAwsRevertToSpot revert_to_spot block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#revert_to_spot ManagedInstanceAws#revert_to_spot} --- @@ -3557,7 +3557,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.169.1/docs/resources/managed_instance_aws#scheduled_task ManagedInstanceAws#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#scheduled_task ManagedInstanceAws#scheduled_task} --- @@ -3569,7 +3569,7 @@ security_group_ids: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#security_group_ids ManagedInstanceAws#security_group_ids}. --- @@ -3581,7 +3581,7 @@ shutdown_script: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#shutdown_script ManagedInstanceAws#shutdown_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#shutdown_script ManagedInstanceAws#shutdown_script}. --- @@ -3595,7 +3595,7 @@ tags: typing.Union[IResolvable, typing.List[ManagedInstanceAwsTags]] tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#tags ManagedInstanceAws#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#tags ManagedInstanceAws#tags} --- @@ -3607,7 +3607,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.169.1/docs/resources/managed_instance_aws#unhealthy_duration ManagedInstanceAws#unhealthy_duration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#unhealthy_duration ManagedInstanceAws#unhealthy_duration}. --- @@ -3619,7 +3619,7 @@ user_data: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#user_data ManagedInstanceAws#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#user_data ManagedInstanceAws#user_data}. --- @@ -3631,7 +3631,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.169.1/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.170.0/docs/resources/managed_instance_aws#utilize_reserved_instances ManagedInstanceAws#utilize_reserved_instances}. --- @@ -3656,12 +3656,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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.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.170.0/docs/resources/managed_instance_aws#should_terminate_instance ManagedInstanceAws#should_terminate_instance}. | --- @@ -3673,7 +3673,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.169.1/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.170.0/docs/resources/managed_instance_aws#ami_backup_should_delete_images ManagedInstanceAws#ami_backup_should_delete_images}. --- @@ -3685,7 +3685,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.169.1/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.170.0/docs/resources/managed_instance_aws#deallocation_config_should_delete_images ManagedInstanceAws#deallocation_config_should_delete_images}. --- @@ -3697,7 +3697,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.169.1/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.170.0/docs/resources/managed_instance_aws#should_delete_network_interfaces ManagedInstanceAws#should_delete_network_interfaces}. --- @@ -3709,7 +3709,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.169.1/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.170.0/docs/resources/managed_instance_aws#should_delete_snapshots ManagedInstanceAws#should_delete_snapshots}. --- @@ -3721,7 +3721,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.169.1/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.170.0/docs/resources/managed_instance_aws#should_delete_volumes ManagedInstanceAws#should_delete_volumes}. --- @@ -3733,7 +3733,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.169.1/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.170.0/docs/resources/managed_instance_aws#should_terminate_instance ManagedInstanceAws#should_terminate_instance}. --- @@ -3767,7 +3767,7 @@ domains: typing.Union[IResolvable, typing.List[ManagedInstanceAwsIntegrationRout domains block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#domains ManagedInstanceAws#domains} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#domains ManagedInstanceAws#domains} --- @@ -3790,10 +3790,10 @@ managedInstanceAws.ManagedInstanceAwsIntegrationRoute53Domains( | **Name** | **Type** | **Description** | | --- | --- | --- | -| hosted_zone_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.169.1/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.169.1/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.170.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.170.0/docs/resources/managed_instance_aws#spotinst_acct_id ManagedInstanceAws#spotinst_acct_id}. | --- @@ -3805,7 +3805,7 @@ hosted_zone_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#hosted_zone_id ManagedInstanceAws#hosted_zone_id}. --- @@ -3819,7 +3819,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.169.1/docs/resources/managed_instance_aws#record_sets ManagedInstanceAws#record_sets} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#record_sets ManagedInstanceAws#record_sets} --- @@ -3831,7 +3831,7 @@ record_set_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#record_set_type ManagedInstanceAws#record_set_type}. --- @@ -3843,7 +3843,7 @@ spotinst_acct_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#spotinst_acct_id ManagedInstanceAws#spotinst_acct_id}. --- @@ -3865,9 +3865,9 @@ managedInstanceAws.ManagedInstanceAwsIntegrationRoute53DomainsRecordSets( | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/managed_instance_aws#use_public_ip ManagedInstanceAws#use_public_ip}. | --- @@ -3879,7 +3879,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. --- @@ -3891,7 +3891,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.169.1/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.170.0/docs/resources/managed_instance_aws#use_public_dns ManagedInstanceAws#use_public_dns}. --- @@ -3903,7 +3903,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.169.1/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.170.0/docs/resources/managed_instance_aws#use_public_ip ManagedInstanceAws#use_public_ip}. --- @@ -3917,11 +3917,7 @@ from cdktf_cdktf_provider_spotinst import managed_instance_aws managedInstanceAws.ManagedInstanceAwsLoadBalancers( type: str, arn: str = None, - auto_weight: typing.Union[bool, IResolvable] = None, - az_awareness: typing.Union[bool, IResolvable] = None, - balancer_id: str = None, - name: str = None, - target_set_id: str = None + name: str = None ) ``` @@ -3929,13 +3925,9 @@ managedInstanceAws.ManagedInstanceAwsLoadBalancers( | **Name** | **Type** | **Description** | | --- | --- | --- | -| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#type ManagedInstanceAws#type}. | -| arn | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.170.0/docs/resources/managed_instance_aws#type ManagedInstanceAws#type}. | +| arn | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#arn ManagedInstanceAws#arn}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. | --- @@ -3947,7 +3939,7 @@ type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#type ManagedInstanceAws#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#type ManagedInstanceAws#type}. --- @@ -3959,43 +3951,7 @@ arn: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#arn ManagedInstanceAws#arn}. - ---- - -##### `auto_weight`Optional - -```python -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.169.1/docs/resources/managed_instance_aws#auto_weight ManagedInstanceAws#auto_weight}. - ---- - -##### `az_awareness`Optional - -```python -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.169.1/docs/resources/managed_instance_aws#az_awareness ManagedInstanceAws#az_awareness}. - ---- - -##### `balancer_id`Optional - -```python -balancer_id: str -``` - -- *Type:* str - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#balancer_id ManagedInstanceAws#balancer_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#arn ManagedInstanceAws#arn}. --- @@ -4007,19 +3963,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. - ---- - -##### `target_set_id`Optional - -```python -target_set_id: str -``` - -- *Type:* str - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. --- @@ -4039,7 +3983,7 @@ managedInstanceAws.ManagedInstanceAwsManagedInstanceAction( | **Name** | **Type** | **Description** | | --- | --- | --- | -| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#type ManagedInstanceAws#type}. | +| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#type ManagedInstanceAws#type}. | --- @@ -4051,7 +3995,7 @@ type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#type ManagedInstanceAws#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#type ManagedInstanceAws#type}. --- @@ -4073,9 +4017,9 @@ managedInstanceAws.ManagedInstanceAwsNetworkInterface( | **Name** | **Type** | **Description** | | --- | --- | --- | -| device_index | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/managed_instance_aws#associate_public_ip_address ManagedInstanceAws#associate_public_ip_address}. | --- @@ -4087,7 +4031,7 @@ device_index: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#device_index ManagedInstanceAws#device_index}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#device_index ManagedInstanceAws#device_index}. --- @@ -4099,7 +4043,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.169.1/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.170.0/docs/resources/managed_instance_aws#associate_ipv6_address ManagedInstanceAws#associate_ipv6_address}. --- @@ -4111,7 +4055,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.169.1/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.170.0/docs/resources/managed_instance_aws#associate_public_ip_address ManagedInstanceAws#associate_public_ip_address}. --- @@ -4134,10 +4078,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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.0/docs/resources/managed_instance_aws#should_tag_volumes ManagedInstanceAws#should_tag_volumes}. | --- @@ -4149,7 +4093,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.169.1/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.170.0/docs/resources/managed_instance_aws#should_tag_amis ManagedInstanceAws#should_tag_amis}. --- @@ -4161,7 +4105,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.169.1/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.170.0/docs/resources/managed_instance_aws#should_tag_enis ManagedInstanceAws#should_tag_enis}. --- @@ -4173,7 +4117,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.169.1/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.170.0/docs/resources/managed_instance_aws#should_tag_snapshots ManagedInstanceAws#should_tag_snapshots}. --- @@ -4185,7 +4129,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.169.1/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.170.0/docs/resources/managed_instance_aws#should_tag_volumes ManagedInstanceAws#should_tag_volumes}. --- @@ -4205,7 +4149,7 @@ managedInstanceAws.ManagedInstanceAwsRevertToSpot( | **Name** | **Type** | **Description** | | --- | --- | --- | -| perform_at | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#perform_at ManagedInstanceAws#perform_at}. | --- @@ -4217,7 +4161,7 @@ perform_at: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#perform_at ManagedInstanceAws#perform_at}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#perform_at ManagedInstanceAws#perform_at}. --- @@ -4241,11 +4185,11 @@ managedInstanceAws.ManagedInstanceAwsScheduledTask( | **Name** | **Type** | **Description** | | --- | --- | --- | -| task_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.0/docs/resources/managed_instance_aws#start_time ManagedInstanceAws#start_time}. | --- @@ -4257,7 +4201,7 @@ task_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#task_type ManagedInstanceAws#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#task_type ManagedInstanceAws#task_type}. --- @@ -4269,7 +4213,7 @@ cron_expression: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#cron_expression ManagedInstanceAws#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#cron_expression ManagedInstanceAws#cron_expression}. --- @@ -4281,7 +4225,7 @@ frequency: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#frequency ManagedInstanceAws#frequency}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#frequency ManagedInstanceAws#frequency}. --- @@ -4293,7 +4237,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.169.1/docs/resources/managed_instance_aws#is_enabled ManagedInstanceAws#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#is_enabled ManagedInstanceAws#is_enabled}. --- @@ -4305,7 +4249,7 @@ start_time: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#start_time ManagedInstanceAws#start_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#start_time ManagedInstanceAws#start_time}. --- @@ -4326,8 +4270,8 @@ managedInstanceAws.ManagedInstanceAwsTags( | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#key ManagedInstanceAws#key}. | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#value ManagedInstanceAws#value}. | +| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#key ManagedInstanceAws#key}. | +| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#value ManagedInstanceAws#value}. | --- @@ -4339,7 +4283,7 @@ key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#key ManagedInstanceAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#key ManagedInstanceAws#key}. --- @@ -4351,7 +4295,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#value ManagedInstanceAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#value ManagedInstanceAws#value}. --- @@ -5302,7 +5246,7 @@ def put_ebs( - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#delete_on_termination ManagedInstanceAws#delete_on_termination}. --- @@ -5310,7 +5254,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#encrypted ManagedInstanceAws#encrypted}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#encrypted ManagedInstanceAws#encrypted}. --- @@ -5318,7 +5262,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#iops ManagedInstanceAws#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#iops ManagedInstanceAws#iops}. --- @@ -5326,7 +5270,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#kms_key_id ManagedInstanceAws#kms_key_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#kms_key_id ManagedInstanceAws#kms_key_id}. --- @@ -5334,7 +5278,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#snapshot_id ManagedInstanceAws#snapshot_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#snapshot_id ManagedInstanceAws#snapshot_id}. --- @@ -5342,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.169.1/docs/resources/managed_instance_aws#throughput ManagedInstanceAws#throughput}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#throughput ManagedInstanceAws#throughput}. --- @@ -5350,7 +5294,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#volume_size ManagedInstanceAws#volume_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#volume_size ManagedInstanceAws#volume_size}. --- @@ -5358,7 +5302,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#volume_type ManagedInstanceAws#volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#volume_type ManagedInstanceAws#volume_type}. --- @@ -7776,11 +7720,7 @@ whether the list is wrapping a set (will add tolist() to be able to access an it | resolve | Produce the Token's value at resolution time. | | to_string | Return a string representation of this resolvable object. | | reset_arn | *No description.* | -| reset_auto_weight | *No description.* | -| reset_az_awareness | *No description.* | -| reset_balancer_id | *No description.* | | reset_name | *No description.* | -| reset_target_set_id | *No description.* | --- @@ -7962,36 +7902,12 @@ Returns a reversible string representation. def reset_arn() -> None ``` -##### `reset_auto_weight` - -```python -def reset_auto_weight() -> None -``` - -##### `reset_az_awareness` - -```python -def reset_az_awareness() -> None -``` - -##### `reset_balancer_id` - -```python -def reset_balancer_id() -> None -``` - ##### `reset_name` ```python def reset_name() -> None ``` -##### `reset_target_set_id` - -```python -def reset_target_set_id() -> None -``` - #### Properties @@ -8000,18 +7916,10 @@ def reset_target_set_id() -> None | creation_stack | typing.List[str] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | | fqn | str | *No description.* | | arn_input | str | *No description.* | -| auto_weight_input | typing.Union[bool, cdktf.IResolvable] | *No description.* | -| az_awareness_input | typing.Union[bool, cdktf.IResolvable] | *No description.* | -| balancer_id_input | str | *No description.* | | name_input | str | *No description.* | -| target_set_id_input | str | *No description.* | | type_input | str | *No description.* | | arn | str | *No description.* | -| auto_weight | typing.Union[bool, cdktf.IResolvable] | *No description.* | -| az_awareness | typing.Union[bool, cdktf.IResolvable] | *No description.* | -| balancer_id | str | *No description.* | | name | str | *No description.* | -| target_set_id | str | *No description.* | | type | str | *No description.* | | internal_value | typing.Union[cdktf.IResolvable, ManagedInstanceAwsLoadBalancers] | *No description.* | @@ -8051,36 +7959,6 @@ arn_input: str --- -##### `auto_weight_input`Optional - -```python -auto_weight_input: typing.Union[bool, IResolvable] -``` - -- *Type:* typing.Union[bool, cdktf.IResolvable] - ---- - -##### `az_awareness_input`Optional - -```python -az_awareness_input: typing.Union[bool, IResolvable] -``` - -- *Type:* typing.Union[bool, cdktf.IResolvable] - ---- - -##### `balancer_id_input`Optional - -```python -balancer_id_input: str -``` - -- *Type:* str - ---- - ##### `name_input`Optional ```python @@ -8091,16 +7969,6 @@ name_input: str --- -##### `target_set_id_input`Optional - -```python -target_set_id_input: str -``` - -- *Type:* str - ---- - ##### `type_input`Optional ```python @@ -8121,36 +7989,6 @@ arn: str --- -##### `auto_weight`Required - -```python -auto_weight: typing.Union[bool, IResolvable] -``` - -- *Type:* typing.Union[bool, cdktf.IResolvable] - ---- - -##### `az_awareness`Required - -```python -az_awareness: typing.Union[bool, IResolvable] -``` - -- *Type:* typing.Union[bool, cdktf.IResolvable] - ---- - -##### `balancer_id`Required - -```python -balancer_id: str -``` - -- *Type:* str - ---- - ##### `name`Required ```python @@ -8161,16 +7999,6 @@ name: str --- -##### `target_set_id`Required - -```python -target_set_id: str -``` - -- *Type:* str - ---- - ##### `type`Required ```python diff --git a/docs/managedInstanceAws.typescript.md b/docs/managedInstanceAws.typescript.md index 890f8942f..aac49daac 100644 --- a/docs/managedInstanceAws.typescript.md +++ b/docs/managedInstanceAws.typescript.md @@ -4,7 +4,7 @@ ### ManagedInstanceAws -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws spotinst_managed_instance_aws}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws spotinst_managed_instance_aws}. #### Initializers @@ -870,7 +870,7 @@ The construct id used in the generated config for the ManagedInstanceAws to impo The id of the existing ManagedInstanceAws that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#import import section} in the documentation of this resource for the id to use --- @@ -2091,7 +2091,7 @@ const managedInstanceAwsBlockDeviceMappings: managedInstanceAws.ManagedInstanceA | **Name** | **Type** | **Description** | | --- | --- | --- | -| deviceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#device_name ManagedInstanceAws#device_name}. | | ebs | ManagedInstanceAwsBlockDeviceMappingsEbs | ebs block. | --- @@ -2104,7 +2104,7 @@ public readonly deviceName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#device_name ManagedInstanceAws#device_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#device_name ManagedInstanceAws#device_name}. --- @@ -2118,7 +2118,7 @@ public readonly ebs: ManagedInstanceAwsBlockDeviceMappingsEbs; ebs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#ebs ManagedInstanceAws#ebs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#ebs ManagedInstanceAws#ebs} --- @@ -2136,14 +2136,14 @@ const managedInstanceAwsBlockDeviceMappingsEbs: managedInstanceAws.ManagedInstan | **Name** | **Type** | **Description** | | --- | --- | --- | -| deleteOnTermination | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#delete_on_termination ManagedInstanceAws#delete_on_termination}. | -| encrypted | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#encrypted ManagedInstanceAws#encrypted}. | -| iops | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#iops ManagedInstanceAws#iops}. | -| kmsKeyId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#kms_key_id ManagedInstanceAws#kms_key_id}. | -| snapshotId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#snapshot_id ManagedInstanceAws#snapshot_id}. | -| throughput | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#throughput ManagedInstanceAws#throughput}. | -| volumeSize | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.0/docs/resources/managed_instance_aws#delete_on_termination ManagedInstanceAws#delete_on_termination}. | +| encrypted | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#encrypted ManagedInstanceAws#encrypted}. | +| iops | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#iops ManagedInstanceAws#iops}. | +| kmsKeyId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#kms_key_id ManagedInstanceAws#kms_key_id}. | +| snapshotId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#snapshot_id ManagedInstanceAws#snapshot_id}. | +| throughput | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#throughput ManagedInstanceAws#throughput}. | +| volumeSize | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/managed_instance_aws#volume_type ManagedInstanceAws#volume_type}. | --- @@ -2155,7 +2155,7 @@ public readonly deleteOnTermination: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#delete_on_termination ManagedInstanceAws#delete_on_termination}. --- @@ -2167,7 +2167,7 @@ public readonly encrypted: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#encrypted ManagedInstanceAws#encrypted}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#encrypted ManagedInstanceAws#encrypted}. --- @@ -2179,7 +2179,7 @@ public readonly iops: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#iops ManagedInstanceAws#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#iops ManagedInstanceAws#iops}. --- @@ -2191,7 +2191,7 @@ public readonly kmsKeyId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#kms_key_id ManagedInstanceAws#kms_key_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#kms_key_id ManagedInstanceAws#kms_key_id}. --- @@ -2203,7 +2203,7 @@ public readonly snapshotId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#snapshot_id ManagedInstanceAws#snapshot_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#snapshot_id ManagedInstanceAws#snapshot_id}. --- @@ -2215,7 +2215,7 @@ public readonly throughput: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#throughput ManagedInstanceAws#throughput}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#throughput ManagedInstanceAws#throughput}. --- @@ -2227,7 +2227,7 @@ public readonly volumeSize: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#volume_size ManagedInstanceAws#volume_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#volume_size ManagedInstanceAws#volume_size}. --- @@ -2239,7 +2239,7 @@ public readonly volumeType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#volume_type ManagedInstanceAws#volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#volume_type ManagedInstanceAws#volume_type}. --- @@ -2264,52 +2264,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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/docs/resources/managed_instance_aws#product ManagedInstanceAws#product}. | -| subnetIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.0/docs/resources/managed_instance_aws#product ManagedInstanceAws#product}. | +| subnetIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.169.1/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.169.1/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.170.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.170.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.169.1/docs/resources/managed_instance_aws#description ManagedInstanceAws#description}. | -| drainingTimeout | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/docs/resources/managed_instance_aws#enable_monitoring ManagedInstanceAws#enable_monitoring}. | -| fallbackToOndemand | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#fallback_to_ondemand ManagedInstanceAws#fallback_to_ondemand}. | -| gracePeriod | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/docs/resources/managed_instance_aws#id ManagedInstanceAws#id}. | +| description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#description ManagedInstanceAws#description}. | +| drainingTimeout | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.0/docs/resources/managed_instance_aws#enable_monitoring ManagedInstanceAws#enable_monitoring}. | +| fallbackToOndemand | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#fallback_to_ondemand ManagedInstanceAws#fallback_to_ondemand}. | +| gracePeriod | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.169.1/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.169.1/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.170.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.170.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.169.1/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.170.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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/docs/resources/managed_instance_aws#region ManagedInstanceAws#region}. | +| optimizationWindows | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.169.1/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.169.1/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.170.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.170.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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/managed_instance_aws#utilize_reserved_instances ManagedInstanceAws#utilize_reserved_instances}. | --- @@ -2391,7 +2391,7 @@ public readonly imageId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#image_id ManagedInstanceAws#image_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#image_id ManagedInstanceAws#image_id}. --- @@ -2403,7 +2403,7 @@ public readonly instanceTypes: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#instance_types ManagedInstanceAws#instance_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#instance_types ManagedInstanceAws#instance_types}. --- @@ -2415,7 +2415,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. --- @@ -2427,7 +2427,7 @@ public readonly persistBlockDevices: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#persist_block_devices ManagedInstanceAws#persist_block_devices}. --- @@ -2439,7 +2439,7 @@ public readonly product: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#product ManagedInstanceAws#product}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#product ManagedInstanceAws#product}. --- @@ -2451,7 +2451,7 @@ public readonly subnetIds: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#subnet_ids ManagedInstanceAws#subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#subnet_ids ManagedInstanceAws#subnet_ids}. --- @@ -2463,7 +2463,7 @@ public readonly vpcId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#vpc_id ManagedInstanceAws#vpc_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#vpc_id ManagedInstanceAws#vpc_id}. --- @@ -2475,7 +2475,7 @@ public readonly autoHealing: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#auto_healing ManagedInstanceAws#auto_healing}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#auto_healing ManagedInstanceAws#auto_healing}. --- @@ -2489,7 +2489,7 @@ public readonly blockDeviceMappings: IResolvable | ManagedInstanceAwsBlockDevice block_device_mappings block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#block_device_mappings ManagedInstanceAws#block_device_mappings} --- @@ -2501,7 +2501,7 @@ public readonly blockDevicesMode: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#block_devices_mode ManagedInstanceAws#block_devices_mode}. --- @@ -2513,7 +2513,7 @@ public readonly cpuCredits: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#cpu_credits ManagedInstanceAws#cpu_credits}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#cpu_credits ManagedInstanceAws#cpu_credits}. --- @@ -2527,7 +2527,7 @@ public readonly delete: IResolvable | ManagedInstanceAwsDelete[]; delete block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#delete ManagedInstanceAws#delete} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#delete ManagedInstanceAws#delete} --- @@ -2539,7 +2539,7 @@ public readonly description: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#description ManagedInstanceAws#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#description ManagedInstanceAws#description}. --- @@ -2551,7 +2551,7 @@ public readonly drainingTimeout: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#draining_timeout ManagedInstanceAws#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#draining_timeout ManagedInstanceAws#draining_timeout}. --- @@ -2563,7 +2563,7 @@ public readonly ebsOptimized: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#ebs_optimized ManagedInstanceAws#ebs_optimized}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#ebs_optimized ManagedInstanceAws#ebs_optimized}. --- @@ -2575,7 +2575,7 @@ public readonly elasticIp: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#elastic_ip ManagedInstanceAws#elastic_ip}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#elastic_ip ManagedInstanceAws#elastic_ip}. --- @@ -2587,7 +2587,7 @@ public readonly enableMonitoring: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#enable_monitoring ManagedInstanceAws#enable_monitoring}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#enable_monitoring ManagedInstanceAws#enable_monitoring}. --- @@ -2599,7 +2599,7 @@ public readonly fallbackToOndemand: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#fallback_to_ondemand ManagedInstanceAws#fallback_to_ondemand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#fallback_to_ondemand ManagedInstanceAws#fallback_to_ondemand}. --- @@ -2611,7 +2611,7 @@ public readonly gracePeriod: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#grace_period ManagedInstanceAws#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#grace_period ManagedInstanceAws#grace_period}. --- @@ -2623,7 +2623,7 @@ public readonly healthCheckType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#health_check_type ManagedInstanceAws#health_check_type}. --- @@ -2635,7 +2635,7 @@ public readonly iamInstanceProfile: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#iam_instance_profile ManagedInstanceAws#iam_instance_profile}. --- @@ -2647,7 +2647,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#id ManagedInstanceAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. @@ -2664,7 +2664,7 @@ public readonly integrationRoute53: ManagedInstanceAwsIntegrationRoute53; integration_route53 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#integration_route53 ManagedInstanceAws#integration_route53} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#integration_route53 ManagedInstanceAws#integration_route53} --- @@ -2676,7 +2676,7 @@ public readonly keyPair: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#key_pair ManagedInstanceAws#key_pair}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#key_pair ManagedInstanceAws#key_pair}. --- @@ -2688,7 +2688,7 @@ public readonly lifeCycle: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#life_cycle ManagedInstanceAws#life_cycle}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#life_cycle ManagedInstanceAws#life_cycle}. --- @@ -2702,7 +2702,7 @@ public readonly loadBalancers: IResolvable | ManagedInstanceAwsLoadBalancers[]; load_balancers block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#load_balancers ManagedInstanceAws#load_balancers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#load_balancers ManagedInstanceAws#load_balancers} --- @@ -2716,7 +2716,7 @@ public readonly managedInstanceAction: ManagedInstanceAwsManagedInstanceAction; managed_instance_action block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#managed_instance_action ManagedInstanceAws#managed_instance_action} --- @@ -2728,7 +2728,7 @@ public readonly minimumInstanceLifetime: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#minimum_instance_lifetime ManagedInstanceAws#minimum_instance_lifetime}. --- @@ -2742,7 +2742,7 @@ public readonly networkInterface: IResolvable | ManagedInstanceAwsNetworkInterfa network_interface block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#network_interface ManagedInstanceAws#network_interface} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#network_interface ManagedInstanceAws#network_interface} --- @@ -2754,7 +2754,7 @@ public readonly optimizationWindows: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#optimization_windows ManagedInstanceAws#optimization_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#optimization_windows ManagedInstanceAws#optimization_windows}. --- @@ -2766,7 +2766,7 @@ public readonly orientation: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#orientation ManagedInstanceAws#orientation}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#orientation ManagedInstanceAws#orientation}. --- @@ -2778,7 +2778,7 @@ public readonly persistPrivateIp: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#persist_private_ip ManagedInstanceAws#persist_private_ip}. --- @@ -2790,7 +2790,7 @@ public readonly persistRootDevice: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#persist_root_device ManagedInstanceAws#persist_root_device}. --- @@ -2802,7 +2802,7 @@ public readonly placementTenancy: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#placement_tenancy ManagedInstanceAws#placement_tenancy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#placement_tenancy ManagedInstanceAws#placement_tenancy}. --- @@ -2814,7 +2814,7 @@ public readonly preferredType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#preferred_type ManagedInstanceAws#preferred_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#preferred_type ManagedInstanceAws#preferred_type}. --- @@ -2826,7 +2826,7 @@ public readonly privateIp: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#private_ip ManagedInstanceAws#private_ip}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#private_ip ManagedInstanceAws#private_ip}. --- @@ -2838,7 +2838,7 @@ public readonly region: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#region ManagedInstanceAws#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#region ManagedInstanceAws#region}. --- @@ -2852,7 +2852,7 @@ public readonly resourceTagSpecification: IResolvable | ManagedInstanceAwsResour resource_tag_specification block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#resource_tag_specification ManagedInstanceAws#resource_tag_specification} --- @@ -2866,7 +2866,7 @@ public readonly revertToSpot: ManagedInstanceAwsRevertToSpot; revert_to_spot block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#revert_to_spot ManagedInstanceAws#revert_to_spot} --- @@ -2880,7 +2880,7 @@ public readonly scheduledTask: IResolvable | ManagedInstanceAwsScheduledTask[]; scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#scheduled_task ManagedInstanceAws#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#scheduled_task ManagedInstanceAws#scheduled_task} --- @@ -2892,7 +2892,7 @@ public readonly securityGroupIds: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#security_group_ids ManagedInstanceAws#security_group_ids}. --- @@ -2904,7 +2904,7 @@ public readonly shutdownScript: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#shutdown_script ManagedInstanceAws#shutdown_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#shutdown_script ManagedInstanceAws#shutdown_script}. --- @@ -2918,7 +2918,7 @@ public readonly tags: IResolvable | ManagedInstanceAwsTags[]; tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#tags ManagedInstanceAws#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#tags ManagedInstanceAws#tags} --- @@ -2930,7 +2930,7 @@ public readonly unhealthyDuration: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#unhealthy_duration ManagedInstanceAws#unhealthy_duration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#unhealthy_duration ManagedInstanceAws#unhealthy_duration}. --- @@ -2942,7 +2942,7 @@ public readonly userData: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#user_data ManagedInstanceAws#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#user_data ManagedInstanceAws#user_data}. --- @@ -2954,7 +2954,7 @@ public readonly utilizeReservedInstances: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#utilize_reserved_instances ManagedInstanceAws#utilize_reserved_instances}. --- @@ -2972,12 +2972,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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.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.170.0/docs/resources/managed_instance_aws#should_terminate_instance ManagedInstanceAws#should_terminate_instance}. | --- @@ -2989,7 +2989,7 @@ public readonly amiBackupShouldDeleteImages: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#ami_backup_should_delete_images ManagedInstanceAws#ami_backup_should_delete_images}. --- @@ -3001,7 +3001,7 @@ public readonly deallocationConfigShouldDeleteImages: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#deallocation_config_should_delete_images ManagedInstanceAws#deallocation_config_should_delete_images}. --- @@ -3013,7 +3013,7 @@ public readonly shouldDeleteNetworkInterfaces: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#should_delete_network_interfaces ManagedInstanceAws#should_delete_network_interfaces}. --- @@ -3025,7 +3025,7 @@ public readonly shouldDeleteSnapshots: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#should_delete_snapshots ManagedInstanceAws#should_delete_snapshots}. --- @@ -3037,7 +3037,7 @@ public readonly shouldDeleteVolumes: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#should_delete_volumes ManagedInstanceAws#should_delete_volumes}. --- @@ -3049,7 +3049,7 @@ public readonly shouldTerminateInstance: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#should_terminate_instance ManagedInstanceAws#should_terminate_instance}. --- @@ -3081,7 +3081,7 @@ public readonly domains: IResolvable | ManagedInstanceAwsIntegrationRoute53Domai domains block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#domains ManagedInstanceAws#domains} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#domains ManagedInstanceAws#domains} --- @@ -3099,10 +3099,10 @@ const managedInstanceAwsIntegrationRoute53Domains: managedInstanceAws.ManagedIns | **Name** | **Type** | **Description** | | --- | --- | --- | -| hostedZoneId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.169.1/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.169.1/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.170.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.170.0/docs/resources/managed_instance_aws#spotinst_acct_id ManagedInstanceAws#spotinst_acct_id}. | --- @@ -3114,7 +3114,7 @@ public readonly hostedZoneId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#hosted_zone_id ManagedInstanceAws#hosted_zone_id}. --- @@ -3128,7 +3128,7 @@ public readonly recordSets: IResolvable | ManagedInstanceAwsIntegrationRoute53Do record_sets block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#record_sets ManagedInstanceAws#record_sets} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#record_sets ManagedInstanceAws#record_sets} --- @@ -3140,7 +3140,7 @@ public readonly recordSetType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#record_set_type ManagedInstanceAws#record_set_type}. --- @@ -3152,7 +3152,7 @@ public readonly spotinstAcctId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#spotinst_acct_id ManagedInstanceAws#spotinst_acct_id}. --- @@ -3170,9 +3170,9 @@ const managedInstanceAwsIntegrationRoute53DomainsRecordSets: managedInstanceAws. | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/managed_instance_aws#use_public_ip ManagedInstanceAws#use_public_ip}. | --- @@ -3184,7 +3184,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. --- @@ -3196,7 +3196,7 @@ public readonly usePublicDns: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#use_public_dns ManagedInstanceAws#use_public_dns}. --- @@ -3208,7 +3208,7 @@ public readonly usePublicIp: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#use_public_ip ManagedInstanceAws#use_public_ip}. --- @@ -3226,13 +3226,9 @@ const managedInstanceAwsLoadBalancers: managedInstanceAws.ManagedInstanceAwsLoad | **Name** | **Type** | **Description** | | --- | --- | --- | -| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#type ManagedInstanceAws#type}. | -| arn | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.169.1/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. | -| targetSetId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#type ManagedInstanceAws#type}. | +| arn | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#arn ManagedInstanceAws#arn}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. | --- @@ -3244,7 +3240,7 @@ public readonly type: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#type ManagedInstanceAws#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#type ManagedInstanceAws#type}. --- @@ -3256,43 +3252,7 @@ public readonly arn: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#arn ManagedInstanceAws#arn}. - ---- - -##### `autoWeight`Optional - -```typescript -public readonly autoWeight: boolean | IResolvable; -``` - -- *Type:* boolean | cdktf.IResolvable - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#auto_weight ManagedInstanceAws#auto_weight}. - ---- - -##### `azAwareness`Optional - -```typescript -public readonly azAwareness: boolean | IResolvable; -``` - -- *Type:* boolean | cdktf.IResolvable - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#az_awareness ManagedInstanceAws#az_awareness}. - ---- - -##### `balancerId`Optional - -```typescript -public readonly balancerId: string; -``` - -- *Type:* string - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#balancer_id ManagedInstanceAws#balancer_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#arn ManagedInstanceAws#arn}. --- @@ -3304,19 +3264,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. - ---- - -##### `targetSetId`Optional - -```typescript -public readonly targetSetId: string; -``` - -- *Type:* string - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#name ManagedInstanceAws#name}. --- @@ -3334,7 +3282,7 @@ const managedInstanceAwsManagedInstanceAction: managedInstanceAws.ManagedInstanc | **Name** | **Type** | **Description** | | --- | --- | --- | -| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#type ManagedInstanceAws#type}. | +| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#type ManagedInstanceAws#type}. | --- @@ -3346,7 +3294,7 @@ public readonly type: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#type ManagedInstanceAws#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#type ManagedInstanceAws#type}. --- @@ -3364,9 +3312,9 @@ const managedInstanceAwsNetworkInterface: managedInstanceAws.ManagedInstanceAwsN | **Name** | **Type** | **Description** | | --- | --- | --- | -| deviceIndex | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/managed_instance_aws#associate_public_ip_address ManagedInstanceAws#associate_public_ip_address}. | --- @@ -3378,7 +3326,7 @@ public readonly deviceIndex: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#device_index ManagedInstanceAws#device_index}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#device_index ManagedInstanceAws#device_index}. --- @@ -3390,7 +3338,7 @@ public readonly associateIpv6Address: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#associate_ipv6_address ManagedInstanceAws#associate_ipv6_address}. --- @@ -3402,7 +3350,7 @@ public readonly associatePublicIpAddress: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#associate_public_ip_address ManagedInstanceAws#associate_public_ip_address}. --- @@ -3420,10 +3368,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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.0/docs/resources/managed_instance_aws#should_tag_volumes ManagedInstanceAws#should_tag_volumes}. | --- @@ -3435,7 +3383,7 @@ public readonly shouldTagAmis: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#should_tag_amis ManagedInstanceAws#should_tag_amis}. --- @@ -3447,7 +3395,7 @@ public readonly shouldTagEnis: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#should_tag_enis ManagedInstanceAws#should_tag_enis}. --- @@ -3459,7 +3407,7 @@ public readonly shouldTagSnapshots: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#should_tag_snapshots ManagedInstanceAws#should_tag_snapshots}. --- @@ -3471,7 +3419,7 @@ public readonly shouldTagVolumes: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#should_tag_volumes ManagedInstanceAws#should_tag_volumes}. --- @@ -3489,7 +3437,7 @@ const managedInstanceAwsRevertToSpot: managedInstanceAws.ManagedInstanceAwsRever | **Name** | **Type** | **Description** | | --- | --- | --- | -| performAt | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/managed_instance_aws#perform_at ManagedInstanceAws#perform_at}. | --- @@ -3501,7 +3449,7 @@ public readonly performAt: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#perform_at ManagedInstanceAws#perform_at}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#perform_at ManagedInstanceAws#perform_at}. --- @@ -3519,11 +3467,11 @@ const managedInstanceAwsScheduledTask: managedInstanceAws.ManagedInstanceAwsSche | **Name** | **Type** | **Description** | | --- | --- | --- | -| taskType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.0/docs/resources/managed_instance_aws#start_time ManagedInstanceAws#start_time}. | --- @@ -3535,7 +3483,7 @@ public readonly taskType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#task_type ManagedInstanceAws#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#task_type ManagedInstanceAws#task_type}. --- @@ -3547,7 +3495,7 @@ public readonly cronExpression: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#cron_expression ManagedInstanceAws#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#cron_expression ManagedInstanceAws#cron_expression}. --- @@ -3559,7 +3507,7 @@ public readonly frequency: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#frequency ManagedInstanceAws#frequency}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#frequency ManagedInstanceAws#frequency}. --- @@ -3571,7 +3519,7 @@ public readonly isEnabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#is_enabled ManagedInstanceAws#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#is_enabled ManagedInstanceAws#is_enabled}. --- @@ -3583,7 +3531,7 @@ public readonly startTime: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#start_time ManagedInstanceAws#start_time}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#start_time ManagedInstanceAws#start_time}. --- @@ -3601,8 +3549,8 @@ const managedInstanceAwsTags: managedInstanceAws.ManagedInstanceAwsTags = { ... | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#key ManagedInstanceAws#key}. | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#value ManagedInstanceAws#value}. | +| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#key ManagedInstanceAws#key}. | +| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#value ManagedInstanceAws#value}. | --- @@ -3614,7 +3562,7 @@ public readonly key: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#key ManagedInstanceAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#key ManagedInstanceAws#key}. --- @@ -3626,7 +3574,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#value ManagedInstanceAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#value ManagedInstanceAws#value}. --- @@ -6767,11 +6715,7 @@ whether the list is wrapping a set (will add tolist() to be able to access an it | resolve | Produce the Token's value at resolution time. | | toString | Return a string representation of this resolvable object. | | resetArn | *No description.* | -| resetAutoWeight | *No description.* | -| resetAzAwareness | *No description.* | -| resetBalancerId | *No description.* | | resetName | *No description.* | -| resetTargetSetId | *No description.* | --- @@ -6931,36 +6875,12 @@ Returns a reversible string representation. public resetArn(): void ``` -##### `resetAutoWeight` - -```typescript -public resetAutoWeight(): void -``` - -##### `resetAzAwareness` - -```typescript -public resetAzAwareness(): void -``` - -##### `resetBalancerId` - -```typescript -public resetBalancerId(): void -``` - ##### `resetName` ```typescript public resetName(): void ``` -##### `resetTargetSetId` - -```typescript -public resetTargetSetId(): void -``` - #### Properties @@ -6969,18 +6889,10 @@ public resetTargetSetId(): void | creationStack | string[] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | | fqn | string | *No description.* | | arnInput | string | *No description.* | -| autoWeightInput | boolean \| cdktf.IResolvable | *No description.* | -| azAwarenessInput | boolean \| cdktf.IResolvable | *No description.* | -| balancerIdInput | string | *No description.* | | nameInput | string | *No description.* | -| targetSetIdInput | string | *No description.* | | typeInput | string | *No description.* | | arn | string | *No description.* | -| autoWeight | boolean \| cdktf.IResolvable | *No description.* | -| azAwareness | boolean \| cdktf.IResolvable | *No description.* | -| balancerId | string | *No description.* | | name | string | *No description.* | -| targetSetId | string | *No description.* | | type | string | *No description.* | | internalValue | cdktf.IResolvable \| ManagedInstanceAwsLoadBalancers | *No description.* | @@ -7020,36 +6932,6 @@ public readonly arnInput: string; --- -##### `autoWeightInput`Optional - -```typescript -public readonly autoWeightInput: boolean | IResolvable; -``` - -- *Type:* boolean | cdktf.IResolvable - ---- - -##### `azAwarenessInput`Optional - -```typescript -public readonly azAwarenessInput: boolean | IResolvable; -``` - -- *Type:* boolean | cdktf.IResolvable - ---- - -##### `balancerIdInput`Optional - -```typescript -public readonly balancerIdInput: string; -``` - -- *Type:* string - ---- - ##### `nameInput`Optional ```typescript @@ -7060,16 +6942,6 @@ public readonly nameInput: string; --- -##### `targetSetIdInput`Optional - -```typescript -public readonly targetSetIdInput: string; -``` - -- *Type:* string - ---- - ##### `typeInput`Optional ```typescript @@ -7090,36 +6962,6 @@ public readonly arn: string; --- -##### `autoWeight`Required - -```typescript -public readonly autoWeight: boolean | IResolvable; -``` - -- *Type:* boolean | cdktf.IResolvable - ---- - -##### `azAwareness`Required - -```typescript -public readonly azAwareness: boolean | IResolvable; -``` - -- *Type:* boolean | cdktf.IResolvable - ---- - -##### `balancerId`Required - -```typescript -public readonly balancerId: string; -``` - -- *Type:* string - ---- - ##### `name`Required ```typescript @@ -7130,16 +6972,6 @@ public readonly name: string; --- -##### `targetSetId`Required - -```typescript -public readonly targetSetId: string; -``` - -- *Type:* string - ---- - ##### `type`Required ```typescript diff --git a/docs/mrscalerAws.csharp.md b/docs/mrscalerAws.csharp.md index d31619341..6bbe815e4 100644 --- a/docs/mrscalerAws.csharp.md +++ b/docs/mrscalerAws.csharp.md @@ -4,7 +4,7 @@ ### MrscalerAws -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws spotinst_mrscaler_aws}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws spotinst_mrscaler_aws}. #### Initializers @@ -1088,7 +1088,7 @@ The construct id used in the generated config for the MrscalerAws to import. The id of the existing MrscalerAws that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#import import section} in the documentation of this resource for the id to use --- @@ -2654,9 +2654,9 @@ new MrscalerAwsApplications { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#name MrscalerAws#name}. | -| Args | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#args MrscalerAws#args}. | -| Version | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#version MrscalerAws#version}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#name MrscalerAws#name}. | +| Args | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#args MrscalerAws#args}. | +| Version | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#version MrscalerAws#version}. | --- @@ -2668,7 +2668,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#name MrscalerAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#name MrscalerAws#name}. --- @@ -2680,7 +2680,7 @@ public string[] Args { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#args MrscalerAws#args}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#args MrscalerAws#args}. --- @@ -2692,7 +2692,7 @@ public string Version { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#version MrscalerAws#version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#version MrscalerAws#version}. --- @@ -2713,8 +2713,8 @@ new MrscalerAwsBootstrapActionsFile { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Bucket | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. | -| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#key MrscalerAws#key}. | +| Bucket | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. | +| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. | --- @@ -2726,7 +2726,7 @@ public string Bucket { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. --- @@ -2738,7 +2738,7 @@ public string Key { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#key MrscalerAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. --- @@ -2832,67 +2832,67 @@ new MrscalerAwsConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#name MrscalerAws#name}. | -| Strategy | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#strategy MrscalerAws#strategy}. | -| AdditionalInfo | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#additional_info MrscalerAws#additional_info}. | -| AdditionalPrimarySecurityGroups | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.0/docs/resources/mrscaler_aws#name MrscalerAws#name}. | +| Strategy | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#strategy MrscalerAws#strategy}. | +| AdditionalInfo | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.169.1/docs/resources/mrscaler_aws#availability_zones MrscalerAws#availability_zones}. | +| AvailabilityZones | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/mrscaler_aws#cluster_id MrscalerAws#cluster_id}. | +| ClusterId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.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.169.1/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.169.1/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.169.1/docs/resources/mrscaler_aws#core_lifecycle MrscalerAws#core_lifecycle}. | -| CoreMaxSize | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.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.169.1/docs/resources/mrscaler_aws#core_unit MrscalerAws#core_unit}. | -| CustomAmiId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/mrscaler_aws#description MrscalerAws#description}. | -| EbsRootVolumeSize | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/docs/resources/mrscaler_aws#id MrscalerAws#id}. | +| CoreUnit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.0/docs/resources/mrscaler_aws#description MrscalerAws#description}. | +| EbsRootVolumeSize | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.169.1/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.169.1/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.169.1/docs/resources/mrscaler_aws#log_uri MrscalerAws#log_uri}. | -| ManagedPrimarySecurityGroup | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.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.169.1/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.169.1/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.169.1/docs/resources/mrscaler_aws#master_lifecycle MrscalerAws#master_lifecycle}. | -| MasterTarget | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#master_target MrscalerAws#master_target}. | +| MasterEbsOptimized | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.169.1/docs/resources/mrscaler_aws#region MrscalerAws#region}. | -| ReleaseLabel | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#release_label MrscalerAws#release_label}. | -| RepoUpgradeOnBoot | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/mrscaler_aws#retries MrscalerAws#retries}. | +| Region | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#region MrscalerAws#region}. | +| ReleaseLabel | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.169.1/docs/resources/mrscaler_aws#security_config MrscalerAws#security_config}. | -| ServiceAccessSecurityGroup | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/mrscaler_aws#service_role MrscalerAws#service_role}. | +| SecurityConfig | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.169.1/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.170.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.169.1/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.169.1/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.169.1/docs/resources/mrscaler_aws#task_lifecycle MrscalerAws#task_lifecycle}. | -| TaskMaxSize | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.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.169.1/docs/resources/mrscaler_aws#task_unit MrscalerAws#task_unit}. | +| TaskUnit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/mrscaler_aws#termination_protected MrscalerAws#termination_protected}. | -| VisibleToAllUsers | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.0/docs/resources/mrscaler_aws#visible_to_all_users MrscalerAws#visible_to_all_users}. | --- @@ -2974,7 +2974,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#name MrscalerAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#name MrscalerAws#name}. --- @@ -2986,7 +2986,7 @@ public string Strategy { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#strategy MrscalerAws#strategy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#strategy MrscalerAws#strategy}. --- @@ -2998,7 +2998,7 @@ public string AdditionalInfo { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#additional_info MrscalerAws#additional_info}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#additional_info MrscalerAws#additional_info}. --- @@ -3010,7 +3010,7 @@ public string[] AdditionalPrimarySecurityGroups { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/mrscaler_aws#additional_primary_security_groups MrscalerAws#additional_primary_security_groups}. --- @@ -3022,7 +3022,7 @@ public string[] AdditionalReplicaSecurityGroups { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/mrscaler_aws#additional_replica_security_groups MrscalerAws#additional_replica_security_groups}. --- @@ -3036,7 +3036,7 @@ public object Applications { get; set; } applications block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#applications MrscalerAws#applications} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#applications MrscalerAws#applications} --- @@ -3048,7 +3048,7 @@ public string[] AvailabilityZones { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#availability_zones MrscalerAws#availability_zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#availability_zones MrscalerAws#availability_zones}. --- @@ -3062,7 +3062,7 @@ public object BootstrapActionsFile { get; set; } bootstrap_actions_file block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#bootstrap_actions_file MrscalerAws#bootstrap_actions_file} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#bootstrap_actions_file MrscalerAws#bootstrap_actions_file} --- @@ -3074,7 +3074,7 @@ public string ClusterId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#cluster_id MrscalerAws#cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#cluster_id MrscalerAws#cluster_id}. --- @@ -3088,7 +3088,7 @@ public object ConfigurationsFile { get; set; } configurations_file block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#configurations_file MrscalerAws#configurations_file} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#configurations_file MrscalerAws#configurations_file} --- @@ -3100,7 +3100,7 @@ public double CoreDesiredCapacity { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#core_desired_capacity MrscalerAws#core_desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#core_desired_capacity MrscalerAws#core_desired_capacity}. --- @@ -3114,7 +3114,7 @@ public object CoreEbsBlockDevice { get; set; } core_ebs_block_device block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/mrscaler_aws#core_ebs_block_device MrscalerAws#core_ebs_block_device} --- @@ -3126,7 +3126,7 @@ public object CoreEbsOptimized { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#core_ebs_optimized MrscalerAws#core_ebs_optimized}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#core_ebs_optimized MrscalerAws#core_ebs_optimized}. --- @@ -3138,7 +3138,7 @@ public string[] CoreInstanceTypes { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#core_instance_types MrscalerAws#core_instance_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#core_instance_types MrscalerAws#core_instance_types}. --- @@ -3150,7 +3150,7 @@ public string CoreLifecycle { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#core_lifecycle MrscalerAws#core_lifecycle}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#core_lifecycle MrscalerAws#core_lifecycle}. --- @@ -3162,7 +3162,7 @@ public double CoreMaxSize { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#core_max_size MrscalerAws#core_max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#core_max_size MrscalerAws#core_max_size}. --- @@ -3174,7 +3174,7 @@ public double CoreMinSize { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#core_min_size MrscalerAws#core_min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#core_min_size MrscalerAws#core_min_size}. --- @@ -3188,7 +3188,7 @@ public object CoreScalingDownPolicy { get; set; } core_scaling_down_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/mrscaler_aws#core_scaling_down_policy MrscalerAws#core_scaling_down_policy} --- @@ -3202,7 +3202,7 @@ public object CoreScalingUpPolicy { get; set; } core_scaling_up_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/mrscaler_aws#core_scaling_up_policy MrscalerAws#core_scaling_up_policy} --- @@ -3214,7 +3214,7 @@ public string CoreUnit { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#core_unit MrscalerAws#core_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#core_unit MrscalerAws#core_unit}. --- @@ -3226,7 +3226,7 @@ public string CustomAmiId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#custom_ami_id MrscalerAws#custom_ami_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#custom_ami_id MrscalerAws#custom_ami_id}. --- @@ -3238,7 +3238,7 @@ public string Description { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#description MrscalerAws#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#description MrscalerAws#description}. --- @@ -3250,7 +3250,7 @@ public double EbsRootVolumeSize { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/mrscaler_aws#ebs_root_volume_size MrscalerAws#ebs_root_volume_size}. --- @@ -3262,7 +3262,7 @@ public string Ec2KeyName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#ec2_key_name MrscalerAws#ec2_key_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#ec2_key_name MrscalerAws#ec2_key_name}. --- @@ -3274,7 +3274,7 @@ public object ExposeClusterId { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#expose_cluster_id MrscalerAws#expose_cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#expose_cluster_id MrscalerAws#expose_cluster_id}. --- @@ -3286,7 +3286,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#id MrscalerAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#id MrscalerAws#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -3303,7 +3303,7 @@ public object InstanceWeights { get; set; } instance_weights block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#instance_weights MrscalerAws#instance_weights} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#instance_weights MrscalerAws#instance_weights} --- @@ -3315,7 +3315,7 @@ public string JobFlowRole { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#job_flow_role MrscalerAws#job_flow_role}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#job_flow_role MrscalerAws#job_flow_role}. --- @@ -3327,7 +3327,7 @@ public object KeepJobFlowAlive { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/mrscaler_aws#keep_job_flow_alive MrscalerAws#keep_job_flow_alive}. --- @@ -3339,7 +3339,7 @@ public string LogUri { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#log_uri MrscalerAws#log_uri}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#log_uri MrscalerAws#log_uri}. --- @@ -3351,7 +3351,7 @@ public string ManagedPrimarySecurityGroup { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/mrscaler_aws#managed_primary_security_group MrscalerAws#managed_primary_security_group}. --- @@ -3363,7 +3363,7 @@ public string ManagedReplicaSecurityGroup { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/mrscaler_aws#managed_replica_security_group MrscalerAws#managed_replica_security_group}. --- @@ -3377,7 +3377,7 @@ public object MasterEbsBlockDevice { get; set; } master_ebs_block_device block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/mrscaler_aws#master_ebs_block_device MrscalerAws#master_ebs_block_device} --- @@ -3389,7 +3389,7 @@ public object MasterEbsOptimized { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#master_ebs_optimized MrscalerAws#master_ebs_optimized}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#master_ebs_optimized MrscalerAws#master_ebs_optimized}. --- @@ -3401,7 +3401,7 @@ public string[] MasterInstanceTypes { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#master_instance_types MrscalerAws#master_instance_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#master_instance_types MrscalerAws#master_instance_types}. --- @@ -3413,7 +3413,7 @@ public string MasterLifecycle { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#master_lifecycle MrscalerAws#master_lifecycle}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#master_lifecycle MrscalerAws#master_lifecycle}. --- @@ -3425,7 +3425,7 @@ public double MasterTarget { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#master_target MrscalerAws#master_target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#master_target MrscalerAws#master_target}. --- @@ -3439,7 +3439,7 @@ public MrscalerAwsProvisioningTimeout ProvisioningTimeout { get; set; } provisioning_timeout block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#provisioning_timeout MrscalerAws#provisioning_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#provisioning_timeout MrscalerAws#provisioning_timeout} --- @@ -3451,7 +3451,7 @@ public string Region { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#region MrscalerAws#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#region MrscalerAws#region}. --- @@ -3463,7 +3463,7 @@ public string ReleaseLabel { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#release_label MrscalerAws#release_label}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#release_label MrscalerAws#release_label}. --- @@ -3475,7 +3475,7 @@ public string RepoUpgradeOnBoot { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/mrscaler_aws#repo_upgrade_on_boot MrscalerAws#repo_upgrade_on_boot}. --- @@ -3487,7 +3487,7 @@ public double Retries { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#retries MrscalerAws#retries}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#retries MrscalerAws#retries}. --- @@ -3501,7 +3501,7 @@ public object ScheduledTask { get; set; } scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#scheduled_task MrscalerAws#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#scheduled_task MrscalerAws#scheduled_task} --- @@ -3513,7 +3513,7 @@ public string SecurityConfig { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#security_config MrscalerAws#security_config}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#security_config MrscalerAws#security_config}. --- @@ -3525,7 +3525,7 @@ public string ServiceAccessSecurityGroup { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/mrscaler_aws#service_access_security_group MrscalerAws#service_access_security_group}. --- @@ -3537,7 +3537,7 @@ public string ServiceRole { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#service_role MrscalerAws#service_role}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#service_role MrscalerAws#service_role}. --- @@ -3551,7 +3551,7 @@ public object StepsFile { get; set; } steps_file block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#steps_file MrscalerAws#steps_file} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#steps_file MrscalerAws#steps_file} --- @@ -3565,7 +3565,7 @@ public object Tags { get; set; } tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#tags MrscalerAws#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#tags MrscalerAws#tags} --- @@ -3577,7 +3577,7 @@ public double TaskDesiredCapacity { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#task_desired_capacity MrscalerAws#task_desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#task_desired_capacity MrscalerAws#task_desired_capacity}. --- @@ -3591,7 +3591,7 @@ public object TaskEbsBlockDevice { get; set; } task_ebs_block_device block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/mrscaler_aws#task_ebs_block_device MrscalerAws#task_ebs_block_device} --- @@ -3603,7 +3603,7 @@ public object TaskEbsOptimized { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#task_ebs_optimized MrscalerAws#task_ebs_optimized}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#task_ebs_optimized MrscalerAws#task_ebs_optimized}. --- @@ -3615,7 +3615,7 @@ public string[] TaskInstanceTypes { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#task_instance_types MrscalerAws#task_instance_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#task_instance_types MrscalerAws#task_instance_types}. --- @@ -3627,7 +3627,7 @@ public string TaskLifecycle { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#task_lifecycle MrscalerAws#task_lifecycle}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#task_lifecycle MrscalerAws#task_lifecycle}. --- @@ -3639,7 +3639,7 @@ public double TaskMaxSize { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#task_max_size MrscalerAws#task_max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#task_max_size MrscalerAws#task_max_size}. --- @@ -3651,7 +3651,7 @@ public double TaskMinSize { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#task_min_size MrscalerAws#task_min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#task_min_size MrscalerAws#task_min_size}. --- @@ -3665,7 +3665,7 @@ public object TaskScalingDownPolicy { get; set; } task_scaling_down_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/mrscaler_aws#task_scaling_down_policy MrscalerAws#task_scaling_down_policy} --- @@ -3679,7 +3679,7 @@ public object TaskScalingUpPolicy { get; set; } task_scaling_up_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/mrscaler_aws#task_scaling_up_policy MrscalerAws#task_scaling_up_policy} --- @@ -3691,7 +3691,7 @@ public string TaskUnit { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#task_unit MrscalerAws#task_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#task_unit MrscalerAws#task_unit}. --- @@ -3705,7 +3705,7 @@ public object TerminationPolicies { get; set; } termination_policies block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#termination_policies MrscalerAws#termination_policies} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#termination_policies MrscalerAws#termination_policies} --- @@ -3717,7 +3717,7 @@ public object TerminationProtected { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#termination_protected MrscalerAws#termination_protected}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#termination_protected MrscalerAws#termination_protected}. --- @@ -3729,7 +3729,7 @@ public object VisibleToAllUsers { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/mrscaler_aws#visible_to_all_users MrscalerAws#visible_to_all_users}. --- @@ -3750,8 +3750,8 @@ new MrscalerAwsConfigurationsFile { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Bucket | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. | -| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#key MrscalerAws#key}. | +| Bucket | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. | +| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. | --- @@ -3763,7 +3763,7 @@ public string Bucket { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. --- @@ -3775,7 +3775,7 @@ public string Key { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#key MrscalerAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. --- @@ -3798,10 +3798,10 @@ new MrscalerAwsCoreEbsBlockDevice { | **Name** | **Type** | **Description** | | --- | --- | --- | -| SizeInGb | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type}. | -| Iops | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. | -| VolumesPerInstance | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.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.170.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. | +| VolumesPerInstance | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance}. | --- @@ -3813,7 +3813,7 @@ public double SizeInGb { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#size_in_gb MrscalerAws#size_in_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#size_in_gb MrscalerAws#size_in_gb}. --- @@ -3825,7 +3825,7 @@ public string VolumeType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type}. --- @@ -3837,7 +3837,7 @@ public double Iops { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. --- @@ -3849,7 +3849,7 @@ public double VolumesPerInstance { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance}. --- @@ -3886,24 +3886,24 @@ new MrscalerAwsCoreScalingDownPolicy { | **Name** | **Type** | **Description** | | --- | --- | --- | -| MetricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. | -| Namespace | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. | -| PolicyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. | -| Threshold | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. | -| Unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. | -| ActionType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. | -| Adjustment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. | -| Cooldown | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. | -| EvaluationPeriods | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. | -| Maximum | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. | -| MaxTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. | -| MinTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. | -| Period | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#period MrscalerAws#period}. | -| Statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. | -| Target | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#target MrscalerAws#target}. | +| MetricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. | +| PolicyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. | +| Unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. | +| ActionType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. | +| Cooldown | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. | +| EvaluationPeriods | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. | +| MaxTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. | +| MinTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. | +| Period | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. | +| Statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. | +| Target | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. | --- @@ -3915,7 +3915,7 @@ public string MetricName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. --- @@ -3927,7 +3927,7 @@ public string Namespace { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. --- @@ -3939,7 +3939,7 @@ public string PolicyName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. --- @@ -3951,7 +3951,7 @@ public double Threshold { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. --- @@ -3963,7 +3963,7 @@ public string Unit { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. --- @@ -3975,7 +3975,7 @@ public string ActionType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. --- @@ -3987,7 +3987,7 @@ public string Adjustment { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. --- @@ -3999,7 +3999,7 @@ public double Cooldown { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. --- @@ -4011,7 +4011,7 @@ public System.Collections.Generic.IDictionary Dimensions { get; - *Type:* System.Collections.Generic.IDictionary -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. --- @@ -4023,7 +4023,7 @@ public double EvaluationPeriods { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. --- @@ -4035,7 +4035,7 @@ public string Maximum { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. --- @@ -4047,7 +4047,7 @@ public string MaxTargetCapacity { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. --- @@ -4059,7 +4059,7 @@ public string Minimum { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. --- @@ -4071,7 +4071,7 @@ public string MinTargetCapacity { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. --- @@ -4083,7 +4083,7 @@ public string Operator { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. --- @@ -4095,7 +4095,7 @@ public double Period { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#period MrscalerAws#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. --- @@ -4107,7 +4107,7 @@ public string Statistic { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. --- @@ -4119,7 +4119,7 @@ public string Target { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#target MrscalerAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. --- @@ -4156,24 +4156,24 @@ new MrscalerAwsCoreScalingUpPolicy { | **Name** | **Type** | **Description** | | --- | --- | --- | -| MetricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. | -| Namespace | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. | -| PolicyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. | -| Threshold | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. | -| Unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. | -| ActionType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. | -| Adjustment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. | -| Cooldown | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. | -| EvaluationPeriods | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. | -| Maximum | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. | -| MaxTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. | -| MinTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. | -| Period | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#period MrscalerAws#period}. | -| Statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. | -| Target | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#target MrscalerAws#target}. | +| MetricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. | +| PolicyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. | +| Unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. | +| ActionType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. | +| Cooldown | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. | +| EvaluationPeriods | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. | +| MaxTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. | +| MinTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. | +| Period | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. | +| Statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. | +| Target | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. | --- @@ -4185,7 +4185,7 @@ public string MetricName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. --- @@ -4197,7 +4197,7 @@ public string Namespace { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. --- @@ -4209,7 +4209,7 @@ public string PolicyName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. --- @@ -4221,7 +4221,7 @@ public double Threshold { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. --- @@ -4233,7 +4233,7 @@ public string Unit { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. --- @@ -4245,7 +4245,7 @@ public string ActionType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. --- @@ -4257,7 +4257,7 @@ public string Adjustment { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. --- @@ -4269,7 +4269,7 @@ public double Cooldown { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. --- @@ -4281,7 +4281,7 @@ public System.Collections.Generic.IDictionary Dimensions { get; - *Type:* System.Collections.Generic.IDictionary -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. --- @@ -4293,7 +4293,7 @@ public double EvaluationPeriods { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. --- @@ -4305,7 +4305,7 @@ public string Maximum { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. --- @@ -4317,7 +4317,7 @@ public string MaxTargetCapacity { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. --- @@ -4329,7 +4329,7 @@ public string Minimum { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. --- @@ -4341,7 +4341,7 @@ public string MinTargetCapacity { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. --- @@ -4353,7 +4353,7 @@ public string Operator { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. --- @@ -4365,7 +4365,7 @@ public double Period { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#period MrscalerAws#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. --- @@ -4377,7 +4377,7 @@ public string Statistic { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. --- @@ -4389,7 +4389,7 @@ public string Target { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#target MrscalerAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. --- @@ -4410,8 +4410,8 @@ new MrscalerAwsInstanceWeights { | **Name** | **Type** | **Description** | | --- | --- | --- | -| InstanceType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#instance_type MrscalerAws#instance_type}. | -| WeightedCapacity | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#weighted_capacity MrscalerAws#weighted_capacity}. | +| InstanceType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/mrscaler_aws#weighted_capacity MrscalerAws#weighted_capacity}. | --- @@ -4423,7 +4423,7 @@ public string InstanceType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#instance_type MrscalerAws#instance_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#instance_type MrscalerAws#instance_type}. --- @@ -4435,7 +4435,7 @@ public double WeightedCapacity { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#weighted_capacity MrscalerAws#weighted_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#weighted_capacity MrscalerAws#weighted_capacity}. --- @@ -4458,10 +4458,10 @@ new MrscalerAwsMasterEbsBlockDevice { | **Name** | **Type** | **Description** | | --- | --- | --- | -| SizeInGb | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type}. | -| Iops | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. | -| VolumesPerInstance | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.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.170.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. | +| VolumesPerInstance | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance}. | --- @@ -4473,7 +4473,7 @@ public double SizeInGb { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#size_in_gb MrscalerAws#size_in_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#size_in_gb MrscalerAws#size_in_gb}. --- @@ -4485,7 +4485,7 @@ public string VolumeType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type}. --- @@ -4497,7 +4497,7 @@ public double Iops { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. --- @@ -4509,7 +4509,7 @@ public double VolumesPerInstance { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance}. --- @@ -4530,8 +4530,8 @@ new MrscalerAwsProvisioningTimeout { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Timeout | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#timeout MrscalerAws#timeout}. | -| TimeoutAction | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#timeout_action MrscalerAws#timeout_action}. | +| Timeout | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#timeout MrscalerAws#timeout}. | +| TimeoutAction | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#timeout_action MrscalerAws#timeout_action}. | --- @@ -4543,7 +4543,7 @@ public double Timeout { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#timeout MrscalerAws#timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#timeout MrscalerAws#timeout}. --- @@ -4555,7 +4555,7 @@ public string TimeoutAction { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#timeout_action MrscalerAws#timeout_action}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#timeout_action MrscalerAws#timeout_action}. --- @@ -4581,13 +4581,13 @@ new MrscalerAwsScheduledTask { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Cron | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#cron MrscalerAws#cron}. | -| InstanceGroupType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/mrscaler_aws#task_type MrscalerAws#task_type}. | -| DesiredCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#desired_capacity MrscalerAws#desired_capacity}. | -| IsEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#is_enabled MrscalerAws#is_enabled}. | -| MaxCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#max_capacity MrscalerAws#max_capacity}. | -| MinCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#min_capacity MrscalerAws#min_capacity}. | +| Cron | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#cron MrscalerAws#cron}. | +| InstanceGroupType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.170.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.170.0/docs/resources/mrscaler_aws#min_capacity MrscalerAws#min_capacity}. | --- @@ -4599,7 +4599,7 @@ public string Cron { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#cron MrscalerAws#cron}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#cron MrscalerAws#cron}. --- @@ -4611,7 +4611,7 @@ public string InstanceGroupType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#instance_group_type MrscalerAws#instance_group_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#instance_group_type MrscalerAws#instance_group_type}. --- @@ -4623,7 +4623,7 @@ public string TaskType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#task_type MrscalerAws#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#task_type MrscalerAws#task_type}. --- @@ -4635,7 +4635,7 @@ public string DesiredCapacity { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#desired_capacity MrscalerAws#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#desired_capacity MrscalerAws#desired_capacity}. --- @@ -4647,7 +4647,7 @@ public object IsEnabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#is_enabled MrscalerAws#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#is_enabled MrscalerAws#is_enabled}. --- @@ -4659,7 +4659,7 @@ public string MaxCapacity { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#max_capacity MrscalerAws#max_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#max_capacity MrscalerAws#max_capacity}. --- @@ -4671,7 +4671,7 @@ public string MinCapacity { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#min_capacity MrscalerAws#min_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#min_capacity MrscalerAws#min_capacity}. --- @@ -4692,8 +4692,8 @@ new MrscalerAwsStepsFile { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Bucket | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. | -| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#key MrscalerAws#key}. | +| Bucket | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. | +| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. | --- @@ -4705,7 +4705,7 @@ public string Bucket { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. --- @@ -4717,7 +4717,7 @@ public string Key { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#key MrscalerAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. --- @@ -4738,8 +4738,8 @@ new MrscalerAwsTags { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#key MrscalerAws#key}. | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#value MrscalerAws#value}. | +| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. | +| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#value MrscalerAws#value}. | --- @@ -4751,7 +4751,7 @@ public string Key { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#key MrscalerAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. --- @@ -4763,7 +4763,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#value MrscalerAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#value MrscalerAws#value}. --- @@ -4786,10 +4786,10 @@ new MrscalerAwsTaskEbsBlockDevice { | **Name** | **Type** | **Description** | | --- | --- | --- | -| SizeInGb | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type}. | -| Iops | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. | -| VolumesPerInstance | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.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.170.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. | +| VolumesPerInstance | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance}. | --- @@ -4801,7 +4801,7 @@ public double SizeInGb { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#size_in_gb MrscalerAws#size_in_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#size_in_gb MrscalerAws#size_in_gb}. --- @@ -4813,7 +4813,7 @@ public string VolumeType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type}. --- @@ -4825,7 +4825,7 @@ public double Iops { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. --- @@ -4837,7 +4837,7 @@ public double VolumesPerInstance { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance}. --- @@ -4874,24 +4874,24 @@ new MrscalerAwsTaskScalingDownPolicy { | **Name** | **Type** | **Description** | | --- | --- | --- | -| MetricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. | -| Namespace | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. | -| PolicyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. | -| Threshold | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. | -| Unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. | -| ActionType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. | -| Adjustment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. | -| Cooldown | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. | -| EvaluationPeriods | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. | -| Maximum | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. | -| MaxTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. | -| MinTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. | -| Period | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#period MrscalerAws#period}. | -| Statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. | -| Target | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#target MrscalerAws#target}. | +| MetricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. | +| PolicyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. | +| Unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. | +| ActionType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. | +| Cooldown | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. | +| EvaluationPeriods | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. | +| MaxTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. | +| MinTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. | +| Period | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. | +| Statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. | +| Target | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. | --- @@ -4903,7 +4903,7 @@ public string MetricName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. --- @@ -4915,7 +4915,7 @@ public string Namespace { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. --- @@ -4927,7 +4927,7 @@ public string PolicyName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. --- @@ -4939,7 +4939,7 @@ public double Threshold { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. --- @@ -4951,7 +4951,7 @@ public string Unit { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. --- @@ -4963,7 +4963,7 @@ public string ActionType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. --- @@ -4975,7 +4975,7 @@ public string Adjustment { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. --- @@ -4987,7 +4987,7 @@ public double Cooldown { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. --- @@ -4999,7 +4999,7 @@ public System.Collections.Generic.IDictionary Dimensions { get; - *Type:* System.Collections.Generic.IDictionary -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. --- @@ -5011,7 +5011,7 @@ public double EvaluationPeriods { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. --- @@ -5023,7 +5023,7 @@ public string Maximum { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. --- @@ -5035,7 +5035,7 @@ public string MaxTargetCapacity { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. --- @@ -5047,7 +5047,7 @@ public string Minimum { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. --- @@ -5059,7 +5059,7 @@ public string MinTargetCapacity { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. --- @@ -5071,7 +5071,7 @@ public string Operator { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. --- @@ -5083,7 +5083,7 @@ public double Period { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#period MrscalerAws#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. --- @@ -5095,7 +5095,7 @@ public string Statistic { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. --- @@ -5107,7 +5107,7 @@ public string Target { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#target MrscalerAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. --- @@ -5144,24 +5144,24 @@ new MrscalerAwsTaskScalingUpPolicy { | **Name** | **Type** | **Description** | | --- | --- | --- | -| MetricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. | -| Namespace | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. | -| PolicyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. | -| Threshold | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. | -| Unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. | -| ActionType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. | -| Adjustment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. | -| Cooldown | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. | -| EvaluationPeriods | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. | -| Maximum | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. | -| MaxTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. | -| MinTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. | -| Period | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#period MrscalerAws#period}. | -| Statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. | -| Target | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#target MrscalerAws#target}. | +| MetricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. | +| PolicyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. | +| Unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. | +| ActionType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. | +| Cooldown | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. | +| EvaluationPeriods | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. | +| MaxTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. | +| MinTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. | +| Period | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. | +| Statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. | +| Target | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. | --- @@ -5173,7 +5173,7 @@ public string MetricName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. --- @@ -5185,7 +5185,7 @@ public string Namespace { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. --- @@ -5197,7 +5197,7 @@ public string PolicyName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. --- @@ -5209,7 +5209,7 @@ public double Threshold { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. --- @@ -5221,7 +5221,7 @@ public string Unit { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. --- @@ -5233,7 +5233,7 @@ public string ActionType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. --- @@ -5245,7 +5245,7 @@ public string Adjustment { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. --- @@ -5257,7 +5257,7 @@ public double Cooldown { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. --- @@ -5269,7 +5269,7 @@ public System.Collections.Generic.IDictionary Dimensions { get; - *Type:* System.Collections.Generic.IDictionary -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. --- @@ -5281,7 +5281,7 @@ public double EvaluationPeriods { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. --- @@ -5293,7 +5293,7 @@ public string Maximum { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. --- @@ -5305,7 +5305,7 @@ public string MaxTargetCapacity { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. --- @@ -5317,7 +5317,7 @@ public string Minimum { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. --- @@ -5329,7 +5329,7 @@ public string MinTargetCapacity { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. --- @@ -5341,7 +5341,7 @@ public string Operator { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. --- @@ -5353,7 +5353,7 @@ public double Period { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#period MrscalerAws#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. --- @@ -5365,7 +5365,7 @@ public string Statistic { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. --- @@ -5377,7 +5377,7 @@ public string Target { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#target MrscalerAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. --- @@ -5411,7 +5411,7 @@ public object Statements { get; set; } statements block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#statements MrscalerAws#statements} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#statements MrscalerAws#statements} --- @@ -5438,14 +5438,14 @@ new MrscalerAwsTerminationPoliciesStatements { | **Name** | **Type** | **Description** | | --- | --- | --- | -| MetricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. | -| Namespace | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. | -| Threshold | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. | -| EvaluationPeriods | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. | -| Operator | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. | -| Period | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#period MrscalerAws#period}. | -| Statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. | -| Unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. | +| MetricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. | +| Threshold | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. | +| EvaluationPeriods | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. | +| Period | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. | +| Statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. | +| Unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. | --- @@ -5457,7 +5457,7 @@ public string MetricName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. --- @@ -5469,7 +5469,7 @@ public string Namespace { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. --- @@ -5481,7 +5481,7 @@ public double Threshold { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. --- @@ -5493,7 +5493,7 @@ public double EvaluationPeriods { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. --- @@ -5505,7 +5505,7 @@ public string Operator { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. --- @@ -5517,7 +5517,7 @@ public double Period { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#period MrscalerAws#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. --- @@ -5529,7 +5529,7 @@ public string Statistic { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. --- @@ -5541,7 +5541,7 @@ public string Unit { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. --- diff --git a/docs/mrscalerAws.go.md b/docs/mrscalerAws.go.md index 15629e0ac..16f709582 100644 --- a/docs/mrscalerAws.go.md +++ b/docs/mrscalerAws.go.md @@ -4,7 +4,7 @@ ### MrscalerAws -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws spotinst_mrscaler_aws}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws spotinst_mrscaler_aws}. #### Initializers @@ -1088,7 +1088,7 @@ The construct id used in the generated config for the MrscalerAws to import. The id of the existing MrscalerAws that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#import import section} in the documentation of this resource for the id to use --- @@ -2654,9 +2654,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#name MrscalerAws#name}. | -| Args | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#args MrscalerAws#args}. | -| Version | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#version MrscalerAws#version}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#name MrscalerAws#name}. | +| Args | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#args MrscalerAws#args}. | +| Version | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#version MrscalerAws#version}. | --- @@ -2668,7 +2668,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#name MrscalerAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#name MrscalerAws#name}. --- @@ -2680,7 +2680,7 @@ Args *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#args MrscalerAws#args}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#args MrscalerAws#args}. --- @@ -2692,7 +2692,7 @@ Version *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#version MrscalerAws#version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#version MrscalerAws#version}. --- @@ -2713,8 +2713,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Bucket | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. | -| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#key MrscalerAws#key}. | +| Bucket | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. | +| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. | --- @@ -2726,7 +2726,7 @@ Bucket *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. --- @@ -2738,7 +2738,7 @@ Key *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#key MrscalerAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. --- @@ -2832,67 +2832,67 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws" | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#name MrscalerAws#name}. | -| Strategy | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#strategy MrscalerAws#strategy}. | -| AdditionalInfo | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#additional_info MrscalerAws#additional_info}. | -| AdditionalPrimarySecurityGroups | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.0/docs/resources/mrscaler_aws#name MrscalerAws#name}. | +| Strategy | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#strategy MrscalerAws#strategy}. | +| AdditionalInfo | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.169.1/docs/resources/mrscaler_aws#availability_zones MrscalerAws#availability_zones}. | +| AvailabilityZones | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/mrscaler_aws#cluster_id MrscalerAws#cluster_id}. | +| ClusterId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.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.169.1/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.169.1/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.169.1/docs/resources/mrscaler_aws#core_lifecycle MrscalerAws#core_lifecycle}. | -| CoreMaxSize | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.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.169.1/docs/resources/mrscaler_aws#core_unit MrscalerAws#core_unit}. | -| CustomAmiId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/mrscaler_aws#description MrscalerAws#description}. | -| EbsRootVolumeSize | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/docs/resources/mrscaler_aws#id MrscalerAws#id}. | +| CoreUnit | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.0/docs/resources/mrscaler_aws#description MrscalerAws#description}. | +| EbsRootVolumeSize | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.169.1/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.169.1/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.169.1/docs/resources/mrscaler_aws#log_uri MrscalerAws#log_uri}. | -| ManagedPrimarySecurityGroup | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.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.169.1/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.169.1/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.169.1/docs/resources/mrscaler_aws#master_lifecycle MrscalerAws#master_lifecycle}. | -| MasterTarget | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#master_target MrscalerAws#master_target}. | +| MasterEbsOptimized | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.169.1/docs/resources/mrscaler_aws#region MrscalerAws#region}. | -| ReleaseLabel | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#release_label MrscalerAws#release_label}. | -| RepoUpgradeOnBoot | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/mrscaler_aws#retries MrscalerAws#retries}. | +| Region | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#region MrscalerAws#region}. | +| ReleaseLabel | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.169.1/docs/resources/mrscaler_aws#security_config MrscalerAws#security_config}. | -| ServiceAccessSecurityGroup | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/mrscaler_aws#service_role MrscalerAws#service_role}. | +| SecurityConfig | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.169.1/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.170.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.169.1/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.169.1/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.169.1/docs/resources/mrscaler_aws#task_lifecycle MrscalerAws#task_lifecycle}. | -| TaskMaxSize | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.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.169.1/docs/resources/mrscaler_aws#task_unit MrscalerAws#task_unit}. | +| TaskUnit | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/mrscaler_aws#termination_protected MrscalerAws#termination_protected}. | -| VisibleToAllUsers | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.0/docs/resources/mrscaler_aws#visible_to_all_users MrscalerAws#visible_to_all_users}. | --- @@ -2974,7 +2974,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#name MrscalerAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#name MrscalerAws#name}. --- @@ -2986,7 +2986,7 @@ Strategy *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#strategy MrscalerAws#strategy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#strategy MrscalerAws#strategy}. --- @@ -2998,7 +2998,7 @@ AdditionalInfo *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#additional_info MrscalerAws#additional_info}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#additional_info MrscalerAws#additional_info}. --- @@ -3010,7 +3010,7 @@ AdditionalPrimarySecurityGroups *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/mrscaler_aws#additional_primary_security_groups MrscalerAws#additional_primary_security_groups}. --- @@ -3022,7 +3022,7 @@ AdditionalReplicaSecurityGroups *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/mrscaler_aws#additional_replica_security_groups MrscalerAws#additional_replica_security_groups}. --- @@ -3036,7 +3036,7 @@ Applications interface{} applications block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#applications MrscalerAws#applications} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#applications MrscalerAws#applications} --- @@ -3048,7 +3048,7 @@ AvailabilityZones *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#availability_zones MrscalerAws#availability_zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#availability_zones MrscalerAws#availability_zones}. --- @@ -3062,7 +3062,7 @@ BootstrapActionsFile interface{} bootstrap_actions_file block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#bootstrap_actions_file MrscalerAws#bootstrap_actions_file} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#bootstrap_actions_file MrscalerAws#bootstrap_actions_file} --- @@ -3074,7 +3074,7 @@ ClusterId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#cluster_id MrscalerAws#cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#cluster_id MrscalerAws#cluster_id}. --- @@ -3088,7 +3088,7 @@ ConfigurationsFile interface{} configurations_file block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#configurations_file MrscalerAws#configurations_file} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#configurations_file MrscalerAws#configurations_file} --- @@ -3100,7 +3100,7 @@ CoreDesiredCapacity *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#core_desired_capacity MrscalerAws#core_desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#core_desired_capacity MrscalerAws#core_desired_capacity}. --- @@ -3114,7 +3114,7 @@ CoreEbsBlockDevice interface{} core_ebs_block_device block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/mrscaler_aws#core_ebs_block_device MrscalerAws#core_ebs_block_device} --- @@ -3126,7 +3126,7 @@ CoreEbsOptimized interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#core_ebs_optimized MrscalerAws#core_ebs_optimized}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#core_ebs_optimized MrscalerAws#core_ebs_optimized}. --- @@ -3138,7 +3138,7 @@ CoreInstanceTypes *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#core_instance_types MrscalerAws#core_instance_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#core_instance_types MrscalerAws#core_instance_types}. --- @@ -3150,7 +3150,7 @@ CoreLifecycle *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#core_lifecycle MrscalerAws#core_lifecycle}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#core_lifecycle MrscalerAws#core_lifecycle}. --- @@ -3162,7 +3162,7 @@ CoreMaxSize *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#core_max_size MrscalerAws#core_max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#core_max_size MrscalerAws#core_max_size}. --- @@ -3174,7 +3174,7 @@ CoreMinSize *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#core_min_size MrscalerAws#core_min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#core_min_size MrscalerAws#core_min_size}. --- @@ -3188,7 +3188,7 @@ CoreScalingDownPolicy interface{} core_scaling_down_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/mrscaler_aws#core_scaling_down_policy MrscalerAws#core_scaling_down_policy} --- @@ -3202,7 +3202,7 @@ CoreScalingUpPolicy interface{} core_scaling_up_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/mrscaler_aws#core_scaling_up_policy MrscalerAws#core_scaling_up_policy} --- @@ -3214,7 +3214,7 @@ CoreUnit *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#core_unit MrscalerAws#core_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#core_unit MrscalerAws#core_unit}. --- @@ -3226,7 +3226,7 @@ CustomAmiId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#custom_ami_id MrscalerAws#custom_ami_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#custom_ami_id MrscalerAws#custom_ami_id}. --- @@ -3238,7 +3238,7 @@ Description *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#description MrscalerAws#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#description MrscalerAws#description}. --- @@ -3250,7 +3250,7 @@ EbsRootVolumeSize *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/mrscaler_aws#ebs_root_volume_size MrscalerAws#ebs_root_volume_size}. --- @@ -3262,7 +3262,7 @@ Ec2KeyName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#ec2_key_name MrscalerAws#ec2_key_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#ec2_key_name MrscalerAws#ec2_key_name}. --- @@ -3274,7 +3274,7 @@ ExposeClusterId interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#expose_cluster_id MrscalerAws#expose_cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#expose_cluster_id MrscalerAws#expose_cluster_id}. --- @@ -3286,7 +3286,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#id MrscalerAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#id MrscalerAws#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -3303,7 +3303,7 @@ InstanceWeights interface{} instance_weights block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#instance_weights MrscalerAws#instance_weights} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#instance_weights MrscalerAws#instance_weights} --- @@ -3315,7 +3315,7 @@ JobFlowRole *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#job_flow_role MrscalerAws#job_flow_role}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#job_flow_role MrscalerAws#job_flow_role}. --- @@ -3327,7 +3327,7 @@ KeepJobFlowAlive interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/mrscaler_aws#keep_job_flow_alive MrscalerAws#keep_job_flow_alive}. --- @@ -3339,7 +3339,7 @@ LogUri *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#log_uri MrscalerAws#log_uri}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#log_uri MrscalerAws#log_uri}. --- @@ -3351,7 +3351,7 @@ ManagedPrimarySecurityGroup *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/mrscaler_aws#managed_primary_security_group MrscalerAws#managed_primary_security_group}. --- @@ -3363,7 +3363,7 @@ ManagedReplicaSecurityGroup *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/mrscaler_aws#managed_replica_security_group MrscalerAws#managed_replica_security_group}. --- @@ -3377,7 +3377,7 @@ MasterEbsBlockDevice interface{} master_ebs_block_device block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/mrscaler_aws#master_ebs_block_device MrscalerAws#master_ebs_block_device} --- @@ -3389,7 +3389,7 @@ MasterEbsOptimized interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#master_ebs_optimized MrscalerAws#master_ebs_optimized}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#master_ebs_optimized MrscalerAws#master_ebs_optimized}. --- @@ -3401,7 +3401,7 @@ MasterInstanceTypes *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#master_instance_types MrscalerAws#master_instance_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#master_instance_types MrscalerAws#master_instance_types}. --- @@ -3413,7 +3413,7 @@ MasterLifecycle *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#master_lifecycle MrscalerAws#master_lifecycle}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#master_lifecycle MrscalerAws#master_lifecycle}. --- @@ -3425,7 +3425,7 @@ MasterTarget *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#master_target MrscalerAws#master_target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#master_target MrscalerAws#master_target}. --- @@ -3439,7 +3439,7 @@ ProvisioningTimeout MrscalerAwsProvisioningTimeout provisioning_timeout block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#provisioning_timeout MrscalerAws#provisioning_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#provisioning_timeout MrscalerAws#provisioning_timeout} --- @@ -3451,7 +3451,7 @@ Region *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#region MrscalerAws#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#region MrscalerAws#region}. --- @@ -3463,7 +3463,7 @@ ReleaseLabel *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#release_label MrscalerAws#release_label}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#release_label MrscalerAws#release_label}. --- @@ -3475,7 +3475,7 @@ RepoUpgradeOnBoot *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/mrscaler_aws#repo_upgrade_on_boot MrscalerAws#repo_upgrade_on_boot}. --- @@ -3487,7 +3487,7 @@ Retries *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#retries MrscalerAws#retries}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#retries MrscalerAws#retries}. --- @@ -3501,7 +3501,7 @@ ScheduledTask interface{} scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#scheduled_task MrscalerAws#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#scheduled_task MrscalerAws#scheduled_task} --- @@ -3513,7 +3513,7 @@ SecurityConfig *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#security_config MrscalerAws#security_config}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#security_config MrscalerAws#security_config}. --- @@ -3525,7 +3525,7 @@ ServiceAccessSecurityGroup *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/mrscaler_aws#service_access_security_group MrscalerAws#service_access_security_group}. --- @@ -3537,7 +3537,7 @@ ServiceRole *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#service_role MrscalerAws#service_role}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#service_role MrscalerAws#service_role}. --- @@ -3551,7 +3551,7 @@ StepsFile interface{} steps_file block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#steps_file MrscalerAws#steps_file} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#steps_file MrscalerAws#steps_file} --- @@ -3565,7 +3565,7 @@ Tags interface{} tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#tags MrscalerAws#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#tags MrscalerAws#tags} --- @@ -3577,7 +3577,7 @@ TaskDesiredCapacity *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#task_desired_capacity MrscalerAws#task_desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#task_desired_capacity MrscalerAws#task_desired_capacity}. --- @@ -3591,7 +3591,7 @@ TaskEbsBlockDevice interface{} task_ebs_block_device block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/mrscaler_aws#task_ebs_block_device MrscalerAws#task_ebs_block_device} --- @@ -3603,7 +3603,7 @@ TaskEbsOptimized interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#task_ebs_optimized MrscalerAws#task_ebs_optimized}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#task_ebs_optimized MrscalerAws#task_ebs_optimized}. --- @@ -3615,7 +3615,7 @@ TaskInstanceTypes *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#task_instance_types MrscalerAws#task_instance_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#task_instance_types MrscalerAws#task_instance_types}. --- @@ -3627,7 +3627,7 @@ TaskLifecycle *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#task_lifecycle MrscalerAws#task_lifecycle}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#task_lifecycle MrscalerAws#task_lifecycle}. --- @@ -3639,7 +3639,7 @@ TaskMaxSize *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#task_max_size MrscalerAws#task_max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#task_max_size MrscalerAws#task_max_size}. --- @@ -3651,7 +3651,7 @@ TaskMinSize *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#task_min_size MrscalerAws#task_min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#task_min_size MrscalerAws#task_min_size}. --- @@ -3665,7 +3665,7 @@ TaskScalingDownPolicy interface{} task_scaling_down_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/mrscaler_aws#task_scaling_down_policy MrscalerAws#task_scaling_down_policy} --- @@ -3679,7 +3679,7 @@ TaskScalingUpPolicy interface{} task_scaling_up_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/mrscaler_aws#task_scaling_up_policy MrscalerAws#task_scaling_up_policy} --- @@ -3691,7 +3691,7 @@ TaskUnit *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#task_unit MrscalerAws#task_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#task_unit MrscalerAws#task_unit}. --- @@ -3705,7 +3705,7 @@ TerminationPolicies interface{} termination_policies block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#termination_policies MrscalerAws#termination_policies} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#termination_policies MrscalerAws#termination_policies} --- @@ -3717,7 +3717,7 @@ TerminationProtected interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#termination_protected MrscalerAws#termination_protected}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#termination_protected MrscalerAws#termination_protected}. --- @@ -3729,7 +3729,7 @@ VisibleToAllUsers interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/mrscaler_aws#visible_to_all_users MrscalerAws#visible_to_all_users}. --- @@ -3750,8 +3750,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Bucket | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. | -| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#key MrscalerAws#key}. | +| Bucket | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. | +| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. | --- @@ -3763,7 +3763,7 @@ Bucket *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. --- @@ -3775,7 +3775,7 @@ Key *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#key MrscalerAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. --- @@ -3798,10 +3798,10 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| SizeInGb | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type}. | -| Iops | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. | -| VolumesPerInstance | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.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.170.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. | +| VolumesPerInstance | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance}. | --- @@ -3813,7 +3813,7 @@ SizeInGb *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#size_in_gb MrscalerAws#size_in_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#size_in_gb MrscalerAws#size_in_gb}. --- @@ -3825,7 +3825,7 @@ VolumeType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type}. --- @@ -3837,7 +3837,7 @@ Iops *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. --- @@ -3849,7 +3849,7 @@ VolumesPerInstance *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance}. --- @@ -3886,24 +3886,24 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| MetricName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. | -| Namespace | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. | -| PolicyName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. | -| Threshold | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. | -| Unit | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. | -| ActionType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. | -| Adjustment | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. | -| Cooldown | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. | -| Dimensions | *map[string]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. | -| EvaluationPeriods | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. | -| Maximum | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. | -| MaxTargetCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. | -| MinTargetCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. | -| Period | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#period MrscalerAws#period}. | -| Statistic | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. | -| Target | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#target MrscalerAws#target}. | +| MetricName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. | +| PolicyName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. | +| Unit | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. | +| ActionType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. | +| Cooldown | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. | +| EvaluationPeriods | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. | +| MaxTargetCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. | +| MinTargetCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. | +| Period | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. | +| Statistic | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. | +| Target | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. | --- @@ -3915,7 +3915,7 @@ MetricName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. --- @@ -3927,7 +3927,7 @@ Namespace *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. --- @@ -3939,7 +3939,7 @@ PolicyName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. --- @@ -3951,7 +3951,7 @@ Threshold *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. --- @@ -3963,7 +3963,7 @@ Unit *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. --- @@ -3975,7 +3975,7 @@ ActionType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. --- @@ -3987,7 +3987,7 @@ Adjustment *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. --- @@ -3999,7 +3999,7 @@ Cooldown *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. --- @@ -4011,7 +4011,7 @@ Dimensions *map[string]*string - *Type:* *map[string]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. --- @@ -4023,7 +4023,7 @@ EvaluationPeriods *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. --- @@ -4035,7 +4035,7 @@ Maximum *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. --- @@ -4047,7 +4047,7 @@ MaxTargetCapacity *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. --- @@ -4059,7 +4059,7 @@ Minimum *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. --- @@ -4071,7 +4071,7 @@ MinTargetCapacity *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. --- @@ -4083,7 +4083,7 @@ Operator *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. --- @@ -4095,7 +4095,7 @@ Period *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#period MrscalerAws#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. --- @@ -4107,7 +4107,7 @@ Statistic *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. --- @@ -4119,7 +4119,7 @@ Target *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#target MrscalerAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. --- @@ -4156,24 +4156,24 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| MetricName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. | -| Namespace | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. | -| PolicyName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. | -| Threshold | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. | -| Unit | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. | -| ActionType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. | -| Adjustment | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. | -| Cooldown | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. | -| Dimensions | *map[string]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. | -| EvaluationPeriods | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. | -| Maximum | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. | -| MaxTargetCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. | -| MinTargetCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. | -| Period | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#period MrscalerAws#period}. | -| Statistic | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. | -| Target | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#target MrscalerAws#target}. | +| MetricName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. | +| PolicyName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. | +| Unit | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. | +| ActionType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. | +| Cooldown | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. | +| EvaluationPeriods | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. | +| MaxTargetCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. | +| MinTargetCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. | +| Period | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. | +| Statistic | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. | +| Target | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. | --- @@ -4185,7 +4185,7 @@ MetricName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. --- @@ -4197,7 +4197,7 @@ Namespace *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. --- @@ -4209,7 +4209,7 @@ PolicyName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. --- @@ -4221,7 +4221,7 @@ Threshold *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. --- @@ -4233,7 +4233,7 @@ Unit *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. --- @@ -4245,7 +4245,7 @@ ActionType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. --- @@ -4257,7 +4257,7 @@ Adjustment *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. --- @@ -4269,7 +4269,7 @@ Cooldown *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. --- @@ -4281,7 +4281,7 @@ Dimensions *map[string]*string - *Type:* *map[string]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. --- @@ -4293,7 +4293,7 @@ EvaluationPeriods *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. --- @@ -4305,7 +4305,7 @@ Maximum *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. --- @@ -4317,7 +4317,7 @@ MaxTargetCapacity *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. --- @@ -4329,7 +4329,7 @@ Minimum *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. --- @@ -4341,7 +4341,7 @@ MinTargetCapacity *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. --- @@ -4353,7 +4353,7 @@ Operator *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. --- @@ -4365,7 +4365,7 @@ Period *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#period MrscalerAws#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. --- @@ -4377,7 +4377,7 @@ Statistic *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. --- @@ -4389,7 +4389,7 @@ Target *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#target MrscalerAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. --- @@ -4410,8 +4410,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| InstanceType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#instance_type MrscalerAws#instance_type}. | -| WeightedCapacity | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#weighted_capacity MrscalerAws#weighted_capacity}. | +| InstanceType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/mrscaler_aws#weighted_capacity MrscalerAws#weighted_capacity}. | --- @@ -4423,7 +4423,7 @@ InstanceType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#instance_type MrscalerAws#instance_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#instance_type MrscalerAws#instance_type}. --- @@ -4435,7 +4435,7 @@ WeightedCapacity *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#weighted_capacity MrscalerAws#weighted_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#weighted_capacity MrscalerAws#weighted_capacity}. --- @@ -4458,10 +4458,10 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| SizeInGb | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type}. | -| Iops | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. | -| VolumesPerInstance | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.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.170.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. | +| VolumesPerInstance | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance}. | --- @@ -4473,7 +4473,7 @@ SizeInGb *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#size_in_gb MrscalerAws#size_in_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#size_in_gb MrscalerAws#size_in_gb}. --- @@ -4485,7 +4485,7 @@ VolumeType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type}. --- @@ -4497,7 +4497,7 @@ Iops *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. --- @@ -4509,7 +4509,7 @@ VolumesPerInstance *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance}. --- @@ -4530,8 +4530,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Timeout | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#timeout MrscalerAws#timeout}. | -| TimeoutAction | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#timeout_action MrscalerAws#timeout_action}. | +| Timeout | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#timeout MrscalerAws#timeout}. | +| TimeoutAction | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#timeout_action MrscalerAws#timeout_action}. | --- @@ -4543,7 +4543,7 @@ Timeout *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#timeout MrscalerAws#timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#timeout MrscalerAws#timeout}. --- @@ -4555,7 +4555,7 @@ TimeoutAction *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#timeout_action MrscalerAws#timeout_action}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#timeout_action MrscalerAws#timeout_action}. --- @@ -4581,13 +4581,13 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Cron | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#cron MrscalerAws#cron}. | -| InstanceGroupType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/mrscaler_aws#task_type MrscalerAws#task_type}. | -| DesiredCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#desired_capacity MrscalerAws#desired_capacity}. | -| IsEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#is_enabled MrscalerAws#is_enabled}. | -| MaxCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#max_capacity MrscalerAws#max_capacity}. | -| MinCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#min_capacity MrscalerAws#min_capacity}. | +| Cron | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#cron MrscalerAws#cron}. | +| InstanceGroupType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.170.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.170.0/docs/resources/mrscaler_aws#min_capacity MrscalerAws#min_capacity}. | --- @@ -4599,7 +4599,7 @@ Cron *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#cron MrscalerAws#cron}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#cron MrscalerAws#cron}. --- @@ -4611,7 +4611,7 @@ InstanceGroupType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#instance_group_type MrscalerAws#instance_group_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#instance_group_type MrscalerAws#instance_group_type}. --- @@ -4623,7 +4623,7 @@ TaskType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#task_type MrscalerAws#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#task_type MrscalerAws#task_type}. --- @@ -4635,7 +4635,7 @@ DesiredCapacity *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#desired_capacity MrscalerAws#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#desired_capacity MrscalerAws#desired_capacity}. --- @@ -4647,7 +4647,7 @@ IsEnabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#is_enabled MrscalerAws#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#is_enabled MrscalerAws#is_enabled}. --- @@ -4659,7 +4659,7 @@ MaxCapacity *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#max_capacity MrscalerAws#max_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#max_capacity MrscalerAws#max_capacity}. --- @@ -4671,7 +4671,7 @@ MinCapacity *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#min_capacity MrscalerAws#min_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#min_capacity MrscalerAws#min_capacity}. --- @@ -4692,8 +4692,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Bucket | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. | -| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#key MrscalerAws#key}. | +| Bucket | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. | +| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. | --- @@ -4705,7 +4705,7 @@ Bucket *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. --- @@ -4717,7 +4717,7 @@ Key *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#key MrscalerAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. --- @@ -4738,8 +4738,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#key MrscalerAws#key}. | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#value MrscalerAws#value}. | +| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. | +| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#value MrscalerAws#value}. | --- @@ -4751,7 +4751,7 @@ Key *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#key MrscalerAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. --- @@ -4763,7 +4763,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#value MrscalerAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#value MrscalerAws#value}. --- @@ -4786,10 +4786,10 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| SizeInGb | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type}. | -| Iops | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. | -| VolumesPerInstance | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.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.170.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. | +| VolumesPerInstance | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance}. | --- @@ -4801,7 +4801,7 @@ SizeInGb *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#size_in_gb MrscalerAws#size_in_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#size_in_gb MrscalerAws#size_in_gb}. --- @@ -4813,7 +4813,7 @@ VolumeType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type}. --- @@ -4825,7 +4825,7 @@ Iops *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. --- @@ -4837,7 +4837,7 @@ VolumesPerInstance *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance}. --- @@ -4874,24 +4874,24 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| MetricName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. | -| Namespace | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. | -| PolicyName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. | -| Threshold | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. | -| Unit | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. | -| ActionType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. | -| Adjustment | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. | -| Cooldown | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. | -| Dimensions | *map[string]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. | -| EvaluationPeriods | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. | -| Maximum | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. | -| MaxTargetCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. | -| MinTargetCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. | -| Period | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#period MrscalerAws#period}. | -| Statistic | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. | -| Target | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#target MrscalerAws#target}. | +| MetricName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. | +| PolicyName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. | +| Unit | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. | +| ActionType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. | +| Cooldown | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. | +| EvaluationPeriods | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. | +| MaxTargetCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. | +| MinTargetCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. | +| Period | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. | +| Statistic | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. | +| Target | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. | --- @@ -4903,7 +4903,7 @@ MetricName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. --- @@ -4915,7 +4915,7 @@ Namespace *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. --- @@ -4927,7 +4927,7 @@ PolicyName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. --- @@ -4939,7 +4939,7 @@ Threshold *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. --- @@ -4951,7 +4951,7 @@ Unit *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. --- @@ -4963,7 +4963,7 @@ ActionType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. --- @@ -4975,7 +4975,7 @@ Adjustment *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. --- @@ -4987,7 +4987,7 @@ Cooldown *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. --- @@ -4999,7 +4999,7 @@ Dimensions *map[string]*string - *Type:* *map[string]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. --- @@ -5011,7 +5011,7 @@ EvaluationPeriods *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. --- @@ -5023,7 +5023,7 @@ Maximum *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. --- @@ -5035,7 +5035,7 @@ MaxTargetCapacity *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. --- @@ -5047,7 +5047,7 @@ Minimum *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. --- @@ -5059,7 +5059,7 @@ MinTargetCapacity *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. --- @@ -5071,7 +5071,7 @@ Operator *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. --- @@ -5083,7 +5083,7 @@ Period *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#period MrscalerAws#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. --- @@ -5095,7 +5095,7 @@ Statistic *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. --- @@ -5107,7 +5107,7 @@ Target *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#target MrscalerAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. --- @@ -5144,24 +5144,24 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| MetricName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. | -| Namespace | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. | -| PolicyName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. | -| Threshold | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. | -| Unit | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. | -| ActionType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. | -| Adjustment | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. | -| Cooldown | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. | -| Dimensions | *map[string]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. | -| EvaluationPeriods | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. | -| Maximum | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. | -| MaxTargetCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. | -| MinTargetCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. | -| Period | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#period MrscalerAws#period}. | -| Statistic | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. | -| Target | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#target MrscalerAws#target}. | +| MetricName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. | +| PolicyName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. | +| Unit | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. | +| ActionType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. | +| Cooldown | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. | +| EvaluationPeriods | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. | +| MaxTargetCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. | +| MinTargetCapacity | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. | +| Period | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. | +| Statistic | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. | +| Target | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. | --- @@ -5173,7 +5173,7 @@ MetricName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. --- @@ -5185,7 +5185,7 @@ Namespace *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. --- @@ -5197,7 +5197,7 @@ PolicyName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. --- @@ -5209,7 +5209,7 @@ Threshold *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. --- @@ -5221,7 +5221,7 @@ Unit *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. --- @@ -5233,7 +5233,7 @@ ActionType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. --- @@ -5245,7 +5245,7 @@ Adjustment *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. --- @@ -5257,7 +5257,7 @@ Cooldown *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. --- @@ -5269,7 +5269,7 @@ Dimensions *map[string]*string - *Type:* *map[string]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. --- @@ -5281,7 +5281,7 @@ EvaluationPeriods *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. --- @@ -5293,7 +5293,7 @@ Maximum *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. --- @@ -5305,7 +5305,7 @@ MaxTargetCapacity *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. --- @@ -5317,7 +5317,7 @@ Minimum *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. --- @@ -5329,7 +5329,7 @@ MinTargetCapacity *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. --- @@ -5341,7 +5341,7 @@ Operator *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. --- @@ -5353,7 +5353,7 @@ Period *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#period MrscalerAws#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. --- @@ -5365,7 +5365,7 @@ Statistic *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. --- @@ -5377,7 +5377,7 @@ Target *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#target MrscalerAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. --- @@ -5411,7 +5411,7 @@ Statements interface{} statements block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#statements MrscalerAws#statements} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#statements MrscalerAws#statements} --- @@ -5438,14 +5438,14 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| MetricName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. | -| Namespace | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. | -| Threshold | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. | -| EvaluationPeriods | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. | -| Operator | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. | -| Period | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#period MrscalerAws#period}. | -| Statistic | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. | -| Unit | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. | +| MetricName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. | +| Threshold | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. | +| EvaluationPeriods | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. | +| Period | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. | +| Statistic | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. | +| Unit | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. | --- @@ -5457,7 +5457,7 @@ MetricName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. --- @@ -5469,7 +5469,7 @@ Namespace *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. --- @@ -5481,7 +5481,7 @@ Threshold *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. --- @@ -5493,7 +5493,7 @@ EvaluationPeriods *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. --- @@ -5505,7 +5505,7 @@ Operator *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. --- @@ -5517,7 +5517,7 @@ Period *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#period MrscalerAws#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. --- @@ -5529,7 +5529,7 @@ Statistic *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. --- @@ -5541,7 +5541,7 @@ Unit *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. --- diff --git a/docs/mrscalerAws.java.md b/docs/mrscalerAws.java.md index e70498e8d..e6a3ccdc7 100644 --- a/docs/mrscalerAws.java.md +++ b/docs/mrscalerAws.java.md @@ -4,7 +4,7 @@ ### MrscalerAws -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws spotinst_mrscaler_aws}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws spotinst_mrscaler_aws}. #### Initializers @@ -120,67 +120,67 @@ MrscalerAws.Builder.create(Construct scope, java.lang.String id) | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#name MrscalerAws#name}. | -| strategy | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#strategy MrscalerAws#strategy}. | -| additionalInfo | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.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.169.1/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.170.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.169.1/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.170.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.169.1/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.170.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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.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.169.1/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.169.1/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.169.1/docs/resources/mrscaler_aws#description MrscalerAws#description}. | -| ebsRootVolumeSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/docs/resources/mrscaler_aws#id MrscalerAws#id}. | +| coreUnit | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.170.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.170.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.170.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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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.169.1/docs/resources/mrscaler_aws#region MrscalerAws#region}. | -| releaseLabel | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/docs/resources/mrscaler_aws#retries MrscalerAws#retries}. | +| region | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.169.1/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.170.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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.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.169.1/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.170.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.169.1/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.169.1/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.170.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.170.0/docs/resources/mrscaler_aws#visible_to_all_users MrscalerAws#visible_to_all_users}. | --- @@ -248,7 +248,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#name MrscalerAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#name MrscalerAws#name}. --- @@ -256,7 +256,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#strategy MrscalerAws#strategy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#strategy MrscalerAws#strategy}. --- @@ -264,7 +264,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#additional_info MrscalerAws#additional_info}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#additional_info MrscalerAws#additional_info}. --- @@ -272,7 +272,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/mrscaler_aws#additional_primary_security_groups MrscalerAws#additional_primary_security_groups}. --- @@ -280,7 +280,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/mrscaler_aws#additional_replica_security_groups MrscalerAws#additional_replica_security_groups}. --- @@ -290,7 +290,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti applications block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#applications MrscalerAws#applications} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#applications MrscalerAws#applications} --- @@ -298,7 +298,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#availability_zones MrscalerAws#availability_zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#availability_zones MrscalerAws#availability_zones}. --- @@ -308,7 +308,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti bootstrap_actions_file block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#bootstrap_actions_file MrscalerAws#bootstrap_actions_file} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#bootstrap_actions_file MrscalerAws#bootstrap_actions_file} --- @@ -316,7 +316,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#cluster_id MrscalerAws#cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#cluster_id MrscalerAws#cluster_id}. --- @@ -326,7 +326,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti configurations_file block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#configurations_file MrscalerAws#configurations_file} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#configurations_file MrscalerAws#configurations_file} --- @@ -334,7 +334,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#core_desired_capacity MrscalerAws#core_desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#core_desired_capacity MrscalerAws#core_desired_capacity}. --- @@ -344,7 +344,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti core_ebs_block_device block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/mrscaler_aws#core_ebs_block_device MrscalerAws#core_ebs_block_device} --- @@ -352,7 +352,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#core_ebs_optimized MrscalerAws#core_ebs_optimized}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#core_ebs_optimized MrscalerAws#core_ebs_optimized}. --- @@ -360,7 +360,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#core_instance_types MrscalerAws#core_instance_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#core_instance_types MrscalerAws#core_instance_types}. --- @@ -368,7 +368,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#core_lifecycle MrscalerAws#core_lifecycle}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#core_lifecycle MrscalerAws#core_lifecycle}. --- @@ -376,7 +376,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#core_max_size MrscalerAws#core_max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#core_max_size MrscalerAws#core_max_size}. --- @@ -384,7 +384,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#core_min_size MrscalerAws#core_min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#core_min_size MrscalerAws#core_min_size}. --- @@ -394,7 +394,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti core_scaling_down_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/mrscaler_aws#core_scaling_down_policy MrscalerAws#core_scaling_down_policy} --- @@ -404,7 +404,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti core_scaling_up_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/mrscaler_aws#core_scaling_up_policy MrscalerAws#core_scaling_up_policy} --- @@ -412,7 +412,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#core_unit MrscalerAws#core_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#core_unit MrscalerAws#core_unit}. --- @@ -420,7 +420,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#custom_ami_id MrscalerAws#custom_ami_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#custom_ami_id MrscalerAws#custom_ami_id}. --- @@ -428,7 +428,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#description MrscalerAws#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#description MrscalerAws#description}. --- @@ -436,7 +436,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/mrscaler_aws#ebs_root_volume_size MrscalerAws#ebs_root_volume_size}. --- @@ -444,7 +444,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#ec2_key_name MrscalerAws#ec2_key_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#ec2_key_name MrscalerAws#ec2_key_name}. --- @@ -452,7 +452,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#expose_cluster_id MrscalerAws#expose_cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#expose_cluster_id MrscalerAws#expose_cluster_id}. --- @@ -460,7 +460,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#id MrscalerAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#id MrscalerAws#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -473,7 +473,7 @@ If you experience problems setting this value it might not be settable. Please t instance_weights block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#instance_weights MrscalerAws#instance_weights} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#instance_weights MrscalerAws#instance_weights} --- @@ -481,7 +481,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#job_flow_role MrscalerAws#job_flow_role}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#job_flow_role MrscalerAws#job_flow_role}. --- @@ -489,7 +489,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/mrscaler_aws#keep_job_flow_alive MrscalerAws#keep_job_flow_alive}. --- @@ -497,7 +497,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#log_uri MrscalerAws#log_uri}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#log_uri MrscalerAws#log_uri}. --- @@ -505,7 +505,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/mrscaler_aws#managed_primary_security_group MrscalerAws#managed_primary_security_group}. --- @@ -513,7 +513,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/mrscaler_aws#managed_replica_security_group MrscalerAws#managed_replica_security_group}. --- @@ -523,7 +523,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti master_ebs_block_device block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/mrscaler_aws#master_ebs_block_device MrscalerAws#master_ebs_block_device} --- @@ -531,7 +531,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#master_ebs_optimized MrscalerAws#master_ebs_optimized}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#master_ebs_optimized MrscalerAws#master_ebs_optimized}. --- @@ -539,7 +539,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#master_instance_types MrscalerAws#master_instance_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#master_instance_types MrscalerAws#master_instance_types}. --- @@ -547,7 +547,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#master_lifecycle MrscalerAws#master_lifecycle}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#master_lifecycle MrscalerAws#master_lifecycle}. --- @@ -555,7 +555,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#master_target MrscalerAws#master_target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#master_target MrscalerAws#master_target}. --- @@ -565,7 +565,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti provisioning_timeout block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#provisioning_timeout MrscalerAws#provisioning_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#provisioning_timeout MrscalerAws#provisioning_timeout} --- @@ -573,7 +573,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#region MrscalerAws#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#region MrscalerAws#region}. --- @@ -581,7 +581,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#release_label MrscalerAws#release_label}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#release_label MrscalerAws#release_label}. --- @@ -589,7 +589,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/mrscaler_aws#repo_upgrade_on_boot MrscalerAws#repo_upgrade_on_boot}. --- @@ -597,7 +597,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#retries MrscalerAws#retries}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#retries MrscalerAws#retries}. --- @@ -607,7 +607,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#scheduled_task MrscalerAws#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#scheduled_task MrscalerAws#scheduled_task} --- @@ -615,7 +615,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#security_config MrscalerAws#security_config}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#security_config MrscalerAws#security_config}. --- @@ -623,7 +623,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/mrscaler_aws#service_access_security_group MrscalerAws#service_access_security_group}. --- @@ -631,7 +631,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#service_role MrscalerAws#service_role}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#service_role MrscalerAws#service_role}. --- @@ -641,7 +641,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti steps_file block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#steps_file MrscalerAws#steps_file} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#steps_file MrscalerAws#steps_file} --- @@ -651,7 +651,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#tags MrscalerAws#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#tags MrscalerAws#tags} --- @@ -659,7 +659,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#task_desired_capacity MrscalerAws#task_desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#task_desired_capacity MrscalerAws#task_desired_capacity}. --- @@ -669,7 +669,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti task_ebs_block_device block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/mrscaler_aws#task_ebs_block_device MrscalerAws#task_ebs_block_device} --- @@ -677,7 +677,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#task_ebs_optimized MrscalerAws#task_ebs_optimized}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#task_ebs_optimized MrscalerAws#task_ebs_optimized}. --- @@ -685,7 +685,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#task_instance_types MrscalerAws#task_instance_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#task_instance_types MrscalerAws#task_instance_types}. --- @@ -693,7 +693,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#task_lifecycle MrscalerAws#task_lifecycle}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#task_lifecycle MrscalerAws#task_lifecycle}. --- @@ -701,7 +701,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#task_max_size MrscalerAws#task_max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#task_max_size MrscalerAws#task_max_size}. --- @@ -709,7 +709,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#task_min_size MrscalerAws#task_min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#task_min_size MrscalerAws#task_min_size}. --- @@ -719,7 +719,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti task_scaling_down_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/mrscaler_aws#task_scaling_down_policy MrscalerAws#task_scaling_down_policy} --- @@ -729,7 +729,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti task_scaling_up_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/mrscaler_aws#task_scaling_up_policy MrscalerAws#task_scaling_up_policy} --- @@ -737,7 +737,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#task_unit MrscalerAws#task_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#task_unit MrscalerAws#task_unit}. --- @@ -747,7 +747,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti termination_policies block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#termination_policies MrscalerAws#termination_policies} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#termination_policies MrscalerAws#termination_policies} --- @@ -755,7 +755,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#termination_protected MrscalerAws#termination_protected}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#termination_protected MrscalerAws#termination_protected}. --- @@ -763,7 +763,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/mrscaler_aws#visible_to_all_users MrscalerAws#visible_to_all_users}. --- @@ -1811,7 +1811,7 @@ The construct id used in the generated config for the MrscalerAws to import. The id of the existing MrscalerAws that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#import import section} in the documentation of this resource for the id to use --- @@ -3377,9 +3377,9 @@ MrscalerAwsApplications.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#name MrscalerAws#name}. | -| args | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#args MrscalerAws#args}. | -| version | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#version MrscalerAws#version}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.0/docs/resources/mrscaler_aws#version MrscalerAws#version}. | --- @@ -3391,7 +3391,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#name MrscalerAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#name MrscalerAws#name}. --- @@ -3403,7 +3403,7 @@ public java.util.List getArgs(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#args MrscalerAws#args}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#args MrscalerAws#args}. --- @@ -3415,7 +3415,7 @@ public java.lang.String getVersion(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#version MrscalerAws#version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#version MrscalerAws#version}. --- @@ -3436,8 +3436,8 @@ MrscalerAwsBootstrapActionsFile.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| bucket | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. | -| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#key MrscalerAws#key}. | +| bucket | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. | --- @@ -3449,7 +3449,7 @@ public java.lang.String getBucket(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. --- @@ -3461,7 +3461,7 @@ public java.lang.String getKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#key MrscalerAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. --- @@ -3581,67 +3581,67 @@ MrscalerAwsConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#name MrscalerAws#name}. | -| strategy | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#strategy MrscalerAws#strategy}. | -| additionalInfo | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.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.169.1/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.170.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.169.1/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.170.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.169.1/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.170.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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.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.169.1/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.169.1/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.169.1/docs/resources/mrscaler_aws#description MrscalerAws#description}. | -| ebsRootVolumeSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/docs/resources/mrscaler_aws#id MrscalerAws#id}. | +| coreUnit | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.170.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.170.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.170.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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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.169.1/docs/resources/mrscaler_aws#region MrscalerAws#region}. | -| releaseLabel | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/docs/resources/mrscaler_aws#retries MrscalerAws#retries}. | +| region | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.169.1/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.170.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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.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.169.1/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.170.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.169.1/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.169.1/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.170.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.170.0/docs/resources/mrscaler_aws#visible_to_all_users MrscalerAws#visible_to_all_users}. | --- @@ -3723,7 +3723,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#name MrscalerAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#name MrscalerAws#name}. --- @@ -3735,7 +3735,7 @@ public java.lang.String getStrategy(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#strategy MrscalerAws#strategy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#strategy MrscalerAws#strategy}. --- @@ -3747,7 +3747,7 @@ public java.lang.String getAdditionalInfo(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#additional_info MrscalerAws#additional_info}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#additional_info MrscalerAws#additional_info}. --- @@ -3759,7 +3759,7 @@ public java.util.List getAdditionalPrimarySecurityGroups(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/mrscaler_aws#additional_primary_security_groups MrscalerAws#additional_primary_security_groups}. --- @@ -3771,7 +3771,7 @@ public java.util.List getAdditionalReplicaSecurityGroups(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/mrscaler_aws#additional_replica_security_groups MrscalerAws#additional_replica_security_groups}. --- @@ -3785,7 +3785,7 @@ public java.lang.Object getApplications(); applications block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#applications MrscalerAws#applications} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#applications MrscalerAws#applications} --- @@ -3797,7 +3797,7 @@ public java.util.List getAvailabilityZones(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#availability_zones MrscalerAws#availability_zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#availability_zones MrscalerAws#availability_zones}. --- @@ -3811,7 +3811,7 @@ public java.lang.Object getBootstrapActionsFile(); bootstrap_actions_file block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#bootstrap_actions_file MrscalerAws#bootstrap_actions_file} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#bootstrap_actions_file MrscalerAws#bootstrap_actions_file} --- @@ -3823,7 +3823,7 @@ public java.lang.String getClusterId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#cluster_id MrscalerAws#cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#cluster_id MrscalerAws#cluster_id}. --- @@ -3837,7 +3837,7 @@ public java.lang.Object getConfigurationsFile(); configurations_file block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#configurations_file MrscalerAws#configurations_file} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#configurations_file MrscalerAws#configurations_file} --- @@ -3849,7 +3849,7 @@ public java.lang.Number getCoreDesiredCapacity(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#core_desired_capacity MrscalerAws#core_desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#core_desired_capacity MrscalerAws#core_desired_capacity}. --- @@ -3863,7 +3863,7 @@ public java.lang.Object getCoreEbsBlockDevice(); core_ebs_block_device block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/mrscaler_aws#core_ebs_block_device MrscalerAws#core_ebs_block_device} --- @@ -3875,7 +3875,7 @@ public java.lang.Object getCoreEbsOptimized(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#core_ebs_optimized MrscalerAws#core_ebs_optimized}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#core_ebs_optimized MrscalerAws#core_ebs_optimized}. --- @@ -3887,7 +3887,7 @@ public java.util.List getCoreInstanceTypes(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#core_instance_types MrscalerAws#core_instance_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#core_instance_types MrscalerAws#core_instance_types}. --- @@ -3899,7 +3899,7 @@ public java.lang.String getCoreLifecycle(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#core_lifecycle MrscalerAws#core_lifecycle}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#core_lifecycle MrscalerAws#core_lifecycle}. --- @@ -3911,7 +3911,7 @@ public java.lang.Number getCoreMaxSize(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#core_max_size MrscalerAws#core_max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#core_max_size MrscalerAws#core_max_size}. --- @@ -3923,7 +3923,7 @@ public java.lang.Number getCoreMinSize(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#core_min_size MrscalerAws#core_min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#core_min_size MrscalerAws#core_min_size}. --- @@ -3937,7 +3937,7 @@ public java.lang.Object getCoreScalingDownPolicy(); core_scaling_down_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/mrscaler_aws#core_scaling_down_policy MrscalerAws#core_scaling_down_policy} --- @@ -3951,7 +3951,7 @@ public java.lang.Object getCoreScalingUpPolicy(); core_scaling_up_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/mrscaler_aws#core_scaling_up_policy MrscalerAws#core_scaling_up_policy} --- @@ -3963,7 +3963,7 @@ public java.lang.String getCoreUnit(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#core_unit MrscalerAws#core_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#core_unit MrscalerAws#core_unit}. --- @@ -3975,7 +3975,7 @@ public java.lang.String getCustomAmiId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#custom_ami_id MrscalerAws#custom_ami_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#custom_ami_id MrscalerAws#custom_ami_id}. --- @@ -3987,7 +3987,7 @@ public java.lang.String getDescription(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#description MrscalerAws#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#description MrscalerAws#description}. --- @@ -3999,7 +3999,7 @@ public java.lang.Number getEbsRootVolumeSize(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/mrscaler_aws#ebs_root_volume_size MrscalerAws#ebs_root_volume_size}. --- @@ -4011,7 +4011,7 @@ public java.lang.String getEc2KeyName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#ec2_key_name MrscalerAws#ec2_key_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#ec2_key_name MrscalerAws#ec2_key_name}. --- @@ -4023,7 +4023,7 @@ public java.lang.Object getExposeClusterId(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#expose_cluster_id MrscalerAws#expose_cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#expose_cluster_id MrscalerAws#expose_cluster_id}. --- @@ -4035,7 +4035,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#id MrscalerAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#id MrscalerAws#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -4052,7 +4052,7 @@ public java.lang.Object getInstanceWeights(); instance_weights block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#instance_weights MrscalerAws#instance_weights} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#instance_weights MrscalerAws#instance_weights} --- @@ -4064,7 +4064,7 @@ public java.lang.String getJobFlowRole(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#job_flow_role MrscalerAws#job_flow_role}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#job_flow_role MrscalerAws#job_flow_role}. --- @@ -4076,7 +4076,7 @@ public java.lang.Object getKeepJobFlowAlive(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/mrscaler_aws#keep_job_flow_alive MrscalerAws#keep_job_flow_alive}. --- @@ -4088,7 +4088,7 @@ public java.lang.String getLogUri(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#log_uri MrscalerAws#log_uri}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#log_uri MrscalerAws#log_uri}. --- @@ -4100,7 +4100,7 @@ public java.lang.String getManagedPrimarySecurityGroup(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/mrscaler_aws#managed_primary_security_group MrscalerAws#managed_primary_security_group}. --- @@ -4112,7 +4112,7 @@ public java.lang.String getManagedReplicaSecurityGroup(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/mrscaler_aws#managed_replica_security_group MrscalerAws#managed_replica_security_group}. --- @@ -4126,7 +4126,7 @@ public java.lang.Object getMasterEbsBlockDevice(); master_ebs_block_device block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/mrscaler_aws#master_ebs_block_device MrscalerAws#master_ebs_block_device} --- @@ -4138,7 +4138,7 @@ public java.lang.Object getMasterEbsOptimized(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#master_ebs_optimized MrscalerAws#master_ebs_optimized}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#master_ebs_optimized MrscalerAws#master_ebs_optimized}. --- @@ -4150,7 +4150,7 @@ public java.util.List getMasterInstanceTypes(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#master_instance_types MrscalerAws#master_instance_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#master_instance_types MrscalerAws#master_instance_types}. --- @@ -4162,7 +4162,7 @@ public java.lang.String getMasterLifecycle(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#master_lifecycle MrscalerAws#master_lifecycle}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#master_lifecycle MrscalerAws#master_lifecycle}. --- @@ -4174,7 +4174,7 @@ public java.lang.Number getMasterTarget(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#master_target MrscalerAws#master_target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#master_target MrscalerAws#master_target}. --- @@ -4188,7 +4188,7 @@ public MrscalerAwsProvisioningTimeout getProvisioningTimeout(); provisioning_timeout block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#provisioning_timeout MrscalerAws#provisioning_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#provisioning_timeout MrscalerAws#provisioning_timeout} --- @@ -4200,7 +4200,7 @@ public java.lang.String getRegion(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#region MrscalerAws#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#region MrscalerAws#region}. --- @@ -4212,7 +4212,7 @@ public java.lang.String getReleaseLabel(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#release_label MrscalerAws#release_label}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#release_label MrscalerAws#release_label}. --- @@ -4224,7 +4224,7 @@ public java.lang.String getRepoUpgradeOnBoot(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/mrscaler_aws#repo_upgrade_on_boot MrscalerAws#repo_upgrade_on_boot}. --- @@ -4236,7 +4236,7 @@ public java.lang.Number getRetries(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#retries MrscalerAws#retries}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#retries MrscalerAws#retries}. --- @@ -4250,7 +4250,7 @@ public java.lang.Object getScheduledTask(); scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#scheduled_task MrscalerAws#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#scheduled_task MrscalerAws#scheduled_task} --- @@ -4262,7 +4262,7 @@ public java.lang.String getSecurityConfig(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#security_config MrscalerAws#security_config}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#security_config MrscalerAws#security_config}. --- @@ -4274,7 +4274,7 @@ public java.lang.String getServiceAccessSecurityGroup(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/mrscaler_aws#service_access_security_group MrscalerAws#service_access_security_group}. --- @@ -4286,7 +4286,7 @@ public java.lang.String getServiceRole(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#service_role MrscalerAws#service_role}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#service_role MrscalerAws#service_role}. --- @@ -4300,7 +4300,7 @@ public java.lang.Object getStepsFile(); steps_file block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#steps_file MrscalerAws#steps_file} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#steps_file MrscalerAws#steps_file} --- @@ -4314,7 +4314,7 @@ public java.lang.Object getTags(); tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#tags MrscalerAws#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#tags MrscalerAws#tags} --- @@ -4326,7 +4326,7 @@ public java.lang.Number getTaskDesiredCapacity(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#task_desired_capacity MrscalerAws#task_desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#task_desired_capacity MrscalerAws#task_desired_capacity}. --- @@ -4340,7 +4340,7 @@ public java.lang.Object getTaskEbsBlockDevice(); task_ebs_block_device block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/mrscaler_aws#task_ebs_block_device MrscalerAws#task_ebs_block_device} --- @@ -4352,7 +4352,7 @@ public java.lang.Object getTaskEbsOptimized(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#task_ebs_optimized MrscalerAws#task_ebs_optimized}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#task_ebs_optimized MrscalerAws#task_ebs_optimized}. --- @@ -4364,7 +4364,7 @@ public java.util.List getTaskInstanceTypes(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#task_instance_types MrscalerAws#task_instance_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#task_instance_types MrscalerAws#task_instance_types}. --- @@ -4376,7 +4376,7 @@ public java.lang.String getTaskLifecycle(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#task_lifecycle MrscalerAws#task_lifecycle}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#task_lifecycle MrscalerAws#task_lifecycle}. --- @@ -4388,7 +4388,7 @@ public java.lang.Number getTaskMaxSize(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#task_max_size MrscalerAws#task_max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#task_max_size MrscalerAws#task_max_size}. --- @@ -4400,7 +4400,7 @@ public java.lang.Number getTaskMinSize(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#task_min_size MrscalerAws#task_min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#task_min_size MrscalerAws#task_min_size}. --- @@ -4414,7 +4414,7 @@ public java.lang.Object getTaskScalingDownPolicy(); task_scaling_down_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/mrscaler_aws#task_scaling_down_policy MrscalerAws#task_scaling_down_policy} --- @@ -4428,7 +4428,7 @@ public java.lang.Object getTaskScalingUpPolicy(); task_scaling_up_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/mrscaler_aws#task_scaling_up_policy MrscalerAws#task_scaling_up_policy} --- @@ -4440,7 +4440,7 @@ public java.lang.String getTaskUnit(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#task_unit MrscalerAws#task_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#task_unit MrscalerAws#task_unit}. --- @@ -4454,7 +4454,7 @@ public java.lang.Object getTerminationPolicies(); termination_policies block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#termination_policies MrscalerAws#termination_policies} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#termination_policies MrscalerAws#termination_policies} --- @@ -4466,7 +4466,7 @@ public java.lang.Object getTerminationProtected(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#termination_protected MrscalerAws#termination_protected}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#termination_protected MrscalerAws#termination_protected}. --- @@ -4478,7 +4478,7 @@ public java.lang.Object getVisibleToAllUsers(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/mrscaler_aws#visible_to_all_users MrscalerAws#visible_to_all_users}. --- @@ -4499,8 +4499,8 @@ MrscalerAwsConfigurationsFile.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| bucket | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. | -| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#key MrscalerAws#key}. | +| bucket | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. | --- @@ -4512,7 +4512,7 @@ public java.lang.String getBucket(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. --- @@ -4524,7 +4524,7 @@ public java.lang.String getKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#key MrscalerAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. --- @@ -4547,10 +4547,10 @@ MrscalerAwsCoreEbsBlockDevice.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| sizeInGb | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. | -| volumesPerInstance | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.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.170.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.170.0/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance}. | --- @@ -4562,7 +4562,7 @@ public java.lang.Number getSizeInGb(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#size_in_gb MrscalerAws#size_in_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#size_in_gb MrscalerAws#size_in_gb}. --- @@ -4574,7 +4574,7 @@ public java.lang.String getVolumeType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type}. --- @@ -4586,7 +4586,7 @@ public java.lang.Number getIops(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. --- @@ -4598,7 +4598,7 @@ public java.lang.Number getVolumesPerInstance(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance}. --- @@ -4635,24 +4635,24 @@ MrscalerAwsCoreScalingDownPolicy.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| metricName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. | -| policyName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. | -| unit | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. | -| actionType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. | -| cooldown | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. | -| dimensions | java.util.Map | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. | -| evaluationPeriods | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. | -| maxTargetCapacity | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. | -| minTargetCapacity | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. | -| period | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#period MrscalerAws#period}. | -| statistic | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. | -| target | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#target MrscalerAws#target}. | +| metricName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. | --- @@ -4664,7 +4664,7 @@ public java.lang.String getMetricName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. --- @@ -4676,7 +4676,7 @@ public java.lang.String getNamespace(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. --- @@ -4688,7 +4688,7 @@ public java.lang.String getPolicyName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. --- @@ -4700,7 +4700,7 @@ public java.lang.Number getThreshold(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. --- @@ -4712,7 +4712,7 @@ public java.lang.String getUnit(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. --- @@ -4724,7 +4724,7 @@ public java.lang.String getActionType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. --- @@ -4736,7 +4736,7 @@ public java.lang.String getAdjustment(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. --- @@ -4748,7 +4748,7 @@ public java.lang.Number getCooldown(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. --- @@ -4760,7 +4760,7 @@ public java.util.Map getDimensions(); - *Type:* java.util.Map -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. --- @@ -4772,7 +4772,7 @@ public java.lang.Number getEvaluationPeriods(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. --- @@ -4784,7 +4784,7 @@ public java.lang.String getMaximum(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. --- @@ -4796,7 +4796,7 @@ public java.lang.String getMaxTargetCapacity(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. --- @@ -4808,7 +4808,7 @@ public java.lang.String getMinimum(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. --- @@ -4820,7 +4820,7 @@ public java.lang.String getMinTargetCapacity(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. --- @@ -4832,7 +4832,7 @@ public java.lang.String getOperator(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. --- @@ -4844,7 +4844,7 @@ public java.lang.Number getPeriod(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#period MrscalerAws#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. --- @@ -4856,7 +4856,7 @@ public java.lang.String getStatistic(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. --- @@ -4868,7 +4868,7 @@ public java.lang.String getTarget(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#target MrscalerAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. --- @@ -4905,24 +4905,24 @@ MrscalerAwsCoreScalingUpPolicy.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| metricName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. | -| policyName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. | -| unit | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. | -| actionType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. | -| cooldown | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. | -| dimensions | java.util.Map | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. | -| evaluationPeriods | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. | -| maxTargetCapacity | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. | -| minTargetCapacity | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. | -| period | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#period MrscalerAws#period}. | -| statistic | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. | -| target | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#target MrscalerAws#target}. | +| metricName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. | --- @@ -4934,7 +4934,7 @@ public java.lang.String getMetricName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. --- @@ -4946,7 +4946,7 @@ public java.lang.String getNamespace(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. --- @@ -4958,7 +4958,7 @@ public java.lang.String getPolicyName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. --- @@ -4970,7 +4970,7 @@ public java.lang.Number getThreshold(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. --- @@ -4982,7 +4982,7 @@ public java.lang.String getUnit(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. --- @@ -4994,7 +4994,7 @@ public java.lang.String getActionType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. --- @@ -5006,7 +5006,7 @@ public java.lang.String getAdjustment(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. --- @@ -5018,7 +5018,7 @@ public java.lang.Number getCooldown(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. --- @@ -5030,7 +5030,7 @@ public java.util.Map getDimensions(); - *Type:* java.util.Map -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. --- @@ -5042,7 +5042,7 @@ public java.lang.Number getEvaluationPeriods(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. --- @@ -5054,7 +5054,7 @@ public java.lang.String getMaximum(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. --- @@ -5066,7 +5066,7 @@ public java.lang.String getMaxTargetCapacity(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. --- @@ -5078,7 +5078,7 @@ public java.lang.String getMinimum(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. --- @@ -5090,7 +5090,7 @@ public java.lang.String getMinTargetCapacity(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. --- @@ -5102,7 +5102,7 @@ public java.lang.String getOperator(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. --- @@ -5114,7 +5114,7 @@ public java.lang.Number getPeriod(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#period MrscalerAws#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. --- @@ -5126,7 +5126,7 @@ public java.lang.String getStatistic(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. --- @@ -5138,7 +5138,7 @@ public java.lang.String getTarget(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#target MrscalerAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. --- @@ -5159,8 +5159,8 @@ MrscalerAwsInstanceWeights.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| instanceType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/mrscaler_aws#weighted_capacity MrscalerAws#weighted_capacity}. | --- @@ -5172,7 +5172,7 @@ public java.lang.String getInstanceType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#instance_type MrscalerAws#instance_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#instance_type MrscalerAws#instance_type}. --- @@ -5184,7 +5184,7 @@ public java.lang.Number getWeightedCapacity(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#weighted_capacity MrscalerAws#weighted_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#weighted_capacity MrscalerAws#weighted_capacity}. --- @@ -5207,10 +5207,10 @@ MrscalerAwsMasterEbsBlockDevice.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| sizeInGb | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. | -| volumesPerInstance | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.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.170.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.170.0/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance}. | --- @@ -5222,7 +5222,7 @@ public java.lang.Number getSizeInGb(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#size_in_gb MrscalerAws#size_in_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#size_in_gb MrscalerAws#size_in_gb}. --- @@ -5234,7 +5234,7 @@ public java.lang.String getVolumeType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type}. --- @@ -5246,7 +5246,7 @@ public java.lang.Number getIops(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. --- @@ -5258,7 +5258,7 @@ public java.lang.Number getVolumesPerInstance(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance}. --- @@ -5279,8 +5279,8 @@ MrscalerAwsProvisioningTimeout.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| timeout | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#timeout MrscalerAws#timeout}. | -| timeoutAction | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.0/docs/resources/mrscaler_aws#timeout_action MrscalerAws#timeout_action}. | --- @@ -5292,7 +5292,7 @@ public java.lang.Number getTimeout(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#timeout MrscalerAws#timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#timeout MrscalerAws#timeout}. --- @@ -5304,7 +5304,7 @@ public java.lang.String getTimeoutAction(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#timeout_action MrscalerAws#timeout_action}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#timeout_action MrscalerAws#timeout_action}. --- @@ -5331,13 +5331,13 @@ MrscalerAwsScheduledTask.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| cron | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#cron MrscalerAws#cron}. | -| instanceGroupType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.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.170.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.170.0/docs/resources/mrscaler_aws#min_capacity MrscalerAws#min_capacity}. | --- @@ -5349,7 +5349,7 @@ public java.lang.String getCron(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#cron MrscalerAws#cron}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#cron MrscalerAws#cron}. --- @@ -5361,7 +5361,7 @@ public java.lang.String getInstanceGroupType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#instance_group_type MrscalerAws#instance_group_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#instance_group_type MrscalerAws#instance_group_type}. --- @@ -5373,7 +5373,7 @@ public java.lang.String getTaskType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#task_type MrscalerAws#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#task_type MrscalerAws#task_type}. --- @@ -5385,7 +5385,7 @@ public java.lang.String getDesiredCapacity(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#desired_capacity MrscalerAws#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#desired_capacity MrscalerAws#desired_capacity}. --- @@ -5397,7 +5397,7 @@ public java.lang.Object getIsEnabled(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#is_enabled MrscalerAws#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#is_enabled MrscalerAws#is_enabled}. --- @@ -5409,7 +5409,7 @@ public java.lang.String getMaxCapacity(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#max_capacity MrscalerAws#max_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#max_capacity MrscalerAws#max_capacity}. --- @@ -5421,7 +5421,7 @@ public java.lang.String getMinCapacity(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#min_capacity MrscalerAws#min_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#min_capacity MrscalerAws#min_capacity}. --- @@ -5442,8 +5442,8 @@ MrscalerAwsStepsFile.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| bucket | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. | -| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#key MrscalerAws#key}. | +| bucket | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. | --- @@ -5455,7 +5455,7 @@ public java.lang.String getBucket(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. --- @@ -5467,7 +5467,7 @@ public java.lang.String getKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#key MrscalerAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. --- @@ -5488,8 +5488,8 @@ MrscalerAwsTags.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#key MrscalerAws#key}. | -| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#value MrscalerAws#value}. | +| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/mrscaler_aws#value MrscalerAws#value}. | --- @@ -5501,7 +5501,7 @@ public java.lang.String getKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#key MrscalerAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. --- @@ -5513,7 +5513,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#value MrscalerAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#value MrscalerAws#value}. --- @@ -5536,10 +5536,10 @@ MrscalerAwsTaskEbsBlockDevice.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| sizeInGb | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. | -| volumesPerInstance | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.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.170.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.170.0/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance}. | --- @@ -5551,7 +5551,7 @@ public java.lang.Number getSizeInGb(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#size_in_gb MrscalerAws#size_in_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#size_in_gb MrscalerAws#size_in_gb}. --- @@ -5563,7 +5563,7 @@ public java.lang.String getVolumeType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type}. --- @@ -5575,7 +5575,7 @@ public java.lang.Number getIops(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. --- @@ -5587,7 +5587,7 @@ public java.lang.Number getVolumesPerInstance(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance}. --- @@ -5624,24 +5624,24 @@ MrscalerAwsTaskScalingDownPolicy.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| metricName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. | -| policyName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. | -| unit | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. | -| actionType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. | -| cooldown | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. | -| dimensions | java.util.Map | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. | -| evaluationPeriods | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. | -| maxTargetCapacity | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. | -| minTargetCapacity | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. | -| period | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#period MrscalerAws#period}. | -| statistic | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. | -| target | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#target MrscalerAws#target}. | +| metricName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. | --- @@ -5653,7 +5653,7 @@ public java.lang.String getMetricName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. --- @@ -5665,7 +5665,7 @@ public java.lang.String getNamespace(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. --- @@ -5677,7 +5677,7 @@ public java.lang.String getPolicyName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. --- @@ -5689,7 +5689,7 @@ public java.lang.Number getThreshold(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. --- @@ -5701,7 +5701,7 @@ public java.lang.String getUnit(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. --- @@ -5713,7 +5713,7 @@ public java.lang.String getActionType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. --- @@ -5725,7 +5725,7 @@ public java.lang.String getAdjustment(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. --- @@ -5737,7 +5737,7 @@ public java.lang.Number getCooldown(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. --- @@ -5749,7 +5749,7 @@ public java.util.Map getDimensions(); - *Type:* java.util.Map -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. --- @@ -5761,7 +5761,7 @@ public java.lang.Number getEvaluationPeriods(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. --- @@ -5773,7 +5773,7 @@ public java.lang.String getMaximum(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. --- @@ -5785,7 +5785,7 @@ public java.lang.String getMaxTargetCapacity(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. --- @@ -5797,7 +5797,7 @@ public java.lang.String getMinimum(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. --- @@ -5809,7 +5809,7 @@ public java.lang.String getMinTargetCapacity(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. --- @@ -5821,7 +5821,7 @@ public java.lang.String getOperator(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. --- @@ -5833,7 +5833,7 @@ public java.lang.Number getPeriod(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#period MrscalerAws#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. --- @@ -5845,7 +5845,7 @@ public java.lang.String getStatistic(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. --- @@ -5857,7 +5857,7 @@ public java.lang.String getTarget(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#target MrscalerAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. --- @@ -5894,24 +5894,24 @@ MrscalerAwsTaskScalingUpPolicy.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| metricName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. | -| policyName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. | -| unit | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. | -| actionType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. | -| cooldown | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. | -| dimensions | java.util.Map | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. | -| evaluationPeriods | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. | -| maxTargetCapacity | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. | -| minTargetCapacity | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. | -| period | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#period MrscalerAws#period}. | -| statistic | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. | -| target | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#target MrscalerAws#target}. | +| metricName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. | --- @@ -5923,7 +5923,7 @@ public java.lang.String getMetricName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. --- @@ -5935,7 +5935,7 @@ public java.lang.String getNamespace(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. --- @@ -5947,7 +5947,7 @@ public java.lang.String getPolicyName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. --- @@ -5959,7 +5959,7 @@ public java.lang.Number getThreshold(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. --- @@ -5971,7 +5971,7 @@ public java.lang.String getUnit(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. --- @@ -5983,7 +5983,7 @@ public java.lang.String getActionType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. --- @@ -5995,7 +5995,7 @@ public java.lang.String getAdjustment(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. --- @@ -6007,7 +6007,7 @@ public java.lang.Number getCooldown(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. --- @@ -6019,7 +6019,7 @@ public java.util.Map getDimensions(); - *Type:* java.util.Map -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. --- @@ -6031,7 +6031,7 @@ public java.lang.Number getEvaluationPeriods(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. --- @@ -6043,7 +6043,7 @@ public java.lang.String getMaximum(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. --- @@ -6055,7 +6055,7 @@ public java.lang.String getMaxTargetCapacity(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. --- @@ -6067,7 +6067,7 @@ public java.lang.String getMinimum(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. --- @@ -6079,7 +6079,7 @@ public java.lang.String getMinTargetCapacity(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. --- @@ -6091,7 +6091,7 @@ public java.lang.String getOperator(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. --- @@ -6103,7 +6103,7 @@ public java.lang.Number getPeriod(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#period MrscalerAws#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. --- @@ -6115,7 +6115,7 @@ public java.lang.String getStatistic(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. --- @@ -6127,7 +6127,7 @@ public java.lang.String getTarget(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#target MrscalerAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. --- @@ -6162,7 +6162,7 @@ public java.lang.Object getStatements(); statements block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#statements MrscalerAws#statements} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#statements MrscalerAws#statements} --- @@ -6189,14 +6189,14 @@ MrscalerAwsTerminationPoliciesStatements.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| metricName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. | -| threshold | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. | -| evaluationPeriods | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. | -| period | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#period MrscalerAws#period}. | -| statistic | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. | -| unit | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. | +| metricName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. | --- @@ -6208,7 +6208,7 @@ public java.lang.String getMetricName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. --- @@ -6220,7 +6220,7 @@ public java.lang.String getNamespace(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. --- @@ -6232,7 +6232,7 @@ public java.lang.Number getThreshold(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. --- @@ -6244,7 +6244,7 @@ public java.lang.Number getEvaluationPeriods(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. --- @@ -6256,7 +6256,7 @@ public java.lang.String getOperator(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. --- @@ -6268,7 +6268,7 @@ public java.lang.Number getPeriod(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#period MrscalerAws#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. --- @@ -6280,7 +6280,7 @@ public java.lang.String getStatistic(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. --- @@ -6292,7 +6292,7 @@ public java.lang.String getUnit(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. --- diff --git a/docs/mrscalerAws.python.md b/docs/mrscalerAws.python.md index 12072f5d1..3a4015ee9 100644 --- a/docs/mrscalerAws.python.md +++ b/docs/mrscalerAws.python.md @@ -4,7 +4,7 @@ ### MrscalerAws -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws spotinst_mrscaler_aws}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws spotinst_mrscaler_aws}. #### Initializers @@ -96,67 +96,67 @@ mrscalerAws.MrscalerAws( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#name MrscalerAws#name}. | -| strategy | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#strategy MrscalerAws#strategy}. | -| additional_info | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.0/docs/resources/mrscaler_aws#name MrscalerAws#name}. | +| strategy | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#strategy MrscalerAws#strategy}. | +| additional_info | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.169.1/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.170.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.169.1/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.170.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.169.1/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.170.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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/docs/resources/mrscaler_aws#id MrscalerAws#id}. | +| core_unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.170.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.170.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.170.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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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.169.1/docs/resources/mrscaler_aws#region MrscalerAws#region}. | -| release_label | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/docs/resources/mrscaler_aws#retries MrscalerAws#retries}. | +| region | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#region MrscalerAws#region}. | +| release_label | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.169.1/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.170.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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.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.169.1/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.170.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.169.1/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.169.1/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.170.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.170.0/docs/resources/mrscaler_aws#visible_to_all_users MrscalerAws#visible_to_all_users}. | --- @@ -224,7 +224,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#name MrscalerAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#name MrscalerAws#name}. --- @@ -232,7 +232,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#strategy MrscalerAws#strategy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#strategy MrscalerAws#strategy}. --- @@ -240,7 +240,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#additional_info MrscalerAws#additional_info}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#additional_info MrscalerAws#additional_info}. --- @@ -248,7 +248,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/mrscaler_aws#additional_primary_security_groups MrscalerAws#additional_primary_security_groups}. --- @@ -256,7 +256,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/mrscaler_aws#additional_replica_security_groups MrscalerAws#additional_replica_security_groups}. --- @@ -266,7 +266,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti applications block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#applications MrscalerAws#applications} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#applications MrscalerAws#applications} --- @@ -274,7 +274,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#availability_zones MrscalerAws#availability_zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#availability_zones MrscalerAws#availability_zones}. --- @@ -284,7 +284,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti bootstrap_actions_file block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#bootstrap_actions_file MrscalerAws#bootstrap_actions_file} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#bootstrap_actions_file MrscalerAws#bootstrap_actions_file} --- @@ -292,7 +292,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#cluster_id MrscalerAws#cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#cluster_id MrscalerAws#cluster_id}. --- @@ -302,7 +302,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti configurations_file block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#configurations_file MrscalerAws#configurations_file} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#configurations_file MrscalerAws#configurations_file} --- @@ -310,7 +310,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#core_desired_capacity MrscalerAws#core_desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#core_desired_capacity MrscalerAws#core_desired_capacity}. --- @@ -320,7 +320,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti core_ebs_block_device block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/mrscaler_aws#core_ebs_block_device MrscalerAws#core_ebs_block_device} --- @@ -328,7 +328,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#core_ebs_optimized MrscalerAws#core_ebs_optimized}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#core_ebs_optimized MrscalerAws#core_ebs_optimized}. --- @@ -336,7 +336,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#core_instance_types MrscalerAws#core_instance_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#core_instance_types MrscalerAws#core_instance_types}. --- @@ -344,7 +344,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#core_lifecycle MrscalerAws#core_lifecycle}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#core_lifecycle MrscalerAws#core_lifecycle}. --- @@ -352,7 +352,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#core_max_size MrscalerAws#core_max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#core_max_size MrscalerAws#core_max_size}. --- @@ -360,7 +360,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#core_min_size MrscalerAws#core_min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#core_min_size MrscalerAws#core_min_size}. --- @@ -370,7 +370,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti core_scaling_down_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/mrscaler_aws#core_scaling_down_policy MrscalerAws#core_scaling_down_policy} --- @@ -380,7 +380,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti core_scaling_up_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/mrscaler_aws#core_scaling_up_policy MrscalerAws#core_scaling_up_policy} --- @@ -388,7 +388,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#core_unit MrscalerAws#core_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#core_unit MrscalerAws#core_unit}. --- @@ -396,7 +396,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#custom_ami_id MrscalerAws#custom_ami_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#custom_ami_id MrscalerAws#custom_ami_id}. --- @@ -404,7 +404,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#description MrscalerAws#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#description MrscalerAws#description}. --- @@ -412,7 +412,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/mrscaler_aws#ebs_root_volume_size MrscalerAws#ebs_root_volume_size}. --- @@ -420,7 +420,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#ec2_key_name MrscalerAws#ec2_key_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#ec2_key_name MrscalerAws#ec2_key_name}. --- @@ -428,7 +428,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#expose_cluster_id MrscalerAws#expose_cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#expose_cluster_id MrscalerAws#expose_cluster_id}. --- @@ -436,7 +436,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#id MrscalerAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#id MrscalerAws#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -449,7 +449,7 @@ If you experience problems setting this value it might not be settable. Please t instance_weights block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#instance_weights MrscalerAws#instance_weights} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#instance_weights MrscalerAws#instance_weights} --- @@ -457,7 +457,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#job_flow_role MrscalerAws#job_flow_role}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#job_flow_role MrscalerAws#job_flow_role}. --- @@ -465,7 +465,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/mrscaler_aws#keep_job_flow_alive MrscalerAws#keep_job_flow_alive}. --- @@ -473,7 +473,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#log_uri MrscalerAws#log_uri}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#log_uri MrscalerAws#log_uri}. --- @@ -481,7 +481,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/mrscaler_aws#managed_primary_security_group MrscalerAws#managed_primary_security_group}. --- @@ -489,7 +489,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/mrscaler_aws#managed_replica_security_group MrscalerAws#managed_replica_security_group}. --- @@ -499,7 +499,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti master_ebs_block_device block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/mrscaler_aws#master_ebs_block_device MrscalerAws#master_ebs_block_device} --- @@ -507,7 +507,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#master_ebs_optimized MrscalerAws#master_ebs_optimized}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#master_ebs_optimized MrscalerAws#master_ebs_optimized}. --- @@ -515,7 +515,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#master_instance_types MrscalerAws#master_instance_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#master_instance_types MrscalerAws#master_instance_types}. --- @@ -523,7 +523,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#master_lifecycle MrscalerAws#master_lifecycle}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#master_lifecycle MrscalerAws#master_lifecycle}. --- @@ -531,7 +531,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#master_target MrscalerAws#master_target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#master_target MrscalerAws#master_target}. --- @@ -541,7 +541,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti provisioning_timeout block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#provisioning_timeout MrscalerAws#provisioning_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#provisioning_timeout MrscalerAws#provisioning_timeout} --- @@ -549,7 +549,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#region MrscalerAws#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#region MrscalerAws#region}. --- @@ -557,7 +557,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#release_label MrscalerAws#release_label}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#release_label MrscalerAws#release_label}. --- @@ -565,7 +565,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/mrscaler_aws#repo_upgrade_on_boot MrscalerAws#repo_upgrade_on_boot}. --- @@ -573,7 +573,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#retries MrscalerAws#retries}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#retries MrscalerAws#retries}. --- @@ -583,7 +583,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#scheduled_task MrscalerAws#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#scheduled_task MrscalerAws#scheduled_task} --- @@ -591,7 +591,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#security_config MrscalerAws#security_config}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#security_config MrscalerAws#security_config}. --- @@ -599,7 +599,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/mrscaler_aws#service_access_security_group MrscalerAws#service_access_security_group}. --- @@ -607,7 +607,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#service_role MrscalerAws#service_role}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#service_role MrscalerAws#service_role}. --- @@ -617,7 +617,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti steps_file block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#steps_file MrscalerAws#steps_file} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#steps_file MrscalerAws#steps_file} --- @@ -627,7 +627,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#tags MrscalerAws#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#tags MrscalerAws#tags} --- @@ -635,7 +635,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#task_desired_capacity MrscalerAws#task_desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#task_desired_capacity MrscalerAws#task_desired_capacity}. --- @@ -645,7 +645,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti task_ebs_block_device block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/mrscaler_aws#task_ebs_block_device MrscalerAws#task_ebs_block_device} --- @@ -653,7 +653,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#task_ebs_optimized MrscalerAws#task_ebs_optimized}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#task_ebs_optimized MrscalerAws#task_ebs_optimized}. --- @@ -661,7 +661,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#task_instance_types MrscalerAws#task_instance_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#task_instance_types MrscalerAws#task_instance_types}. --- @@ -669,7 +669,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#task_lifecycle MrscalerAws#task_lifecycle}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#task_lifecycle MrscalerAws#task_lifecycle}. --- @@ -677,7 +677,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#task_max_size MrscalerAws#task_max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#task_max_size MrscalerAws#task_max_size}. --- @@ -685,7 +685,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#task_min_size MrscalerAws#task_min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#task_min_size MrscalerAws#task_min_size}. --- @@ -695,7 +695,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti task_scaling_down_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/mrscaler_aws#task_scaling_down_policy MrscalerAws#task_scaling_down_policy} --- @@ -705,7 +705,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti task_scaling_up_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/mrscaler_aws#task_scaling_up_policy MrscalerAws#task_scaling_up_policy} --- @@ -713,7 +713,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#task_unit MrscalerAws#task_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#task_unit MrscalerAws#task_unit}. --- @@ -723,7 +723,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti termination_policies block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#termination_policies MrscalerAws#termination_policies} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#termination_policies MrscalerAws#termination_policies} --- @@ -731,7 +731,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#termination_protected MrscalerAws#termination_protected}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#termination_protected MrscalerAws#termination_protected}. --- @@ -739,7 +739,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/mrscaler_aws#visible_to_all_users MrscalerAws#visible_to_all_users}. --- @@ -1298,7 +1298,7 @@ def put_provisioning_timeout( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#timeout MrscalerAws#timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#timeout MrscalerAws#timeout}. --- @@ -1306,7 +1306,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#timeout_action MrscalerAws#timeout_action}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#timeout_action MrscalerAws#timeout_action}. --- @@ -1876,7 +1876,7 @@ The construct id used in the generated config for the MrscalerAws to import. The id of the existing MrscalerAws that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#import import section} in the documentation of this resource for the id to use --- @@ -3442,9 +3442,9 @@ mrscalerAws.MrscalerAwsApplications( | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#name MrscalerAws#name}. | -| args | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#args MrscalerAws#args}. | -| version | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#version MrscalerAws#version}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/mrscaler_aws#args MrscalerAws#args}. | +| version | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#version MrscalerAws#version}. | --- @@ -3456,7 +3456,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#name MrscalerAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#name MrscalerAws#name}. --- @@ -3468,7 +3468,7 @@ args: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#args MrscalerAws#args}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#args MrscalerAws#args}. --- @@ -3480,7 +3480,7 @@ version: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#version MrscalerAws#version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#version MrscalerAws#version}. --- @@ -3501,8 +3501,8 @@ mrscalerAws.MrscalerAwsBootstrapActionsFile( | **Name** | **Type** | **Description** | | --- | --- | --- | -| bucket | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. | -| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#key MrscalerAws#key}. | +| bucket | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. | +| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. | --- @@ -3514,7 +3514,7 @@ bucket: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. --- @@ -3526,7 +3526,7 @@ key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#key MrscalerAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. --- @@ -3620,67 +3620,67 @@ mrscalerAws.MrscalerAwsConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#name MrscalerAws#name}. | -| strategy | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#strategy MrscalerAws#strategy}. | -| additional_info | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.0/docs/resources/mrscaler_aws#name MrscalerAws#name}. | +| strategy | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#strategy MrscalerAws#strategy}. | +| additional_info | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.169.1/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.170.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.169.1/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.170.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.169.1/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.170.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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/docs/resources/mrscaler_aws#id MrscalerAws#id}. | +| core_unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.170.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.170.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.170.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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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.169.1/docs/resources/mrscaler_aws#region MrscalerAws#region}. | -| release_label | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/docs/resources/mrscaler_aws#retries MrscalerAws#retries}. | +| region | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#region MrscalerAws#region}. | +| release_label | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.169.1/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.170.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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.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.169.1/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.170.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.169.1/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.169.1/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.170.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.170.0/docs/resources/mrscaler_aws#visible_to_all_users MrscalerAws#visible_to_all_users}. | --- @@ -3762,7 +3762,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#name MrscalerAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#name MrscalerAws#name}. --- @@ -3774,7 +3774,7 @@ strategy: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#strategy MrscalerAws#strategy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#strategy MrscalerAws#strategy}. --- @@ -3786,7 +3786,7 @@ additional_info: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#additional_info MrscalerAws#additional_info}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#additional_info MrscalerAws#additional_info}. --- @@ -3798,7 +3798,7 @@ additional_primary_security_groups: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/mrscaler_aws#additional_primary_security_groups MrscalerAws#additional_primary_security_groups}. --- @@ -3810,7 +3810,7 @@ additional_replica_security_groups: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/mrscaler_aws#additional_replica_security_groups MrscalerAws#additional_replica_security_groups}. --- @@ -3824,7 +3824,7 @@ applications: typing.Union[IResolvable, typing.List[MrscalerAwsApplications]] applications block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#applications MrscalerAws#applications} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#applications MrscalerAws#applications} --- @@ -3836,7 +3836,7 @@ availability_zones: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#availability_zones MrscalerAws#availability_zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#availability_zones MrscalerAws#availability_zones}. --- @@ -3850,7 +3850,7 @@ bootstrap_actions_file: typing.Union[IResolvable, typing.List[MrscalerAwsBootstr bootstrap_actions_file block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#bootstrap_actions_file MrscalerAws#bootstrap_actions_file} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#bootstrap_actions_file MrscalerAws#bootstrap_actions_file} --- @@ -3862,7 +3862,7 @@ cluster_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#cluster_id MrscalerAws#cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#cluster_id MrscalerAws#cluster_id}. --- @@ -3876,7 +3876,7 @@ configurations_file: typing.Union[IResolvable, typing.List[MrscalerAwsConfigurat configurations_file block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#configurations_file MrscalerAws#configurations_file} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#configurations_file MrscalerAws#configurations_file} --- @@ -3888,7 +3888,7 @@ core_desired_capacity: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#core_desired_capacity MrscalerAws#core_desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#core_desired_capacity MrscalerAws#core_desired_capacity}. --- @@ -3902,7 +3902,7 @@ core_ebs_block_device: typing.Union[IResolvable, typing.List[MrscalerAwsCoreEbsB core_ebs_block_device block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/mrscaler_aws#core_ebs_block_device MrscalerAws#core_ebs_block_device} --- @@ -3914,7 +3914,7 @@ core_ebs_optimized: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#core_ebs_optimized MrscalerAws#core_ebs_optimized}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#core_ebs_optimized MrscalerAws#core_ebs_optimized}. --- @@ -3926,7 +3926,7 @@ core_instance_types: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#core_instance_types MrscalerAws#core_instance_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#core_instance_types MrscalerAws#core_instance_types}. --- @@ -3938,7 +3938,7 @@ core_lifecycle: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#core_lifecycle MrscalerAws#core_lifecycle}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#core_lifecycle MrscalerAws#core_lifecycle}. --- @@ -3950,7 +3950,7 @@ core_max_size: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#core_max_size MrscalerAws#core_max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#core_max_size MrscalerAws#core_max_size}. --- @@ -3962,7 +3962,7 @@ core_min_size: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#core_min_size MrscalerAws#core_min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#core_min_size MrscalerAws#core_min_size}. --- @@ -3976,7 +3976,7 @@ core_scaling_down_policy: typing.Union[IResolvable, typing.List[MrscalerAwsCoreS core_scaling_down_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/mrscaler_aws#core_scaling_down_policy MrscalerAws#core_scaling_down_policy} --- @@ -3990,7 +3990,7 @@ core_scaling_up_policy: typing.Union[IResolvable, typing.List[MrscalerAwsCoreSca core_scaling_up_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/mrscaler_aws#core_scaling_up_policy MrscalerAws#core_scaling_up_policy} --- @@ -4002,7 +4002,7 @@ core_unit: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#core_unit MrscalerAws#core_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#core_unit MrscalerAws#core_unit}. --- @@ -4014,7 +4014,7 @@ custom_ami_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#custom_ami_id MrscalerAws#custom_ami_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#custom_ami_id MrscalerAws#custom_ami_id}. --- @@ -4026,7 +4026,7 @@ description: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#description MrscalerAws#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#description MrscalerAws#description}. --- @@ -4038,7 +4038,7 @@ ebs_root_volume_size: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/mrscaler_aws#ebs_root_volume_size MrscalerAws#ebs_root_volume_size}. --- @@ -4050,7 +4050,7 @@ ec2_key_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#ec2_key_name MrscalerAws#ec2_key_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#ec2_key_name MrscalerAws#ec2_key_name}. --- @@ -4062,7 +4062,7 @@ expose_cluster_id: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#expose_cluster_id MrscalerAws#expose_cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#expose_cluster_id MrscalerAws#expose_cluster_id}. --- @@ -4074,7 +4074,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#id MrscalerAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#id MrscalerAws#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -4091,7 +4091,7 @@ instance_weights: typing.Union[IResolvable, typing.List[MrscalerAwsInstanceWeigh instance_weights block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#instance_weights MrscalerAws#instance_weights} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#instance_weights MrscalerAws#instance_weights} --- @@ -4103,7 +4103,7 @@ job_flow_role: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#job_flow_role MrscalerAws#job_flow_role}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#job_flow_role MrscalerAws#job_flow_role}. --- @@ -4115,7 +4115,7 @@ keep_job_flow_alive: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/mrscaler_aws#keep_job_flow_alive MrscalerAws#keep_job_flow_alive}. --- @@ -4127,7 +4127,7 @@ log_uri: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#log_uri MrscalerAws#log_uri}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#log_uri MrscalerAws#log_uri}. --- @@ -4139,7 +4139,7 @@ managed_primary_security_group: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/mrscaler_aws#managed_primary_security_group MrscalerAws#managed_primary_security_group}. --- @@ -4151,7 +4151,7 @@ managed_replica_security_group: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/mrscaler_aws#managed_replica_security_group MrscalerAws#managed_replica_security_group}. --- @@ -4165,7 +4165,7 @@ master_ebs_block_device: typing.Union[IResolvable, typing.List[MrscalerAwsMaster master_ebs_block_device block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/mrscaler_aws#master_ebs_block_device MrscalerAws#master_ebs_block_device} --- @@ -4177,7 +4177,7 @@ master_ebs_optimized: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#master_ebs_optimized MrscalerAws#master_ebs_optimized}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#master_ebs_optimized MrscalerAws#master_ebs_optimized}. --- @@ -4189,7 +4189,7 @@ master_instance_types: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#master_instance_types MrscalerAws#master_instance_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#master_instance_types MrscalerAws#master_instance_types}. --- @@ -4201,7 +4201,7 @@ master_lifecycle: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#master_lifecycle MrscalerAws#master_lifecycle}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#master_lifecycle MrscalerAws#master_lifecycle}. --- @@ -4213,7 +4213,7 @@ master_target: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#master_target MrscalerAws#master_target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#master_target MrscalerAws#master_target}. --- @@ -4227,7 +4227,7 @@ provisioning_timeout: MrscalerAwsProvisioningTimeout provisioning_timeout block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#provisioning_timeout MrscalerAws#provisioning_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#provisioning_timeout MrscalerAws#provisioning_timeout} --- @@ -4239,7 +4239,7 @@ region: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#region MrscalerAws#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#region MrscalerAws#region}. --- @@ -4251,7 +4251,7 @@ release_label: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#release_label MrscalerAws#release_label}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#release_label MrscalerAws#release_label}. --- @@ -4263,7 +4263,7 @@ repo_upgrade_on_boot: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/mrscaler_aws#repo_upgrade_on_boot MrscalerAws#repo_upgrade_on_boot}. --- @@ -4275,7 +4275,7 @@ retries: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#retries MrscalerAws#retries}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#retries MrscalerAws#retries}. --- @@ -4289,7 +4289,7 @@ scheduled_task: typing.Union[IResolvable, typing.List[MrscalerAwsScheduledTask]] scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#scheduled_task MrscalerAws#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#scheduled_task MrscalerAws#scheduled_task} --- @@ -4301,7 +4301,7 @@ security_config: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#security_config MrscalerAws#security_config}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#security_config MrscalerAws#security_config}. --- @@ -4313,7 +4313,7 @@ service_access_security_group: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/mrscaler_aws#service_access_security_group MrscalerAws#service_access_security_group}. --- @@ -4325,7 +4325,7 @@ service_role: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#service_role MrscalerAws#service_role}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#service_role MrscalerAws#service_role}. --- @@ -4339,7 +4339,7 @@ steps_file: typing.Union[IResolvable, typing.List[MrscalerAwsStepsFile]] steps_file block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#steps_file MrscalerAws#steps_file} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#steps_file MrscalerAws#steps_file} --- @@ -4353,7 +4353,7 @@ tags: typing.Union[IResolvable, typing.List[MrscalerAwsTags]] tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#tags MrscalerAws#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#tags MrscalerAws#tags} --- @@ -4365,7 +4365,7 @@ task_desired_capacity: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#task_desired_capacity MrscalerAws#task_desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#task_desired_capacity MrscalerAws#task_desired_capacity}. --- @@ -4379,7 +4379,7 @@ task_ebs_block_device: typing.Union[IResolvable, typing.List[MrscalerAwsTaskEbsB task_ebs_block_device block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/mrscaler_aws#task_ebs_block_device MrscalerAws#task_ebs_block_device} --- @@ -4391,7 +4391,7 @@ task_ebs_optimized: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#task_ebs_optimized MrscalerAws#task_ebs_optimized}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#task_ebs_optimized MrscalerAws#task_ebs_optimized}. --- @@ -4403,7 +4403,7 @@ task_instance_types: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#task_instance_types MrscalerAws#task_instance_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#task_instance_types MrscalerAws#task_instance_types}. --- @@ -4415,7 +4415,7 @@ task_lifecycle: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#task_lifecycle MrscalerAws#task_lifecycle}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#task_lifecycle MrscalerAws#task_lifecycle}. --- @@ -4427,7 +4427,7 @@ task_max_size: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#task_max_size MrscalerAws#task_max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#task_max_size MrscalerAws#task_max_size}. --- @@ -4439,7 +4439,7 @@ task_min_size: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#task_min_size MrscalerAws#task_min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#task_min_size MrscalerAws#task_min_size}. --- @@ -4453,7 +4453,7 @@ task_scaling_down_policy: typing.Union[IResolvable, typing.List[MrscalerAwsTaskS task_scaling_down_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/mrscaler_aws#task_scaling_down_policy MrscalerAws#task_scaling_down_policy} --- @@ -4467,7 +4467,7 @@ task_scaling_up_policy: typing.Union[IResolvable, typing.List[MrscalerAwsTaskSca task_scaling_up_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/mrscaler_aws#task_scaling_up_policy MrscalerAws#task_scaling_up_policy} --- @@ -4479,7 +4479,7 @@ task_unit: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#task_unit MrscalerAws#task_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#task_unit MrscalerAws#task_unit}. --- @@ -4493,7 +4493,7 @@ termination_policies: typing.Union[IResolvable, typing.List[MrscalerAwsTerminati termination_policies block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#termination_policies MrscalerAws#termination_policies} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#termination_policies MrscalerAws#termination_policies} --- @@ -4505,7 +4505,7 @@ termination_protected: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#termination_protected MrscalerAws#termination_protected}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#termination_protected MrscalerAws#termination_protected}. --- @@ -4517,7 +4517,7 @@ visible_to_all_users: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/mrscaler_aws#visible_to_all_users MrscalerAws#visible_to_all_users}. --- @@ -4538,8 +4538,8 @@ mrscalerAws.MrscalerAwsConfigurationsFile( | **Name** | **Type** | **Description** | | --- | --- | --- | -| bucket | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. | -| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#key MrscalerAws#key}. | +| bucket | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. | +| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. | --- @@ -4551,7 +4551,7 @@ bucket: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. --- @@ -4563,7 +4563,7 @@ key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#key MrscalerAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. --- @@ -4586,10 +4586,10 @@ mrscalerAws.MrscalerAwsCoreEbsBlockDevice( | **Name** | **Type** | **Description** | | --- | --- | --- | -| size_in_gb | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.0/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance}. | --- @@ -4601,7 +4601,7 @@ size_in_gb: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#size_in_gb MrscalerAws#size_in_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#size_in_gb MrscalerAws#size_in_gb}. --- @@ -4613,7 +4613,7 @@ volume_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type}. --- @@ -4625,7 +4625,7 @@ iops: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. --- @@ -4637,7 +4637,7 @@ volumes_per_instance: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance}. --- @@ -4674,24 +4674,24 @@ mrscalerAws.MrscalerAwsCoreScalingDownPolicy( | **Name** | **Type** | **Description** | | --- | --- | --- | -| metric_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. | -| namespace | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. | -| policy_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. | -| unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. | -| action_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. | -| adjustment | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. | -| dimensions | typing.Mapping[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. | -| maximum | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. | -| max_target_capacity | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. | -| min_target_capacity | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/docs/resources/mrscaler_aws#period MrscalerAws#period}. | -| statistic | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. | -| target | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#target MrscalerAws#target}. | +| metric_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. | +| policy_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. | +| unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. | +| action_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. | +| statistic | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. | +| target | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. | --- @@ -4703,7 +4703,7 @@ metric_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. --- @@ -4715,7 +4715,7 @@ namespace: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. --- @@ -4727,7 +4727,7 @@ policy_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. --- @@ -4739,7 +4739,7 @@ threshold: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. --- @@ -4751,7 +4751,7 @@ unit: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. --- @@ -4763,7 +4763,7 @@ action_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. --- @@ -4775,7 +4775,7 @@ adjustment: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. --- @@ -4787,7 +4787,7 @@ cooldown: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. --- @@ -4799,7 +4799,7 @@ dimensions: typing.Mapping[str] - *Type:* typing.Mapping[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. --- @@ -4811,7 +4811,7 @@ evaluation_periods: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. --- @@ -4823,7 +4823,7 @@ maximum: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. --- @@ -4835,7 +4835,7 @@ max_target_capacity: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. --- @@ -4847,7 +4847,7 @@ minimum: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. --- @@ -4859,7 +4859,7 @@ min_target_capacity: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. --- @@ -4871,7 +4871,7 @@ operator: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. --- @@ -4883,7 +4883,7 @@ period: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#period MrscalerAws#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. --- @@ -4895,7 +4895,7 @@ statistic: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. --- @@ -4907,7 +4907,7 @@ target: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#target MrscalerAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. --- @@ -4944,24 +4944,24 @@ mrscalerAws.MrscalerAwsCoreScalingUpPolicy( | **Name** | **Type** | **Description** | | --- | --- | --- | -| metric_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. | -| namespace | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. | -| policy_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. | -| unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. | -| action_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. | -| adjustment | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. | -| dimensions | typing.Mapping[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. | -| maximum | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. | -| max_target_capacity | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. | -| min_target_capacity | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/docs/resources/mrscaler_aws#period MrscalerAws#period}. | -| statistic | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. | -| target | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#target MrscalerAws#target}. | +| metric_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. | +| policy_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. | +| unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. | +| action_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. | +| statistic | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. | +| target | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. | --- @@ -4973,7 +4973,7 @@ metric_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. --- @@ -4985,7 +4985,7 @@ namespace: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. --- @@ -4997,7 +4997,7 @@ policy_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. --- @@ -5009,7 +5009,7 @@ threshold: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. --- @@ -5021,7 +5021,7 @@ unit: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. --- @@ -5033,7 +5033,7 @@ action_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. --- @@ -5045,7 +5045,7 @@ adjustment: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. --- @@ -5057,7 +5057,7 @@ cooldown: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. --- @@ -5069,7 +5069,7 @@ dimensions: typing.Mapping[str] - *Type:* typing.Mapping[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. --- @@ -5081,7 +5081,7 @@ evaluation_periods: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. --- @@ -5093,7 +5093,7 @@ maximum: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. --- @@ -5105,7 +5105,7 @@ max_target_capacity: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. --- @@ -5117,7 +5117,7 @@ minimum: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. --- @@ -5129,7 +5129,7 @@ min_target_capacity: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. --- @@ -5141,7 +5141,7 @@ operator: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. --- @@ -5153,7 +5153,7 @@ period: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#period MrscalerAws#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. --- @@ -5165,7 +5165,7 @@ statistic: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. --- @@ -5177,7 +5177,7 @@ target: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#target MrscalerAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. --- @@ -5198,8 +5198,8 @@ mrscalerAws.MrscalerAwsInstanceWeights( | **Name** | **Type** | **Description** | | --- | --- | --- | -| instance_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/mrscaler_aws#weighted_capacity MrscalerAws#weighted_capacity}. | --- @@ -5211,7 +5211,7 @@ instance_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#instance_type MrscalerAws#instance_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#instance_type MrscalerAws#instance_type}. --- @@ -5223,7 +5223,7 @@ weighted_capacity: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#weighted_capacity MrscalerAws#weighted_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#weighted_capacity MrscalerAws#weighted_capacity}. --- @@ -5246,10 +5246,10 @@ mrscalerAws.MrscalerAwsMasterEbsBlockDevice( | **Name** | **Type** | **Description** | | --- | --- | --- | -| size_in_gb | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.0/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance}. | --- @@ -5261,7 +5261,7 @@ size_in_gb: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#size_in_gb MrscalerAws#size_in_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#size_in_gb MrscalerAws#size_in_gb}. --- @@ -5273,7 +5273,7 @@ volume_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type}. --- @@ -5285,7 +5285,7 @@ iops: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. --- @@ -5297,7 +5297,7 @@ volumes_per_instance: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance}. --- @@ -5318,8 +5318,8 @@ mrscalerAws.MrscalerAwsProvisioningTimeout( | **Name** | **Type** | **Description** | | --- | --- | --- | -| timeout | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#timeout MrscalerAws#timeout}. | -| timeout_action | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/mrscaler_aws#timeout MrscalerAws#timeout}. | +| timeout_action | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#timeout_action MrscalerAws#timeout_action}. | --- @@ -5331,7 +5331,7 @@ timeout: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#timeout MrscalerAws#timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#timeout MrscalerAws#timeout}. --- @@ -5343,7 +5343,7 @@ timeout_action: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#timeout_action MrscalerAws#timeout_action}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#timeout_action MrscalerAws#timeout_action}. --- @@ -5369,13 +5369,13 @@ mrscalerAws.MrscalerAwsScheduledTask( | **Name** | **Type** | **Description** | | --- | --- | --- | -| cron | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#cron MrscalerAws#cron}. | -| instance_group_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/docs/resources/mrscaler_aws#min_capacity MrscalerAws#min_capacity}. | +| cron | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.170.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.170.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.170.0/docs/resources/mrscaler_aws#min_capacity MrscalerAws#min_capacity}. | --- @@ -5387,7 +5387,7 @@ cron: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#cron MrscalerAws#cron}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#cron MrscalerAws#cron}. --- @@ -5399,7 +5399,7 @@ instance_group_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#instance_group_type MrscalerAws#instance_group_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#instance_group_type MrscalerAws#instance_group_type}. --- @@ -5411,7 +5411,7 @@ task_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#task_type MrscalerAws#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#task_type MrscalerAws#task_type}. --- @@ -5423,7 +5423,7 @@ desired_capacity: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#desired_capacity MrscalerAws#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#desired_capacity MrscalerAws#desired_capacity}. --- @@ -5435,7 +5435,7 @@ is_enabled: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#is_enabled MrscalerAws#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#is_enabled MrscalerAws#is_enabled}. --- @@ -5447,7 +5447,7 @@ max_capacity: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#max_capacity MrscalerAws#max_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#max_capacity MrscalerAws#max_capacity}. --- @@ -5459,7 +5459,7 @@ min_capacity: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#min_capacity MrscalerAws#min_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#min_capacity MrscalerAws#min_capacity}. --- @@ -5480,8 +5480,8 @@ mrscalerAws.MrscalerAwsStepsFile( | **Name** | **Type** | **Description** | | --- | --- | --- | -| bucket | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. | -| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#key MrscalerAws#key}. | +| bucket | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. | +| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. | --- @@ -5493,7 +5493,7 @@ bucket: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. --- @@ -5505,7 +5505,7 @@ key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#key MrscalerAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. --- @@ -5526,8 +5526,8 @@ mrscalerAws.MrscalerAwsTags( | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#key MrscalerAws#key}. | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#value MrscalerAws#value}. | +| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. | +| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#value MrscalerAws#value}. | --- @@ -5539,7 +5539,7 @@ key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#key MrscalerAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. --- @@ -5551,7 +5551,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#value MrscalerAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#value MrscalerAws#value}. --- @@ -5574,10 +5574,10 @@ mrscalerAws.MrscalerAwsTaskEbsBlockDevice( | **Name** | **Type** | **Description** | | --- | --- | --- | -| size_in_gb | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.0/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance}. | --- @@ -5589,7 +5589,7 @@ size_in_gb: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#size_in_gb MrscalerAws#size_in_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#size_in_gb MrscalerAws#size_in_gb}. --- @@ -5601,7 +5601,7 @@ volume_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type}. --- @@ -5613,7 +5613,7 @@ iops: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. --- @@ -5625,7 +5625,7 @@ volumes_per_instance: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance}. --- @@ -5662,24 +5662,24 @@ mrscalerAws.MrscalerAwsTaskScalingDownPolicy( | **Name** | **Type** | **Description** | | --- | --- | --- | -| metric_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. | -| namespace | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. | -| policy_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. | -| unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. | -| action_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. | -| adjustment | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. | -| dimensions | typing.Mapping[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. | -| maximum | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. | -| max_target_capacity | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. | -| min_target_capacity | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/docs/resources/mrscaler_aws#period MrscalerAws#period}. | -| statistic | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. | -| target | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#target MrscalerAws#target}. | +| metric_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. | +| policy_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. | +| unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. | +| action_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. | +| statistic | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. | +| target | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. | --- @@ -5691,7 +5691,7 @@ metric_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. --- @@ -5703,7 +5703,7 @@ namespace: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. --- @@ -5715,7 +5715,7 @@ policy_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. --- @@ -5727,7 +5727,7 @@ threshold: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. --- @@ -5739,7 +5739,7 @@ unit: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. --- @@ -5751,7 +5751,7 @@ action_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. --- @@ -5763,7 +5763,7 @@ adjustment: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. --- @@ -5775,7 +5775,7 @@ cooldown: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. --- @@ -5787,7 +5787,7 @@ dimensions: typing.Mapping[str] - *Type:* typing.Mapping[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. --- @@ -5799,7 +5799,7 @@ evaluation_periods: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. --- @@ -5811,7 +5811,7 @@ maximum: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. --- @@ -5823,7 +5823,7 @@ max_target_capacity: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. --- @@ -5835,7 +5835,7 @@ minimum: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. --- @@ -5847,7 +5847,7 @@ min_target_capacity: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. --- @@ -5859,7 +5859,7 @@ operator: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. --- @@ -5871,7 +5871,7 @@ period: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#period MrscalerAws#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. --- @@ -5883,7 +5883,7 @@ statistic: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. --- @@ -5895,7 +5895,7 @@ target: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#target MrscalerAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. --- @@ -5932,24 +5932,24 @@ mrscalerAws.MrscalerAwsTaskScalingUpPolicy( | **Name** | **Type** | **Description** | | --- | --- | --- | -| metric_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. | -| namespace | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. | -| policy_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. | -| unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. | -| action_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. | -| adjustment | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. | -| dimensions | typing.Mapping[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. | -| maximum | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. | -| max_target_capacity | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. | -| min_target_capacity | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/docs/resources/mrscaler_aws#period MrscalerAws#period}. | -| statistic | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. | -| target | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#target MrscalerAws#target}. | +| metric_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. | +| policy_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. | +| unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. | +| action_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. | +| statistic | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. | +| target | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. | --- @@ -5961,7 +5961,7 @@ metric_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. --- @@ -5973,7 +5973,7 @@ namespace: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. --- @@ -5985,7 +5985,7 @@ policy_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. --- @@ -5997,7 +5997,7 @@ threshold: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. --- @@ -6009,7 +6009,7 @@ unit: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. --- @@ -6021,7 +6021,7 @@ action_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. --- @@ -6033,7 +6033,7 @@ adjustment: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. --- @@ -6045,7 +6045,7 @@ cooldown: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. --- @@ -6057,7 +6057,7 @@ dimensions: typing.Mapping[str] - *Type:* typing.Mapping[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. --- @@ -6069,7 +6069,7 @@ evaluation_periods: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. --- @@ -6081,7 +6081,7 @@ maximum: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. --- @@ -6093,7 +6093,7 @@ max_target_capacity: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. --- @@ -6105,7 +6105,7 @@ minimum: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. --- @@ -6117,7 +6117,7 @@ min_target_capacity: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. --- @@ -6129,7 +6129,7 @@ operator: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. --- @@ -6141,7 +6141,7 @@ period: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#period MrscalerAws#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. --- @@ -6153,7 +6153,7 @@ statistic: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. --- @@ -6165,7 +6165,7 @@ target: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#target MrscalerAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. --- @@ -6199,7 +6199,7 @@ statements: typing.Union[IResolvable, typing.List[MrscalerAwsTerminationPolicies statements block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#statements MrscalerAws#statements} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#statements MrscalerAws#statements} --- @@ -6226,14 +6226,14 @@ mrscalerAws.MrscalerAwsTerminationPoliciesStatements( | **Name** | **Type** | **Description** | | --- | --- | --- | -| metric_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. | -| namespace | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. | -| operator | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/mrscaler_aws#period MrscalerAws#period}. | -| statistic | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. | -| unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. | +| metric_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.170.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.170.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. | +| statistic | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. | +| unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. | --- @@ -6245,7 +6245,7 @@ metric_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. --- @@ -6257,7 +6257,7 @@ namespace: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. --- @@ -6269,7 +6269,7 @@ threshold: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. --- @@ -6281,7 +6281,7 @@ evaluation_periods: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. --- @@ -6293,7 +6293,7 @@ operator: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. --- @@ -6305,7 +6305,7 @@ period: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#period MrscalerAws#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. --- @@ -6317,7 +6317,7 @@ statistic: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. --- @@ -6329,7 +6329,7 @@ unit: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. --- diff --git a/docs/mrscalerAws.typescript.md b/docs/mrscalerAws.typescript.md index fe9929c2c..65d1c12e5 100644 --- a/docs/mrscalerAws.typescript.md +++ b/docs/mrscalerAws.typescript.md @@ -4,7 +4,7 @@ ### MrscalerAws -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws spotinst_mrscaler_aws}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws spotinst_mrscaler_aws}. #### Initializers @@ -1088,7 +1088,7 @@ The construct id used in the generated config for the MrscalerAws to import. The id of the existing MrscalerAws that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#import import section} in the documentation of this resource for the id to use --- @@ -2650,9 +2650,9 @@ const mrscalerAwsApplications: mrscalerAws.MrscalerAwsApplications = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#name MrscalerAws#name}. | -| args | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#args MrscalerAws#args}. | -| version | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#version MrscalerAws#version}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#name MrscalerAws#name}. | +| args | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#args MrscalerAws#args}. | +| version | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#version MrscalerAws#version}. | --- @@ -2664,7 +2664,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#name MrscalerAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#name MrscalerAws#name}. --- @@ -2676,7 +2676,7 @@ public readonly args: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#args MrscalerAws#args}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#args MrscalerAws#args}. --- @@ -2688,7 +2688,7 @@ public readonly version: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#version MrscalerAws#version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#version MrscalerAws#version}. --- @@ -2706,8 +2706,8 @@ const mrscalerAwsBootstrapActionsFile: mrscalerAws.MrscalerAwsBootstrapActionsFi | **Name** | **Type** | **Description** | | --- | --- | --- | -| bucket | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. | -| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#key MrscalerAws#key}. | +| bucket | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. | +| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. | --- @@ -2719,7 +2719,7 @@ public readonly bucket: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. --- @@ -2731,7 +2731,7 @@ public readonly key: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#key MrscalerAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. --- @@ -2756,67 +2756,67 @@ const mrscalerAwsConfig: mrscalerAws.MrscalerAwsConfig = { ... } | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#name MrscalerAws#name}. | -| strategy | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#strategy MrscalerAws#strategy}. | -| additionalInfo | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#additional_info MrscalerAws#additional_info}. | -| additionalPrimarySecurityGroups | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.0/docs/resources/mrscaler_aws#name MrscalerAws#name}. | +| strategy | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#strategy MrscalerAws#strategy}. | +| additionalInfo | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.169.1/docs/resources/mrscaler_aws#availability_zones MrscalerAws#availability_zones}. | +| availabilityZones | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/mrscaler_aws#cluster_id MrscalerAws#cluster_id}. | +| clusterId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.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.169.1/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.169.1/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.169.1/docs/resources/mrscaler_aws#core_lifecycle MrscalerAws#core_lifecycle}. | -| coreMaxSize | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.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.169.1/docs/resources/mrscaler_aws#core_unit MrscalerAws#core_unit}. | -| customAmiId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/mrscaler_aws#description MrscalerAws#description}. | -| ebsRootVolumeSize | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/docs/resources/mrscaler_aws#id MrscalerAws#id}. | +| coreUnit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.0/docs/resources/mrscaler_aws#description MrscalerAws#description}. | +| ebsRootVolumeSize | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.169.1/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.169.1/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.169.1/docs/resources/mrscaler_aws#log_uri MrscalerAws#log_uri}. | -| managedPrimarySecurityGroup | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.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.169.1/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.169.1/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.169.1/docs/resources/mrscaler_aws#master_lifecycle MrscalerAws#master_lifecycle}. | -| masterTarget | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.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.170.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.170.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.169.1/docs/resources/mrscaler_aws#region MrscalerAws#region}. | -| releaseLabel | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#release_label MrscalerAws#release_label}. | -| repoUpgradeOnBoot | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/mrscaler_aws#retries MrscalerAws#retries}. | +| region | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#region MrscalerAws#region}. | +| releaseLabel | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.169.1/docs/resources/mrscaler_aws#security_config MrscalerAws#security_config}. | -| serviceAccessSecurityGroup | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/mrscaler_aws#service_role MrscalerAws#service_role}. | +| securityConfig | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.169.1/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.170.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.169.1/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.169.1/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.169.1/docs/resources/mrscaler_aws#task_lifecycle MrscalerAws#task_lifecycle}. | -| taskMaxSize | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.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.169.1/docs/resources/mrscaler_aws#task_unit MrscalerAws#task_unit}. | +| taskUnit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.169.1/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.170.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.170.0/docs/resources/mrscaler_aws#visible_to_all_users MrscalerAws#visible_to_all_users}. | --- @@ -2898,7 +2898,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#name MrscalerAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#name MrscalerAws#name}. --- @@ -2910,7 +2910,7 @@ public readonly strategy: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#strategy MrscalerAws#strategy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#strategy MrscalerAws#strategy}. --- @@ -2922,7 +2922,7 @@ public readonly additionalInfo: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#additional_info MrscalerAws#additional_info}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#additional_info MrscalerAws#additional_info}. --- @@ -2934,7 +2934,7 @@ public readonly additionalPrimarySecurityGroups: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/mrscaler_aws#additional_primary_security_groups MrscalerAws#additional_primary_security_groups}. --- @@ -2946,7 +2946,7 @@ public readonly additionalReplicaSecurityGroups: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/mrscaler_aws#additional_replica_security_groups MrscalerAws#additional_replica_security_groups}. --- @@ -2960,7 +2960,7 @@ public readonly applications: IResolvable | MrscalerAwsApplications[]; applications block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#applications MrscalerAws#applications} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#applications MrscalerAws#applications} --- @@ -2972,7 +2972,7 @@ public readonly availabilityZones: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#availability_zones MrscalerAws#availability_zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#availability_zones MrscalerAws#availability_zones}. --- @@ -2986,7 +2986,7 @@ public readonly bootstrapActionsFile: IResolvable | MrscalerAwsBootstrapActionsF bootstrap_actions_file block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#bootstrap_actions_file MrscalerAws#bootstrap_actions_file} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#bootstrap_actions_file MrscalerAws#bootstrap_actions_file} --- @@ -2998,7 +2998,7 @@ public readonly clusterId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#cluster_id MrscalerAws#cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#cluster_id MrscalerAws#cluster_id}. --- @@ -3012,7 +3012,7 @@ public readonly configurationsFile: IResolvable | MrscalerAwsConfigurationsFile[ configurations_file block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#configurations_file MrscalerAws#configurations_file} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#configurations_file MrscalerAws#configurations_file} --- @@ -3024,7 +3024,7 @@ public readonly coreDesiredCapacity: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#core_desired_capacity MrscalerAws#core_desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#core_desired_capacity MrscalerAws#core_desired_capacity}. --- @@ -3038,7 +3038,7 @@ public readonly coreEbsBlockDevice: IResolvable | MrscalerAwsCoreEbsBlockDevice[ core_ebs_block_device block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/mrscaler_aws#core_ebs_block_device MrscalerAws#core_ebs_block_device} --- @@ -3050,7 +3050,7 @@ public readonly coreEbsOptimized: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#core_ebs_optimized MrscalerAws#core_ebs_optimized}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#core_ebs_optimized MrscalerAws#core_ebs_optimized}. --- @@ -3062,7 +3062,7 @@ public readonly coreInstanceTypes: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#core_instance_types MrscalerAws#core_instance_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#core_instance_types MrscalerAws#core_instance_types}. --- @@ -3074,7 +3074,7 @@ public readonly coreLifecycle: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#core_lifecycle MrscalerAws#core_lifecycle}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#core_lifecycle MrscalerAws#core_lifecycle}. --- @@ -3086,7 +3086,7 @@ public readonly coreMaxSize: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#core_max_size MrscalerAws#core_max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#core_max_size MrscalerAws#core_max_size}. --- @@ -3098,7 +3098,7 @@ public readonly coreMinSize: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#core_min_size MrscalerAws#core_min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#core_min_size MrscalerAws#core_min_size}. --- @@ -3112,7 +3112,7 @@ public readonly coreScalingDownPolicy: IResolvable | MrscalerAwsCoreScalingDownP core_scaling_down_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/mrscaler_aws#core_scaling_down_policy MrscalerAws#core_scaling_down_policy} --- @@ -3126,7 +3126,7 @@ public readonly coreScalingUpPolicy: IResolvable | MrscalerAwsCoreScalingUpPolic core_scaling_up_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/mrscaler_aws#core_scaling_up_policy MrscalerAws#core_scaling_up_policy} --- @@ -3138,7 +3138,7 @@ public readonly coreUnit: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#core_unit MrscalerAws#core_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#core_unit MrscalerAws#core_unit}. --- @@ -3150,7 +3150,7 @@ public readonly customAmiId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#custom_ami_id MrscalerAws#custom_ami_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#custom_ami_id MrscalerAws#custom_ami_id}. --- @@ -3162,7 +3162,7 @@ public readonly description: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#description MrscalerAws#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#description MrscalerAws#description}. --- @@ -3174,7 +3174,7 @@ public readonly ebsRootVolumeSize: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/mrscaler_aws#ebs_root_volume_size MrscalerAws#ebs_root_volume_size}. --- @@ -3186,7 +3186,7 @@ public readonly ec2KeyName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#ec2_key_name MrscalerAws#ec2_key_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#ec2_key_name MrscalerAws#ec2_key_name}. --- @@ -3198,7 +3198,7 @@ public readonly exposeClusterId: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#expose_cluster_id MrscalerAws#expose_cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#expose_cluster_id MrscalerAws#expose_cluster_id}. --- @@ -3210,7 +3210,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#id MrscalerAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#id MrscalerAws#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -3227,7 +3227,7 @@ public readonly instanceWeights: IResolvable | MrscalerAwsInstanceWeights[]; instance_weights block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#instance_weights MrscalerAws#instance_weights} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#instance_weights MrscalerAws#instance_weights} --- @@ -3239,7 +3239,7 @@ public readonly jobFlowRole: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#job_flow_role MrscalerAws#job_flow_role}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#job_flow_role MrscalerAws#job_flow_role}. --- @@ -3251,7 +3251,7 @@ public readonly keepJobFlowAlive: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/mrscaler_aws#keep_job_flow_alive MrscalerAws#keep_job_flow_alive}. --- @@ -3263,7 +3263,7 @@ public readonly logUri: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#log_uri MrscalerAws#log_uri}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#log_uri MrscalerAws#log_uri}. --- @@ -3275,7 +3275,7 @@ public readonly managedPrimarySecurityGroup: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/mrscaler_aws#managed_primary_security_group MrscalerAws#managed_primary_security_group}. --- @@ -3287,7 +3287,7 @@ public readonly managedReplicaSecurityGroup: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/mrscaler_aws#managed_replica_security_group MrscalerAws#managed_replica_security_group}. --- @@ -3301,7 +3301,7 @@ public readonly masterEbsBlockDevice: IResolvable | MrscalerAwsMasterEbsBlockDev master_ebs_block_device block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/mrscaler_aws#master_ebs_block_device MrscalerAws#master_ebs_block_device} --- @@ -3313,7 +3313,7 @@ public readonly masterEbsOptimized: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#master_ebs_optimized MrscalerAws#master_ebs_optimized}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#master_ebs_optimized MrscalerAws#master_ebs_optimized}. --- @@ -3325,7 +3325,7 @@ public readonly masterInstanceTypes: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#master_instance_types MrscalerAws#master_instance_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#master_instance_types MrscalerAws#master_instance_types}. --- @@ -3337,7 +3337,7 @@ public readonly masterLifecycle: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#master_lifecycle MrscalerAws#master_lifecycle}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#master_lifecycle MrscalerAws#master_lifecycle}. --- @@ -3349,7 +3349,7 @@ public readonly masterTarget: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#master_target MrscalerAws#master_target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#master_target MrscalerAws#master_target}. --- @@ -3363,7 +3363,7 @@ public readonly provisioningTimeout: MrscalerAwsProvisioningTimeout; provisioning_timeout block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#provisioning_timeout MrscalerAws#provisioning_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#provisioning_timeout MrscalerAws#provisioning_timeout} --- @@ -3375,7 +3375,7 @@ public readonly region: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#region MrscalerAws#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#region MrscalerAws#region}. --- @@ -3387,7 +3387,7 @@ public readonly releaseLabel: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#release_label MrscalerAws#release_label}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#release_label MrscalerAws#release_label}. --- @@ -3399,7 +3399,7 @@ public readonly repoUpgradeOnBoot: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/mrscaler_aws#repo_upgrade_on_boot MrscalerAws#repo_upgrade_on_boot}. --- @@ -3411,7 +3411,7 @@ public readonly retries: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#retries MrscalerAws#retries}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#retries MrscalerAws#retries}. --- @@ -3425,7 +3425,7 @@ public readonly scheduledTask: IResolvable | MrscalerAwsScheduledTask[]; scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#scheduled_task MrscalerAws#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#scheduled_task MrscalerAws#scheduled_task} --- @@ -3437,7 +3437,7 @@ public readonly securityConfig: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#security_config MrscalerAws#security_config}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#security_config MrscalerAws#security_config}. --- @@ -3449,7 +3449,7 @@ public readonly serviceAccessSecurityGroup: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/mrscaler_aws#service_access_security_group MrscalerAws#service_access_security_group}. --- @@ -3461,7 +3461,7 @@ public readonly serviceRole: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#service_role MrscalerAws#service_role}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#service_role MrscalerAws#service_role}. --- @@ -3475,7 +3475,7 @@ public readonly stepsFile: IResolvable | MrscalerAwsStepsFile[]; steps_file block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#steps_file MrscalerAws#steps_file} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#steps_file MrscalerAws#steps_file} --- @@ -3489,7 +3489,7 @@ public readonly tags: IResolvable | MrscalerAwsTags[]; tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#tags MrscalerAws#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#tags MrscalerAws#tags} --- @@ -3501,7 +3501,7 @@ public readonly taskDesiredCapacity: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#task_desired_capacity MrscalerAws#task_desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#task_desired_capacity MrscalerAws#task_desired_capacity}. --- @@ -3515,7 +3515,7 @@ public readonly taskEbsBlockDevice: IResolvable | MrscalerAwsTaskEbsBlockDevice[ task_ebs_block_device block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/mrscaler_aws#task_ebs_block_device MrscalerAws#task_ebs_block_device} --- @@ -3527,7 +3527,7 @@ public readonly taskEbsOptimized: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#task_ebs_optimized MrscalerAws#task_ebs_optimized}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#task_ebs_optimized MrscalerAws#task_ebs_optimized}. --- @@ -3539,7 +3539,7 @@ public readonly taskInstanceTypes: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#task_instance_types MrscalerAws#task_instance_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#task_instance_types MrscalerAws#task_instance_types}. --- @@ -3551,7 +3551,7 @@ public readonly taskLifecycle: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#task_lifecycle MrscalerAws#task_lifecycle}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#task_lifecycle MrscalerAws#task_lifecycle}. --- @@ -3563,7 +3563,7 @@ public readonly taskMaxSize: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#task_max_size MrscalerAws#task_max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#task_max_size MrscalerAws#task_max_size}. --- @@ -3575,7 +3575,7 @@ public readonly taskMinSize: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#task_min_size MrscalerAws#task_min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#task_min_size MrscalerAws#task_min_size}. --- @@ -3589,7 +3589,7 @@ public readonly taskScalingDownPolicy: IResolvable | MrscalerAwsTaskScalingDownP task_scaling_down_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/mrscaler_aws#task_scaling_down_policy MrscalerAws#task_scaling_down_policy} --- @@ -3603,7 +3603,7 @@ public readonly taskScalingUpPolicy: IResolvable | MrscalerAwsTaskScalingUpPolic task_scaling_up_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/mrscaler_aws#task_scaling_up_policy MrscalerAws#task_scaling_up_policy} --- @@ -3615,7 +3615,7 @@ public readonly taskUnit: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#task_unit MrscalerAws#task_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#task_unit MrscalerAws#task_unit}. --- @@ -3629,7 +3629,7 @@ public readonly terminationPolicies: IResolvable | MrscalerAwsTerminationPolicie termination_policies block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#termination_policies MrscalerAws#termination_policies} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#termination_policies MrscalerAws#termination_policies} --- @@ -3641,7 +3641,7 @@ public readonly terminationProtected: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#termination_protected MrscalerAws#termination_protected}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#termination_protected MrscalerAws#termination_protected}. --- @@ -3653,7 +3653,7 @@ public readonly visibleToAllUsers: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/mrscaler_aws#visible_to_all_users MrscalerAws#visible_to_all_users}. --- @@ -3671,8 +3671,8 @@ const mrscalerAwsConfigurationsFile: mrscalerAws.MrscalerAwsConfigurationsFile = | **Name** | **Type** | **Description** | | --- | --- | --- | -| bucket | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. | -| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#key MrscalerAws#key}. | +| bucket | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. | +| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. | --- @@ -3684,7 +3684,7 @@ public readonly bucket: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. --- @@ -3696,7 +3696,7 @@ public readonly key: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#key MrscalerAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. --- @@ -3714,10 +3714,10 @@ const mrscalerAwsCoreEbsBlockDevice: mrscalerAws.MrscalerAwsCoreEbsBlockDevice = | **Name** | **Type** | **Description** | | --- | --- | --- | -| sizeInGb | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type}. | -| iops | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. | -| volumesPerInstance | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.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.170.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. | +| volumesPerInstance | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance}. | --- @@ -3729,7 +3729,7 @@ public readonly sizeInGb: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#size_in_gb MrscalerAws#size_in_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#size_in_gb MrscalerAws#size_in_gb}. --- @@ -3741,7 +3741,7 @@ public readonly volumeType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type}. --- @@ -3753,7 +3753,7 @@ public readonly iops: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. --- @@ -3765,7 +3765,7 @@ public readonly volumesPerInstance: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance}. --- @@ -3783,24 +3783,24 @@ const mrscalerAwsCoreScalingDownPolicy: mrscalerAws.MrscalerAwsCoreScalingDownPo | **Name** | **Type** | **Description** | | --- | --- | --- | -| metricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. | -| namespace | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. | -| policyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. | -| threshold | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. | -| unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. | -| actionType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. | -| adjustment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. | -| cooldown | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. | -| dimensions | {[ key: string ]: string} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. | -| evaluationPeriods | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. | -| maximum | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. | -| maxTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. | -| minTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. | -| period | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#period MrscalerAws#period}. | -| statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. | -| target | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#target MrscalerAws#target}. | +| metricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. | +| policyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. | +| unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. | +| actionType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. | +| cooldown | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. | +| evaluationPeriods | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. | +| maxTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. | +| minTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. | +| period | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. | +| statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. | +| target | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. | --- @@ -3812,7 +3812,7 @@ public readonly metricName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. --- @@ -3824,7 +3824,7 @@ public readonly namespace: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. --- @@ -3836,7 +3836,7 @@ public readonly policyName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. --- @@ -3848,7 +3848,7 @@ public readonly threshold: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. --- @@ -3860,7 +3860,7 @@ public readonly unit: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. --- @@ -3872,7 +3872,7 @@ public readonly actionType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. --- @@ -3884,7 +3884,7 @@ public readonly adjustment: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. --- @@ -3896,7 +3896,7 @@ public readonly cooldown: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. --- @@ -3908,7 +3908,7 @@ public readonly dimensions: {[ key: string ]: string}; - *Type:* {[ key: string ]: string} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. --- @@ -3920,7 +3920,7 @@ public readonly evaluationPeriods: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. --- @@ -3932,7 +3932,7 @@ public readonly maximum: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. --- @@ -3944,7 +3944,7 @@ public readonly maxTargetCapacity: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. --- @@ -3956,7 +3956,7 @@ public readonly minimum: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. --- @@ -3968,7 +3968,7 @@ public readonly minTargetCapacity: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. --- @@ -3980,7 +3980,7 @@ public readonly operator: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. --- @@ -3992,7 +3992,7 @@ public readonly period: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#period MrscalerAws#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. --- @@ -4004,7 +4004,7 @@ public readonly statistic: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. --- @@ -4016,7 +4016,7 @@ public readonly target: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#target MrscalerAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. --- @@ -4034,24 +4034,24 @@ const mrscalerAwsCoreScalingUpPolicy: mrscalerAws.MrscalerAwsCoreScalingUpPolicy | **Name** | **Type** | **Description** | | --- | --- | --- | -| metricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. | -| namespace | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. | -| policyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. | -| threshold | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. | -| unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. | -| actionType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. | -| adjustment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. | -| cooldown | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. | -| dimensions | {[ key: string ]: string} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. | -| evaluationPeriods | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. | -| maximum | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. | -| maxTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. | -| minTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. | -| period | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#period MrscalerAws#period}. | -| statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. | -| target | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#target MrscalerAws#target}. | +| metricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. | +| policyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. | +| unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. | +| actionType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. | +| cooldown | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. | +| evaluationPeriods | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. | +| maxTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. | +| minTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. | +| period | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. | +| statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. | +| target | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. | --- @@ -4063,7 +4063,7 @@ public readonly metricName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. --- @@ -4075,7 +4075,7 @@ public readonly namespace: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. --- @@ -4087,7 +4087,7 @@ public readonly policyName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. --- @@ -4099,7 +4099,7 @@ public readonly threshold: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. --- @@ -4111,7 +4111,7 @@ public readonly unit: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. --- @@ -4123,7 +4123,7 @@ public readonly actionType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. --- @@ -4135,7 +4135,7 @@ public readonly adjustment: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. --- @@ -4147,7 +4147,7 @@ public readonly cooldown: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. --- @@ -4159,7 +4159,7 @@ public readonly dimensions: {[ key: string ]: string}; - *Type:* {[ key: string ]: string} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. --- @@ -4171,7 +4171,7 @@ public readonly evaluationPeriods: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. --- @@ -4183,7 +4183,7 @@ public readonly maximum: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. --- @@ -4195,7 +4195,7 @@ public readonly maxTargetCapacity: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. --- @@ -4207,7 +4207,7 @@ public readonly minimum: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. --- @@ -4219,7 +4219,7 @@ public readonly minTargetCapacity: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. --- @@ -4231,7 +4231,7 @@ public readonly operator: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. --- @@ -4243,7 +4243,7 @@ public readonly period: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#period MrscalerAws#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. --- @@ -4255,7 +4255,7 @@ public readonly statistic: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. --- @@ -4267,7 +4267,7 @@ public readonly target: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#target MrscalerAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. --- @@ -4285,8 +4285,8 @@ const mrscalerAwsInstanceWeights: mrscalerAws.MrscalerAwsInstanceWeights = { ... | **Name** | **Type** | **Description** | | --- | --- | --- | -| instanceType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#instance_type MrscalerAws#instance_type}. | -| weightedCapacity | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#weighted_capacity MrscalerAws#weighted_capacity}. | +| instanceType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/mrscaler_aws#weighted_capacity MrscalerAws#weighted_capacity}. | --- @@ -4298,7 +4298,7 @@ public readonly instanceType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#instance_type MrscalerAws#instance_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#instance_type MrscalerAws#instance_type}. --- @@ -4310,7 +4310,7 @@ public readonly weightedCapacity: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#weighted_capacity MrscalerAws#weighted_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#weighted_capacity MrscalerAws#weighted_capacity}. --- @@ -4328,10 +4328,10 @@ const mrscalerAwsMasterEbsBlockDevice: mrscalerAws.MrscalerAwsMasterEbsBlockDevi | **Name** | **Type** | **Description** | | --- | --- | --- | -| sizeInGb | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type}. | -| iops | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. | -| volumesPerInstance | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.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.170.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. | +| volumesPerInstance | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance}. | --- @@ -4343,7 +4343,7 @@ public readonly sizeInGb: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#size_in_gb MrscalerAws#size_in_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#size_in_gb MrscalerAws#size_in_gb}. --- @@ -4355,7 +4355,7 @@ public readonly volumeType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type}. --- @@ -4367,7 +4367,7 @@ public readonly iops: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. --- @@ -4379,7 +4379,7 @@ public readonly volumesPerInstance: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance}. --- @@ -4397,8 +4397,8 @@ const mrscalerAwsProvisioningTimeout: mrscalerAws.MrscalerAwsProvisioningTimeout | **Name** | **Type** | **Description** | | --- | --- | --- | -| timeout | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#timeout MrscalerAws#timeout}. | -| timeoutAction | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#timeout_action MrscalerAws#timeout_action}. | +| timeout | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#timeout MrscalerAws#timeout}. | +| timeoutAction | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#timeout_action MrscalerAws#timeout_action}. | --- @@ -4410,7 +4410,7 @@ public readonly timeout: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#timeout MrscalerAws#timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#timeout MrscalerAws#timeout}. --- @@ -4422,7 +4422,7 @@ public readonly timeoutAction: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#timeout_action MrscalerAws#timeout_action}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#timeout_action MrscalerAws#timeout_action}. --- @@ -4440,13 +4440,13 @@ const mrscalerAwsScheduledTask: mrscalerAws.MrscalerAwsScheduledTask = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| cron | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#cron MrscalerAws#cron}. | -| instanceGroupType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/mrscaler_aws#task_type MrscalerAws#task_type}. | -| desiredCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/mrscaler_aws#is_enabled MrscalerAws#is_enabled}. | -| maxCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#max_capacity MrscalerAws#max_capacity}. | -| minCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#min_capacity MrscalerAws#min_capacity}. | +| cron | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#cron MrscalerAws#cron}. | +| instanceGroupType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.170.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.170.0/docs/resources/mrscaler_aws#min_capacity MrscalerAws#min_capacity}. | --- @@ -4458,7 +4458,7 @@ public readonly cron: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#cron MrscalerAws#cron}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#cron MrscalerAws#cron}. --- @@ -4470,7 +4470,7 @@ public readonly instanceGroupType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#instance_group_type MrscalerAws#instance_group_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#instance_group_type MrscalerAws#instance_group_type}. --- @@ -4482,7 +4482,7 @@ public readonly taskType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#task_type MrscalerAws#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#task_type MrscalerAws#task_type}. --- @@ -4494,7 +4494,7 @@ public readonly desiredCapacity: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#desired_capacity MrscalerAws#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#desired_capacity MrscalerAws#desired_capacity}. --- @@ -4506,7 +4506,7 @@ public readonly isEnabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#is_enabled MrscalerAws#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#is_enabled MrscalerAws#is_enabled}. --- @@ -4518,7 +4518,7 @@ public readonly maxCapacity: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#max_capacity MrscalerAws#max_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#max_capacity MrscalerAws#max_capacity}. --- @@ -4530,7 +4530,7 @@ public readonly minCapacity: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#min_capacity MrscalerAws#min_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#min_capacity MrscalerAws#min_capacity}. --- @@ -4548,8 +4548,8 @@ const mrscalerAwsStepsFile: mrscalerAws.MrscalerAwsStepsFile = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| bucket | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. | -| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#key MrscalerAws#key}. | +| bucket | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. | +| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. | --- @@ -4561,7 +4561,7 @@ public readonly bucket: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket}. --- @@ -4573,7 +4573,7 @@ public readonly key: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#key MrscalerAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. --- @@ -4591,8 +4591,8 @@ const mrscalerAwsTags: mrscalerAws.MrscalerAwsTags = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#key MrscalerAws#key}. | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#value MrscalerAws#value}. | +| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. | +| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#value MrscalerAws#value}. | --- @@ -4604,7 +4604,7 @@ public readonly key: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#key MrscalerAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#key MrscalerAws#key}. --- @@ -4616,7 +4616,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#value MrscalerAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#value MrscalerAws#value}. --- @@ -4634,10 +4634,10 @@ const mrscalerAwsTaskEbsBlockDevice: mrscalerAws.MrscalerAwsTaskEbsBlockDevice = | **Name** | **Type** | **Description** | | --- | --- | --- | -| sizeInGb | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type}. | -| iops | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. | -| volumesPerInstance | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.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.170.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. | +| volumesPerInstance | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance}. | --- @@ -4649,7 +4649,7 @@ public readonly sizeInGb: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#size_in_gb MrscalerAws#size_in_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#size_in_gb MrscalerAws#size_in_gb}. --- @@ -4661,7 +4661,7 @@ public readonly volumeType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type}. --- @@ -4673,7 +4673,7 @@ public readonly iops: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops}. --- @@ -4685,7 +4685,7 @@ public readonly volumesPerInstance: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance}. --- @@ -4703,24 +4703,24 @@ const mrscalerAwsTaskScalingDownPolicy: mrscalerAws.MrscalerAwsTaskScalingDownPo | **Name** | **Type** | **Description** | | --- | --- | --- | -| metricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. | -| namespace | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. | -| policyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. | -| threshold | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. | -| unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. | -| actionType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. | -| adjustment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. | -| cooldown | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. | -| dimensions | {[ key: string ]: string} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. | -| evaluationPeriods | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. | -| maximum | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. | -| maxTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. | -| minTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. | -| period | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#period MrscalerAws#period}. | -| statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. | -| target | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#target MrscalerAws#target}. | +| metricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. | +| policyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. | +| unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. | +| actionType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. | +| cooldown | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. | +| evaluationPeriods | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. | +| maxTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. | +| minTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. | +| period | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. | +| statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. | +| target | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. | --- @@ -4732,7 +4732,7 @@ public readonly metricName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. --- @@ -4744,7 +4744,7 @@ public readonly namespace: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. --- @@ -4756,7 +4756,7 @@ public readonly policyName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. --- @@ -4768,7 +4768,7 @@ public readonly threshold: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. --- @@ -4780,7 +4780,7 @@ public readonly unit: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. --- @@ -4792,7 +4792,7 @@ public readonly actionType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. --- @@ -4804,7 +4804,7 @@ public readonly adjustment: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. --- @@ -4816,7 +4816,7 @@ public readonly cooldown: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. --- @@ -4828,7 +4828,7 @@ public readonly dimensions: {[ key: string ]: string}; - *Type:* {[ key: string ]: string} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. --- @@ -4840,7 +4840,7 @@ public readonly evaluationPeriods: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. --- @@ -4852,7 +4852,7 @@ public readonly maximum: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. --- @@ -4864,7 +4864,7 @@ public readonly maxTargetCapacity: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. --- @@ -4876,7 +4876,7 @@ public readonly minimum: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. --- @@ -4888,7 +4888,7 @@ public readonly minTargetCapacity: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. --- @@ -4900,7 +4900,7 @@ public readonly operator: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. --- @@ -4912,7 +4912,7 @@ public readonly period: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#period MrscalerAws#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. --- @@ -4924,7 +4924,7 @@ public readonly statistic: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. --- @@ -4936,7 +4936,7 @@ public readonly target: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#target MrscalerAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. --- @@ -4954,24 +4954,24 @@ const mrscalerAwsTaskScalingUpPolicy: mrscalerAws.MrscalerAwsTaskScalingUpPolicy | **Name** | **Type** | **Description** | | --- | --- | --- | -| metricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. | -| namespace | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. | -| policyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. | -| threshold | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. | -| unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. | -| actionType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. | -| adjustment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. | -| cooldown | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. | -| dimensions | {[ key: string ]: string} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. | -| evaluationPeriods | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. | -| maximum | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. | -| maxTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. | -| minTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. | -| period | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#period MrscalerAws#period}. | -| statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. | -| target | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#target MrscalerAws#target}. | +| metricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. | +| policyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. | +| unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. | +| actionType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. | +| cooldown | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. | +| evaluationPeriods | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. | +| maxTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. | +| minTargetCapacity | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. | +| period | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. | +| statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. | +| target | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. | --- @@ -4983,7 +4983,7 @@ public readonly metricName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. --- @@ -4995,7 +4995,7 @@ public readonly namespace: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. --- @@ -5007,7 +5007,7 @@ public readonly policyName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name}. --- @@ -5019,7 +5019,7 @@ public readonly threshold: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. --- @@ -5031,7 +5031,7 @@ public readonly unit: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. --- @@ -5043,7 +5043,7 @@ public readonly actionType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type}. --- @@ -5055,7 +5055,7 @@ public readonly adjustment: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment}. --- @@ -5067,7 +5067,7 @@ public readonly cooldown: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown}. --- @@ -5079,7 +5079,7 @@ public readonly dimensions: {[ key: string ]: string}; - *Type:* {[ key: string ]: string} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions}. --- @@ -5091,7 +5091,7 @@ public readonly evaluationPeriods: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. --- @@ -5103,7 +5103,7 @@ public readonly maximum: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum}. --- @@ -5115,7 +5115,7 @@ public readonly maxTargetCapacity: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity}. --- @@ -5127,7 +5127,7 @@ public readonly minimum: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum}. --- @@ -5139,7 +5139,7 @@ public readonly minTargetCapacity: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity}. --- @@ -5151,7 +5151,7 @@ public readonly operator: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. --- @@ -5163,7 +5163,7 @@ public readonly period: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#period MrscalerAws#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. --- @@ -5175,7 +5175,7 @@ public readonly statistic: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. --- @@ -5187,7 +5187,7 @@ public readonly target: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#target MrscalerAws#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#target MrscalerAws#target}. --- @@ -5219,7 +5219,7 @@ public readonly statements: IResolvable | MrscalerAwsTerminationPoliciesStatemen statements block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#statements MrscalerAws#statements} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#statements MrscalerAws#statements} --- @@ -5237,14 +5237,14 @@ const mrscalerAwsTerminationPoliciesStatements: mrscalerAws.MrscalerAwsTerminati | **Name** | **Type** | **Description** | | --- | --- | --- | -| metricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. | -| namespace | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. | -| threshold | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. | -| evaluationPeriods | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. | -| operator | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. | -| period | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#period MrscalerAws#period}. | -| statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. | -| unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. | +| metricName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. | +| threshold | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. | +| evaluationPeriods | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. | +| period | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. | +| statistic | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. | +| unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. | --- @@ -5256,7 +5256,7 @@ public readonly metricName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name}. --- @@ -5268,7 +5268,7 @@ public readonly namespace: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace}. --- @@ -5280,7 +5280,7 @@ public readonly threshold: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold}. --- @@ -5292,7 +5292,7 @@ public readonly evaluationPeriods: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods}. --- @@ -5304,7 +5304,7 @@ public readonly operator: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator}. --- @@ -5316,7 +5316,7 @@ public readonly period: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#period MrscalerAws#period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#period MrscalerAws#period}. --- @@ -5328,7 +5328,7 @@ public readonly statistic: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic}. --- @@ -5340,7 +5340,7 @@ public readonly unit: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit}. --- diff --git a/docs/oceanAks.csharp.md b/docs/oceanAks.csharp.md index 62e09f66c..02e31650a 100644 --- a/docs/oceanAks.csharp.md +++ b/docs/oceanAks.csharp.md @@ -4,7 +4,7 @@ ### OceanAks -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks spotinst_ocean_aks}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks spotinst_ocean_aks}. #### Initializers @@ -736,7 +736,7 @@ The construct id used in the generated config for the OceanAks to import. The id of the existing OceanAks that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#import import section} in the documentation of this resource for the id to use --- @@ -1458,7 +1458,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.169.1/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.170.0/docs/resources/ocean_aks#autoscale_is_enabled OceanAks#autoscale_is_enabled}. | | ResourceLimits | OceanAksAutoscalerResourceLimits | resource_limits block. | --- @@ -1473,7 +1473,7 @@ public OceanAksAutoscalerAutoscaleDown AutoscaleDown { get; set; } autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#autoscale_down OceanAks#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#autoscale_down OceanAks#autoscale_down} --- @@ -1487,7 +1487,7 @@ public OceanAksAutoscalerAutoscaleHeadroom AutoscaleHeadroom { get; set; } autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#autoscale_headroom OceanAks#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#autoscale_headroom OceanAks#autoscale_headroom} --- @@ -1499,7 +1499,7 @@ public object AutoscaleIsEnabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#autoscale_is_enabled OceanAks#autoscale_is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#autoscale_is_enabled OceanAks#autoscale_is_enabled}. --- @@ -1513,7 +1513,7 @@ public OceanAksAutoscalerResourceLimits ResourceLimits { get; set; } resource_limits block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#resource_limits OceanAks#resource_limits} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#resource_limits OceanAks#resource_limits} --- @@ -1533,7 +1533,7 @@ new OceanAksAutoscalerAutoscaleDown { | **Name** | **Type** | **Description** | | --- | --- | --- | -| MaxScaleDownPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks#max_scale_down_percentage OceanAks#max_scale_down_percentage}. | --- @@ -1545,7 +1545,7 @@ public double MaxScaleDownPercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks#max_scale_down_percentage OceanAks#max_scale_down_percentage}. --- @@ -1579,7 +1579,7 @@ public OceanAksAutoscalerAutoscaleHeadroomAutomatic Automatic { get; set; } automatic block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#automatic OceanAks#automatic} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#automatic OceanAks#automatic} --- @@ -1600,8 +1600,8 @@ new OceanAksAutoscalerAutoscaleHeadroomAutomatic { | **Name** | **Type** | **Description** | | --- | --- | --- | -| IsEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#is_enabled OceanAks#is_enabled}. | -| Percentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#percentage OceanAks#percentage}. | +| IsEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/ocean_aks#percentage OceanAks#percentage}. | --- @@ -1613,7 +1613,7 @@ public object IsEnabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#is_enabled OceanAks#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#is_enabled OceanAks#is_enabled}. --- @@ -1625,7 +1625,7 @@ public double Percentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#percentage OceanAks#percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#percentage OceanAks#percentage}. --- @@ -1646,8 +1646,8 @@ new OceanAksAutoscalerResourceLimits { | **Name** | **Type** | **Description** | | --- | --- | --- | -| MaxMemoryGib | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/ocean_aks#max_vcpu OceanAks#max_vcpu}. | +| MaxMemoryGib | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/ocean_aks#max_vcpu OceanAks#max_vcpu}. | --- @@ -1659,7 +1659,7 @@ public double MaxMemoryGib { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#max_memory_gib OceanAks#max_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#max_memory_gib OceanAks#max_memory_gib}. --- @@ -1671,7 +1671,7 @@ public double MaxVcpu { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#max_vcpu OceanAks#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#max_vcpu OceanAks#max_vcpu}. --- @@ -1727,29 +1727,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.169.1/docs/resources/ocean_aks#acd_identifier OceanAks#acd_identifier}. | -| AksName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#aks_name OceanAks#aks_name}. | -| AksResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/ocean_aks#name OceanAks#name}. | -| SshPublicKey | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.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.170.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.170.0/docs/resources/ocean_aks#name OceanAks#name}. | +| SshPublicKey | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.169.1/docs/resources/ocean_aks#custom_data OceanAks#custom_data}. | +| ControllerClusterId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.169.1/docs/resources/ocean_aks#id OceanAks#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aks#max_pods OceanAks#max_pods}. | +| MaxPods | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.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.169.1/docs/resources/ocean_aks#user_name OceanAks#user_name}. | +| UserName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aks#zones OceanAks#zones}. | +| Zones | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#zones OceanAks#zones}. | --- @@ -1831,7 +1831,7 @@ public string AcdIdentifier { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#acd_identifier OceanAks#acd_identifier}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#acd_identifier OceanAks#acd_identifier}. --- @@ -1843,7 +1843,7 @@ public string AksName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#aks_name OceanAks#aks_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#aks_name OceanAks#aks_name}. --- @@ -1855,7 +1855,7 @@ public string AksResourceGroupName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks#aks_resource_group_name OceanAks#aks_resource_group_name}. --- @@ -1867,7 +1867,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#name OceanAks#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#name OceanAks#name}. --- @@ -1879,7 +1879,7 @@ public string SshPublicKey { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#ssh_public_key OceanAks#ssh_public_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#ssh_public_key OceanAks#ssh_public_key}. --- @@ -1893,7 +1893,7 @@ public OceanAksAutoscaler Autoscaler { get; set; } autoscaler block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#autoscaler OceanAks#autoscaler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#autoscaler OceanAks#autoscaler} --- @@ -1905,7 +1905,7 @@ public string ControllerClusterId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#controller_cluster_id OceanAks#controller_cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#controller_cluster_id OceanAks#controller_cluster_id}. --- @@ -1917,7 +1917,7 @@ public string CustomData { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#custom_data OceanAks#custom_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#custom_data OceanAks#custom_data}. --- @@ -1931,7 +1931,7 @@ public object Extension { get; set; } extension block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#extension OceanAks#extension} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#extension OceanAks#extension} --- @@ -1945,7 +1945,7 @@ public OceanAksHealth Health { get; set; } health block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#health OceanAks#health} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#health OceanAks#health} --- @@ -1957,7 +1957,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#id OceanAks#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. @@ -1974,7 +1974,7 @@ public object Image { get; set; } image block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#image OceanAks#image} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#image OceanAks#image} --- @@ -1988,7 +1988,7 @@ public object LoadBalancer { get; set; } load_balancer block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#load_balancer OceanAks#load_balancer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#load_balancer OceanAks#load_balancer} --- @@ -2002,7 +2002,7 @@ public object ManagedServiceIdentity { get; set; } managed_service_identity block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#managed_service_identity OceanAks#managed_service_identity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#managed_service_identity OceanAks#managed_service_identity} --- @@ -2014,7 +2014,7 @@ public double MaxPods { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#max_pods OceanAks#max_pods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#max_pods OceanAks#max_pods}. --- @@ -2028,7 +2028,7 @@ public OceanAksNetwork Network { get; set; } network block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#network OceanAks#network} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#network OceanAks#network} --- @@ -2042,7 +2042,7 @@ public OceanAksOsDisk OsDisk { get; set; } os_disk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#os_disk OceanAks#os_disk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#os_disk OceanAks#os_disk} --- @@ -2054,7 +2054,7 @@ public string ResourceGroupName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. --- @@ -2068,7 +2068,7 @@ public object Strategy { get; set; } strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#strategy OceanAks#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#strategy OceanAks#strategy} --- @@ -2082,7 +2082,7 @@ public object Tag { get; set; } tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#tag OceanAks#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#tag OceanAks#tag} --- @@ -2094,7 +2094,7 @@ public string UserName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#user_name OceanAks#user_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#user_name OceanAks#user_name}. --- @@ -2108,7 +2108,7 @@ public object VmSizes { get; set; } vm_sizes block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#vm_sizes OceanAks#vm_sizes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#vm_sizes OceanAks#vm_sizes} --- @@ -2120,7 +2120,7 @@ public string[] Zones { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#zones OceanAks#zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#zones OceanAks#zones}. --- @@ -2144,11 +2144,11 @@ new OceanAksExtension { | **Name** | **Type** | **Description** | | --- | --- | --- | -| ApiVersion | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#api_version OceanAks#api_version}. | -| MinorVersionAutoUpgrade | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/ocean_aks#name OceanAks#name}. | -| Publisher | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#publisher OceanAks#publisher}. | -| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#type OceanAks#type}. | +| ApiVersion | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.0/docs/resources/ocean_aks#name OceanAks#name}. | +| Publisher | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#publisher OceanAks#publisher}. | +| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#type OceanAks#type}. | --- @@ -2160,7 +2160,7 @@ public string ApiVersion { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#api_version OceanAks#api_version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#api_version OceanAks#api_version}. --- @@ -2172,7 +2172,7 @@ public object MinorVersionAutoUpgrade { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks#minor_version_auto_upgrade OceanAks#minor_version_auto_upgrade}. --- @@ -2184,7 +2184,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#name OceanAks#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#name OceanAks#name}. --- @@ -2196,7 +2196,7 @@ public string Publisher { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#publisher OceanAks#publisher}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#publisher OceanAks#publisher}. --- @@ -2208,7 +2208,7 @@ public string Type { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#type OceanAks#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#type OceanAks#type}. --- @@ -2228,7 +2228,7 @@ new OceanAksHealth { | **Name** | **Type** | **Description** | | --- | --- | --- | -| GracePeriod | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#grace_period OceanAks#grace_period}. | +| GracePeriod | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#grace_period OceanAks#grace_period}. | --- @@ -2240,7 +2240,7 @@ public double GracePeriod { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#grace_period OceanAks#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#grace_period OceanAks#grace_period}. --- @@ -2274,7 +2274,7 @@ public object Marketplace { get; set; } marketplace block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#marketplace OceanAks#marketplace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#marketplace OceanAks#marketplace} --- @@ -2297,10 +2297,10 @@ new OceanAksImageMarketplace { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Offer | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#offer OceanAks#offer}. | -| Publisher | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#publisher OceanAks#publisher}. | -| Sku | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#sku OceanAks#sku}. | -| Version | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#version OceanAks#version}. | +| Offer | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#offer OceanAks#offer}. | +| Publisher | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#publisher OceanAks#publisher}. | +| Sku | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#sku OceanAks#sku}. | +| Version | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#version OceanAks#version}. | --- @@ -2312,7 +2312,7 @@ public string Offer { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#offer OceanAks#offer}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#offer OceanAks#offer}. --- @@ -2324,7 +2324,7 @@ public string Publisher { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#publisher OceanAks#publisher}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#publisher OceanAks#publisher}. --- @@ -2336,7 +2336,7 @@ public string Sku { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#sku OceanAks#sku}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#sku OceanAks#sku}. --- @@ -2348,7 +2348,7 @@ public string Version { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#version OceanAks#version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#version OceanAks#version}. --- @@ -2372,11 +2372,11 @@ new OceanAksLoadBalancer { | **Name** | **Type** | **Description** | | --- | --- | --- | -| BackendPoolNames | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/docs/resources/ocean_aks#name OceanAks#name}. | -| ResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/ocean_aks#type OceanAks#type}. | +| BackendPoolNames | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.0/docs/resources/ocean_aks#name OceanAks#name}. | +| ResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/ocean_aks#type OceanAks#type}. | --- @@ -2388,7 +2388,7 @@ public string[] BackendPoolNames { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#backend_pool_names OceanAks#backend_pool_names}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#backend_pool_names OceanAks#backend_pool_names}. --- @@ -2400,7 +2400,7 @@ public string LoadBalancerSku { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#load_balancer_sku OceanAks#load_balancer_sku}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#load_balancer_sku OceanAks#load_balancer_sku}. --- @@ -2412,7 +2412,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#name OceanAks#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#name OceanAks#name}. --- @@ -2424,7 +2424,7 @@ public string ResourceGroupName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. --- @@ -2436,7 +2436,7 @@ public string Type { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#type OceanAks#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#type OceanAks#type}. --- @@ -2457,8 +2457,8 @@ new OceanAksManagedServiceIdentity { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#name OceanAks#name}. | -| ResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks#name OceanAks#name}. | +| ResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. | --- @@ -2470,7 +2470,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#name OceanAks#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#name OceanAks#name}. --- @@ -2482,7 +2482,7 @@ public string ResourceGroupName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. --- @@ -2505,8 +2505,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.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_aks#virtual_network_name OceanAks#virtual_network_name}. | --- @@ -2520,7 +2520,7 @@ public object NetworkInterface { get; set; } network_interface block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#network_interface OceanAks#network_interface} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#network_interface OceanAks#network_interface} --- @@ -2532,7 +2532,7 @@ public string ResourceGroupName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. --- @@ -2544,7 +2544,7 @@ public string VirtualNetworkName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#virtual_network_name OceanAks#virtual_network_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#virtual_network_name OceanAks#virtual_network_name}. --- @@ -2569,10 +2569,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.169.1/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.169.1/docs/resources/ocean_aks#is_primary OceanAks#is_primary}. | +| AssignPublicIp | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.169.1/docs/resources/ocean_aks#subnet_name OceanAks#subnet_name}. | +| SubnetName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#subnet_name OceanAks#subnet_name}. | --- @@ -2586,7 +2586,7 @@ public object AdditionalIpConfig { get; set; } additional_ip_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#additional_ip_config OceanAks#additional_ip_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#additional_ip_config OceanAks#additional_ip_config} --- @@ -2598,7 +2598,7 @@ public object AssignPublicIp { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#assign_public_ip OceanAks#assign_public_ip}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#assign_public_ip OceanAks#assign_public_ip}. --- @@ -2610,7 +2610,7 @@ public object IsPrimary { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#is_primary OceanAks#is_primary}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#is_primary OceanAks#is_primary}. --- @@ -2624,7 +2624,7 @@ public OceanAksNetworkNetworkInterfaceSecurityGroup SecurityGroup { get; set; } security_group block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#security_group OceanAks#security_group} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#security_group OceanAks#security_group} --- @@ -2636,7 +2636,7 @@ public string SubnetName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#subnet_name OceanAks#subnet_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#subnet_name OceanAks#subnet_name}. --- @@ -2657,8 +2657,8 @@ new OceanAksNetworkNetworkInterfaceAdditionalIpConfig { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#name OceanAks#name}. | -| PrivateIpVersion | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks#name OceanAks#name}. | +| PrivateIpVersion | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#private_ip_version OceanAks#private_ip_version}. | --- @@ -2670,7 +2670,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#name OceanAks#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#name OceanAks#name}. --- @@ -2682,7 +2682,7 @@ public string PrivateIpVersion { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#private_ip_version OceanAks#private_ip_version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#private_ip_version OceanAks#private_ip_version}. --- @@ -2703,8 +2703,8 @@ new OceanAksNetworkNetworkInterfaceSecurityGroup { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#name OceanAks#name}. | -| ResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks#name OceanAks#name}. | +| ResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. | --- @@ -2716,7 +2716,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#name OceanAks#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#name OceanAks#name}. --- @@ -2728,7 +2728,7 @@ public string ResourceGroupName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. --- @@ -2749,8 +2749,8 @@ new OceanAksOsDisk { | **Name** | **Type** | **Description** | | --- | --- | --- | -| SizeGb | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#size_gb OceanAks#size_gb}. | -| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#type OceanAks#type}. | +| SizeGb | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/ocean_aks#type OceanAks#type}. | --- @@ -2762,7 +2762,7 @@ public double SizeGb { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#size_gb OceanAks#size_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#size_gb OceanAks#size_gb}. --- @@ -2774,7 +2774,7 @@ public string Type { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#type OceanAks#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#type OceanAks#type}. --- @@ -2795,8 +2795,8 @@ new OceanAksStrategy { | **Name** | **Type** | **Description** | | --- | --- | --- | -| FallbackToOndemand | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/ocean_aks#spot_percentage OceanAks#spot_percentage}. | +| FallbackToOndemand | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/ocean_aks#spot_percentage OceanAks#spot_percentage}. | --- @@ -2808,7 +2808,7 @@ public object FallbackToOndemand { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#fallback_to_ondemand OceanAks#fallback_to_ondemand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#fallback_to_ondemand OceanAks#fallback_to_ondemand}. --- @@ -2820,7 +2820,7 @@ public double SpotPercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#spot_percentage OceanAks#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#spot_percentage OceanAks#spot_percentage}. --- @@ -2841,8 +2841,8 @@ new OceanAksTag { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#key OceanAks#key}. | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#value OceanAks#value}. | +| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#key OceanAks#key}. | +| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#value OceanAks#value}. | --- @@ -2854,7 +2854,7 @@ public string Key { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#key OceanAks#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#key OceanAks#key}. --- @@ -2866,7 +2866,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#value OceanAks#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#value OceanAks#value}. --- @@ -2886,7 +2886,7 @@ new OceanAksVmSizes { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Whitelist | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#whitelist OceanAks#whitelist}. | +| Whitelist | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#whitelist OceanAks#whitelist}. | --- @@ -2898,7 +2898,7 @@ public string[] Whitelist { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#whitelist OceanAks#whitelist}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#whitelist OceanAks#whitelist}. --- diff --git a/docs/oceanAks.go.md b/docs/oceanAks.go.md index 9ddf8921c..f311b313b 100644 --- a/docs/oceanAks.go.md +++ b/docs/oceanAks.go.md @@ -4,7 +4,7 @@ ### OceanAks -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks spotinst_ocean_aks}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks spotinst_ocean_aks}. #### Initializers @@ -736,7 +736,7 @@ The construct id used in the generated config for the OceanAks to import. The id of the existing OceanAks that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#import import section} in the documentation of this resource for the id to use --- @@ -1458,7 +1458,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/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.169.1/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.170.0/docs/resources/ocean_aks#autoscale_is_enabled OceanAks#autoscale_is_enabled}. | | ResourceLimits | OceanAksAutoscalerResourceLimits | resource_limits block. | --- @@ -1473,7 +1473,7 @@ AutoscaleDown OceanAksAutoscalerAutoscaleDown autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#autoscale_down OceanAks#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#autoscale_down OceanAks#autoscale_down} --- @@ -1487,7 +1487,7 @@ AutoscaleHeadroom OceanAksAutoscalerAutoscaleHeadroom autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#autoscale_headroom OceanAks#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#autoscale_headroom OceanAks#autoscale_headroom} --- @@ -1499,7 +1499,7 @@ AutoscaleIsEnabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#autoscale_is_enabled OceanAks#autoscale_is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#autoscale_is_enabled OceanAks#autoscale_is_enabled}. --- @@ -1513,7 +1513,7 @@ ResourceLimits OceanAksAutoscalerResourceLimits resource_limits block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#resource_limits OceanAks#resource_limits} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#resource_limits OceanAks#resource_limits} --- @@ -1533,7 +1533,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaks" | **Name** | **Type** | **Description** | | --- | --- | --- | -| MaxScaleDownPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks#max_scale_down_percentage OceanAks#max_scale_down_percentage}. | --- @@ -1545,7 +1545,7 @@ MaxScaleDownPercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks#max_scale_down_percentage OceanAks#max_scale_down_percentage}. --- @@ -1579,7 +1579,7 @@ Automatic OceanAksAutoscalerAutoscaleHeadroomAutomatic automatic block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#automatic OceanAks#automatic} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#automatic OceanAks#automatic} --- @@ -1600,8 +1600,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaks" | **Name** | **Type** | **Description** | | --- | --- | --- | -| IsEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#is_enabled OceanAks#is_enabled}. | -| Percentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#percentage OceanAks#percentage}. | +| IsEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/ocean_aks#percentage OceanAks#percentage}. | --- @@ -1613,7 +1613,7 @@ IsEnabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#is_enabled OceanAks#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#is_enabled OceanAks#is_enabled}. --- @@ -1625,7 +1625,7 @@ Percentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#percentage OceanAks#percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#percentage OceanAks#percentage}. --- @@ -1646,8 +1646,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaks" | **Name** | **Type** | **Description** | | --- | --- | --- | -| MaxMemoryGib | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/ocean_aks#max_vcpu OceanAks#max_vcpu}. | +| MaxMemoryGib | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/ocean_aks#max_vcpu OceanAks#max_vcpu}. | --- @@ -1659,7 +1659,7 @@ MaxMemoryGib *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#max_memory_gib OceanAks#max_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#max_memory_gib OceanAks#max_memory_gib}. --- @@ -1671,7 +1671,7 @@ MaxVcpu *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#max_vcpu OceanAks#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#max_vcpu OceanAks#max_vcpu}. --- @@ -1727,29 +1727,29 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/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.169.1/docs/resources/ocean_aks#acd_identifier OceanAks#acd_identifier}. | -| AksName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#aks_name OceanAks#aks_name}. | -| AksResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/ocean_aks#name OceanAks#name}. | -| SshPublicKey | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.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.170.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.170.0/docs/resources/ocean_aks#name OceanAks#name}. | +| SshPublicKey | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.169.1/docs/resources/ocean_aks#custom_data OceanAks#custom_data}. | +| ControllerClusterId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.169.1/docs/resources/ocean_aks#id OceanAks#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aks#max_pods OceanAks#max_pods}. | +| MaxPods | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.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.169.1/docs/resources/ocean_aks#user_name OceanAks#user_name}. | +| UserName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aks#zones OceanAks#zones}. | +| Zones | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#zones OceanAks#zones}. | --- @@ -1831,7 +1831,7 @@ AcdIdentifier *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#acd_identifier OceanAks#acd_identifier}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#acd_identifier OceanAks#acd_identifier}. --- @@ -1843,7 +1843,7 @@ AksName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#aks_name OceanAks#aks_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#aks_name OceanAks#aks_name}. --- @@ -1855,7 +1855,7 @@ AksResourceGroupName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks#aks_resource_group_name OceanAks#aks_resource_group_name}. --- @@ -1867,7 +1867,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#name OceanAks#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#name OceanAks#name}. --- @@ -1879,7 +1879,7 @@ SshPublicKey *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#ssh_public_key OceanAks#ssh_public_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#ssh_public_key OceanAks#ssh_public_key}. --- @@ -1893,7 +1893,7 @@ Autoscaler OceanAksAutoscaler autoscaler block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#autoscaler OceanAks#autoscaler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#autoscaler OceanAks#autoscaler} --- @@ -1905,7 +1905,7 @@ ControllerClusterId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#controller_cluster_id OceanAks#controller_cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#controller_cluster_id OceanAks#controller_cluster_id}. --- @@ -1917,7 +1917,7 @@ CustomData *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#custom_data OceanAks#custom_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#custom_data OceanAks#custom_data}. --- @@ -1931,7 +1931,7 @@ Extension interface{} extension block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#extension OceanAks#extension} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#extension OceanAks#extension} --- @@ -1945,7 +1945,7 @@ Health OceanAksHealth health block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#health OceanAks#health} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#health OceanAks#health} --- @@ -1957,7 +1957,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#id OceanAks#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. @@ -1974,7 +1974,7 @@ Image interface{} image block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#image OceanAks#image} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#image OceanAks#image} --- @@ -1988,7 +1988,7 @@ LoadBalancer interface{} load_balancer block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#load_balancer OceanAks#load_balancer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#load_balancer OceanAks#load_balancer} --- @@ -2002,7 +2002,7 @@ ManagedServiceIdentity interface{} managed_service_identity block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#managed_service_identity OceanAks#managed_service_identity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#managed_service_identity OceanAks#managed_service_identity} --- @@ -2014,7 +2014,7 @@ MaxPods *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#max_pods OceanAks#max_pods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#max_pods OceanAks#max_pods}. --- @@ -2028,7 +2028,7 @@ Network OceanAksNetwork network block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#network OceanAks#network} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#network OceanAks#network} --- @@ -2042,7 +2042,7 @@ OsDisk OceanAksOsDisk os_disk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#os_disk OceanAks#os_disk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#os_disk OceanAks#os_disk} --- @@ -2054,7 +2054,7 @@ ResourceGroupName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. --- @@ -2068,7 +2068,7 @@ Strategy interface{} strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#strategy OceanAks#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#strategy OceanAks#strategy} --- @@ -2082,7 +2082,7 @@ Tag interface{} tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#tag OceanAks#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#tag OceanAks#tag} --- @@ -2094,7 +2094,7 @@ UserName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#user_name OceanAks#user_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#user_name OceanAks#user_name}. --- @@ -2108,7 +2108,7 @@ VmSizes interface{} vm_sizes block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#vm_sizes OceanAks#vm_sizes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#vm_sizes OceanAks#vm_sizes} --- @@ -2120,7 +2120,7 @@ Zones *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#zones OceanAks#zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#zones OceanAks#zones}. --- @@ -2144,11 +2144,11 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaks" | **Name** | **Type** | **Description** | | --- | --- | --- | -| ApiVersion | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#api_version OceanAks#api_version}. | -| MinorVersionAutoUpgrade | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/ocean_aks#name OceanAks#name}. | -| Publisher | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#publisher OceanAks#publisher}. | -| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#type OceanAks#type}. | +| ApiVersion | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.0/docs/resources/ocean_aks#name OceanAks#name}. | +| Publisher | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#publisher OceanAks#publisher}. | +| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#type OceanAks#type}. | --- @@ -2160,7 +2160,7 @@ ApiVersion *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#api_version OceanAks#api_version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#api_version OceanAks#api_version}. --- @@ -2172,7 +2172,7 @@ MinorVersionAutoUpgrade interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks#minor_version_auto_upgrade OceanAks#minor_version_auto_upgrade}. --- @@ -2184,7 +2184,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#name OceanAks#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#name OceanAks#name}. --- @@ -2196,7 +2196,7 @@ Publisher *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#publisher OceanAks#publisher}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#publisher OceanAks#publisher}. --- @@ -2208,7 +2208,7 @@ Type *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#type OceanAks#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#type OceanAks#type}. --- @@ -2228,7 +2228,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaks" | **Name** | **Type** | **Description** | | --- | --- | --- | -| GracePeriod | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#grace_period OceanAks#grace_period}. | +| GracePeriod | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#grace_period OceanAks#grace_period}. | --- @@ -2240,7 +2240,7 @@ GracePeriod *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#grace_period OceanAks#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#grace_period OceanAks#grace_period}. --- @@ -2274,7 +2274,7 @@ Marketplace interface{} marketplace block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#marketplace OceanAks#marketplace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#marketplace OceanAks#marketplace} --- @@ -2297,10 +2297,10 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaks" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Offer | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#offer OceanAks#offer}. | -| Publisher | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#publisher OceanAks#publisher}. | -| Sku | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#sku OceanAks#sku}. | -| Version | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#version OceanAks#version}. | +| Offer | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#offer OceanAks#offer}. | +| Publisher | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#publisher OceanAks#publisher}. | +| Sku | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#sku OceanAks#sku}. | +| Version | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#version OceanAks#version}. | --- @@ -2312,7 +2312,7 @@ Offer *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#offer OceanAks#offer}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#offer OceanAks#offer}. --- @@ -2324,7 +2324,7 @@ Publisher *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#publisher OceanAks#publisher}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#publisher OceanAks#publisher}. --- @@ -2336,7 +2336,7 @@ Sku *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#sku OceanAks#sku}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#sku OceanAks#sku}. --- @@ -2348,7 +2348,7 @@ Version *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#version OceanAks#version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#version OceanAks#version}. --- @@ -2372,11 +2372,11 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaks" | **Name** | **Type** | **Description** | | --- | --- | --- | -| BackendPoolNames | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/docs/resources/ocean_aks#name OceanAks#name}. | -| ResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/ocean_aks#type OceanAks#type}. | +| BackendPoolNames | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.0/docs/resources/ocean_aks#name OceanAks#name}. | +| ResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/ocean_aks#type OceanAks#type}. | --- @@ -2388,7 +2388,7 @@ BackendPoolNames *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#backend_pool_names OceanAks#backend_pool_names}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#backend_pool_names OceanAks#backend_pool_names}. --- @@ -2400,7 +2400,7 @@ LoadBalancerSku *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#load_balancer_sku OceanAks#load_balancer_sku}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#load_balancer_sku OceanAks#load_balancer_sku}. --- @@ -2412,7 +2412,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#name OceanAks#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#name OceanAks#name}. --- @@ -2424,7 +2424,7 @@ ResourceGroupName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. --- @@ -2436,7 +2436,7 @@ Type *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#type OceanAks#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#type OceanAks#type}. --- @@ -2457,8 +2457,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaks" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#name OceanAks#name}. | -| ResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks#name OceanAks#name}. | +| ResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. | --- @@ -2470,7 +2470,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#name OceanAks#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#name OceanAks#name}. --- @@ -2482,7 +2482,7 @@ ResourceGroupName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. --- @@ -2505,8 +2505,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaks" | **Name** | **Type** | **Description** | | --- | --- | --- | | NetworkInterface | interface{} | network_interface block. | -| ResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_aks#virtual_network_name OceanAks#virtual_network_name}. | --- @@ -2520,7 +2520,7 @@ NetworkInterface interface{} network_interface block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#network_interface OceanAks#network_interface} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#network_interface OceanAks#network_interface} --- @@ -2532,7 +2532,7 @@ ResourceGroupName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. --- @@ -2544,7 +2544,7 @@ VirtualNetworkName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#virtual_network_name OceanAks#virtual_network_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#virtual_network_name OceanAks#virtual_network_name}. --- @@ -2569,10 +2569,10 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/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.169.1/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.169.1/docs/resources/ocean_aks#is_primary OceanAks#is_primary}. | +| AssignPublicIp | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.169.1/docs/resources/ocean_aks#subnet_name OceanAks#subnet_name}. | +| SubnetName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#subnet_name OceanAks#subnet_name}. | --- @@ -2586,7 +2586,7 @@ AdditionalIpConfig interface{} additional_ip_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#additional_ip_config OceanAks#additional_ip_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#additional_ip_config OceanAks#additional_ip_config} --- @@ -2598,7 +2598,7 @@ AssignPublicIp interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#assign_public_ip OceanAks#assign_public_ip}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#assign_public_ip OceanAks#assign_public_ip}. --- @@ -2610,7 +2610,7 @@ IsPrimary interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#is_primary OceanAks#is_primary}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#is_primary OceanAks#is_primary}. --- @@ -2624,7 +2624,7 @@ SecurityGroup OceanAksNetworkNetworkInterfaceSecurityGroup security_group block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#security_group OceanAks#security_group} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#security_group OceanAks#security_group} --- @@ -2636,7 +2636,7 @@ SubnetName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#subnet_name OceanAks#subnet_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#subnet_name OceanAks#subnet_name}. --- @@ -2657,8 +2657,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaks" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#name OceanAks#name}. | -| PrivateIpVersion | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks#name OceanAks#name}. | +| PrivateIpVersion | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#private_ip_version OceanAks#private_ip_version}. | --- @@ -2670,7 +2670,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#name OceanAks#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#name OceanAks#name}. --- @@ -2682,7 +2682,7 @@ PrivateIpVersion *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#private_ip_version OceanAks#private_ip_version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#private_ip_version OceanAks#private_ip_version}. --- @@ -2703,8 +2703,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaks" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#name OceanAks#name}. | -| ResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks#name OceanAks#name}. | +| ResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. | --- @@ -2716,7 +2716,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#name OceanAks#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#name OceanAks#name}. --- @@ -2728,7 +2728,7 @@ ResourceGroupName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. --- @@ -2749,8 +2749,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaks" | **Name** | **Type** | **Description** | | --- | --- | --- | -| SizeGb | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#size_gb OceanAks#size_gb}. | -| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#type OceanAks#type}. | +| SizeGb | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/ocean_aks#type OceanAks#type}. | --- @@ -2762,7 +2762,7 @@ SizeGb *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#size_gb OceanAks#size_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#size_gb OceanAks#size_gb}. --- @@ -2774,7 +2774,7 @@ Type *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#type OceanAks#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#type OceanAks#type}. --- @@ -2795,8 +2795,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaks" | **Name** | **Type** | **Description** | | --- | --- | --- | -| FallbackToOndemand | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/ocean_aks#spot_percentage OceanAks#spot_percentage}. | +| FallbackToOndemand | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/ocean_aks#spot_percentage OceanAks#spot_percentage}. | --- @@ -2808,7 +2808,7 @@ FallbackToOndemand interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#fallback_to_ondemand OceanAks#fallback_to_ondemand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#fallback_to_ondemand OceanAks#fallback_to_ondemand}. --- @@ -2820,7 +2820,7 @@ SpotPercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#spot_percentage OceanAks#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#spot_percentage OceanAks#spot_percentage}. --- @@ -2841,8 +2841,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaks" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#key OceanAks#key}. | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#value OceanAks#value}. | +| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#key OceanAks#key}. | +| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#value OceanAks#value}. | --- @@ -2854,7 +2854,7 @@ Key *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#key OceanAks#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#key OceanAks#key}. --- @@ -2866,7 +2866,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#value OceanAks#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#value OceanAks#value}. --- @@ -2886,7 +2886,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaks" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Whitelist | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#whitelist OceanAks#whitelist}. | +| Whitelist | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#whitelist OceanAks#whitelist}. | --- @@ -2898,7 +2898,7 @@ Whitelist *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#whitelist OceanAks#whitelist}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#whitelist OceanAks#whitelist}. --- diff --git a/docs/oceanAks.java.md b/docs/oceanAks.java.md index 32ed657f8..6b04255b1 100644 --- a/docs/oceanAks.java.md +++ b/docs/oceanAks.java.md @@ -4,7 +4,7 @@ ### OceanAks -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks spotinst_ocean_aks}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks spotinst_ocean_aks}. #### Initializers @@ -67,29 +67,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.169.1/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.169.1/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.169.1/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.169.1/docs/resources/ocean_aks#name OceanAks#name}. | -| sshPublicKey | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.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.170.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.170.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.170.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.169.1/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.169.1/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.170.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.170.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.169.1/docs/resources/ocean_aks#id OceanAks#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.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.169.1/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.170.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.169.1/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.170.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.169.1/docs/resources/ocean_aks#zones OceanAks#zones}. | +| zones | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#zones OceanAks#zones}. | --- @@ -157,7 +157,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.169.1/docs/resources/ocean_aks#acd_identifier OceanAks#acd_identifier}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#acd_identifier OceanAks#acd_identifier}. --- @@ -165,7 +165,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#aks_name OceanAks#aks_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#aks_name OceanAks#aks_name}. --- @@ -173,7 +173,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks#aks_resource_group_name OceanAks#aks_resource_group_name}. --- @@ -181,7 +181,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#name OceanAks#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#name OceanAks#name}. --- @@ -189,7 +189,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#ssh_public_key OceanAks#ssh_public_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#ssh_public_key OceanAks#ssh_public_key}. --- @@ -199,7 +199,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.169.1/docs/resources/ocean_aks#autoscaler OceanAks#autoscaler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#autoscaler OceanAks#autoscaler} --- @@ -207,7 +207,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#controller_cluster_id OceanAks#controller_cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#controller_cluster_id OceanAks#controller_cluster_id}. --- @@ -215,7 +215,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#custom_data OceanAks#custom_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#custom_data OceanAks#custom_data}. --- @@ -225,7 +225,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.169.1/docs/resources/ocean_aks#extension OceanAks#extension} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#extension OceanAks#extension} --- @@ -235,7 +235,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.169.1/docs/resources/ocean_aks#health OceanAks#health} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#health OceanAks#health} --- @@ -243,7 +243,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#id OceanAks#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. @@ -256,7 +256,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.169.1/docs/resources/ocean_aks#image OceanAks#image} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#image OceanAks#image} --- @@ -266,7 +266,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.169.1/docs/resources/ocean_aks#load_balancer OceanAks#load_balancer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#load_balancer OceanAks#load_balancer} --- @@ -276,7 +276,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.169.1/docs/resources/ocean_aks#managed_service_identity OceanAks#managed_service_identity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#managed_service_identity OceanAks#managed_service_identity} --- @@ -284,7 +284,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.169.1/docs/resources/ocean_aks#max_pods OceanAks#max_pods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#max_pods OceanAks#max_pods}. --- @@ -294,7 +294,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.169.1/docs/resources/ocean_aks#network OceanAks#network} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#network OceanAks#network} --- @@ -304,7 +304,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.169.1/docs/resources/ocean_aks#os_disk OceanAks#os_disk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#os_disk OceanAks#os_disk} --- @@ -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.169.1/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. --- @@ -322,7 +322,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.169.1/docs/resources/ocean_aks#strategy OceanAks#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#strategy OceanAks#strategy} --- @@ -332,7 +332,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.169.1/docs/resources/ocean_aks#tag OceanAks#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#tag OceanAks#tag} --- @@ -340,7 +340,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#user_name OceanAks#user_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#user_name OceanAks#user_name}. --- @@ -350,7 +350,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.169.1/docs/resources/ocean_aks#vm_sizes OceanAks#vm_sizes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#vm_sizes OceanAks#vm_sizes} --- @@ -358,7 +358,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.169.1/docs/resources/ocean_aks#zones OceanAks#zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#zones OceanAks#zones}. --- @@ -1054,7 +1054,7 @@ The construct id used in the generated config for the OceanAks to import. The id of the existing OceanAks that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#import import section} in the documentation of this resource for the id to use --- @@ -1777,7 +1777,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.169.1/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.170.0/docs/resources/ocean_aks#autoscale_is_enabled OceanAks#autoscale_is_enabled}. | | resourceLimits | OceanAksAutoscalerResourceLimits | resource_limits block. | --- @@ -1792,7 +1792,7 @@ public OceanAksAutoscalerAutoscaleDown getAutoscaleDown(); autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#autoscale_down OceanAks#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#autoscale_down OceanAks#autoscale_down} --- @@ -1806,7 +1806,7 @@ public OceanAksAutoscalerAutoscaleHeadroom getAutoscaleHeadroom(); autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#autoscale_headroom OceanAks#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#autoscale_headroom OceanAks#autoscale_headroom} --- @@ -1818,7 +1818,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.169.1/docs/resources/ocean_aks#autoscale_is_enabled OceanAks#autoscale_is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#autoscale_is_enabled OceanAks#autoscale_is_enabled}. --- @@ -1832,7 +1832,7 @@ public OceanAksAutoscalerResourceLimits getResourceLimits(); resource_limits block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#resource_limits OceanAks#resource_limits} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#resource_limits OceanAks#resource_limits} --- @@ -1852,7 +1852,7 @@ OceanAksAutoscalerAutoscaleDown.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| maxScaleDownPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks#max_scale_down_percentage OceanAks#max_scale_down_percentage}. | --- @@ -1864,7 +1864,7 @@ public java.lang.Number getMaxScaleDownPercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks#max_scale_down_percentage OceanAks#max_scale_down_percentage}. --- @@ -1898,7 +1898,7 @@ public OceanAksAutoscalerAutoscaleHeadroomAutomatic getAutomatic(); automatic block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#automatic OceanAks#automatic} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#automatic OceanAks#automatic} --- @@ -1920,8 +1920,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.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_aks#percentage OceanAks#percentage}. | --- @@ -1933,7 +1933,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.169.1/docs/resources/ocean_aks#is_enabled OceanAks#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#is_enabled OceanAks#is_enabled}. --- @@ -1945,7 +1945,7 @@ public java.lang.Number getPercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#percentage OceanAks#percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#percentage OceanAks#percentage}. --- @@ -1966,8 +1966,8 @@ OceanAksAutoscalerResourceLimits.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| maxMemoryGib | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_aks#max_vcpu OceanAks#max_vcpu}. | --- @@ -1979,7 +1979,7 @@ public java.lang.Number getMaxMemoryGib(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#max_memory_gib OceanAks#max_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#max_memory_gib OceanAks#max_memory_gib}. --- @@ -1991,7 +1991,7 @@ public java.lang.Number getMaxVcpu(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#max_vcpu OceanAks#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#max_vcpu OceanAks#max_vcpu}. --- @@ -2058,29 +2058,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.169.1/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.169.1/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.169.1/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.169.1/docs/resources/ocean_aks#name OceanAks#name}. | -| sshPublicKey | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.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.170.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.170.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.170.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.169.1/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.169.1/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.170.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.170.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.169.1/docs/resources/ocean_aks#id OceanAks#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.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.169.1/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.170.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.169.1/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.170.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.169.1/docs/resources/ocean_aks#zones OceanAks#zones}. | +| zones | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#zones OceanAks#zones}. | --- @@ -2162,7 +2162,7 @@ public java.lang.String getAcdIdentifier(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#acd_identifier OceanAks#acd_identifier}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#acd_identifier OceanAks#acd_identifier}. --- @@ -2174,7 +2174,7 @@ public java.lang.String getAksName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#aks_name OceanAks#aks_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#aks_name OceanAks#aks_name}. --- @@ -2186,7 +2186,7 @@ public java.lang.String getAksResourceGroupName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks#aks_resource_group_name OceanAks#aks_resource_group_name}. --- @@ -2198,7 +2198,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#name OceanAks#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#name OceanAks#name}. --- @@ -2210,7 +2210,7 @@ public java.lang.String getSshPublicKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#ssh_public_key OceanAks#ssh_public_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#ssh_public_key OceanAks#ssh_public_key}. --- @@ -2224,7 +2224,7 @@ public OceanAksAutoscaler getAutoscaler(); autoscaler block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#autoscaler OceanAks#autoscaler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#autoscaler OceanAks#autoscaler} --- @@ -2236,7 +2236,7 @@ public java.lang.String getControllerClusterId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#controller_cluster_id OceanAks#controller_cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#controller_cluster_id OceanAks#controller_cluster_id}. --- @@ -2248,7 +2248,7 @@ public java.lang.String getCustomData(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#custom_data OceanAks#custom_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#custom_data OceanAks#custom_data}. --- @@ -2262,7 +2262,7 @@ public java.lang.Object getExtension(); extension block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#extension OceanAks#extension} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#extension OceanAks#extension} --- @@ -2276,7 +2276,7 @@ public OceanAksHealth getHealth(); health block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#health OceanAks#health} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#health OceanAks#health} --- @@ -2288,7 +2288,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#id OceanAks#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. @@ -2305,7 +2305,7 @@ public java.lang.Object getImage(); image block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#image OceanAks#image} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#image OceanAks#image} --- @@ -2319,7 +2319,7 @@ public java.lang.Object getLoadBalancer(); load_balancer block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#load_balancer OceanAks#load_balancer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#load_balancer OceanAks#load_balancer} --- @@ -2333,7 +2333,7 @@ public java.lang.Object getManagedServiceIdentity(); managed_service_identity block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#managed_service_identity OceanAks#managed_service_identity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#managed_service_identity OceanAks#managed_service_identity} --- @@ -2345,7 +2345,7 @@ public java.lang.Number getMaxPods(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#max_pods OceanAks#max_pods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#max_pods OceanAks#max_pods}. --- @@ -2359,7 +2359,7 @@ public OceanAksNetwork getNetwork(); network block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#network OceanAks#network} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#network OceanAks#network} --- @@ -2373,7 +2373,7 @@ public OceanAksOsDisk getOsDisk(); os_disk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#os_disk OceanAks#os_disk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#os_disk OceanAks#os_disk} --- @@ -2385,7 +2385,7 @@ public java.lang.String getResourceGroupName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. --- @@ -2399,7 +2399,7 @@ public java.lang.Object getStrategy(); strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#strategy OceanAks#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#strategy OceanAks#strategy} --- @@ -2413,7 +2413,7 @@ public java.lang.Object getTag(); tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#tag OceanAks#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#tag OceanAks#tag} --- @@ -2425,7 +2425,7 @@ public java.lang.String getUserName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#user_name OceanAks#user_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#user_name OceanAks#user_name}. --- @@ -2439,7 +2439,7 @@ public java.lang.Object getVmSizes(); vm_sizes block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#vm_sizes OceanAks#vm_sizes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#vm_sizes OceanAks#vm_sizes} --- @@ -2451,7 +2451,7 @@ public java.util.List getZones(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#zones OceanAks#zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#zones OceanAks#zones}. --- @@ -2476,11 +2476,11 @@ OceanAksExtension.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| apiVersion | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/docs/resources/ocean_aks#name OceanAks#name}. | -| publisher | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#publisher OceanAks#publisher}. | -| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#type OceanAks#type}. | +| apiVersion | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.170.0/docs/resources/ocean_aks#type OceanAks#type}. | --- @@ -2492,7 +2492,7 @@ public java.lang.String getApiVersion(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#api_version OceanAks#api_version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#api_version OceanAks#api_version}. --- @@ -2504,7 +2504,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.169.1/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.170.0/docs/resources/ocean_aks#minor_version_auto_upgrade OceanAks#minor_version_auto_upgrade}. --- @@ -2516,7 +2516,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#name OceanAks#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#name OceanAks#name}. --- @@ -2528,7 +2528,7 @@ public java.lang.String getPublisher(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#publisher OceanAks#publisher}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#publisher OceanAks#publisher}. --- @@ -2540,7 +2540,7 @@ public java.lang.String getType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#type OceanAks#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#type OceanAks#type}. --- @@ -2560,7 +2560,7 @@ OceanAksHealth.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| gracePeriod | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks#grace_period OceanAks#grace_period}. | --- @@ -2572,7 +2572,7 @@ public java.lang.Number getGracePeriod(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#grace_period OceanAks#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#grace_period OceanAks#grace_period}. --- @@ -2607,7 +2607,7 @@ public java.lang.Object getMarketplace(); marketplace block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#marketplace OceanAks#marketplace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#marketplace OceanAks#marketplace} --- @@ -2630,10 +2630,10 @@ OceanAksImageMarketplace.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| offer | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#offer OceanAks#offer}. | -| publisher | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#publisher OceanAks#publisher}. | -| sku | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#sku OceanAks#sku}. | -| version | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#version OceanAks#version}. | +| offer | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.0/docs/resources/ocean_aks#version OceanAks#version}. | --- @@ -2645,7 +2645,7 @@ public java.lang.String getOffer(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#offer OceanAks#offer}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#offer OceanAks#offer}. --- @@ -2657,7 +2657,7 @@ public java.lang.String getPublisher(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#publisher OceanAks#publisher}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#publisher OceanAks#publisher}. --- @@ -2669,7 +2669,7 @@ public java.lang.String getSku(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#sku OceanAks#sku}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#sku OceanAks#sku}. --- @@ -2681,7 +2681,7 @@ public java.lang.String getVersion(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#version OceanAks#version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#version OceanAks#version}. --- @@ -2705,11 +2705,11 @@ OceanAksLoadBalancer.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| backendPoolNames | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/docs/resources/ocean_aks#name OceanAks#name}. | -| resourceGroupName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/ocean_aks#type OceanAks#type}. | +| backendPoolNames | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.170.0/docs/resources/ocean_aks#type OceanAks#type}. | --- @@ -2721,7 +2721,7 @@ public java.util.List getBackendPoolNames(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#backend_pool_names OceanAks#backend_pool_names}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#backend_pool_names OceanAks#backend_pool_names}. --- @@ -2733,7 +2733,7 @@ public java.lang.String getLoadBalancerSku(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#load_balancer_sku OceanAks#load_balancer_sku}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#load_balancer_sku OceanAks#load_balancer_sku}. --- @@ -2745,7 +2745,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#name OceanAks#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#name OceanAks#name}. --- @@ -2757,7 +2757,7 @@ public java.lang.String getResourceGroupName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. --- @@ -2769,7 +2769,7 @@ public java.lang.String getType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#type OceanAks#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#type OceanAks#type}. --- @@ -2790,8 +2790,8 @@ OceanAksManagedServiceIdentity.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#name OceanAks#name}. | -| resourceGroupName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. | --- @@ -2803,7 +2803,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#name OceanAks#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#name OceanAks#name}. --- @@ -2815,7 +2815,7 @@ public java.lang.String getResourceGroupName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. --- @@ -2839,8 +2839,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.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_aks#virtual_network_name OceanAks#virtual_network_name}. | --- @@ -2854,7 +2854,7 @@ public java.lang.Object getNetworkInterface(); network_interface block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#network_interface OceanAks#network_interface} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#network_interface OceanAks#network_interface} --- @@ -2866,7 +2866,7 @@ public java.lang.String getResourceGroupName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. --- @@ -2878,7 +2878,7 @@ public java.lang.String getVirtualNetworkName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#virtual_network_name OceanAks#virtual_network_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#virtual_network_name OceanAks#virtual_network_name}. --- @@ -2906,10 +2906,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.169.1/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.169.1/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.170.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.170.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.169.1/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.170.0/docs/resources/ocean_aks#subnet_name OceanAks#subnet_name}. | --- @@ -2923,7 +2923,7 @@ public java.lang.Object getAdditionalIpConfig(); additional_ip_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#additional_ip_config OceanAks#additional_ip_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#additional_ip_config OceanAks#additional_ip_config} --- @@ -2935,7 +2935,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.169.1/docs/resources/ocean_aks#assign_public_ip OceanAks#assign_public_ip}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#assign_public_ip OceanAks#assign_public_ip}. --- @@ -2947,7 +2947,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.169.1/docs/resources/ocean_aks#is_primary OceanAks#is_primary}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#is_primary OceanAks#is_primary}. --- @@ -2961,7 +2961,7 @@ public OceanAksNetworkNetworkInterfaceSecurityGroup getSecurityGroup(); security_group block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#security_group OceanAks#security_group} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#security_group OceanAks#security_group} --- @@ -2973,7 +2973,7 @@ public java.lang.String getSubnetName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#subnet_name OceanAks#subnet_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#subnet_name OceanAks#subnet_name}. --- @@ -2994,8 +2994,8 @@ OceanAksNetworkNetworkInterfaceAdditionalIpConfig.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#name OceanAks#name}. | -| privateIpVersion | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.0/docs/resources/ocean_aks#private_ip_version OceanAks#private_ip_version}. | --- @@ -3007,7 +3007,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#name OceanAks#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#name OceanAks#name}. --- @@ -3019,7 +3019,7 @@ public java.lang.String getPrivateIpVersion(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#private_ip_version OceanAks#private_ip_version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#private_ip_version OceanAks#private_ip_version}. --- @@ -3040,8 +3040,8 @@ OceanAksNetworkNetworkInterfaceSecurityGroup.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#name OceanAks#name}. | -| resourceGroupName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. | --- @@ -3053,7 +3053,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#name OceanAks#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#name OceanAks#name}. --- @@ -3065,7 +3065,7 @@ public java.lang.String getResourceGroupName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. --- @@ -3086,8 +3086,8 @@ OceanAksOsDisk.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| sizeGb | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/ocean_aks#type OceanAks#type}. | +| sizeGb | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/ocean_aks#type OceanAks#type}. | --- @@ -3099,7 +3099,7 @@ public java.lang.Number getSizeGb(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#size_gb OceanAks#size_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#size_gb OceanAks#size_gb}. --- @@ -3111,7 +3111,7 @@ public java.lang.String getType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#type OceanAks#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#type OceanAks#type}. --- @@ -3133,8 +3133,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.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_aks#spot_percentage OceanAks#spot_percentage}. | --- @@ -3146,7 +3146,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.169.1/docs/resources/ocean_aks#fallback_to_ondemand OceanAks#fallback_to_ondemand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#fallback_to_ondemand OceanAks#fallback_to_ondemand}. --- @@ -3158,7 +3158,7 @@ public java.lang.Number getSpotPercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#spot_percentage OceanAks#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#spot_percentage OceanAks#spot_percentage}. --- @@ -3179,8 +3179,8 @@ OceanAksTag.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#key OceanAks#key}. | -| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#value OceanAks#value}. | +| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/ocean_aks#value OceanAks#value}. | --- @@ -3192,7 +3192,7 @@ public java.lang.String getKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#key OceanAks#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#key OceanAks#key}. --- @@ -3204,7 +3204,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#value OceanAks#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#value OceanAks#value}. --- @@ -3224,7 +3224,7 @@ OceanAksVmSizes.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| whitelist | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#whitelist OceanAks#whitelist}. | +| whitelist | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#whitelist OceanAks#whitelist}. | --- @@ -3236,7 +3236,7 @@ public java.util.List getWhitelist(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#whitelist OceanAks#whitelist}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#whitelist OceanAks#whitelist}. --- diff --git a/docs/oceanAks.python.md b/docs/oceanAks.python.md index dc9b1cff2..62ddd5c45 100644 --- a/docs/oceanAks.python.md +++ b/docs/oceanAks.python.md @@ -4,7 +4,7 @@ ### OceanAks -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks spotinst_ocean_aks}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks spotinst_ocean_aks}. #### Initializers @@ -58,29 +58,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.169.1/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.169.1/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.169.1/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.169.1/docs/resources/ocean_aks#name OceanAks#name}. | -| ssh_public_key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.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.170.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.170.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.170.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.169.1/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.169.1/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.170.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.170.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.169.1/docs/resources/ocean_aks#id OceanAks#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.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.169.1/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.170.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.169.1/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.170.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.169.1/docs/resources/ocean_aks#zones OceanAks#zones}. | +| zones | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#zones OceanAks#zones}. | --- @@ -148,7 +148,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.169.1/docs/resources/ocean_aks#acd_identifier OceanAks#acd_identifier}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#acd_identifier OceanAks#acd_identifier}. --- @@ -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.169.1/docs/resources/ocean_aks#aks_name OceanAks#aks_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#aks_name OceanAks#aks_name}. --- @@ -164,7 +164,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks#aks_resource_group_name OceanAks#aks_resource_group_name}. --- @@ -172,7 +172,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#name OceanAks#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#name OceanAks#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.169.1/docs/resources/ocean_aks#ssh_public_key OceanAks#ssh_public_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#ssh_public_key OceanAks#ssh_public_key}. --- @@ -190,7 +190,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.169.1/docs/resources/ocean_aks#autoscaler OceanAks#autoscaler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#autoscaler OceanAks#autoscaler} --- @@ -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.169.1/docs/resources/ocean_aks#controller_cluster_id OceanAks#controller_cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#controller_cluster_id OceanAks#controller_cluster_id}. --- @@ -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.169.1/docs/resources/ocean_aks#custom_data OceanAks#custom_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#custom_data OceanAks#custom_data}. --- @@ -216,7 +216,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.169.1/docs/resources/ocean_aks#extension OceanAks#extension} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#extension OceanAks#extension} --- @@ -226,7 +226,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.169.1/docs/resources/ocean_aks#health OceanAks#health} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#health OceanAks#health} --- @@ -234,7 +234,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#id OceanAks#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. @@ -247,7 +247,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.169.1/docs/resources/ocean_aks#image OceanAks#image} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#image OceanAks#image} --- @@ -257,7 +257,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.169.1/docs/resources/ocean_aks#load_balancer OceanAks#load_balancer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#load_balancer OceanAks#load_balancer} --- @@ -267,7 +267,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.169.1/docs/resources/ocean_aks#managed_service_identity OceanAks#managed_service_identity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#managed_service_identity OceanAks#managed_service_identity} --- @@ -275,7 +275,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#max_pods OceanAks#max_pods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#max_pods OceanAks#max_pods}. --- @@ -285,7 +285,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.169.1/docs/resources/ocean_aks#network OceanAks#network} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#network OceanAks#network} --- @@ -295,7 +295,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.169.1/docs/resources/ocean_aks#os_disk OceanAks#os_disk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#os_disk OceanAks#os_disk} --- @@ -303,7 +303,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. --- @@ -313,7 +313,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.169.1/docs/resources/ocean_aks#strategy OceanAks#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#strategy OceanAks#strategy} --- @@ -323,7 +323,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.169.1/docs/resources/ocean_aks#tag OceanAks#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#tag OceanAks#tag} --- @@ -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.169.1/docs/resources/ocean_aks#user_name OceanAks#user_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#user_name OceanAks#user_name}. --- @@ -341,7 +341,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.169.1/docs/resources/ocean_aks#vm_sizes OceanAks#vm_sizes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#vm_sizes OceanAks#vm_sizes} --- @@ -349,7 +349,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#zones OceanAks#zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#zones OceanAks#zones}. --- @@ -754,7 +754,7 @@ def put_autoscaler( autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#autoscale_down OceanAks#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#autoscale_down OceanAks#autoscale_down} --- @@ -764,7 +764,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.169.1/docs/resources/ocean_aks#autoscale_headroom OceanAks#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#autoscale_headroom OceanAks#autoscale_headroom} --- @@ -772,7 +772,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#autoscale_is_enabled OceanAks#autoscale_is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#autoscale_is_enabled OceanAks#autoscale_is_enabled}. --- @@ -782,7 +782,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.169.1/docs/resources/ocean_aks#resource_limits OceanAks#resource_limits} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#resource_limits OceanAks#resource_limits} --- @@ -812,7 +812,7 @@ def put_health( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#grace_period OceanAks#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#grace_period OceanAks#grace_period}. --- @@ -874,7 +874,7 @@ def put_network( network_interface block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#network_interface OceanAks#network_interface} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#network_interface OceanAks#network_interface} --- @@ -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.169.1/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. --- @@ -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.169.1/docs/resources/ocean_aks#virtual_network_name OceanAks#virtual_network_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#virtual_network_name OceanAks#virtual_network_name}. --- @@ -907,7 +907,7 @@ def put_os_disk( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#size_gb OceanAks#size_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#size_gb OceanAks#size_gb}. --- @@ -915,7 +915,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#type OceanAks#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#type OceanAks#type}. --- @@ -1183,7 +1183,7 @@ The construct id used in the generated config for the OceanAks to import. The id of the existing OceanAks that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#import import section} in the documentation of this resource for the id to use --- @@ -1905,7 +1905,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.169.1/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.170.0/docs/resources/ocean_aks#autoscale_is_enabled OceanAks#autoscale_is_enabled}. | | resource_limits | OceanAksAutoscalerResourceLimits | resource_limits block. | --- @@ -1920,7 +1920,7 @@ autoscale_down: OceanAksAutoscalerAutoscaleDown autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#autoscale_down OceanAks#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#autoscale_down OceanAks#autoscale_down} --- @@ -1934,7 +1934,7 @@ autoscale_headroom: OceanAksAutoscalerAutoscaleHeadroom autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#autoscale_headroom OceanAks#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#autoscale_headroom OceanAks#autoscale_headroom} --- @@ -1946,7 +1946,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.169.1/docs/resources/ocean_aks#autoscale_is_enabled OceanAks#autoscale_is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#autoscale_is_enabled OceanAks#autoscale_is_enabled}. --- @@ -1960,7 +1960,7 @@ resource_limits: OceanAksAutoscalerResourceLimits resource_limits block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#resource_limits OceanAks#resource_limits} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#resource_limits OceanAks#resource_limits} --- @@ -1980,7 +1980,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.169.1/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.170.0/docs/resources/ocean_aks#max_scale_down_percentage OceanAks#max_scale_down_percentage}. | --- @@ -1992,7 +1992,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.169.1/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.170.0/docs/resources/ocean_aks#max_scale_down_percentage OceanAks#max_scale_down_percentage}. --- @@ -2026,7 +2026,7 @@ automatic: OceanAksAutoscalerAutoscaleHeadroomAutomatic automatic block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#automatic OceanAks#automatic} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#automatic OceanAks#automatic} --- @@ -2047,8 +2047,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.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_aks#percentage OceanAks#percentage}. | --- @@ -2060,7 +2060,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.169.1/docs/resources/ocean_aks#is_enabled OceanAks#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#is_enabled OceanAks#is_enabled}. --- @@ -2072,7 +2072,7 @@ percentage: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#percentage OceanAks#percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#percentage OceanAks#percentage}. --- @@ -2093,8 +2093,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.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_aks#max_vcpu OceanAks#max_vcpu}. | --- @@ -2106,7 +2106,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.169.1/docs/resources/ocean_aks#max_memory_gib OceanAks#max_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#max_memory_gib OceanAks#max_memory_gib}. --- @@ -2118,7 +2118,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.169.1/docs/resources/ocean_aks#max_vcpu OceanAks#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#max_vcpu OceanAks#max_vcpu}. --- @@ -2174,29 +2174,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.169.1/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.169.1/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.169.1/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.169.1/docs/resources/ocean_aks#name OceanAks#name}. | -| ssh_public_key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.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.170.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.170.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.170.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.169.1/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.169.1/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.170.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.170.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.169.1/docs/resources/ocean_aks#id OceanAks#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.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.169.1/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.170.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.169.1/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.170.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.169.1/docs/resources/ocean_aks#zones OceanAks#zones}. | +| zones | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#zones OceanAks#zones}. | --- @@ -2278,7 +2278,7 @@ acd_identifier: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#acd_identifier OceanAks#acd_identifier}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#acd_identifier OceanAks#acd_identifier}. --- @@ -2290,7 +2290,7 @@ aks_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#aks_name OceanAks#aks_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#aks_name OceanAks#aks_name}. --- @@ -2302,7 +2302,7 @@ aks_resource_group_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks#aks_resource_group_name OceanAks#aks_resource_group_name}. --- @@ -2314,7 +2314,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#name OceanAks#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#name OceanAks#name}. --- @@ -2326,7 +2326,7 @@ ssh_public_key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#ssh_public_key OceanAks#ssh_public_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#ssh_public_key OceanAks#ssh_public_key}. --- @@ -2340,7 +2340,7 @@ autoscaler: OceanAksAutoscaler autoscaler block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#autoscaler OceanAks#autoscaler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#autoscaler OceanAks#autoscaler} --- @@ -2352,7 +2352,7 @@ controller_cluster_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#controller_cluster_id OceanAks#controller_cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#controller_cluster_id OceanAks#controller_cluster_id}. --- @@ -2364,7 +2364,7 @@ custom_data: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#custom_data OceanAks#custom_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#custom_data OceanAks#custom_data}. --- @@ -2378,7 +2378,7 @@ extension: typing.Union[IResolvable, typing.List[OceanAksExtension]] extension block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#extension OceanAks#extension} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#extension OceanAks#extension} --- @@ -2392,7 +2392,7 @@ health: OceanAksHealth health block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#health OceanAks#health} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#health OceanAks#health} --- @@ -2404,7 +2404,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#id OceanAks#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. @@ -2421,7 +2421,7 @@ image: typing.Union[IResolvable, typing.List[OceanAksImage]] image block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#image OceanAks#image} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#image OceanAks#image} --- @@ -2435,7 +2435,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.169.1/docs/resources/ocean_aks#load_balancer OceanAks#load_balancer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#load_balancer OceanAks#load_balancer} --- @@ -2449,7 +2449,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.169.1/docs/resources/ocean_aks#managed_service_identity OceanAks#managed_service_identity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#managed_service_identity OceanAks#managed_service_identity} --- @@ -2461,7 +2461,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.169.1/docs/resources/ocean_aks#max_pods OceanAks#max_pods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#max_pods OceanAks#max_pods}. --- @@ -2475,7 +2475,7 @@ network: OceanAksNetwork network block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#network OceanAks#network} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#network OceanAks#network} --- @@ -2489,7 +2489,7 @@ os_disk: OceanAksOsDisk os_disk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#os_disk OceanAks#os_disk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#os_disk OceanAks#os_disk} --- @@ -2501,7 +2501,7 @@ resource_group_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. --- @@ -2515,7 +2515,7 @@ strategy: typing.Union[IResolvable, typing.List[OceanAksStrategy]] strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#strategy OceanAks#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#strategy OceanAks#strategy} --- @@ -2529,7 +2529,7 @@ tag: typing.Union[IResolvable, typing.List[OceanAksTag]] tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#tag OceanAks#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#tag OceanAks#tag} --- @@ -2541,7 +2541,7 @@ user_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#user_name OceanAks#user_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#user_name OceanAks#user_name}. --- @@ -2555,7 +2555,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.169.1/docs/resources/ocean_aks#vm_sizes OceanAks#vm_sizes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#vm_sizes OceanAks#vm_sizes} --- @@ -2567,7 +2567,7 @@ zones: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#zones OceanAks#zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#zones OceanAks#zones}. --- @@ -2591,11 +2591,11 @@ oceanAks.OceanAksExtension( | **Name** | **Type** | **Description** | | --- | --- | --- | -| api_version | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/docs/resources/ocean_aks#name OceanAks#name}. | -| publisher | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#publisher OceanAks#publisher}. | -| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#type OceanAks#type}. | +| api_version | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.0/docs/resources/ocean_aks#name OceanAks#name}. | +| publisher | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#publisher OceanAks#publisher}. | +| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#type OceanAks#type}. | --- @@ -2607,7 +2607,7 @@ api_version: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#api_version OceanAks#api_version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#api_version OceanAks#api_version}. --- @@ -2619,7 +2619,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.169.1/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.170.0/docs/resources/ocean_aks#minor_version_auto_upgrade OceanAks#minor_version_auto_upgrade}. --- @@ -2631,7 +2631,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#name OceanAks#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#name OceanAks#name}. --- @@ -2643,7 +2643,7 @@ publisher: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#publisher OceanAks#publisher}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#publisher OceanAks#publisher}. --- @@ -2655,7 +2655,7 @@ type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#type OceanAks#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#type OceanAks#type}. --- @@ -2675,7 +2675,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.169.1/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.170.0/docs/resources/ocean_aks#grace_period OceanAks#grace_period}. | --- @@ -2687,7 +2687,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.169.1/docs/resources/ocean_aks#grace_period OceanAks#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#grace_period OceanAks#grace_period}. --- @@ -2721,7 +2721,7 @@ marketplace: typing.Union[IResolvable, typing.List[OceanAksImageMarketplace]] marketplace block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#marketplace OceanAks#marketplace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#marketplace OceanAks#marketplace} --- @@ -2744,10 +2744,10 @@ oceanAks.OceanAksImageMarketplace( | **Name** | **Type** | **Description** | | --- | --- | --- | -| offer | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#offer OceanAks#offer}. | -| publisher | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#publisher OceanAks#publisher}. | -| sku | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#sku OceanAks#sku}. | -| version | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#version OceanAks#version}. | +| offer | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#offer OceanAks#offer}. | +| publisher | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#publisher OceanAks#publisher}. | +| sku | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#sku OceanAks#sku}. | +| version | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#version OceanAks#version}. | --- @@ -2759,7 +2759,7 @@ offer: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#offer OceanAks#offer}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#offer OceanAks#offer}. --- @@ -2771,7 +2771,7 @@ publisher: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#publisher OceanAks#publisher}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#publisher OceanAks#publisher}. --- @@ -2783,7 +2783,7 @@ sku: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#sku OceanAks#sku}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#sku OceanAks#sku}. --- @@ -2795,7 +2795,7 @@ version: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#version OceanAks#version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#version OceanAks#version}. --- @@ -2819,11 +2819,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.169.1/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.169.1/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.169.1/docs/resources/ocean_aks#name OceanAks#name}. | -| resource_group_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.0/docs/resources/ocean_aks#type OceanAks#type}. | --- @@ -2835,7 +2835,7 @@ backend_pool_names: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#backend_pool_names OceanAks#backend_pool_names}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#backend_pool_names OceanAks#backend_pool_names}. --- @@ -2847,7 +2847,7 @@ load_balancer_sku: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#load_balancer_sku OceanAks#load_balancer_sku}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#load_balancer_sku OceanAks#load_balancer_sku}. --- @@ -2859,7 +2859,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#name OceanAks#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#name OceanAks#name}. --- @@ -2871,7 +2871,7 @@ resource_group_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. --- @@ -2883,7 +2883,7 @@ type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#type OceanAks#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#type OceanAks#type}. --- @@ -2904,8 +2904,8 @@ oceanAks.OceanAksManagedServiceIdentity( | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#name OceanAks#name}. | -| resource_group_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. | --- @@ -2917,7 +2917,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#name OceanAks#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#name OceanAks#name}. --- @@ -2929,7 +2929,7 @@ resource_group_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. --- @@ -2952,8 +2952,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.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_aks#virtual_network_name OceanAks#virtual_network_name}. | --- @@ -2967,7 +2967,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.169.1/docs/resources/ocean_aks#network_interface OceanAks#network_interface} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#network_interface OceanAks#network_interface} --- @@ -2979,7 +2979,7 @@ resource_group_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. --- @@ -2991,7 +2991,7 @@ virtual_network_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#virtual_network_name OceanAks#virtual_network_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#virtual_network_name OceanAks#virtual_network_name}. --- @@ -3016,10 +3016,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.169.1/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.169.1/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.170.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.170.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.169.1/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.170.0/docs/resources/ocean_aks#subnet_name OceanAks#subnet_name}. | --- @@ -3033,7 +3033,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.169.1/docs/resources/ocean_aks#additional_ip_config OceanAks#additional_ip_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#additional_ip_config OceanAks#additional_ip_config} --- @@ -3045,7 +3045,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.169.1/docs/resources/ocean_aks#assign_public_ip OceanAks#assign_public_ip}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#assign_public_ip OceanAks#assign_public_ip}. --- @@ -3057,7 +3057,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.169.1/docs/resources/ocean_aks#is_primary OceanAks#is_primary}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#is_primary OceanAks#is_primary}. --- @@ -3071,7 +3071,7 @@ security_group: OceanAksNetworkNetworkInterfaceSecurityGroup security_group block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#security_group OceanAks#security_group} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#security_group OceanAks#security_group} --- @@ -3083,7 +3083,7 @@ subnet_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#subnet_name OceanAks#subnet_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#subnet_name OceanAks#subnet_name}. --- @@ -3104,8 +3104,8 @@ oceanAks.OceanAksNetworkNetworkInterfaceAdditionalIpConfig( | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#name OceanAks#name}. | -| private_ip_version | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.0/docs/resources/ocean_aks#private_ip_version OceanAks#private_ip_version}. | --- @@ -3117,7 +3117,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#name OceanAks#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#name OceanAks#name}. --- @@ -3129,7 +3129,7 @@ private_ip_version: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#private_ip_version OceanAks#private_ip_version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#private_ip_version OceanAks#private_ip_version}. --- @@ -3150,8 +3150,8 @@ oceanAks.OceanAksNetworkNetworkInterfaceSecurityGroup( | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#name OceanAks#name}. | -| resource_group_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. | --- @@ -3163,7 +3163,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#name OceanAks#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#name OceanAks#name}. --- @@ -3175,7 +3175,7 @@ resource_group_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. --- @@ -3196,8 +3196,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.169.1/docs/resources/ocean_aks#size_gb OceanAks#size_gb}. | -| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.0/docs/resources/ocean_aks#type OceanAks#type}. | --- @@ -3209,7 +3209,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.169.1/docs/resources/ocean_aks#size_gb OceanAks#size_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#size_gb OceanAks#size_gb}. --- @@ -3221,7 +3221,7 @@ type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#type OceanAks#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#type OceanAks#type}. --- @@ -3242,8 +3242,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.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_aks#spot_percentage OceanAks#spot_percentage}. | --- @@ -3255,7 +3255,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.169.1/docs/resources/ocean_aks#fallback_to_ondemand OceanAks#fallback_to_ondemand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#fallback_to_ondemand OceanAks#fallback_to_ondemand}. --- @@ -3267,7 +3267,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.169.1/docs/resources/ocean_aks#spot_percentage OceanAks#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#spot_percentage OceanAks#spot_percentage}. --- @@ -3288,8 +3288,8 @@ oceanAks.OceanAksTag( | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#key OceanAks#key}. | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#value OceanAks#value}. | +| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#key OceanAks#key}. | +| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#value OceanAks#value}. | --- @@ -3301,7 +3301,7 @@ key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#key OceanAks#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#key OceanAks#key}. --- @@ -3313,7 +3313,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#value OceanAks#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#value OceanAks#value}. --- @@ -3333,7 +3333,7 @@ oceanAks.OceanAksVmSizes( | **Name** | **Type** | **Description** | | --- | --- | --- | -| whitelist | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#whitelist OceanAks#whitelist}. | +| whitelist | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#whitelist OceanAks#whitelist}. | --- @@ -3345,7 +3345,7 @@ whitelist: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#whitelist OceanAks#whitelist}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#whitelist OceanAks#whitelist}. --- @@ -4229,7 +4229,7 @@ def put_automatic( - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#is_enabled OceanAks#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#is_enabled OceanAks#is_enabled}. --- @@ -4237,7 +4237,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#percentage OceanAks#percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#percentage OceanAks#percentage}. --- @@ -4562,7 +4562,7 @@ def put_autoscale_down( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks#max_scale_down_percentage OceanAks#max_scale_down_percentage}. --- @@ -4580,7 +4580,7 @@ def put_autoscale_headroom( automatic block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#automatic OceanAks#automatic} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#automatic OceanAks#automatic} --- @@ -4597,7 +4597,7 @@ def put_resource_limits( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#max_memory_gib OceanAks#max_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#max_memory_gib OceanAks#max_memory_gib}. --- @@ -4605,7 +4605,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#max_vcpu OceanAks#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#max_vcpu OceanAks#max_vcpu}. --- @@ -9190,7 +9190,7 @@ def put_security_group( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#name OceanAks#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#name OceanAks#name}. --- @@ -9198,7 +9198,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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 fbac1bb04..219afe1e2 100644 --- a/docs/oceanAks.typescript.md +++ b/docs/oceanAks.typescript.md @@ -4,7 +4,7 @@ ### OceanAks -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks spotinst_ocean_aks}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks spotinst_ocean_aks}. #### Initializers @@ -736,7 +736,7 @@ The construct id used in the generated config for the OceanAks to import. The id of the existing OceanAks that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#import import section} in the documentation of this resource for the id to use --- @@ -1453,7 +1453,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.169.1/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.170.0/docs/resources/ocean_aks#autoscale_is_enabled OceanAks#autoscale_is_enabled}. | | resourceLimits | OceanAksAutoscalerResourceLimits | resource_limits block. | --- @@ -1468,7 +1468,7 @@ public readonly autoscaleDown: OceanAksAutoscalerAutoscaleDown; autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#autoscale_down OceanAks#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#autoscale_down OceanAks#autoscale_down} --- @@ -1482,7 +1482,7 @@ public readonly autoscaleHeadroom: OceanAksAutoscalerAutoscaleHeadroom; autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#autoscale_headroom OceanAks#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#autoscale_headroom OceanAks#autoscale_headroom} --- @@ -1494,7 +1494,7 @@ public readonly autoscaleIsEnabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#autoscale_is_enabled OceanAks#autoscale_is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#autoscale_is_enabled OceanAks#autoscale_is_enabled}. --- @@ -1508,7 +1508,7 @@ public readonly resourceLimits: OceanAksAutoscalerResourceLimits; resource_limits block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#resource_limits OceanAks#resource_limits} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#resource_limits OceanAks#resource_limits} --- @@ -1526,7 +1526,7 @@ const oceanAksAutoscalerAutoscaleDown: oceanAks.OceanAksAutoscalerAutoscaleDown | **Name** | **Type** | **Description** | | --- | --- | --- | -| maxScaleDownPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks#max_scale_down_percentage OceanAks#max_scale_down_percentage}. | --- @@ -1538,7 +1538,7 @@ public readonly maxScaleDownPercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks#max_scale_down_percentage OceanAks#max_scale_down_percentage}. --- @@ -1570,7 +1570,7 @@ public readonly automatic: OceanAksAutoscalerAutoscaleHeadroomAutomatic; automatic block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#automatic OceanAks#automatic} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#automatic OceanAks#automatic} --- @@ -1588,8 +1588,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.169.1/docs/resources/ocean_aks#is_enabled OceanAks#is_enabled}. | -| percentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#percentage OceanAks#percentage}. | +| isEnabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/ocean_aks#percentage OceanAks#percentage}. | --- @@ -1601,7 +1601,7 @@ public readonly isEnabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#is_enabled OceanAks#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#is_enabled OceanAks#is_enabled}. --- @@ -1613,7 +1613,7 @@ public readonly percentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#percentage OceanAks#percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#percentage OceanAks#percentage}. --- @@ -1631,8 +1631,8 @@ const oceanAksAutoscalerResourceLimits: oceanAks.OceanAksAutoscalerResourceLimit | **Name** | **Type** | **Description** | | --- | --- | --- | -| maxMemoryGib | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/ocean_aks#max_vcpu OceanAks#max_vcpu}. | +| maxMemoryGib | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/ocean_aks#max_vcpu OceanAks#max_vcpu}. | --- @@ -1644,7 +1644,7 @@ public readonly maxMemoryGib: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#max_memory_gib OceanAks#max_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#max_memory_gib OceanAks#max_memory_gib}. --- @@ -1656,7 +1656,7 @@ public readonly maxVcpu: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#max_vcpu OceanAks#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#max_vcpu OceanAks#max_vcpu}. --- @@ -1681,29 +1681,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.169.1/docs/resources/ocean_aks#acd_identifier OceanAks#acd_identifier}. | -| aksName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#aks_name OceanAks#aks_name}. | -| aksResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/ocean_aks#name OceanAks#name}. | -| sshPublicKey | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.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.170.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.170.0/docs/resources/ocean_aks#name OceanAks#name}. | +| sshPublicKey | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.169.1/docs/resources/ocean_aks#custom_data OceanAks#custom_data}. | +| controllerClusterId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.169.1/docs/resources/ocean_aks#id OceanAks#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aks#max_pods OceanAks#max_pods}. | +| maxPods | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.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.169.1/docs/resources/ocean_aks#user_name OceanAks#user_name}. | +| userName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aks#zones OceanAks#zones}. | +| zones | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#zones OceanAks#zones}. | --- @@ -1785,7 +1785,7 @@ public readonly acdIdentifier: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#acd_identifier OceanAks#acd_identifier}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#acd_identifier OceanAks#acd_identifier}. --- @@ -1797,7 +1797,7 @@ public readonly aksName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#aks_name OceanAks#aks_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#aks_name OceanAks#aks_name}. --- @@ -1809,7 +1809,7 @@ public readonly aksResourceGroupName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks#aks_resource_group_name OceanAks#aks_resource_group_name}. --- @@ -1821,7 +1821,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#name OceanAks#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#name OceanAks#name}. --- @@ -1833,7 +1833,7 @@ public readonly sshPublicKey: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#ssh_public_key OceanAks#ssh_public_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#ssh_public_key OceanAks#ssh_public_key}. --- @@ -1847,7 +1847,7 @@ public readonly autoscaler: OceanAksAutoscaler; autoscaler block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#autoscaler OceanAks#autoscaler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#autoscaler OceanAks#autoscaler} --- @@ -1859,7 +1859,7 @@ public readonly controllerClusterId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#controller_cluster_id OceanAks#controller_cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#controller_cluster_id OceanAks#controller_cluster_id}. --- @@ -1871,7 +1871,7 @@ public readonly customData: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#custom_data OceanAks#custom_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#custom_data OceanAks#custom_data}. --- @@ -1885,7 +1885,7 @@ public readonly extension: IResolvable | OceanAksExtension[]; extension block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#extension OceanAks#extension} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#extension OceanAks#extension} --- @@ -1899,7 +1899,7 @@ public readonly health: OceanAksHealth; health block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#health OceanAks#health} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#health OceanAks#health} --- @@ -1911,7 +1911,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#id OceanAks#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. @@ -1928,7 +1928,7 @@ public readonly image: IResolvable | OceanAksImage[]; image block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#image OceanAks#image} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#image OceanAks#image} --- @@ -1942,7 +1942,7 @@ public readonly loadBalancer: IResolvable | OceanAksLoadBalancer[]; load_balancer block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#load_balancer OceanAks#load_balancer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#load_balancer OceanAks#load_balancer} --- @@ -1956,7 +1956,7 @@ public readonly managedServiceIdentity: IResolvable | OceanAksManagedServiceIden managed_service_identity block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#managed_service_identity OceanAks#managed_service_identity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#managed_service_identity OceanAks#managed_service_identity} --- @@ -1968,7 +1968,7 @@ public readonly maxPods: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#max_pods OceanAks#max_pods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#max_pods OceanAks#max_pods}. --- @@ -1982,7 +1982,7 @@ public readonly network: OceanAksNetwork; network block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#network OceanAks#network} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#network OceanAks#network} --- @@ -1996,7 +1996,7 @@ public readonly osDisk: OceanAksOsDisk; os_disk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#os_disk OceanAks#os_disk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#os_disk OceanAks#os_disk} --- @@ -2008,7 +2008,7 @@ public readonly resourceGroupName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. --- @@ -2022,7 +2022,7 @@ public readonly strategy: IResolvable | OceanAksStrategy[]; strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#strategy OceanAks#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#strategy OceanAks#strategy} --- @@ -2036,7 +2036,7 @@ public readonly tag: IResolvable | OceanAksTag[]; tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#tag OceanAks#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#tag OceanAks#tag} --- @@ -2048,7 +2048,7 @@ public readonly userName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#user_name OceanAks#user_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#user_name OceanAks#user_name}. --- @@ -2062,7 +2062,7 @@ public readonly vmSizes: IResolvable | OceanAksVmSizes[]; vm_sizes block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#vm_sizes OceanAks#vm_sizes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#vm_sizes OceanAks#vm_sizes} --- @@ -2074,7 +2074,7 @@ public readonly zones: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#zones OceanAks#zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#zones OceanAks#zones}. --- @@ -2092,11 +2092,11 @@ const oceanAksExtension: oceanAks.OceanAksExtension = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| apiVersion | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/docs/resources/ocean_aks#name OceanAks#name}. | -| publisher | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#publisher OceanAks#publisher}. | -| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#type OceanAks#type}. | +| apiVersion | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.0/docs/resources/ocean_aks#name OceanAks#name}. | +| publisher | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#publisher OceanAks#publisher}. | +| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#type OceanAks#type}. | --- @@ -2108,7 +2108,7 @@ public readonly apiVersion: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#api_version OceanAks#api_version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#api_version OceanAks#api_version}. --- @@ -2120,7 +2120,7 @@ public readonly minorVersionAutoUpgrade: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks#minor_version_auto_upgrade OceanAks#minor_version_auto_upgrade}. --- @@ -2132,7 +2132,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#name OceanAks#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#name OceanAks#name}. --- @@ -2144,7 +2144,7 @@ public readonly publisher: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#publisher OceanAks#publisher}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#publisher OceanAks#publisher}. --- @@ -2156,7 +2156,7 @@ public readonly type: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#type OceanAks#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#type OceanAks#type}. --- @@ -2174,7 +2174,7 @@ const oceanAksHealth: oceanAks.OceanAksHealth = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| gracePeriod | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#grace_period OceanAks#grace_period}. | +| gracePeriod | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#grace_period OceanAks#grace_period}. | --- @@ -2186,7 +2186,7 @@ public readonly gracePeriod: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#grace_period OceanAks#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#grace_period OceanAks#grace_period}. --- @@ -2218,7 +2218,7 @@ public readonly marketplace: IResolvable | OceanAksImageMarketplace[]; marketplace block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#marketplace OceanAks#marketplace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#marketplace OceanAks#marketplace} --- @@ -2236,10 +2236,10 @@ const oceanAksImageMarketplace: oceanAks.OceanAksImageMarketplace = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| offer | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#offer OceanAks#offer}. | -| publisher | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#publisher OceanAks#publisher}. | -| sku | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#sku OceanAks#sku}. | -| version | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#version OceanAks#version}. | +| offer | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#offer OceanAks#offer}. | +| publisher | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#publisher OceanAks#publisher}. | +| sku | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#sku OceanAks#sku}. | +| version | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#version OceanAks#version}. | --- @@ -2251,7 +2251,7 @@ public readonly offer: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#offer OceanAks#offer}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#offer OceanAks#offer}. --- @@ -2263,7 +2263,7 @@ public readonly publisher: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#publisher OceanAks#publisher}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#publisher OceanAks#publisher}. --- @@ -2275,7 +2275,7 @@ public readonly sku: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#sku OceanAks#sku}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#sku OceanAks#sku}. --- @@ -2287,7 +2287,7 @@ public readonly version: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#version OceanAks#version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#version OceanAks#version}. --- @@ -2305,11 +2305,11 @@ const oceanAksLoadBalancer: oceanAks.OceanAksLoadBalancer = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| backendPoolNames | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/docs/resources/ocean_aks#name OceanAks#name}. | -| resourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/ocean_aks#type OceanAks#type}. | +| backendPoolNames | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.0/docs/resources/ocean_aks#name OceanAks#name}. | +| resourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/ocean_aks#type OceanAks#type}. | --- @@ -2321,7 +2321,7 @@ public readonly backendPoolNames: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#backend_pool_names OceanAks#backend_pool_names}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#backend_pool_names OceanAks#backend_pool_names}. --- @@ -2333,7 +2333,7 @@ public readonly loadBalancerSku: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#load_balancer_sku OceanAks#load_balancer_sku}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#load_balancer_sku OceanAks#load_balancer_sku}. --- @@ -2345,7 +2345,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#name OceanAks#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#name OceanAks#name}. --- @@ -2357,7 +2357,7 @@ public readonly resourceGroupName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. --- @@ -2369,7 +2369,7 @@ public readonly type: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#type OceanAks#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#type OceanAks#type}. --- @@ -2387,8 +2387,8 @@ const oceanAksManagedServiceIdentity: oceanAks.OceanAksManagedServiceIdentity = | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#name OceanAks#name}. | -| resourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks#name OceanAks#name}. | +| resourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. | --- @@ -2400,7 +2400,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#name OceanAks#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#name OceanAks#name}. --- @@ -2412,7 +2412,7 @@ public readonly resourceGroupName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. --- @@ -2431,8 +2431,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.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_aks#virtual_network_name OceanAks#virtual_network_name}. | --- @@ -2446,7 +2446,7 @@ public readonly networkInterface: IResolvable | OceanAksNetworkNetworkInterface[ network_interface block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#network_interface OceanAks#network_interface} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#network_interface OceanAks#network_interface} --- @@ -2458,7 +2458,7 @@ public readonly resourceGroupName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. --- @@ -2470,7 +2470,7 @@ public readonly virtualNetworkName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#virtual_network_name OceanAks#virtual_network_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#virtual_network_name OceanAks#virtual_network_name}. --- @@ -2489,10 +2489,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.169.1/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.169.1/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.170.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.170.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.169.1/docs/resources/ocean_aks#subnet_name OceanAks#subnet_name}. | +| subnetName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#subnet_name OceanAks#subnet_name}. | --- @@ -2506,7 +2506,7 @@ public readonly additionalIpConfig: IResolvable | OceanAksNetworkNetworkInterfac additional_ip_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#additional_ip_config OceanAks#additional_ip_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#additional_ip_config OceanAks#additional_ip_config} --- @@ -2518,7 +2518,7 @@ public readonly assignPublicIp: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#assign_public_ip OceanAks#assign_public_ip}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#assign_public_ip OceanAks#assign_public_ip}. --- @@ -2530,7 +2530,7 @@ public readonly isPrimary: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#is_primary OceanAks#is_primary}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#is_primary OceanAks#is_primary}. --- @@ -2544,7 +2544,7 @@ public readonly securityGroup: OceanAksNetworkNetworkInterfaceSecurityGroup; security_group block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#security_group OceanAks#security_group} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#security_group OceanAks#security_group} --- @@ -2556,7 +2556,7 @@ public readonly subnetName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#subnet_name OceanAks#subnet_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#subnet_name OceanAks#subnet_name}. --- @@ -2574,8 +2574,8 @@ const oceanAksNetworkNetworkInterfaceAdditionalIpConfig: oceanAks.OceanAksNetwor | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#name OceanAks#name}. | -| privateIpVersion | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks#name OceanAks#name}. | +| privateIpVersion | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#private_ip_version OceanAks#private_ip_version}. | --- @@ -2587,7 +2587,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#name OceanAks#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#name OceanAks#name}. --- @@ -2599,7 +2599,7 @@ public readonly privateIpVersion: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#private_ip_version OceanAks#private_ip_version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#private_ip_version OceanAks#private_ip_version}. --- @@ -2617,8 +2617,8 @@ const oceanAksNetworkNetworkInterfaceSecurityGroup: oceanAks.OceanAksNetworkNetw | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#name OceanAks#name}. | -| resourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks#name OceanAks#name}. | +| resourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. | --- @@ -2630,7 +2630,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#name OceanAks#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#name OceanAks#name}. --- @@ -2642,7 +2642,7 @@ public readonly resourceGroupName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name}. --- @@ -2660,8 +2660,8 @@ const oceanAksOsDisk: oceanAks.OceanAksOsDisk = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| sizeGb | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#size_gb OceanAks#size_gb}. | -| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#type OceanAks#type}. | +| sizeGb | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/ocean_aks#type OceanAks#type}. | --- @@ -2673,7 +2673,7 @@ public readonly sizeGb: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#size_gb OceanAks#size_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#size_gb OceanAks#size_gb}. --- @@ -2685,7 +2685,7 @@ public readonly type: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#type OceanAks#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#type OceanAks#type}. --- @@ -2703,8 +2703,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.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_aks#spot_percentage OceanAks#spot_percentage}. | --- @@ -2716,7 +2716,7 @@ public readonly fallbackToOndemand: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#fallback_to_ondemand OceanAks#fallback_to_ondemand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#fallback_to_ondemand OceanAks#fallback_to_ondemand}. --- @@ -2728,7 +2728,7 @@ public readonly spotPercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#spot_percentage OceanAks#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#spot_percentage OceanAks#spot_percentage}. --- @@ -2746,8 +2746,8 @@ const oceanAksTag: oceanAks.OceanAksTag = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#key OceanAks#key}. | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#value OceanAks#value}. | +| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#key OceanAks#key}. | +| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#value OceanAks#value}. | --- @@ -2759,7 +2759,7 @@ public readonly key: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#key OceanAks#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#key OceanAks#key}. --- @@ -2771,7 +2771,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#value OceanAks#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#value OceanAks#value}. --- @@ -2789,7 +2789,7 @@ const oceanAksVmSizes: oceanAks.OceanAksVmSizes = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| whitelist | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#whitelist OceanAks#whitelist}. | +| whitelist | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#whitelist OceanAks#whitelist}. | --- @@ -2801,7 +2801,7 @@ public readonly whitelist: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#whitelist OceanAks#whitelist}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#whitelist OceanAks#whitelist}. --- diff --git a/docs/oceanAksNp.csharp.md b/docs/oceanAksNp.csharp.md index a6b44175b..396454e76 100644 --- a/docs/oceanAksNp.csharp.md +++ b/docs/oceanAksNp.csharp.md @@ -4,7 +4,7 @@ ### OceanAksNp -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np spotinst_ocean_aks_np}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np spotinst_ocean_aks_np}. #### Initializers @@ -719,7 +719,7 @@ The construct id used in the generated config for the OceanAksNp to import. The id of the existing OceanAksNp that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#import import section} in the documentation of this resource for the id to use --- @@ -1595,7 +1595,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.169.1/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.170.0/docs/resources/ocean_aks_np#autoscale_is_enabled OceanAksNp#autoscale_is_enabled}. | | ResourceLimits | OceanAksNpAutoscalerResourceLimits | resource_limits block. | --- @@ -1610,7 +1610,7 @@ public OceanAksNpAutoscalerAutoscaleDown AutoscaleDown { get; set; } autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#autoscale_down OceanAksNp#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#autoscale_down OceanAksNp#autoscale_down} --- @@ -1624,7 +1624,7 @@ public OceanAksNpAutoscalerAutoscaleHeadroom AutoscaleHeadroom { get; set; } autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#autoscale_headroom OceanAksNp#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#autoscale_headroom OceanAksNp#autoscale_headroom} --- @@ -1636,7 +1636,7 @@ public object AutoscaleIsEnabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np#autoscale_is_enabled OceanAksNp#autoscale_is_enabled}. --- @@ -1650,7 +1650,7 @@ public OceanAksNpAutoscalerResourceLimits ResourceLimits { get; set; } resource_limits block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#resource_limits OceanAksNp#resource_limits} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#resource_limits OceanAksNp#resource_limits} --- @@ -1670,7 +1670,7 @@ new OceanAksNpAutoscalerAutoscaleDown { | **Name** | **Type** | **Description** | | --- | --- | --- | -| MaxScaleDownPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np#max_scale_down_percentage OceanAksNp#max_scale_down_percentage}. | --- @@ -1682,7 +1682,7 @@ public double MaxScaleDownPercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np#max_scale_down_percentage OceanAksNp#max_scale_down_percentage}. --- @@ -1716,7 +1716,7 @@ public OceanAksNpAutoscalerAutoscaleHeadroomAutomatic Automatic { get; set; } automatic block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#automatic OceanAksNp#automatic} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#automatic OceanAksNp#automatic} --- @@ -1737,8 +1737,8 @@ new OceanAksNpAutoscalerAutoscaleHeadroomAutomatic { | **Name** | **Type** | **Description** | | --- | --- | --- | -| IsEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#is_enabled OceanAksNp#is_enabled}. | -| Percentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#percentage OceanAksNp#percentage}. | +| IsEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#is_enabled OceanAksNp#is_enabled}. | +| Percentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#percentage OceanAksNp#percentage}. | --- @@ -1750,7 +1750,7 @@ public object IsEnabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#is_enabled OceanAksNp#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#is_enabled OceanAksNp#is_enabled}. --- @@ -1762,7 +1762,7 @@ public double Percentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#percentage OceanAksNp#percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#percentage OceanAksNp#percentage}. --- @@ -1783,8 +1783,8 @@ new OceanAksNpAutoscalerResourceLimits { | **Name** | **Type** | **Description** | | --- | --- | --- | -| MaxMemoryGib | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_aks_np#max_vcpu OceanAksNp#max_vcpu}. | --- @@ -1796,7 +1796,7 @@ public double MaxMemoryGib { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np#max_memory_gib OceanAksNp#max_memory_gib}. --- @@ -1808,7 +1808,7 @@ public double MaxVcpu { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#max_vcpu OceanAksNp#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#max_vcpu OceanAksNp#max_vcpu}. --- @@ -1871,36 +1871,36 @@ 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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/docs/resources/ocean_aks_np#availability_zones OceanAksNp#availability_zones}. | -| ControllerClusterId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#controller_cluster_id OceanAksNp#controller_cluster_id}. | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#name OceanAksNp#name}. | +| AksClusterName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.170.0/docs/resources/ocean_aks_np#availability_zones OceanAksNp#availability_zones}. | +| ControllerClusterId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#controller_cluster_id OceanAksNp#controller_cluster_id}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#name OceanAksNp#name}. | | Autoscaler | OceanAksNpAutoscaler | autoscaler block. | -| EnableNodePublicIp | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/ocean_aks_np#fallback_to_ondemand OceanAksNp#fallback_to_ondemand}. | +| EnableNodePublicIp | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.169.1/docs/resources/ocean_aks_np#id OceanAksNp#id}. | -| KubernetesVersion | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/ocean_aks_np#labels OceanAksNp#labels}. | -| MaxCount | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/docs/resources/ocean_aks_np#os_type OceanAksNp#os_type}. | -| PodSubnetIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#pod_subnet_ids OceanAksNp#pod_subnet_ids}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#id OceanAksNp#id}. | +| KubernetesVersion | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/ocean_aks_np#labels OceanAksNp#labels}. | +| MaxCount | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.170.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.170.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.170.0/docs/resources/ocean_aks_np#os_type OceanAksNp#os_type}. | +| PodSubnetIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#pod_subnet_ids OceanAksNp#pod_subnet_ids}. | | Scheduling | OceanAksNpScheduling | scheduling block. | -| SpotPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/ocean_aks_np#tags OceanAksNp#tags}. | +| SpotPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/ocean_aks_np#tags OceanAksNp#tags}. | | Taints | object | taints block. | | UpdatePolicy | OceanAksNpUpdatePolicy | update_policy block. | -| VnetSubnetIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#vnet_subnet_ids OceanAksNp#vnet_subnet_ids}. | +| VnetSubnetIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#vnet_subnet_ids OceanAksNp#vnet_subnet_ids}. | --- @@ -1982,7 +1982,7 @@ public string AksClusterName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np#aks_cluster_name OceanAksNp#aks_cluster_name}. --- @@ -1994,7 +1994,7 @@ public string AksInfrastructureResourceGroupName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np#aks_infrastructure_resource_group_name OceanAksNp#aks_infrastructure_resource_group_name}. --- @@ -2006,7 +2006,7 @@ public string AksRegion { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#aks_region OceanAksNp#aks_region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#aks_region OceanAksNp#aks_region}. --- @@ -2018,7 +2018,7 @@ public string AksResourceGroupName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np#aks_resource_group_name OceanAksNp#aks_resource_group_name}. --- @@ -2030,7 +2030,7 @@ public string[] AvailabilityZones { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#availability_zones OceanAksNp#availability_zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#availability_zones OceanAksNp#availability_zones}. --- @@ -2042,7 +2042,7 @@ public string ControllerClusterId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np#controller_cluster_id OceanAksNp#controller_cluster_id}. --- @@ -2054,7 +2054,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#name OceanAksNp#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#name OceanAksNp#name}. --- @@ -2068,7 +2068,7 @@ public OceanAksNpAutoscaler Autoscaler { get; set; } autoscaler block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#autoscaler OceanAksNp#autoscaler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#autoscaler OceanAksNp#autoscaler} --- @@ -2080,7 +2080,7 @@ public object EnableNodePublicIp { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np#enable_node_public_ip OceanAksNp#enable_node_public_ip}. --- @@ -2092,7 +2092,7 @@ public object FallbackToOndemand { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np#fallback_to_ondemand OceanAksNp#fallback_to_ondemand}. --- @@ -2106,7 +2106,7 @@ public OceanAksNpFilters Filters { get; set; } filters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#filters OceanAksNp#filters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#filters OceanAksNp#filters} --- @@ -2120,7 +2120,7 @@ public object Headrooms { get; set; } headrooms block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#headrooms OceanAksNp#headrooms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#headrooms OceanAksNp#headrooms} --- @@ -2134,7 +2134,7 @@ public OceanAksNpHealth Health { get; set; } health block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#health OceanAksNp#health} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#health OceanAksNp#health} --- @@ -2146,7 +2146,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#id OceanAksNp#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. @@ -2161,7 +2161,7 @@ public string KubernetesVersion { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#kubernetes_version OceanAksNp#kubernetes_version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#kubernetes_version OceanAksNp#kubernetes_version}. --- @@ -2173,7 +2173,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.169.1/docs/resources/ocean_aks_np#labels OceanAksNp#labels}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#labels OceanAksNp#labels}. --- @@ -2185,7 +2185,7 @@ public double MaxCount { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#max_count OceanAksNp#max_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#max_count OceanAksNp#max_count}. --- @@ -2197,7 +2197,7 @@ public double MaxPodsPerNode { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np#max_pods_per_node OceanAksNp#max_pods_per_node}. --- @@ -2209,7 +2209,7 @@ public double MinCount { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#min_count OceanAksNp#min_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#min_count OceanAksNp#min_count}. --- @@ -2221,7 +2221,7 @@ public double OsDiskSizeGb { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np#os_disk_size_gb OceanAksNp#os_disk_size_gb}. --- @@ -2233,7 +2233,7 @@ public string OsDiskType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np#os_disk_type OceanAksNp#os_disk_type}. --- @@ -2245,7 +2245,7 @@ public string OsSku { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#os_sku OceanAksNp#os_sku}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#os_sku OceanAksNp#os_sku}. --- @@ -2257,7 +2257,7 @@ public string OsType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#os_type OceanAksNp#os_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#os_type OceanAksNp#os_type}. --- @@ -2269,7 +2269,7 @@ public string[] PodSubnetIds { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#pod_subnet_ids OceanAksNp#pod_subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#pod_subnet_ids OceanAksNp#pod_subnet_ids}. --- @@ -2283,7 +2283,7 @@ public OceanAksNpScheduling Scheduling { get; set; } scheduling block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#scheduling OceanAksNp#scheduling} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#scheduling OceanAksNp#scheduling} --- @@ -2295,7 +2295,7 @@ public double SpotPercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#spot_percentage OceanAksNp#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#spot_percentage OceanAksNp#spot_percentage}. --- @@ -2307,7 +2307,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.169.1/docs/resources/ocean_aks_np#tags OceanAksNp#tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#tags OceanAksNp#tags}. --- @@ -2321,7 +2321,7 @@ public object Taints { get; set; } taints block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#taints OceanAksNp#taints} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#taints OceanAksNp#taints} --- @@ -2335,7 +2335,7 @@ public OceanAksNpUpdatePolicy UpdatePolicy { get; set; } update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#update_policy OceanAksNp#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#update_policy OceanAksNp#update_policy} --- @@ -2347,7 +2347,7 @@ public string[] VnetSubnetIds { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#vnet_subnet_ids OceanAksNp#vnet_subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#vnet_subnet_ids OceanAksNp#vnet_subnet_ids}. --- @@ -2381,21 +2381,21 @@ new OceanAksNpFilters { | **Name** | **Type** | **Description** | | --- | --- | --- | -| AcceleratedNetworking | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#accelerated_networking OceanAksNp#accelerated_networking}. | -| Architectures | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#architectures OceanAksNp#architectures}. | -| DiskPerformance | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#disk_performance OceanAksNp#disk_performance}. | -| ExcludeSeries | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#exclude_series OceanAksNp#exclude_series}. | -| GpuTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#gpu_types OceanAksNp#gpu_types}. | -| MaxGpu | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#max_gpu OceanAksNp#max_gpu}. | -| MaxMemoryGib | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/ocean_aks_np#max_vcpu OceanAksNp#max_vcpu}. | -| MinDisk | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#min_disk OceanAksNp#min_disk}. | -| MinGpu | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#min_gpu OceanAksNp#min_gpu}. | -| MinMemoryGib | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#min_memory_gib OceanAksNp#min_memory_gib}. | -| MinNics | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#min_nics OceanAksNp#min_nics}. | -| MinVcpu | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/ocean_aks_np#series OceanAksNp#series}. | -| VmTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#vm_types OceanAksNp#vm_types}. | +| AcceleratedNetworking | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#accelerated_networking OceanAksNp#accelerated_networking}. | +| Architectures | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#architectures OceanAksNp#architectures}. | +| DiskPerformance | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#disk_performance OceanAksNp#disk_performance}. | +| ExcludeSeries | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#exclude_series OceanAksNp#exclude_series}. | +| GpuTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#gpu_types OceanAksNp#gpu_types}. | +| MaxGpu | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#max_gpu OceanAksNp#max_gpu}. | +| MaxMemoryGib | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/ocean_aks_np#max_vcpu OceanAksNp#max_vcpu}. | +| MinDisk | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#min_disk OceanAksNp#min_disk}. | +| MinGpu | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#min_gpu OceanAksNp#min_gpu}. | +| MinMemoryGib | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#min_memory_gib OceanAksNp#min_memory_gib}. | +| MinNics | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#min_nics OceanAksNp#min_nics}. | +| MinVcpu | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/ocean_aks_np#series OceanAksNp#series}. | +| VmTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#vm_types OceanAksNp#vm_types}. | --- @@ -2407,7 +2407,7 @@ public string AcceleratedNetworking { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#accelerated_networking OceanAksNp#accelerated_networking}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#accelerated_networking OceanAksNp#accelerated_networking}. --- @@ -2419,7 +2419,7 @@ public string[] Architectures { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#architectures OceanAksNp#architectures}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#architectures OceanAksNp#architectures}. --- @@ -2431,7 +2431,7 @@ public string DiskPerformance { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#disk_performance OceanAksNp#disk_performance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#disk_performance OceanAksNp#disk_performance}. --- @@ -2443,7 +2443,7 @@ public string[] ExcludeSeries { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#exclude_series OceanAksNp#exclude_series}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#exclude_series OceanAksNp#exclude_series}. --- @@ -2455,7 +2455,7 @@ public string[] GpuTypes { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#gpu_types OceanAksNp#gpu_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#gpu_types OceanAksNp#gpu_types}. --- @@ -2467,7 +2467,7 @@ public double MaxGpu { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#max_gpu OceanAksNp#max_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#max_gpu OceanAksNp#max_gpu}. --- @@ -2479,7 +2479,7 @@ public double MaxMemoryGib { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np#max_memory_gib OceanAksNp#max_memory_gib}. --- @@ -2491,7 +2491,7 @@ public double MaxVcpu { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#max_vcpu OceanAksNp#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#max_vcpu OceanAksNp#max_vcpu}. --- @@ -2503,7 +2503,7 @@ public double MinDisk { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#min_disk OceanAksNp#min_disk}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#min_disk OceanAksNp#min_disk}. --- @@ -2515,7 +2515,7 @@ public double MinGpu { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#min_gpu OceanAksNp#min_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#min_gpu OceanAksNp#min_gpu}. --- @@ -2527,7 +2527,7 @@ public double MinMemoryGib { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np#min_memory_gib OceanAksNp#min_memory_gib}. --- @@ -2539,7 +2539,7 @@ public double MinNics { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#min_nics OceanAksNp#min_nics}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#min_nics OceanAksNp#min_nics}. --- @@ -2551,7 +2551,7 @@ public double MinVcpu { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#min_vcpu OceanAksNp#min_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#min_vcpu OceanAksNp#min_vcpu}. --- @@ -2563,7 +2563,7 @@ public string[] Series { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#series OceanAksNp#series}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#series OceanAksNp#series}. --- @@ -2575,7 +2575,7 @@ public string[] VmTypes { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#vm_types OceanAksNp#vm_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#vm_types OceanAksNp#vm_types}. --- @@ -2598,10 +2598,10 @@ new OceanAksNpHeadrooms { | **Name** | **Type** | **Description** | | --- | --- | --- | -| CpuPerUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.0/docs/resources/ocean_aks_np#num_of_units OceanAksNp#num_of_units}. | --- @@ -2613,7 +2613,7 @@ public double CpuPerUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np#cpu_per_unit OceanAksNp#cpu_per_unit}. --- @@ -2625,7 +2625,7 @@ public double GpuPerUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np#gpu_per_unit OceanAksNp#gpu_per_unit}. --- @@ -2637,7 +2637,7 @@ public double MemoryPerUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np#memory_per_unit OceanAksNp#memory_per_unit}. --- @@ -2649,7 +2649,7 @@ public double NumOfUnits { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np#num_of_units OceanAksNp#num_of_units}. --- @@ -2669,7 +2669,7 @@ new OceanAksNpHealth { | **Name** | **Type** | **Description** | | --- | --- | --- | -| GracePeriod | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np#grace_period OceanAksNp#grace_period}. | --- @@ -2681,7 +2681,7 @@ public double GracePeriod { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#grace_period OceanAksNp#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#grace_period OceanAksNp#grace_period}. --- @@ -2715,7 +2715,7 @@ public OceanAksNpSchedulingShutdownHours ShutdownHours { get; set; } shutdown_hours block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#shutdown_hours OceanAksNp#shutdown_hours} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#shutdown_hours OceanAksNp#shutdown_hours} --- @@ -2736,8 +2736,8 @@ new OceanAksNpSchedulingShutdownHours { | **Name** | **Type** | **Description** | | --- | --- | --- | -| TimeWindows | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_aks_np#is_enabled OceanAksNp#is_enabled}. | --- @@ -2749,7 +2749,7 @@ public string[] TimeWindows { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#time_windows OceanAksNp#time_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#time_windows OceanAksNp#time_windows}. --- @@ -2761,7 +2761,7 @@ public object IsEnabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#is_enabled OceanAksNp#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#is_enabled OceanAksNp#is_enabled}. --- @@ -2783,9 +2783,9 @@ new OceanAksNpTaints { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Effect | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#effect OceanAksNp#effect}. | -| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#key OceanAksNp#key}. | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#value OceanAksNp#value}. | +| Effect | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#effect OceanAksNp#effect}. | +| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#key OceanAksNp#key}. | +| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#value OceanAksNp#value}. | --- @@ -2797,7 +2797,7 @@ public string Effect { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#effect OceanAksNp#effect}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#effect OceanAksNp#effect}. --- @@ -2809,7 +2809,7 @@ public string Key { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#key OceanAksNp#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#key OceanAksNp#key}. --- @@ -2821,7 +2821,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#value OceanAksNp#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#value OceanAksNp#value}. --- @@ -2843,8 +2843,8 @@ new OceanAksNpUpdatePolicy { | **Name** | **Type** | **Description** | | --- | --- | --- | -| ShouldRoll | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#should_roll OceanAksNp#should_roll}. | -| ConditionedRoll | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#conditioned_roll OceanAksNp#conditioned_roll}. | +| ShouldRoll | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#should_roll OceanAksNp#should_roll}. | +| ConditionedRoll | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#conditioned_roll OceanAksNp#conditioned_roll}. | | RollConfig | OceanAksNpUpdatePolicyRollConfig | roll_config block. | --- @@ -2857,7 +2857,7 @@ public object ShouldRoll { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#should_roll OceanAksNp#should_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#should_roll OceanAksNp#should_roll}. --- @@ -2869,7 +2869,7 @@ public object ConditionedRoll { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#conditioned_roll OceanAksNp#conditioned_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#conditioned_roll OceanAksNp#conditioned_roll}. --- @@ -2883,7 +2883,7 @@ public OceanAksNpUpdatePolicyRollConfig RollConfig { get; set; } roll_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#roll_config OceanAksNp#roll_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#roll_config OceanAksNp#roll_config} --- @@ -2910,14 +2910,14 @@ new OceanAksNpUpdatePolicyRollConfig { | **Name** | **Type** | **Description** | | --- | --- | --- | -| BatchMinHealthyPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#batch_min_healthy_percentage OceanAksNp#batch_min_healthy_percentage}. | -| BatchSizePercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#batch_size_percentage OceanAksNp#batch_size_percentage}. | -| Comment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#comment OceanAksNp#comment}. | -| NodeNames | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#node_names OceanAksNp#node_names}. | -| NodePoolNames | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#node_pool_names OceanAksNp#node_pool_names}. | -| RespectPdb | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#respect_pdb OceanAksNp#respect_pdb}. | -| RespectRestrictScaleDown | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#respect_restrict_scale_down OceanAksNp#respect_restrict_scale_down}. | -| VngIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#vng_ids OceanAksNp#vng_ids}. | +| BatchMinHealthyPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#batch_min_healthy_percentage OceanAksNp#batch_min_healthy_percentage}. | +| BatchSizePercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#batch_size_percentage OceanAksNp#batch_size_percentage}. | +| Comment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#comment OceanAksNp#comment}. | +| NodeNames | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#node_names OceanAksNp#node_names}. | +| NodePoolNames | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#node_pool_names OceanAksNp#node_pool_names}. | +| RespectPdb | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#respect_pdb OceanAksNp#respect_pdb}. | +| RespectRestrictScaleDown | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#respect_restrict_scale_down OceanAksNp#respect_restrict_scale_down}. | +| VngIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#vng_ids OceanAksNp#vng_ids}. | --- @@ -2929,7 +2929,7 @@ public double BatchMinHealthyPercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#batch_min_healthy_percentage OceanAksNp#batch_min_healthy_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#batch_min_healthy_percentage OceanAksNp#batch_min_healthy_percentage}. --- @@ -2941,7 +2941,7 @@ public double BatchSizePercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#batch_size_percentage OceanAksNp#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#batch_size_percentage OceanAksNp#batch_size_percentage}. --- @@ -2953,7 +2953,7 @@ public string Comment { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#comment OceanAksNp#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#comment OceanAksNp#comment}. --- @@ -2965,7 +2965,7 @@ public string[] NodeNames { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#node_names OceanAksNp#node_names}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#node_names OceanAksNp#node_names}. --- @@ -2977,7 +2977,7 @@ public string[] NodePoolNames { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#node_pool_names OceanAksNp#node_pool_names}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#node_pool_names OceanAksNp#node_pool_names}. --- @@ -2989,7 +2989,7 @@ public object RespectPdb { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#respect_pdb OceanAksNp#respect_pdb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#respect_pdb OceanAksNp#respect_pdb}. --- @@ -3001,7 +3001,7 @@ public object RespectRestrictScaleDown { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#respect_restrict_scale_down OceanAksNp#respect_restrict_scale_down}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#respect_restrict_scale_down OceanAksNp#respect_restrict_scale_down}. --- @@ -3013,7 +3013,7 @@ public string[] VngIds { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#vng_ids OceanAksNp#vng_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#vng_ids OceanAksNp#vng_ids}. --- diff --git a/docs/oceanAksNp.go.md b/docs/oceanAksNp.go.md index 53c4dbb45..e2b241959 100644 --- a/docs/oceanAksNp.go.md +++ b/docs/oceanAksNp.go.md @@ -4,7 +4,7 @@ ### OceanAksNp -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np spotinst_ocean_aks_np}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np spotinst_ocean_aks_np}. #### Initializers @@ -719,7 +719,7 @@ The construct id used in the generated config for the OceanAksNp to import. The id of the existing OceanAksNp that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#import import section} in the documentation of this resource for the id to use --- @@ -1595,7 +1595,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp" | --- | --- | --- | | AutoscaleDown | OceanAksNpAutoscalerAutoscaleDown | autoscale_down block. | | AutoscaleHeadroom | OceanAksNpAutoscalerAutoscaleHeadroom | autoscale_headroom block. | -| AutoscaleIsEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np#autoscale_is_enabled OceanAksNp#autoscale_is_enabled}. | | ResourceLimits | OceanAksNpAutoscalerResourceLimits | resource_limits block. | --- @@ -1610,7 +1610,7 @@ AutoscaleDown OceanAksNpAutoscalerAutoscaleDown autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#autoscale_down OceanAksNp#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#autoscale_down OceanAksNp#autoscale_down} --- @@ -1624,7 +1624,7 @@ AutoscaleHeadroom OceanAksNpAutoscalerAutoscaleHeadroom autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#autoscale_headroom OceanAksNp#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#autoscale_headroom OceanAksNp#autoscale_headroom} --- @@ -1636,7 +1636,7 @@ AutoscaleIsEnabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np#autoscale_is_enabled OceanAksNp#autoscale_is_enabled}. --- @@ -1650,7 +1650,7 @@ ResourceLimits OceanAksNpAutoscalerResourceLimits resource_limits block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#resource_limits OceanAksNp#resource_limits} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#resource_limits OceanAksNp#resource_limits} --- @@ -1670,7 +1670,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp" | **Name** | **Type** | **Description** | | --- | --- | --- | -| MaxScaleDownPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np#max_scale_down_percentage OceanAksNp#max_scale_down_percentage}. | --- @@ -1682,7 +1682,7 @@ MaxScaleDownPercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np#max_scale_down_percentage OceanAksNp#max_scale_down_percentage}. --- @@ -1716,7 +1716,7 @@ Automatic OceanAksNpAutoscalerAutoscaleHeadroomAutomatic automatic block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#automatic OceanAksNp#automatic} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#automatic OceanAksNp#automatic} --- @@ -1737,8 +1737,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp" | **Name** | **Type** | **Description** | | --- | --- | --- | -| IsEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#is_enabled OceanAksNp#is_enabled}. | -| Percentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#percentage OceanAksNp#percentage}. | +| IsEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#is_enabled OceanAksNp#is_enabled}. | +| Percentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#percentage OceanAksNp#percentage}. | --- @@ -1750,7 +1750,7 @@ IsEnabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#is_enabled OceanAksNp#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#is_enabled OceanAksNp#is_enabled}. --- @@ -1762,7 +1762,7 @@ Percentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#percentage OceanAksNp#percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#percentage OceanAksNp#percentage}. --- @@ -1783,8 +1783,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp" | **Name** | **Type** | **Description** | | --- | --- | --- | -| MaxMemoryGib | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_aks_np#max_vcpu OceanAksNp#max_vcpu}. | --- @@ -1796,7 +1796,7 @@ MaxMemoryGib *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np#max_memory_gib OceanAksNp#max_memory_gib}. --- @@ -1808,7 +1808,7 @@ MaxVcpu *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#max_vcpu OceanAksNp#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#max_vcpu OceanAksNp#max_vcpu}. --- @@ -1871,36 +1871,36 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp" | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| AksClusterName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.169.1/docs/resources/ocean_aks_np#availability_zones OceanAksNp#availability_zones}. | -| ControllerClusterId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#controller_cluster_id OceanAksNp#controller_cluster_id}. | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#name OceanAksNp#name}. | +| AksClusterName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.170.0/docs/resources/ocean_aks_np#availability_zones OceanAksNp#availability_zones}. | +| ControllerClusterId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#controller_cluster_id OceanAksNp#controller_cluster_id}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#name OceanAksNp#name}. | | Autoscaler | OceanAksNpAutoscaler | autoscaler block. | -| EnableNodePublicIp | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/ocean_aks_np#fallback_to_ondemand OceanAksNp#fallback_to_ondemand}. | +| EnableNodePublicIp | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.169.1/docs/resources/ocean_aks_np#id OceanAksNp#id}. | -| KubernetesVersion | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/ocean_aks_np#labels OceanAksNp#labels}. | -| MaxCount | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/docs/resources/ocean_aks_np#os_type OceanAksNp#os_type}. | -| PodSubnetIds | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#pod_subnet_ids OceanAksNp#pod_subnet_ids}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#id OceanAksNp#id}. | +| KubernetesVersion | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/ocean_aks_np#labels OceanAksNp#labels}. | +| MaxCount | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.170.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.170.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.170.0/docs/resources/ocean_aks_np#os_type OceanAksNp#os_type}. | +| PodSubnetIds | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#pod_subnet_ids OceanAksNp#pod_subnet_ids}. | | Scheduling | OceanAksNpScheduling | scheduling block. | -| SpotPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/ocean_aks_np#tags OceanAksNp#tags}. | +| SpotPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/ocean_aks_np#tags OceanAksNp#tags}. | | Taints | interface{} | taints block. | | UpdatePolicy | OceanAksNpUpdatePolicy | update_policy block. | -| VnetSubnetIds | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#vnet_subnet_ids OceanAksNp#vnet_subnet_ids}. | +| VnetSubnetIds | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#vnet_subnet_ids OceanAksNp#vnet_subnet_ids}. | --- @@ -1982,7 +1982,7 @@ AksClusterName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np#aks_cluster_name OceanAksNp#aks_cluster_name}. --- @@ -1994,7 +1994,7 @@ AksInfrastructureResourceGroupName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np#aks_infrastructure_resource_group_name OceanAksNp#aks_infrastructure_resource_group_name}. --- @@ -2006,7 +2006,7 @@ AksRegion *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#aks_region OceanAksNp#aks_region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#aks_region OceanAksNp#aks_region}. --- @@ -2018,7 +2018,7 @@ AksResourceGroupName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np#aks_resource_group_name OceanAksNp#aks_resource_group_name}. --- @@ -2030,7 +2030,7 @@ AvailabilityZones *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#availability_zones OceanAksNp#availability_zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#availability_zones OceanAksNp#availability_zones}. --- @@ -2042,7 +2042,7 @@ ControllerClusterId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np#controller_cluster_id OceanAksNp#controller_cluster_id}. --- @@ -2054,7 +2054,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#name OceanAksNp#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#name OceanAksNp#name}. --- @@ -2068,7 +2068,7 @@ Autoscaler OceanAksNpAutoscaler autoscaler block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#autoscaler OceanAksNp#autoscaler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#autoscaler OceanAksNp#autoscaler} --- @@ -2080,7 +2080,7 @@ EnableNodePublicIp interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np#enable_node_public_ip OceanAksNp#enable_node_public_ip}. --- @@ -2092,7 +2092,7 @@ FallbackToOndemand interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np#fallback_to_ondemand OceanAksNp#fallback_to_ondemand}. --- @@ -2106,7 +2106,7 @@ Filters OceanAksNpFilters filters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#filters OceanAksNp#filters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#filters OceanAksNp#filters} --- @@ -2120,7 +2120,7 @@ Headrooms interface{} headrooms block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#headrooms OceanAksNp#headrooms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#headrooms OceanAksNp#headrooms} --- @@ -2134,7 +2134,7 @@ Health OceanAksNpHealth health block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#health OceanAksNp#health} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#health OceanAksNp#health} --- @@ -2146,7 +2146,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#id OceanAksNp#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. @@ -2161,7 +2161,7 @@ KubernetesVersion *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#kubernetes_version OceanAksNp#kubernetes_version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#kubernetes_version OceanAksNp#kubernetes_version}. --- @@ -2173,7 +2173,7 @@ Labels *map[string]*string - *Type:* *map[string]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#labels OceanAksNp#labels}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#labels OceanAksNp#labels}. --- @@ -2185,7 +2185,7 @@ MaxCount *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#max_count OceanAksNp#max_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#max_count OceanAksNp#max_count}. --- @@ -2197,7 +2197,7 @@ MaxPodsPerNode *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np#max_pods_per_node OceanAksNp#max_pods_per_node}. --- @@ -2209,7 +2209,7 @@ MinCount *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#min_count OceanAksNp#min_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#min_count OceanAksNp#min_count}. --- @@ -2221,7 +2221,7 @@ OsDiskSizeGb *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np#os_disk_size_gb OceanAksNp#os_disk_size_gb}. --- @@ -2233,7 +2233,7 @@ OsDiskType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np#os_disk_type OceanAksNp#os_disk_type}. --- @@ -2245,7 +2245,7 @@ OsSku *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#os_sku OceanAksNp#os_sku}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#os_sku OceanAksNp#os_sku}. --- @@ -2257,7 +2257,7 @@ OsType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#os_type OceanAksNp#os_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#os_type OceanAksNp#os_type}. --- @@ -2269,7 +2269,7 @@ PodSubnetIds *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#pod_subnet_ids OceanAksNp#pod_subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#pod_subnet_ids OceanAksNp#pod_subnet_ids}. --- @@ -2283,7 +2283,7 @@ Scheduling OceanAksNpScheduling scheduling block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#scheduling OceanAksNp#scheduling} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#scheduling OceanAksNp#scheduling} --- @@ -2295,7 +2295,7 @@ SpotPercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#spot_percentage OceanAksNp#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#spot_percentage OceanAksNp#spot_percentage}. --- @@ -2307,7 +2307,7 @@ Tags *map[string]*string - *Type:* *map[string]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#tags OceanAksNp#tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#tags OceanAksNp#tags}. --- @@ -2321,7 +2321,7 @@ Taints interface{} taints block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#taints OceanAksNp#taints} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#taints OceanAksNp#taints} --- @@ -2335,7 +2335,7 @@ UpdatePolicy OceanAksNpUpdatePolicy update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#update_policy OceanAksNp#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#update_policy OceanAksNp#update_policy} --- @@ -2347,7 +2347,7 @@ VnetSubnetIds *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#vnet_subnet_ids OceanAksNp#vnet_subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#vnet_subnet_ids OceanAksNp#vnet_subnet_ids}. --- @@ -2381,21 +2381,21 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp" | **Name** | **Type** | **Description** | | --- | --- | --- | -| AcceleratedNetworking | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#accelerated_networking OceanAksNp#accelerated_networking}. | -| Architectures | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#architectures OceanAksNp#architectures}. | -| DiskPerformance | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#disk_performance OceanAksNp#disk_performance}. | -| ExcludeSeries | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#exclude_series OceanAksNp#exclude_series}. | -| GpuTypes | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#gpu_types OceanAksNp#gpu_types}. | -| MaxGpu | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#max_gpu OceanAksNp#max_gpu}. | -| MaxMemoryGib | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/ocean_aks_np#max_vcpu OceanAksNp#max_vcpu}. | -| MinDisk | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#min_disk OceanAksNp#min_disk}. | -| MinGpu | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#min_gpu OceanAksNp#min_gpu}. | -| MinMemoryGib | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#min_memory_gib OceanAksNp#min_memory_gib}. | -| MinNics | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#min_nics OceanAksNp#min_nics}. | -| MinVcpu | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/ocean_aks_np#series OceanAksNp#series}. | -| VmTypes | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#vm_types OceanAksNp#vm_types}. | +| AcceleratedNetworking | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#accelerated_networking OceanAksNp#accelerated_networking}. | +| Architectures | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#architectures OceanAksNp#architectures}. | +| DiskPerformance | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#disk_performance OceanAksNp#disk_performance}. | +| ExcludeSeries | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#exclude_series OceanAksNp#exclude_series}. | +| GpuTypes | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#gpu_types OceanAksNp#gpu_types}. | +| MaxGpu | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#max_gpu OceanAksNp#max_gpu}. | +| MaxMemoryGib | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/ocean_aks_np#max_vcpu OceanAksNp#max_vcpu}. | +| MinDisk | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#min_disk OceanAksNp#min_disk}. | +| MinGpu | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#min_gpu OceanAksNp#min_gpu}. | +| MinMemoryGib | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#min_memory_gib OceanAksNp#min_memory_gib}. | +| MinNics | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#min_nics OceanAksNp#min_nics}. | +| MinVcpu | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/ocean_aks_np#series OceanAksNp#series}. | +| VmTypes | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#vm_types OceanAksNp#vm_types}. | --- @@ -2407,7 +2407,7 @@ AcceleratedNetworking *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#accelerated_networking OceanAksNp#accelerated_networking}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#accelerated_networking OceanAksNp#accelerated_networking}. --- @@ -2419,7 +2419,7 @@ Architectures *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#architectures OceanAksNp#architectures}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#architectures OceanAksNp#architectures}. --- @@ -2431,7 +2431,7 @@ DiskPerformance *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#disk_performance OceanAksNp#disk_performance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#disk_performance OceanAksNp#disk_performance}. --- @@ -2443,7 +2443,7 @@ ExcludeSeries *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#exclude_series OceanAksNp#exclude_series}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#exclude_series OceanAksNp#exclude_series}. --- @@ -2455,7 +2455,7 @@ GpuTypes *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#gpu_types OceanAksNp#gpu_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#gpu_types OceanAksNp#gpu_types}. --- @@ -2467,7 +2467,7 @@ MaxGpu *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#max_gpu OceanAksNp#max_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#max_gpu OceanAksNp#max_gpu}. --- @@ -2479,7 +2479,7 @@ MaxMemoryGib *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np#max_memory_gib OceanAksNp#max_memory_gib}. --- @@ -2491,7 +2491,7 @@ MaxVcpu *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#max_vcpu OceanAksNp#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#max_vcpu OceanAksNp#max_vcpu}. --- @@ -2503,7 +2503,7 @@ MinDisk *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#min_disk OceanAksNp#min_disk}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#min_disk OceanAksNp#min_disk}. --- @@ -2515,7 +2515,7 @@ MinGpu *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#min_gpu OceanAksNp#min_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#min_gpu OceanAksNp#min_gpu}. --- @@ -2527,7 +2527,7 @@ MinMemoryGib *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np#min_memory_gib OceanAksNp#min_memory_gib}. --- @@ -2539,7 +2539,7 @@ MinNics *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#min_nics OceanAksNp#min_nics}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#min_nics OceanAksNp#min_nics}. --- @@ -2551,7 +2551,7 @@ MinVcpu *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#min_vcpu OceanAksNp#min_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#min_vcpu OceanAksNp#min_vcpu}. --- @@ -2563,7 +2563,7 @@ Series *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#series OceanAksNp#series}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#series OceanAksNp#series}. --- @@ -2575,7 +2575,7 @@ VmTypes *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#vm_types OceanAksNp#vm_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#vm_types OceanAksNp#vm_types}. --- @@ -2598,10 +2598,10 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp" | **Name** | **Type** | **Description** | | --- | --- | --- | -| CpuPerUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.0/docs/resources/ocean_aks_np#num_of_units OceanAksNp#num_of_units}. | --- @@ -2613,7 +2613,7 @@ CpuPerUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np#cpu_per_unit OceanAksNp#cpu_per_unit}. --- @@ -2625,7 +2625,7 @@ GpuPerUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np#gpu_per_unit OceanAksNp#gpu_per_unit}. --- @@ -2637,7 +2637,7 @@ MemoryPerUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np#memory_per_unit OceanAksNp#memory_per_unit}. --- @@ -2649,7 +2649,7 @@ NumOfUnits *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np#num_of_units OceanAksNp#num_of_units}. --- @@ -2669,7 +2669,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp" | **Name** | **Type** | **Description** | | --- | --- | --- | -| GracePeriod | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np#grace_period OceanAksNp#grace_period}. | --- @@ -2681,7 +2681,7 @@ GracePeriod *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#grace_period OceanAksNp#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#grace_period OceanAksNp#grace_period}. --- @@ -2715,7 +2715,7 @@ ShutdownHours OceanAksNpSchedulingShutdownHours shutdown_hours block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#shutdown_hours OceanAksNp#shutdown_hours} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#shutdown_hours OceanAksNp#shutdown_hours} --- @@ -2736,8 +2736,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp" | **Name** | **Type** | **Description** | | --- | --- | --- | -| TimeWindows | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_aks_np#is_enabled OceanAksNp#is_enabled}. | --- @@ -2749,7 +2749,7 @@ TimeWindows *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#time_windows OceanAksNp#time_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#time_windows OceanAksNp#time_windows}. --- @@ -2761,7 +2761,7 @@ IsEnabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#is_enabled OceanAksNp#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#is_enabled OceanAksNp#is_enabled}. --- @@ -2783,9 +2783,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Effect | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#effect OceanAksNp#effect}. | -| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#key OceanAksNp#key}. | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#value OceanAksNp#value}. | +| Effect | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#effect OceanAksNp#effect}. | +| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#key OceanAksNp#key}. | +| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#value OceanAksNp#value}. | --- @@ -2797,7 +2797,7 @@ Effect *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#effect OceanAksNp#effect}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#effect OceanAksNp#effect}. --- @@ -2809,7 +2809,7 @@ Key *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#key OceanAksNp#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#key OceanAksNp#key}. --- @@ -2821,7 +2821,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#value OceanAksNp#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#value OceanAksNp#value}. --- @@ -2843,8 +2843,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp" | **Name** | **Type** | **Description** | | --- | --- | --- | -| ShouldRoll | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#should_roll OceanAksNp#should_roll}. | -| ConditionedRoll | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#conditioned_roll OceanAksNp#conditioned_roll}. | +| ShouldRoll | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#should_roll OceanAksNp#should_roll}. | +| ConditionedRoll | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#conditioned_roll OceanAksNp#conditioned_roll}. | | RollConfig | OceanAksNpUpdatePolicyRollConfig | roll_config block. | --- @@ -2857,7 +2857,7 @@ ShouldRoll interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#should_roll OceanAksNp#should_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#should_roll OceanAksNp#should_roll}. --- @@ -2869,7 +2869,7 @@ ConditionedRoll interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#conditioned_roll OceanAksNp#conditioned_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#conditioned_roll OceanAksNp#conditioned_roll}. --- @@ -2883,7 +2883,7 @@ RollConfig OceanAksNpUpdatePolicyRollConfig roll_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#roll_config OceanAksNp#roll_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#roll_config OceanAksNp#roll_config} --- @@ -2910,14 +2910,14 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp" | **Name** | **Type** | **Description** | | --- | --- | --- | -| BatchMinHealthyPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#batch_min_healthy_percentage OceanAksNp#batch_min_healthy_percentage}. | -| BatchSizePercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#batch_size_percentage OceanAksNp#batch_size_percentage}. | -| Comment | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#comment OceanAksNp#comment}. | -| NodeNames | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#node_names OceanAksNp#node_names}. | -| NodePoolNames | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#node_pool_names OceanAksNp#node_pool_names}. | -| RespectPdb | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#respect_pdb OceanAksNp#respect_pdb}. | -| RespectRestrictScaleDown | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#respect_restrict_scale_down OceanAksNp#respect_restrict_scale_down}. | -| VngIds | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#vng_ids OceanAksNp#vng_ids}. | +| BatchMinHealthyPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#batch_min_healthy_percentage OceanAksNp#batch_min_healthy_percentage}. | +| BatchSizePercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#batch_size_percentage OceanAksNp#batch_size_percentage}. | +| Comment | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#comment OceanAksNp#comment}. | +| NodeNames | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#node_names OceanAksNp#node_names}. | +| NodePoolNames | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#node_pool_names OceanAksNp#node_pool_names}. | +| RespectPdb | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#respect_pdb OceanAksNp#respect_pdb}. | +| RespectRestrictScaleDown | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#respect_restrict_scale_down OceanAksNp#respect_restrict_scale_down}. | +| VngIds | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#vng_ids OceanAksNp#vng_ids}. | --- @@ -2929,7 +2929,7 @@ BatchMinHealthyPercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#batch_min_healthy_percentage OceanAksNp#batch_min_healthy_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#batch_min_healthy_percentage OceanAksNp#batch_min_healthy_percentage}. --- @@ -2941,7 +2941,7 @@ BatchSizePercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#batch_size_percentage OceanAksNp#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#batch_size_percentage OceanAksNp#batch_size_percentage}. --- @@ -2953,7 +2953,7 @@ Comment *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#comment OceanAksNp#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#comment OceanAksNp#comment}. --- @@ -2965,7 +2965,7 @@ NodeNames *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#node_names OceanAksNp#node_names}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#node_names OceanAksNp#node_names}. --- @@ -2977,7 +2977,7 @@ NodePoolNames *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#node_pool_names OceanAksNp#node_pool_names}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#node_pool_names OceanAksNp#node_pool_names}. --- @@ -2989,7 +2989,7 @@ RespectPdb interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#respect_pdb OceanAksNp#respect_pdb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#respect_pdb OceanAksNp#respect_pdb}. --- @@ -3001,7 +3001,7 @@ RespectRestrictScaleDown interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#respect_restrict_scale_down OceanAksNp#respect_restrict_scale_down}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#respect_restrict_scale_down OceanAksNp#respect_restrict_scale_down}. --- @@ -3013,7 +3013,7 @@ VngIds *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#vng_ids OceanAksNp#vng_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#vng_ids OceanAksNp#vng_ids}. --- diff --git a/docs/oceanAksNp.java.md b/docs/oceanAksNp.java.md index 2ce281407..c9d12196c 100644 --- a/docs/oceanAksNp.java.md +++ b/docs/oceanAksNp.java.md @@ -4,7 +4,7 @@ ### OceanAksNp -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np spotinst_ocean_aks_np}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np spotinst_ocean_aks_np}. #### Initializers @@ -71,36 +71,36 @@ 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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/docs/resources/ocean_aks_np#availability_zones OceanAksNp#availability_zones}. | -| controllerClusterId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#controller_cluster_id OceanAksNp#controller_cluster_id}. | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.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.170.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.170.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.170.0/docs/resources/ocean_aks_np#availability_zones OceanAksNp#availability_zones}. | +| controllerClusterId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#controller_cluster_id OceanAksNp#controller_cluster_id}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#name OceanAksNp#name}. | | autoscaler | OceanAksNpAutoscaler | autoscaler block. | -| enableNodePublicIp | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/ocean_aks_np#fallback_to_ondemand OceanAksNp#fallback_to_ondemand}. | +| enableNodePublicIp | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/docs/resources/ocean_aks_np#os_type OceanAksNp#os_type}. | -| podSubnetIds | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#pod_subnet_ids OceanAksNp#pod_subnet_ids}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.0/docs/resources/ocean_aks_np#os_type OceanAksNp#os_type}. | +| podSubnetIds | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#pod_subnet_ids OceanAksNp#pod_subnet_ids}. | | scheduling | OceanAksNpScheduling | scheduling block. | -| spotPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_aks_np#tags OceanAksNp#tags}. | | taints | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanAksNpTaints> | taints block. | | updatePolicy | OceanAksNpUpdatePolicy | update_policy block. | -| vnetSubnetIds | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#vnet_subnet_ids OceanAksNp#vnet_subnet_ids}. | +| vnetSubnetIds | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#vnet_subnet_ids OceanAksNp#vnet_subnet_ids}. | --- @@ -168,7 +168,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.169.1/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.170.0/docs/resources/ocean_aks_np#aks_cluster_name OceanAksNp#aks_cluster_name}. --- @@ -176,7 +176,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np#aks_infrastructure_resource_group_name OceanAksNp#aks_infrastructure_resource_group_name}. --- @@ -184,7 +184,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#aks_region OceanAksNp#aks_region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#aks_region OceanAksNp#aks_region}. --- @@ -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.169.1/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.170.0/docs/resources/ocean_aks_np#aks_resource_group_name OceanAksNp#aks_resource_group_name}. --- @@ -200,7 +200,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.169.1/docs/resources/ocean_aks_np#availability_zones OceanAksNp#availability_zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#availability_zones OceanAksNp#availability_zones}. --- @@ -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.169.1/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.170.0/docs/resources/ocean_aks_np#controller_cluster_id OceanAksNp#controller_cluster_id}. --- @@ -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.169.1/docs/resources/ocean_aks_np#name OceanAksNp#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#name OceanAksNp#name}. --- @@ -226,7 +226,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti autoscaler block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#autoscaler OceanAksNp#autoscaler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#autoscaler OceanAksNp#autoscaler} --- @@ -234,7 +234,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.169.1/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.170.0/docs/resources/ocean_aks_np#enable_node_public_ip OceanAksNp#enable_node_public_ip}. --- @@ -242,7 +242,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.169.1/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.170.0/docs/resources/ocean_aks_np#fallback_to_ondemand OceanAksNp#fallback_to_ondemand}. --- @@ -252,7 +252,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.169.1/docs/resources/ocean_aks_np#filters OceanAksNp#filters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#filters OceanAksNp#filters} --- @@ -262,7 +262,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.169.1/docs/resources/ocean_aks_np#headrooms OceanAksNp#headrooms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#headrooms OceanAksNp#headrooms} --- @@ -272,7 +272,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.169.1/docs/resources/ocean_aks_np#health OceanAksNp#health} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#health OceanAksNp#health} --- @@ -280,7 +280,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#id OceanAksNp#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. @@ -291,7 +291,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.169.1/docs/resources/ocean_aks_np#kubernetes_version OceanAksNp#kubernetes_version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#kubernetes_version OceanAksNp#kubernetes_version}. --- @@ -299,7 +299,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.169.1/docs/resources/ocean_aks_np#labels OceanAksNp#labels}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#labels OceanAksNp#labels}. --- @@ -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.169.1/docs/resources/ocean_aks_np#max_count OceanAksNp#max_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#max_count OceanAksNp#max_count}. --- @@ -315,7 +315,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.169.1/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.170.0/docs/resources/ocean_aks_np#max_pods_per_node OceanAksNp#max_pods_per_node}. --- @@ -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.169.1/docs/resources/ocean_aks_np#min_count OceanAksNp#min_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#min_count OceanAksNp#min_count}. --- @@ -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.169.1/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.170.0/docs/resources/ocean_aks_np#os_disk_size_gb OceanAksNp#os_disk_size_gb}. --- @@ -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.169.1/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.170.0/docs/resources/ocean_aks_np#os_disk_type OceanAksNp#os_disk_type}. --- @@ -347,7 +347,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#os_sku OceanAksNp#os_sku}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#os_sku OceanAksNp#os_sku}. --- @@ -355,7 +355,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#os_type OceanAksNp#os_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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 - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#pod_subnet_ids OceanAksNp#pod_subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#pod_subnet_ids OceanAksNp#pod_subnet_ids}. --- @@ -373,7 +373,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.169.1/docs/resources/ocean_aks_np#scheduling OceanAksNp#scheduling} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#scheduling OceanAksNp#scheduling} --- @@ -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.169.1/docs/resources/ocean_aks_np#spot_percentage OceanAksNp#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#spot_percentage OceanAksNp#spot_percentage}. --- @@ -389,7 +389,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.169.1/docs/resources/ocean_aks_np#tags OceanAksNp#tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#tags OceanAksNp#tags}. --- @@ -399,7 +399,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.169.1/docs/resources/ocean_aks_np#taints OceanAksNp#taints} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#taints OceanAksNp#taints} --- @@ -409,7 +409,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.169.1/docs/resources/ocean_aks_np#update_policy OceanAksNp#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#update_policy OceanAksNp#update_policy} --- @@ -417,7 +417,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.169.1/docs/resources/ocean_aks_np#vnet_subnet_ids OceanAksNp#vnet_subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#vnet_subnet_ids OceanAksNp#vnet_subnet_ids}. --- @@ -1096,7 +1096,7 @@ The construct id used in the generated config for the OceanAksNp to import. The id of the existing OceanAksNp that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#import import section} in the documentation of this resource for the id to use --- @@ -1973,7 +1973,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.169.1/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.170.0/docs/resources/ocean_aks_np#autoscale_is_enabled OceanAksNp#autoscale_is_enabled}. | | resourceLimits | OceanAksNpAutoscalerResourceLimits | resource_limits block. | --- @@ -1988,7 +1988,7 @@ public OceanAksNpAutoscalerAutoscaleDown getAutoscaleDown(); autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#autoscale_down OceanAksNp#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#autoscale_down OceanAksNp#autoscale_down} --- @@ -2002,7 +2002,7 @@ public OceanAksNpAutoscalerAutoscaleHeadroom getAutoscaleHeadroom(); autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#autoscale_headroom OceanAksNp#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#autoscale_headroom OceanAksNp#autoscale_headroom} --- @@ -2014,7 +2014,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.169.1/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.170.0/docs/resources/ocean_aks_np#autoscale_is_enabled OceanAksNp#autoscale_is_enabled}. --- @@ -2028,7 +2028,7 @@ public OceanAksNpAutoscalerResourceLimits getResourceLimits(); resource_limits block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#resource_limits OceanAksNp#resource_limits} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#resource_limits OceanAksNp#resource_limits} --- @@ -2048,7 +2048,7 @@ OceanAksNpAutoscalerAutoscaleDown.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| maxScaleDownPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np#max_scale_down_percentage OceanAksNp#max_scale_down_percentage}. | --- @@ -2060,7 +2060,7 @@ public java.lang.Number getMaxScaleDownPercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np#max_scale_down_percentage OceanAksNp#max_scale_down_percentage}. --- @@ -2094,7 +2094,7 @@ public OceanAksNpAutoscalerAutoscaleHeadroomAutomatic getAutomatic(); automatic block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#automatic OceanAksNp#automatic} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#automatic OceanAksNp#automatic} --- @@ -2116,8 +2116,8 @@ OceanAksNpAutoscalerAutoscaleHeadroomAutomatic.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| isEnabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#is_enabled OceanAksNp#is_enabled}. | -| percentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#percentage OceanAksNp#percentage}. | +| isEnabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#is_enabled OceanAksNp#is_enabled}. | +| percentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#percentage OceanAksNp#percentage}. | --- @@ -2129,7 +2129,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.169.1/docs/resources/ocean_aks_np#is_enabled OceanAksNp#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#is_enabled OceanAksNp#is_enabled}. --- @@ -2141,7 +2141,7 @@ public java.lang.Number getPercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#percentage OceanAksNp#percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#percentage OceanAksNp#percentage}. --- @@ -2162,8 +2162,8 @@ OceanAksNpAutoscalerResourceLimits.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| maxMemoryGib | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_aks_np#max_vcpu OceanAksNp#max_vcpu}. | --- @@ -2175,7 +2175,7 @@ public java.lang.Number getMaxMemoryGib(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np#max_memory_gib OceanAksNp#max_memory_gib}. --- @@ -2187,7 +2187,7 @@ public java.lang.Number getMaxVcpu(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#max_vcpu OceanAksNp#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#max_vcpu OceanAksNp#max_vcpu}. --- @@ -2258,36 +2258,36 @@ 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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/docs/resources/ocean_aks_np#availability_zones OceanAksNp#availability_zones}. | -| controllerClusterId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#controller_cluster_id OceanAksNp#controller_cluster_id}. | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.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.170.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.170.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.170.0/docs/resources/ocean_aks_np#availability_zones OceanAksNp#availability_zones}. | +| controllerClusterId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#controller_cluster_id OceanAksNp#controller_cluster_id}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#name OceanAksNp#name}. | | autoscaler | OceanAksNpAutoscaler | autoscaler block. | -| enableNodePublicIp | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/ocean_aks_np#fallback_to_ondemand OceanAksNp#fallback_to_ondemand}. | +| enableNodePublicIp | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/docs/resources/ocean_aks_np#os_type OceanAksNp#os_type}. | -| podSubnetIds | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#pod_subnet_ids OceanAksNp#pod_subnet_ids}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.0/docs/resources/ocean_aks_np#os_type OceanAksNp#os_type}. | +| podSubnetIds | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#pod_subnet_ids OceanAksNp#pod_subnet_ids}. | | scheduling | OceanAksNpScheduling | scheduling block. | -| spotPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_aks_np#tags OceanAksNp#tags}. | | taints | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanAksNpTaints> | taints block. | | updatePolicy | OceanAksNpUpdatePolicy | update_policy block. | -| vnetSubnetIds | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#vnet_subnet_ids OceanAksNp#vnet_subnet_ids}. | +| vnetSubnetIds | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#vnet_subnet_ids OceanAksNp#vnet_subnet_ids}. | --- @@ -2369,7 +2369,7 @@ public java.lang.String getAksClusterName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np#aks_cluster_name OceanAksNp#aks_cluster_name}. --- @@ -2381,7 +2381,7 @@ public java.lang.String getAksInfrastructureResourceGroupName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np#aks_infrastructure_resource_group_name OceanAksNp#aks_infrastructure_resource_group_name}. --- @@ -2393,7 +2393,7 @@ public java.lang.String getAksRegion(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#aks_region OceanAksNp#aks_region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#aks_region OceanAksNp#aks_region}. --- @@ -2405,7 +2405,7 @@ public java.lang.String getAksResourceGroupName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np#aks_resource_group_name OceanAksNp#aks_resource_group_name}. --- @@ -2417,7 +2417,7 @@ public java.util.List getAvailabilityZones(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#availability_zones OceanAksNp#availability_zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#availability_zones OceanAksNp#availability_zones}. --- @@ -2429,7 +2429,7 @@ public java.lang.String getControllerClusterId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np#controller_cluster_id OceanAksNp#controller_cluster_id}. --- @@ -2441,7 +2441,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#name OceanAksNp#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#name OceanAksNp#name}. --- @@ -2455,7 +2455,7 @@ public OceanAksNpAutoscaler getAutoscaler(); autoscaler block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#autoscaler OceanAksNp#autoscaler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#autoscaler OceanAksNp#autoscaler} --- @@ -2467,7 +2467,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.169.1/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.170.0/docs/resources/ocean_aks_np#enable_node_public_ip OceanAksNp#enable_node_public_ip}. --- @@ -2479,7 +2479,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.169.1/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.170.0/docs/resources/ocean_aks_np#fallback_to_ondemand OceanAksNp#fallback_to_ondemand}. --- @@ -2493,7 +2493,7 @@ public OceanAksNpFilters getFilters(); filters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#filters OceanAksNp#filters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#filters OceanAksNp#filters} --- @@ -2507,7 +2507,7 @@ public java.lang.Object getHeadrooms(); headrooms block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#headrooms OceanAksNp#headrooms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#headrooms OceanAksNp#headrooms} --- @@ -2521,7 +2521,7 @@ public OceanAksNpHealth getHealth(); health block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#health OceanAksNp#health} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#health OceanAksNp#health} --- @@ -2533,7 +2533,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#id OceanAksNp#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. @@ -2548,7 +2548,7 @@ public java.lang.String getKubernetesVersion(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#kubernetes_version OceanAksNp#kubernetes_version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#kubernetes_version OceanAksNp#kubernetes_version}. --- @@ -2560,7 +2560,7 @@ public java.util.Map getLabels(); - *Type:* java.util.Map -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#labels OceanAksNp#labels}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#labels OceanAksNp#labels}. --- @@ -2572,7 +2572,7 @@ public java.lang.Number getMaxCount(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#max_count OceanAksNp#max_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#max_count OceanAksNp#max_count}. --- @@ -2584,7 +2584,7 @@ public java.lang.Number getMaxPodsPerNode(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np#max_pods_per_node OceanAksNp#max_pods_per_node}. --- @@ -2596,7 +2596,7 @@ public java.lang.Number getMinCount(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#min_count OceanAksNp#min_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#min_count OceanAksNp#min_count}. --- @@ -2608,7 +2608,7 @@ public java.lang.Number getOsDiskSizeGb(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np#os_disk_size_gb OceanAksNp#os_disk_size_gb}. --- @@ -2620,7 +2620,7 @@ public java.lang.String getOsDiskType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np#os_disk_type OceanAksNp#os_disk_type}. --- @@ -2632,7 +2632,7 @@ public java.lang.String getOsSku(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#os_sku OceanAksNp#os_sku}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#os_sku OceanAksNp#os_sku}. --- @@ -2644,7 +2644,7 @@ public java.lang.String getOsType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#os_type OceanAksNp#os_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#os_type OceanAksNp#os_type}. --- @@ -2656,7 +2656,7 @@ public java.util.List getPodSubnetIds(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#pod_subnet_ids OceanAksNp#pod_subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#pod_subnet_ids OceanAksNp#pod_subnet_ids}. --- @@ -2670,7 +2670,7 @@ public OceanAksNpScheduling getScheduling(); scheduling block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#scheduling OceanAksNp#scheduling} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#scheduling OceanAksNp#scheduling} --- @@ -2682,7 +2682,7 @@ public java.lang.Number getSpotPercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#spot_percentage OceanAksNp#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#spot_percentage OceanAksNp#spot_percentage}. --- @@ -2694,7 +2694,7 @@ public java.util.Map getTags(); - *Type:* java.util.Map -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#tags OceanAksNp#tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#tags OceanAksNp#tags}. --- @@ -2708,7 +2708,7 @@ public java.lang.Object getTaints(); taints block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#taints OceanAksNp#taints} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#taints OceanAksNp#taints} --- @@ -2722,7 +2722,7 @@ public OceanAksNpUpdatePolicy getUpdatePolicy(); update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#update_policy OceanAksNp#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#update_policy OceanAksNp#update_policy} --- @@ -2734,7 +2734,7 @@ public java.util.List getVnetSubnetIds(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#vnet_subnet_ids OceanAksNp#vnet_subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#vnet_subnet_ids OceanAksNp#vnet_subnet_ids}. --- @@ -2768,21 +2768,21 @@ OceanAksNpFilters.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| acceleratedNetworking | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#accelerated_networking OceanAksNp#accelerated_networking}. | -| architectures | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#architectures OceanAksNp#architectures}. | -| diskPerformance | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#disk_performance OceanAksNp#disk_performance}. | -| excludeSeries | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#exclude_series OceanAksNp#exclude_series}. | -| gpuTypes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#gpu_types OceanAksNp#gpu_types}. | -| maxGpu | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#max_gpu OceanAksNp#max_gpu}. | -| maxMemoryGib | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/ocean_aks_np#max_vcpu OceanAksNp#max_vcpu}. | -| minDisk | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#min_disk OceanAksNp#min_disk}. | -| minGpu | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#min_gpu OceanAksNp#min_gpu}. | -| minMemoryGib | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#min_memory_gib OceanAksNp#min_memory_gib}. | -| minNics | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#min_nics OceanAksNp#min_nics}. | -| minVcpu | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/ocean_aks_np#series OceanAksNp#series}. | -| vmTypes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#vm_types OceanAksNp#vm_types}. | +| acceleratedNetworking | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#accelerated_networking OceanAksNp#accelerated_networking}. | +| architectures | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#architectures OceanAksNp#architectures}. | +| diskPerformance | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#disk_performance OceanAksNp#disk_performance}. | +| excludeSeries | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#exclude_series OceanAksNp#exclude_series}. | +| gpuTypes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#gpu_types OceanAksNp#gpu_types}. | +| maxGpu | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#max_gpu OceanAksNp#max_gpu}. | +| maxMemoryGib | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/ocean_aks_np#max_vcpu OceanAksNp#max_vcpu}. | +| minDisk | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#min_disk OceanAksNp#min_disk}. | +| minGpu | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#min_gpu OceanAksNp#min_gpu}. | +| minMemoryGib | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#min_memory_gib OceanAksNp#min_memory_gib}. | +| minNics | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#min_nics OceanAksNp#min_nics}. | +| minVcpu | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/ocean_aks_np#series OceanAksNp#series}. | +| vmTypes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#vm_types OceanAksNp#vm_types}. | --- @@ -2794,7 +2794,7 @@ public java.lang.String getAcceleratedNetworking(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#accelerated_networking OceanAksNp#accelerated_networking}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#accelerated_networking OceanAksNp#accelerated_networking}. --- @@ -2806,7 +2806,7 @@ public java.util.List getArchitectures(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#architectures OceanAksNp#architectures}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#architectures OceanAksNp#architectures}. --- @@ -2818,7 +2818,7 @@ public java.lang.String getDiskPerformance(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#disk_performance OceanAksNp#disk_performance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#disk_performance OceanAksNp#disk_performance}. --- @@ -2830,7 +2830,7 @@ public java.util.List getExcludeSeries(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#exclude_series OceanAksNp#exclude_series}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#exclude_series OceanAksNp#exclude_series}. --- @@ -2842,7 +2842,7 @@ public java.util.List getGpuTypes(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#gpu_types OceanAksNp#gpu_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#gpu_types OceanAksNp#gpu_types}. --- @@ -2854,7 +2854,7 @@ public java.lang.Number getMaxGpu(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#max_gpu OceanAksNp#max_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#max_gpu OceanAksNp#max_gpu}. --- @@ -2866,7 +2866,7 @@ public java.lang.Number getMaxMemoryGib(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np#max_memory_gib OceanAksNp#max_memory_gib}. --- @@ -2878,7 +2878,7 @@ public java.lang.Number getMaxVcpu(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#max_vcpu OceanAksNp#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#max_vcpu OceanAksNp#max_vcpu}. --- @@ -2890,7 +2890,7 @@ public java.lang.Number getMinDisk(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#min_disk OceanAksNp#min_disk}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#min_disk OceanAksNp#min_disk}. --- @@ -2902,7 +2902,7 @@ public java.lang.Number getMinGpu(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#min_gpu OceanAksNp#min_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#min_gpu OceanAksNp#min_gpu}. --- @@ -2914,7 +2914,7 @@ public java.lang.Number getMinMemoryGib(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np#min_memory_gib OceanAksNp#min_memory_gib}. --- @@ -2926,7 +2926,7 @@ public java.lang.Number getMinNics(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#min_nics OceanAksNp#min_nics}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#min_nics OceanAksNp#min_nics}. --- @@ -2938,7 +2938,7 @@ public java.lang.Number getMinVcpu(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#min_vcpu OceanAksNp#min_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#min_vcpu OceanAksNp#min_vcpu}. --- @@ -2950,7 +2950,7 @@ public java.util.List getSeries(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#series OceanAksNp#series}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#series OceanAksNp#series}. --- @@ -2962,7 +2962,7 @@ public java.util.List getVmTypes(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#vm_types OceanAksNp#vm_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#vm_types OceanAksNp#vm_types}. --- @@ -2985,10 +2985,10 @@ OceanAksNpHeadrooms.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| cpuPerUnit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.0/docs/resources/ocean_aks_np#num_of_units OceanAksNp#num_of_units}. | --- @@ -3000,7 +3000,7 @@ public java.lang.Number getCpuPerUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np#cpu_per_unit OceanAksNp#cpu_per_unit}. --- @@ -3012,7 +3012,7 @@ public java.lang.Number getGpuPerUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np#gpu_per_unit OceanAksNp#gpu_per_unit}. --- @@ -3024,7 +3024,7 @@ public java.lang.Number getMemoryPerUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np#memory_per_unit OceanAksNp#memory_per_unit}. --- @@ -3036,7 +3036,7 @@ public java.lang.Number getNumOfUnits(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np#num_of_units OceanAksNp#num_of_units}. --- @@ -3056,7 +3056,7 @@ OceanAksNpHealth.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| gracePeriod | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np#grace_period OceanAksNp#grace_period}. | --- @@ -3068,7 +3068,7 @@ public java.lang.Number getGracePeriod(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#grace_period OceanAksNp#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#grace_period OceanAksNp#grace_period}. --- @@ -3102,7 +3102,7 @@ public OceanAksNpSchedulingShutdownHours getShutdownHours(); shutdown_hours block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#shutdown_hours OceanAksNp#shutdown_hours} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#shutdown_hours OceanAksNp#shutdown_hours} --- @@ -3124,8 +3124,8 @@ OceanAksNpSchedulingShutdownHours.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| timeWindows | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_aks_np#is_enabled OceanAksNp#is_enabled}. | --- @@ -3137,7 +3137,7 @@ public java.util.List getTimeWindows(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#time_windows OceanAksNp#time_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#time_windows OceanAksNp#time_windows}. --- @@ -3149,7 +3149,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.169.1/docs/resources/ocean_aks_np#is_enabled OceanAksNp#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#is_enabled OceanAksNp#is_enabled}. --- @@ -3171,9 +3171,9 @@ OceanAksNpTaints.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| effect | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/ocean_aks_np#value OceanAksNp#value}. | --- @@ -3185,7 +3185,7 @@ public java.lang.String getEffect(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#effect OceanAksNp#effect}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#effect OceanAksNp#effect}. --- @@ -3197,7 +3197,7 @@ public java.lang.String getKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#key OceanAksNp#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#key OceanAksNp#key}. --- @@ -3209,7 +3209,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#value OceanAksNp#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#value OceanAksNp#value}. --- @@ -3233,8 +3233,8 @@ OceanAksNpUpdatePolicy.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| shouldRoll | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#should_roll OceanAksNp#should_roll}. | -| conditionedRoll | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#conditioned_roll OceanAksNp#conditioned_roll}. | +| shouldRoll | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#should_roll OceanAksNp#should_roll}. | +| conditionedRoll | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#conditioned_roll OceanAksNp#conditioned_roll}. | | rollConfig | OceanAksNpUpdatePolicyRollConfig | roll_config block. | --- @@ -3247,7 +3247,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.169.1/docs/resources/ocean_aks_np#should_roll OceanAksNp#should_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#should_roll OceanAksNp#should_roll}. --- @@ -3259,7 +3259,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.169.1/docs/resources/ocean_aks_np#conditioned_roll OceanAksNp#conditioned_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#conditioned_roll OceanAksNp#conditioned_roll}. --- @@ -3273,7 +3273,7 @@ public OceanAksNpUpdatePolicyRollConfig getRollConfig(); roll_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#roll_config OceanAksNp#roll_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#roll_config OceanAksNp#roll_config} --- @@ -3302,14 +3302,14 @@ OceanAksNpUpdatePolicyRollConfig.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| batchMinHealthyPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#batch_min_healthy_percentage OceanAksNp#batch_min_healthy_percentage}. | -| batchSizePercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#batch_size_percentage OceanAksNp#batch_size_percentage}. | -| comment | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#comment OceanAksNp#comment}. | -| nodeNames | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#node_names OceanAksNp#node_names}. | -| nodePoolNames | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#node_pool_names OceanAksNp#node_pool_names}. | -| respectPdb | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#respect_pdb OceanAksNp#respect_pdb}. | -| respectRestrictScaleDown | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#respect_restrict_scale_down OceanAksNp#respect_restrict_scale_down}. | -| vngIds | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#vng_ids OceanAksNp#vng_ids}. | +| batchMinHealthyPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#batch_min_healthy_percentage OceanAksNp#batch_min_healthy_percentage}. | +| batchSizePercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#batch_size_percentage OceanAksNp#batch_size_percentage}. | +| comment | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#comment OceanAksNp#comment}. | +| nodeNames | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#node_names OceanAksNp#node_names}. | +| nodePoolNames | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#node_pool_names OceanAksNp#node_pool_names}. | +| respectPdb | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#respect_pdb OceanAksNp#respect_pdb}. | +| respectRestrictScaleDown | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#respect_restrict_scale_down OceanAksNp#respect_restrict_scale_down}. | +| vngIds | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#vng_ids OceanAksNp#vng_ids}. | --- @@ -3321,7 +3321,7 @@ public java.lang.Number getBatchMinHealthyPercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#batch_min_healthy_percentage OceanAksNp#batch_min_healthy_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#batch_min_healthy_percentage OceanAksNp#batch_min_healthy_percentage}. --- @@ -3333,7 +3333,7 @@ public java.lang.Number getBatchSizePercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#batch_size_percentage OceanAksNp#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#batch_size_percentage OceanAksNp#batch_size_percentage}. --- @@ -3345,7 +3345,7 @@ public java.lang.String getComment(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#comment OceanAksNp#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#comment OceanAksNp#comment}. --- @@ -3357,7 +3357,7 @@ public java.util.List getNodeNames(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#node_names OceanAksNp#node_names}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#node_names OceanAksNp#node_names}. --- @@ -3369,7 +3369,7 @@ public java.util.List getNodePoolNames(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#node_pool_names OceanAksNp#node_pool_names}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#node_pool_names OceanAksNp#node_pool_names}. --- @@ -3381,7 +3381,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.169.1/docs/resources/ocean_aks_np#respect_pdb OceanAksNp#respect_pdb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#respect_pdb OceanAksNp#respect_pdb}. --- @@ -3393,7 +3393,7 @@ public java.lang.Object getRespectRestrictScaleDown(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#respect_restrict_scale_down OceanAksNp#respect_restrict_scale_down}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#respect_restrict_scale_down OceanAksNp#respect_restrict_scale_down}. --- @@ -3405,7 +3405,7 @@ public java.util.List getVngIds(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#vng_ids OceanAksNp#vng_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#vng_ids OceanAksNp#vng_ids}. --- diff --git a/docs/oceanAksNp.python.md b/docs/oceanAksNp.python.md index c38ffb44f..f77bf6920 100644 --- a/docs/oceanAksNp.python.md +++ b/docs/oceanAksNp.python.md @@ -4,7 +4,7 @@ ### OceanAksNp -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np spotinst_ocean_aks_np}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np spotinst_ocean_aks_np}. #### Initializers @@ -65,36 +65,36 @@ 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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/docs/resources/ocean_aks_np#availability_zones OceanAksNp#availability_zones}. | -| controller_cluster_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#controller_cluster_id OceanAksNp#controller_cluster_id}. | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.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.170.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.170.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.170.0/docs/resources/ocean_aks_np#availability_zones OceanAksNp#availability_zones}. | +| controller_cluster_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#controller_cluster_id OceanAksNp#controller_cluster_id}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#name OceanAksNp#name}. | | autoscaler | OceanAksNpAutoscaler | autoscaler block. | -| enable_node_public_ip | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/ocean_aks_np#fallback_to_ondemand OceanAksNp#fallback_to_ondemand}. | +| enable_node_public_ip | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.169.1/docs/resources/ocean_aks_np#id OceanAksNp#id}. | -| kubernetes_version | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/docs/resources/ocean_aks_np#os_type OceanAksNp#os_type}. | -| pod_subnet_ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#pod_subnet_ids OceanAksNp#pod_subnet_ids}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.0/docs/resources/ocean_aks_np#os_type OceanAksNp#os_type}. | +| pod_subnet_ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#pod_subnet_ids OceanAksNp#pod_subnet_ids}. | | scheduling | OceanAksNpScheduling | scheduling block. | -| spot_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_aks_np#tags OceanAksNp#tags}. | | taints | typing.Union[cdktf.IResolvable, typing.List[OceanAksNpTaints]] | taints block. | | update_policy | OceanAksNpUpdatePolicy | update_policy block. | -| vnet_subnet_ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#vnet_subnet_ids OceanAksNp#vnet_subnet_ids}. | +| vnet_subnet_ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#vnet_subnet_ids OceanAksNp#vnet_subnet_ids}. | --- @@ -162,7 +162,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.169.1/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.170.0/docs/resources/ocean_aks_np#aks_cluster_name OceanAksNp#aks_cluster_name}. --- @@ -170,7 +170,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np#aks_infrastructure_resource_group_name OceanAksNp#aks_infrastructure_resource_group_name}. --- @@ -178,7 +178,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#aks_region OceanAksNp#aks_region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#aks_region OceanAksNp#aks_region}. --- @@ -186,7 +186,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np#aks_resource_group_name OceanAksNp#aks_resource_group_name}. --- @@ -194,7 +194,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.169.1/docs/resources/ocean_aks_np#availability_zones OceanAksNp#availability_zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#availability_zones OceanAksNp#availability_zones}. --- @@ -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.169.1/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.170.0/docs/resources/ocean_aks_np#controller_cluster_id OceanAksNp#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.169.1/docs/resources/ocean_aks_np#name OceanAksNp#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#name OceanAksNp#name}. --- @@ -220,7 +220,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.169.1/docs/resources/ocean_aks_np#autoscaler OceanAksNp#autoscaler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#autoscaler OceanAksNp#autoscaler} --- @@ -228,7 +228,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np#enable_node_public_ip OceanAksNp#enable_node_public_ip}. --- @@ -236,7 +236,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np#fallback_to_ondemand OceanAksNp#fallback_to_ondemand}. --- @@ -246,7 +246,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.169.1/docs/resources/ocean_aks_np#filters OceanAksNp#filters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#filters OceanAksNp#filters} --- @@ -256,7 +256,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.169.1/docs/resources/ocean_aks_np#headrooms OceanAksNp#headrooms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#headrooms OceanAksNp#headrooms} --- @@ -266,7 +266,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.169.1/docs/resources/ocean_aks_np#health OceanAksNp#health} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#health OceanAksNp#health} --- @@ -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.169.1/docs/resources/ocean_aks_np#id OceanAksNp#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. @@ -285,7 +285,7 @@ If you experience problems setting this value it might not be settable. Please t - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#kubernetes_version OceanAksNp#kubernetes_version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#kubernetes_version OceanAksNp#kubernetes_version}. --- @@ -293,7 +293,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.169.1/docs/resources/ocean_aks_np#labels OceanAksNp#labels}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#labels OceanAksNp#labels}. --- @@ -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.169.1/docs/resources/ocean_aks_np#max_count OceanAksNp#max_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#max_count OceanAksNp#max_count}. --- @@ -309,7 +309,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np#max_pods_per_node OceanAksNp#max_pods_per_node}. --- @@ -317,7 +317,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#min_count OceanAksNp#min_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#min_count OceanAksNp#min_count}. --- @@ -325,7 +325,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np#os_disk_size_gb OceanAksNp#os_disk_size_gb}. --- @@ -333,7 +333,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np#os_disk_type OceanAksNp#os_disk_type}. --- @@ -341,7 +341,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#os_sku OceanAksNp#os_sku}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#os_sku OceanAksNp#os_sku}. --- @@ -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.169.1/docs/resources/ocean_aks_np#os_type OceanAksNp#os_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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 - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#pod_subnet_ids OceanAksNp#pod_subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#pod_subnet_ids OceanAksNp#pod_subnet_ids}. --- @@ -367,7 +367,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.169.1/docs/resources/ocean_aks_np#scheduling OceanAksNp#scheduling} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#scheduling OceanAksNp#scheduling} --- @@ -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.169.1/docs/resources/ocean_aks_np#spot_percentage OceanAksNp#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#spot_percentage OceanAksNp#spot_percentage}. --- @@ -383,7 +383,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.169.1/docs/resources/ocean_aks_np#tags OceanAksNp#tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#tags OceanAksNp#tags}. --- @@ -393,7 +393,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.169.1/docs/resources/ocean_aks_np#taints OceanAksNp#taints} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#taints OceanAksNp#taints} --- @@ -403,7 +403,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.169.1/docs/resources/ocean_aks_np#update_policy OceanAksNp#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#update_policy OceanAksNp#update_policy} --- @@ -411,7 +411,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#vnet_subnet_ids OceanAksNp#vnet_subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#vnet_subnet_ids OceanAksNp#vnet_subnet_ids}. --- @@ -817,7 +817,7 @@ def put_autoscaler( autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#autoscale_down OceanAksNp#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#autoscale_down OceanAksNp#autoscale_down} --- @@ -827,7 +827,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.169.1/docs/resources/ocean_aks_np#autoscale_headroom OceanAksNp#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#autoscale_headroom OceanAksNp#autoscale_headroom} --- @@ -835,7 +835,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np#autoscale_is_enabled OceanAksNp#autoscale_is_enabled}. --- @@ -845,7 +845,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.169.1/docs/resources/ocean_aks_np#resource_limits OceanAksNp#resource_limits} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#resource_limits OceanAksNp#resource_limits} --- @@ -875,7 +875,7 @@ def put_filters( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#accelerated_networking OceanAksNp#accelerated_networking}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#accelerated_networking OceanAksNp#accelerated_networking}. --- @@ -883,7 +883,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.169.1/docs/resources/ocean_aks_np#architectures OceanAksNp#architectures}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#architectures OceanAksNp#architectures}. --- @@ -891,7 +891,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#disk_performance OceanAksNp#disk_performance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#disk_performance OceanAksNp#disk_performance}. --- @@ -899,7 +899,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.169.1/docs/resources/ocean_aks_np#exclude_series OceanAksNp#exclude_series}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#exclude_series OceanAksNp#exclude_series}. --- @@ -907,7 +907,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.169.1/docs/resources/ocean_aks_np#gpu_types OceanAksNp#gpu_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#gpu_types OceanAksNp#gpu_types}. --- @@ -915,7 +915,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#max_gpu OceanAksNp#max_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#max_gpu OceanAksNp#max_gpu}. --- @@ -923,7 +923,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np#max_memory_gib OceanAksNp#max_memory_gib}. --- @@ -931,7 +931,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#max_vcpu OceanAksNp#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#max_vcpu OceanAksNp#max_vcpu}. --- @@ -939,7 +939,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#min_disk OceanAksNp#min_disk}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#min_disk OceanAksNp#min_disk}. --- @@ -947,7 +947,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#min_gpu OceanAksNp#min_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#min_gpu OceanAksNp#min_gpu}. --- @@ -955,7 +955,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np#min_memory_gib OceanAksNp#min_memory_gib}. --- @@ -963,7 +963,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#min_nics OceanAksNp#min_nics}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#min_nics OceanAksNp#min_nics}. --- @@ -971,7 +971,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#min_vcpu OceanAksNp#min_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#min_vcpu OceanAksNp#min_vcpu}. --- @@ -979,7 +979,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.169.1/docs/resources/ocean_aks_np#series OceanAksNp#series}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#series OceanAksNp#series}. --- @@ -987,7 +987,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.169.1/docs/resources/ocean_aks_np#vm_types OceanAksNp#vm_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#vm_types OceanAksNp#vm_types}. --- @@ -1017,7 +1017,7 @@ def put_health( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#grace_period OceanAksNp#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#grace_period OceanAksNp#grace_period}. --- @@ -1035,7 +1035,7 @@ def put_scheduling( shutdown_hours block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#shutdown_hours OceanAksNp#shutdown_hours} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#shutdown_hours OceanAksNp#shutdown_hours} --- @@ -1067,7 +1067,7 @@ def put_update_policy( - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#should_roll OceanAksNp#should_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#should_roll OceanAksNp#should_roll}. --- @@ -1075,7 +1075,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#conditioned_roll OceanAksNp#conditioned_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#conditioned_roll OceanAksNp#conditioned_roll}. --- @@ -1085,7 +1085,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.169.1/docs/resources/ocean_aks_np#roll_config OceanAksNp#roll_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#roll_config OceanAksNp#roll_config} --- @@ -1341,7 +1341,7 @@ The construct id used in the generated config for the OceanAksNp to import. The id of the existing OceanAksNp that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#import import section} in the documentation of this resource for the id to use --- @@ -2217,7 +2217,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.169.1/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.170.0/docs/resources/ocean_aks_np#autoscale_is_enabled OceanAksNp#autoscale_is_enabled}. | | resource_limits | OceanAksNpAutoscalerResourceLimits | resource_limits block. | --- @@ -2232,7 +2232,7 @@ autoscale_down: OceanAksNpAutoscalerAutoscaleDown autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#autoscale_down OceanAksNp#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#autoscale_down OceanAksNp#autoscale_down} --- @@ -2246,7 +2246,7 @@ autoscale_headroom: OceanAksNpAutoscalerAutoscaleHeadroom autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#autoscale_headroom OceanAksNp#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#autoscale_headroom OceanAksNp#autoscale_headroom} --- @@ -2258,7 +2258,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.169.1/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.170.0/docs/resources/ocean_aks_np#autoscale_is_enabled OceanAksNp#autoscale_is_enabled}. --- @@ -2272,7 +2272,7 @@ resource_limits: OceanAksNpAutoscalerResourceLimits resource_limits block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#resource_limits OceanAksNp#resource_limits} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#resource_limits OceanAksNp#resource_limits} --- @@ -2292,7 +2292,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.169.1/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.170.0/docs/resources/ocean_aks_np#max_scale_down_percentage OceanAksNp#max_scale_down_percentage}. | --- @@ -2304,7 +2304,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.169.1/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.170.0/docs/resources/ocean_aks_np#max_scale_down_percentage OceanAksNp#max_scale_down_percentage}. --- @@ -2338,7 +2338,7 @@ automatic: OceanAksNpAutoscalerAutoscaleHeadroomAutomatic automatic block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#automatic OceanAksNp#automatic} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#automatic OceanAksNp#automatic} --- @@ -2359,8 +2359,8 @@ oceanAksNp.OceanAksNpAutoscalerAutoscaleHeadroomAutomatic( | **Name** | **Type** | **Description** | | --- | --- | --- | -| is_enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#is_enabled OceanAksNp#is_enabled}. | -| percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#percentage OceanAksNp#percentage}. | +| is_enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#is_enabled OceanAksNp#is_enabled}. | +| percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#percentage OceanAksNp#percentage}. | --- @@ -2372,7 +2372,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.169.1/docs/resources/ocean_aks_np#is_enabled OceanAksNp#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#is_enabled OceanAksNp#is_enabled}. --- @@ -2384,7 +2384,7 @@ percentage: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#percentage OceanAksNp#percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#percentage OceanAksNp#percentage}. --- @@ -2405,8 +2405,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.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_aks_np#max_vcpu OceanAksNp#max_vcpu}. | --- @@ -2418,7 +2418,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.169.1/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.170.0/docs/resources/ocean_aks_np#max_memory_gib OceanAksNp#max_memory_gib}. --- @@ -2430,7 +2430,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.169.1/docs/resources/ocean_aks_np#max_vcpu OceanAksNp#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#max_vcpu OceanAksNp#max_vcpu}. --- @@ -2493,36 +2493,36 @@ 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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/docs/resources/ocean_aks_np#availability_zones OceanAksNp#availability_zones}. | -| controller_cluster_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#controller_cluster_id OceanAksNp#controller_cluster_id}. | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.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.170.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.170.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.170.0/docs/resources/ocean_aks_np#availability_zones OceanAksNp#availability_zones}. | +| controller_cluster_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#controller_cluster_id OceanAksNp#controller_cluster_id}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#name OceanAksNp#name}. | | autoscaler | OceanAksNpAutoscaler | autoscaler block. | -| enable_node_public_ip | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/ocean_aks_np#fallback_to_ondemand OceanAksNp#fallback_to_ondemand}. | +| enable_node_public_ip | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.169.1/docs/resources/ocean_aks_np#id OceanAksNp#id}. | -| kubernetes_version | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/docs/resources/ocean_aks_np#os_type OceanAksNp#os_type}. | -| pod_subnet_ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#pod_subnet_ids OceanAksNp#pod_subnet_ids}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.0/docs/resources/ocean_aks_np#os_type OceanAksNp#os_type}. | +| pod_subnet_ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#pod_subnet_ids OceanAksNp#pod_subnet_ids}. | | scheduling | OceanAksNpScheduling | scheduling block. | -| spot_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_aks_np#tags OceanAksNp#tags}. | | taints | typing.Union[cdktf.IResolvable, typing.List[OceanAksNpTaints]] | taints block. | | update_policy | OceanAksNpUpdatePolicy | update_policy block. | -| vnet_subnet_ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#vnet_subnet_ids OceanAksNp#vnet_subnet_ids}. | +| vnet_subnet_ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#vnet_subnet_ids OceanAksNp#vnet_subnet_ids}. | --- @@ -2604,7 +2604,7 @@ aks_cluster_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np#aks_cluster_name OceanAksNp#aks_cluster_name}. --- @@ -2616,7 +2616,7 @@ aks_infrastructure_resource_group_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np#aks_infrastructure_resource_group_name OceanAksNp#aks_infrastructure_resource_group_name}. --- @@ -2628,7 +2628,7 @@ aks_region: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#aks_region OceanAksNp#aks_region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#aks_region OceanAksNp#aks_region}. --- @@ -2640,7 +2640,7 @@ aks_resource_group_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np#aks_resource_group_name OceanAksNp#aks_resource_group_name}. --- @@ -2652,7 +2652,7 @@ availability_zones: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#availability_zones OceanAksNp#availability_zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#availability_zones OceanAksNp#availability_zones}. --- @@ -2664,7 +2664,7 @@ controller_cluster_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np#controller_cluster_id OceanAksNp#controller_cluster_id}. --- @@ -2676,7 +2676,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#name OceanAksNp#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#name OceanAksNp#name}. --- @@ -2690,7 +2690,7 @@ autoscaler: OceanAksNpAutoscaler autoscaler block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#autoscaler OceanAksNp#autoscaler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#autoscaler OceanAksNp#autoscaler} --- @@ -2702,7 +2702,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.169.1/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.170.0/docs/resources/ocean_aks_np#enable_node_public_ip OceanAksNp#enable_node_public_ip}. --- @@ -2714,7 +2714,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.169.1/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.170.0/docs/resources/ocean_aks_np#fallback_to_ondemand OceanAksNp#fallback_to_ondemand}. --- @@ -2728,7 +2728,7 @@ filters: OceanAksNpFilters filters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#filters OceanAksNp#filters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#filters OceanAksNp#filters} --- @@ -2742,7 +2742,7 @@ headrooms: typing.Union[IResolvable, typing.List[OceanAksNpHeadrooms]] headrooms block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#headrooms OceanAksNp#headrooms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#headrooms OceanAksNp#headrooms} --- @@ -2756,7 +2756,7 @@ health: OceanAksNpHealth health block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#health OceanAksNp#health} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#health OceanAksNp#health} --- @@ -2768,7 +2768,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#id OceanAksNp#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. @@ -2783,7 +2783,7 @@ kubernetes_version: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#kubernetes_version OceanAksNp#kubernetes_version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#kubernetes_version OceanAksNp#kubernetes_version}. --- @@ -2795,7 +2795,7 @@ labels: typing.Mapping[str] - *Type:* typing.Mapping[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#labels OceanAksNp#labels}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#labels OceanAksNp#labels}. --- @@ -2807,7 +2807,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.169.1/docs/resources/ocean_aks_np#max_count OceanAksNp#max_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#max_count OceanAksNp#max_count}. --- @@ -2819,7 +2819,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.169.1/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.170.0/docs/resources/ocean_aks_np#max_pods_per_node OceanAksNp#max_pods_per_node}. --- @@ -2831,7 +2831,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.169.1/docs/resources/ocean_aks_np#min_count OceanAksNp#min_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#min_count OceanAksNp#min_count}. --- @@ -2843,7 +2843,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.169.1/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.170.0/docs/resources/ocean_aks_np#os_disk_size_gb OceanAksNp#os_disk_size_gb}. --- @@ -2855,7 +2855,7 @@ os_disk_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np#os_disk_type OceanAksNp#os_disk_type}. --- @@ -2867,7 +2867,7 @@ os_sku: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#os_sku OceanAksNp#os_sku}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#os_sku OceanAksNp#os_sku}. --- @@ -2879,7 +2879,7 @@ os_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#os_type OceanAksNp#os_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#os_type OceanAksNp#os_type}. --- @@ -2891,7 +2891,7 @@ pod_subnet_ids: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#pod_subnet_ids OceanAksNp#pod_subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#pod_subnet_ids OceanAksNp#pod_subnet_ids}. --- @@ -2905,7 +2905,7 @@ scheduling: OceanAksNpScheduling scheduling block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#scheduling OceanAksNp#scheduling} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#scheduling OceanAksNp#scheduling} --- @@ -2917,7 +2917,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.169.1/docs/resources/ocean_aks_np#spot_percentage OceanAksNp#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#spot_percentage OceanAksNp#spot_percentage}. --- @@ -2929,7 +2929,7 @@ tags: typing.Mapping[str] - *Type:* typing.Mapping[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#tags OceanAksNp#tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#tags OceanAksNp#tags}. --- @@ -2943,7 +2943,7 @@ taints: typing.Union[IResolvable, typing.List[OceanAksNpTaints]] taints block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#taints OceanAksNp#taints} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#taints OceanAksNp#taints} --- @@ -2957,7 +2957,7 @@ update_policy: OceanAksNpUpdatePolicy update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#update_policy OceanAksNp#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#update_policy OceanAksNp#update_policy} --- @@ -2969,7 +2969,7 @@ vnet_subnet_ids: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#vnet_subnet_ids OceanAksNp#vnet_subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#vnet_subnet_ids OceanAksNp#vnet_subnet_ids}. --- @@ -3003,21 +3003,21 @@ oceanAksNp.OceanAksNpFilters( | **Name** | **Type** | **Description** | | --- | --- | --- | -| accelerated_networking | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#accelerated_networking OceanAksNp#accelerated_networking}. | -| architectures | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#architectures OceanAksNp#architectures}. | -| disk_performance | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#disk_performance OceanAksNp#disk_performance}. | -| exclude_series | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#exclude_series OceanAksNp#exclude_series}. | -| gpu_types | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#gpu_types OceanAksNp#gpu_types}. | -| max_gpu | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#max_gpu OceanAksNp#max_gpu}. | -| max_memory_gib | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/ocean_aks_np#max_vcpu OceanAksNp#max_vcpu}. | -| min_disk | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#min_disk OceanAksNp#min_disk}. | -| min_gpu | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#min_gpu OceanAksNp#min_gpu}. | -| min_memory_gib | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#min_memory_gib OceanAksNp#min_memory_gib}. | -| min_nics | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#min_nics OceanAksNp#min_nics}. | -| min_vcpu | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/ocean_aks_np#series OceanAksNp#series}. | -| vm_types | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#vm_types OceanAksNp#vm_types}. | +| accelerated_networking | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#accelerated_networking OceanAksNp#accelerated_networking}. | +| architectures | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#architectures OceanAksNp#architectures}. | +| disk_performance | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#disk_performance OceanAksNp#disk_performance}. | +| exclude_series | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#exclude_series OceanAksNp#exclude_series}. | +| gpu_types | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#gpu_types OceanAksNp#gpu_types}. | +| max_gpu | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#max_gpu OceanAksNp#max_gpu}. | +| max_memory_gib | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/ocean_aks_np#max_vcpu OceanAksNp#max_vcpu}. | +| min_disk | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#min_disk OceanAksNp#min_disk}. | +| min_gpu | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#min_gpu OceanAksNp#min_gpu}. | +| min_memory_gib | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#min_memory_gib OceanAksNp#min_memory_gib}. | +| min_nics | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#min_nics OceanAksNp#min_nics}. | +| min_vcpu | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/ocean_aks_np#series OceanAksNp#series}. | +| vm_types | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#vm_types OceanAksNp#vm_types}. | --- @@ -3029,7 +3029,7 @@ accelerated_networking: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#accelerated_networking OceanAksNp#accelerated_networking}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#accelerated_networking OceanAksNp#accelerated_networking}. --- @@ -3041,7 +3041,7 @@ architectures: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#architectures OceanAksNp#architectures}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#architectures OceanAksNp#architectures}. --- @@ -3053,7 +3053,7 @@ disk_performance: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#disk_performance OceanAksNp#disk_performance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#disk_performance OceanAksNp#disk_performance}. --- @@ -3065,7 +3065,7 @@ exclude_series: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#exclude_series OceanAksNp#exclude_series}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#exclude_series OceanAksNp#exclude_series}. --- @@ -3077,7 +3077,7 @@ gpu_types: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#gpu_types OceanAksNp#gpu_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#gpu_types OceanAksNp#gpu_types}. --- @@ -3089,7 +3089,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.169.1/docs/resources/ocean_aks_np#max_gpu OceanAksNp#max_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#max_gpu OceanAksNp#max_gpu}. --- @@ -3101,7 +3101,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.169.1/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.170.0/docs/resources/ocean_aks_np#max_memory_gib OceanAksNp#max_memory_gib}. --- @@ -3113,7 +3113,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.169.1/docs/resources/ocean_aks_np#max_vcpu OceanAksNp#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#max_vcpu OceanAksNp#max_vcpu}. --- @@ -3125,7 +3125,7 @@ min_disk: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#min_disk OceanAksNp#min_disk}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#min_disk OceanAksNp#min_disk}. --- @@ -3137,7 +3137,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.169.1/docs/resources/ocean_aks_np#min_gpu OceanAksNp#min_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#min_gpu OceanAksNp#min_gpu}. --- @@ -3149,7 +3149,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.169.1/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.170.0/docs/resources/ocean_aks_np#min_memory_gib OceanAksNp#min_memory_gib}. --- @@ -3161,7 +3161,7 @@ min_nics: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#min_nics OceanAksNp#min_nics}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#min_nics OceanAksNp#min_nics}. --- @@ -3173,7 +3173,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.169.1/docs/resources/ocean_aks_np#min_vcpu OceanAksNp#min_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#min_vcpu OceanAksNp#min_vcpu}. --- @@ -3185,7 +3185,7 @@ series: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#series OceanAksNp#series}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#series OceanAksNp#series}. --- @@ -3197,7 +3197,7 @@ vm_types: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#vm_types OceanAksNp#vm_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#vm_types OceanAksNp#vm_types}. --- @@ -3220,10 +3220,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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.0/docs/resources/ocean_aks_np#num_of_units OceanAksNp#num_of_units}. | --- @@ -3235,7 +3235,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.169.1/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.170.0/docs/resources/ocean_aks_np#cpu_per_unit OceanAksNp#cpu_per_unit}. --- @@ -3247,7 +3247,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.169.1/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.170.0/docs/resources/ocean_aks_np#gpu_per_unit OceanAksNp#gpu_per_unit}. --- @@ -3259,7 +3259,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.169.1/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.170.0/docs/resources/ocean_aks_np#memory_per_unit OceanAksNp#memory_per_unit}. --- @@ -3271,7 +3271,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.169.1/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.170.0/docs/resources/ocean_aks_np#num_of_units OceanAksNp#num_of_units}. --- @@ -3291,7 +3291,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.169.1/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.170.0/docs/resources/ocean_aks_np#grace_period OceanAksNp#grace_period}. | --- @@ -3303,7 +3303,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.169.1/docs/resources/ocean_aks_np#grace_period OceanAksNp#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#grace_period OceanAksNp#grace_period}. --- @@ -3337,7 +3337,7 @@ shutdown_hours: OceanAksNpSchedulingShutdownHours shutdown_hours block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#shutdown_hours OceanAksNp#shutdown_hours} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#shutdown_hours OceanAksNp#shutdown_hours} --- @@ -3358,8 +3358,8 @@ oceanAksNp.OceanAksNpSchedulingShutdownHours( | **Name** | **Type** | **Description** | | --- | --- | --- | -| time_windows | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_aks_np#is_enabled OceanAksNp#is_enabled}. | --- @@ -3371,7 +3371,7 @@ time_windows: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#time_windows OceanAksNp#time_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#time_windows OceanAksNp#time_windows}. --- @@ -3383,7 +3383,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.169.1/docs/resources/ocean_aks_np#is_enabled OceanAksNp#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#is_enabled OceanAksNp#is_enabled}. --- @@ -3405,9 +3405,9 @@ oceanAksNp.OceanAksNpTaints( | **Name** | **Type** | **Description** | | --- | --- | --- | -| effect | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#effect OceanAksNp#effect}. | -| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#key OceanAksNp#key}. | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#value OceanAksNp#value}. | +| effect | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#effect OceanAksNp#effect}. | +| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#key OceanAksNp#key}. | +| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#value OceanAksNp#value}. | --- @@ -3419,7 +3419,7 @@ effect: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#effect OceanAksNp#effect}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#effect OceanAksNp#effect}. --- @@ -3431,7 +3431,7 @@ key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#key OceanAksNp#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#key OceanAksNp#key}. --- @@ -3443,7 +3443,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#value OceanAksNp#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#value OceanAksNp#value}. --- @@ -3465,8 +3465,8 @@ oceanAksNp.OceanAksNpUpdatePolicy( | **Name** | **Type** | **Description** | | --- | --- | --- | -| should_roll | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#should_roll OceanAksNp#should_roll}. | -| conditioned_roll | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#conditioned_roll OceanAksNp#conditioned_roll}. | +| should_roll | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#should_roll OceanAksNp#should_roll}. | +| conditioned_roll | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#conditioned_roll OceanAksNp#conditioned_roll}. | | roll_config | OceanAksNpUpdatePolicyRollConfig | roll_config block. | --- @@ -3479,7 +3479,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.169.1/docs/resources/ocean_aks_np#should_roll OceanAksNp#should_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#should_roll OceanAksNp#should_roll}. --- @@ -3491,7 +3491,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.169.1/docs/resources/ocean_aks_np#conditioned_roll OceanAksNp#conditioned_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#conditioned_roll OceanAksNp#conditioned_roll}. --- @@ -3505,7 +3505,7 @@ roll_config: OceanAksNpUpdatePolicyRollConfig roll_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#roll_config OceanAksNp#roll_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#roll_config OceanAksNp#roll_config} --- @@ -3532,14 +3532,14 @@ oceanAksNp.OceanAksNpUpdatePolicyRollConfig( | **Name** | **Type** | **Description** | | --- | --- | --- | -| batch_min_healthy_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#batch_min_healthy_percentage OceanAksNp#batch_min_healthy_percentage}. | -| batch_size_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#batch_size_percentage OceanAksNp#batch_size_percentage}. | -| comment | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#comment OceanAksNp#comment}. | -| node_names | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#node_names OceanAksNp#node_names}. | -| node_pool_names | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#node_pool_names OceanAksNp#node_pool_names}. | -| respect_pdb | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#respect_pdb OceanAksNp#respect_pdb}. | -| respect_restrict_scale_down | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#respect_restrict_scale_down OceanAksNp#respect_restrict_scale_down}. | -| vng_ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#vng_ids OceanAksNp#vng_ids}. | +| batch_min_healthy_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#batch_min_healthy_percentage OceanAksNp#batch_min_healthy_percentage}. | +| batch_size_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#batch_size_percentage OceanAksNp#batch_size_percentage}. | +| comment | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#comment OceanAksNp#comment}. | +| node_names | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#node_names OceanAksNp#node_names}. | +| node_pool_names | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#node_pool_names OceanAksNp#node_pool_names}. | +| respect_pdb | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#respect_pdb OceanAksNp#respect_pdb}. | +| respect_restrict_scale_down | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#respect_restrict_scale_down OceanAksNp#respect_restrict_scale_down}. | +| vng_ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#vng_ids OceanAksNp#vng_ids}. | --- @@ -3551,7 +3551,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.169.1/docs/resources/ocean_aks_np#batch_min_healthy_percentage OceanAksNp#batch_min_healthy_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#batch_min_healthy_percentage OceanAksNp#batch_min_healthy_percentage}. --- @@ -3563,7 +3563,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.169.1/docs/resources/ocean_aks_np#batch_size_percentage OceanAksNp#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#batch_size_percentage OceanAksNp#batch_size_percentage}. --- @@ -3575,7 +3575,7 @@ comment: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#comment OceanAksNp#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#comment OceanAksNp#comment}. --- @@ -3587,7 +3587,7 @@ node_names: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#node_names OceanAksNp#node_names}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#node_names OceanAksNp#node_names}. --- @@ -3599,7 +3599,7 @@ node_pool_names: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#node_pool_names OceanAksNp#node_pool_names}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#node_pool_names OceanAksNp#node_pool_names}. --- @@ -3611,7 +3611,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.169.1/docs/resources/ocean_aks_np#respect_pdb OceanAksNp#respect_pdb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#respect_pdb OceanAksNp#respect_pdb}. --- @@ -3623,7 +3623,7 @@ respect_restrict_scale_down: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#respect_restrict_scale_down OceanAksNp#respect_restrict_scale_down}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#respect_restrict_scale_down OceanAksNp#respect_restrict_scale_down}. --- @@ -3635,7 +3635,7 @@ vng_ids: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#vng_ids OceanAksNp#vng_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#vng_ids OceanAksNp#vng_ids}. --- @@ -4519,7 +4519,7 @@ def put_automatic( - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#is_enabled OceanAksNp#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#is_enabled OceanAksNp#is_enabled}. --- @@ -4527,7 +4527,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#percentage OceanAksNp#percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#percentage OceanAksNp#percentage}. --- @@ -4852,7 +4852,7 @@ def put_autoscale_down( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np#max_scale_down_percentage OceanAksNp#max_scale_down_percentage}. --- @@ -4870,7 +4870,7 @@ def put_autoscale_headroom( automatic block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#automatic OceanAksNp#automatic} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#automatic OceanAksNp#automatic} --- @@ -4887,7 +4887,7 @@ def put_resource_limits( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np#max_memory_gib OceanAksNp#max_memory_gib}. --- @@ -4895,7 +4895,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#max_vcpu OceanAksNp#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#max_vcpu OceanAksNp#max_vcpu}. --- @@ -7224,7 +7224,7 @@ def put_shutdown_hours( - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#time_windows OceanAksNp#time_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#time_windows OceanAksNp#time_windows}. --- @@ -7232,7 +7232,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#is_enabled OceanAksNp#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#is_enabled OceanAksNp#is_enabled}. --- @@ -8415,7 +8415,7 @@ def put_roll_config( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#batch_min_healthy_percentage OceanAksNp#batch_min_healthy_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#batch_min_healthy_percentage OceanAksNp#batch_min_healthy_percentage}. --- @@ -8423,7 +8423,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#batch_size_percentage OceanAksNp#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#batch_size_percentage OceanAksNp#batch_size_percentage}. --- @@ -8431,7 +8431,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#comment OceanAksNp#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#comment OceanAksNp#comment}. --- @@ -8439,7 +8439,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.169.1/docs/resources/ocean_aks_np#node_names OceanAksNp#node_names}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#node_names OceanAksNp#node_names}. --- @@ -8447,7 +8447,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.169.1/docs/resources/ocean_aks_np#node_pool_names OceanAksNp#node_pool_names}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#node_pool_names OceanAksNp#node_pool_names}. --- @@ -8455,7 +8455,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#respect_pdb OceanAksNp#respect_pdb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#respect_pdb OceanAksNp#respect_pdb}. --- @@ -8463,7 +8463,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#respect_restrict_scale_down OceanAksNp#respect_restrict_scale_down}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#respect_restrict_scale_down OceanAksNp#respect_restrict_scale_down}. --- @@ -8471,7 +8471,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.169.1/docs/resources/ocean_aks_np#vng_ids OceanAksNp#vng_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#vng_ids OceanAksNp#vng_ids}. --- diff --git a/docs/oceanAksNp.typescript.md b/docs/oceanAksNp.typescript.md index 0d2df444c..1c5dd41fe 100644 --- a/docs/oceanAksNp.typescript.md +++ b/docs/oceanAksNp.typescript.md @@ -4,7 +4,7 @@ ### OceanAksNp -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np spotinst_ocean_aks_np}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np spotinst_ocean_aks_np}. #### Initializers @@ -719,7 +719,7 @@ The construct id used in the generated config for the OceanAksNp to import. The id of the existing OceanAksNp that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#import import section} in the documentation of this resource for the id to use --- @@ -1590,7 +1590,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.169.1/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.170.0/docs/resources/ocean_aks_np#autoscale_is_enabled OceanAksNp#autoscale_is_enabled}. | | resourceLimits | OceanAksNpAutoscalerResourceLimits | resource_limits block. | --- @@ -1605,7 +1605,7 @@ public readonly autoscaleDown: OceanAksNpAutoscalerAutoscaleDown; autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#autoscale_down OceanAksNp#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#autoscale_down OceanAksNp#autoscale_down} --- @@ -1619,7 +1619,7 @@ public readonly autoscaleHeadroom: OceanAksNpAutoscalerAutoscaleHeadroom; autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#autoscale_headroom OceanAksNp#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#autoscale_headroom OceanAksNp#autoscale_headroom} --- @@ -1631,7 +1631,7 @@ public readonly autoscaleIsEnabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np#autoscale_is_enabled OceanAksNp#autoscale_is_enabled}. --- @@ -1645,7 +1645,7 @@ public readonly resourceLimits: OceanAksNpAutoscalerResourceLimits; resource_limits block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#resource_limits OceanAksNp#resource_limits} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#resource_limits OceanAksNp#resource_limits} --- @@ -1663,7 +1663,7 @@ const oceanAksNpAutoscalerAutoscaleDown: oceanAksNp.OceanAksNpAutoscalerAutoscal | **Name** | **Type** | **Description** | | --- | --- | --- | -| maxScaleDownPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np#max_scale_down_percentage OceanAksNp#max_scale_down_percentage}. | --- @@ -1675,7 +1675,7 @@ public readonly maxScaleDownPercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np#max_scale_down_percentage OceanAksNp#max_scale_down_percentage}. --- @@ -1707,7 +1707,7 @@ public readonly automatic: OceanAksNpAutoscalerAutoscaleHeadroomAutomatic; automatic block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#automatic OceanAksNp#automatic} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#automatic OceanAksNp#automatic} --- @@ -1725,8 +1725,8 @@ const oceanAksNpAutoscalerAutoscaleHeadroomAutomatic: oceanAksNp.OceanAksNpAutos | **Name** | **Type** | **Description** | | --- | --- | --- | -| isEnabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#is_enabled OceanAksNp#is_enabled}. | -| percentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#percentage OceanAksNp#percentage}. | +| isEnabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#is_enabled OceanAksNp#is_enabled}. | +| percentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#percentage OceanAksNp#percentage}. | --- @@ -1738,7 +1738,7 @@ public readonly isEnabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#is_enabled OceanAksNp#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#is_enabled OceanAksNp#is_enabled}. --- @@ -1750,7 +1750,7 @@ public readonly percentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#percentage OceanAksNp#percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#percentage OceanAksNp#percentage}. --- @@ -1768,8 +1768,8 @@ const oceanAksNpAutoscalerResourceLimits: oceanAksNp.OceanAksNpAutoscalerResourc | **Name** | **Type** | **Description** | | --- | --- | --- | -| maxMemoryGib | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_aks_np#max_vcpu OceanAksNp#max_vcpu}. | --- @@ -1781,7 +1781,7 @@ public readonly maxMemoryGib: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np#max_memory_gib OceanAksNp#max_memory_gib}. --- @@ -1793,7 +1793,7 @@ public readonly maxVcpu: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#max_vcpu OceanAksNp#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#max_vcpu OceanAksNp#max_vcpu}. --- @@ -1818,36 +1818,36 @@ 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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/docs/resources/ocean_aks_np#availability_zones OceanAksNp#availability_zones}. | -| controllerClusterId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#controller_cluster_id OceanAksNp#controller_cluster_id}. | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#name OceanAksNp#name}. | +| aksClusterName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.170.0/docs/resources/ocean_aks_np#availability_zones OceanAksNp#availability_zones}. | +| controllerClusterId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#controller_cluster_id OceanAksNp#controller_cluster_id}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#name OceanAksNp#name}. | | autoscaler | OceanAksNpAutoscaler | autoscaler block. | -| enableNodePublicIp | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/ocean_aks_np#fallback_to_ondemand OceanAksNp#fallback_to_ondemand}. | +| enableNodePublicIp | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.169.1/docs/resources/ocean_aks_np#id OceanAksNp#id}. | -| kubernetesVersion | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/ocean_aks_np#labels OceanAksNp#labels}. | -| maxCount | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/docs/resources/ocean_aks_np#os_type OceanAksNp#os_type}. | -| podSubnetIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#pod_subnet_ids OceanAksNp#pod_subnet_ids}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#id OceanAksNp#id}. | +| kubernetesVersion | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/ocean_aks_np#labels OceanAksNp#labels}. | +| maxCount | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.170.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.170.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.170.0/docs/resources/ocean_aks_np#os_type OceanAksNp#os_type}. | +| podSubnetIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#pod_subnet_ids OceanAksNp#pod_subnet_ids}. | | scheduling | OceanAksNpScheduling | scheduling block. | -| spotPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/ocean_aks_np#tags OceanAksNp#tags}. | +| spotPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/ocean_aks_np#tags OceanAksNp#tags}. | | taints | cdktf.IResolvable \| OceanAksNpTaints[] | taints block. | | updatePolicy | OceanAksNpUpdatePolicy | update_policy block. | -| vnetSubnetIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#vnet_subnet_ids OceanAksNp#vnet_subnet_ids}. | +| vnetSubnetIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#vnet_subnet_ids OceanAksNp#vnet_subnet_ids}. | --- @@ -1929,7 +1929,7 @@ public readonly aksClusterName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np#aks_cluster_name OceanAksNp#aks_cluster_name}. --- @@ -1941,7 +1941,7 @@ public readonly aksInfrastructureResourceGroupName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np#aks_infrastructure_resource_group_name OceanAksNp#aks_infrastructure_resource_group_name}. --- @@ -1953,7 +1953,7 @@ public readonly aksRegion: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#aks_region OceanAksNp#aks_region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#aks_region OceanAksNp#aks_region}. --- @@ -1965,7 +1965,7 @@ public readonly aksResourceGroupName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np#aks_resource_group_name OceanAksNp#aks_resource_group_name}. --- @@ -1977,7 +1977,7 @@ public readonly availabilityZones: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#availability_zones OceanAksNp#availability_zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#availability_zones OceanAksNp#availability_zones}. --- @@ -1989,7 +1989,7 @@ public readonly controllerClusterId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np#controller_cluster_id OceanAksNp#controller_cluster_id}. --- @@ -2001,7 +2001,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#name OceanAksNp#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#name OceanAksNp#name}. --- @@ -2015,7 +2015,7 @@ public readonly autoscaler: OceanAksNpAutoscaler; autoscaler block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#autoscaler OceanAksNp#autoscaler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#autoscaler OceanAksNp#autoscaler} --- @@ -2027,7 +2027,7 @@ public readonly enableNodePublicIp: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np#enable_node_public_ip OceanAksNp#enable_node_public_ip}. --- @@ -2039,7 +2039,7 @@ public readonly fallbackToOndemand: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np#fallback_to_ondemand OceanAksNp#fallback_to_ondemand}. --- @@ -2053,7 +2053,7 @@ public readonly filters: OceanAksNpFilters; filters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#filters OceanAksNp#filters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#filters OceanAksNp#filters} --- @@ -2067,7 +2067,7 @@ public readonly headrooms: IResolvable | OceanAksNpHeadrooms[]; headrooms block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#headrooms OceanAksNp#headrooms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#headrooms OceanAksNp#headrooms} --- @@ -2081,7 +2081,7 @@ public readonly health: OceanAksNpHealth; health block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#health OceanAksNp#health} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#health OceanAksNp#health} --- @@ -2093,7 +2093,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#id OceanAksNp#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. @@ -2108,7 +2108,7 @@ public readonly kubernetesVersion: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#kubernetes_version OceanAksNp#kubernetes_version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#kubernetes_version OceanAksNp#kubernetes_version}. --- @@ -2120,7 +2120,7 @@ public readonly labels: {[ key: string ]: string}; - *Type:* {[ key: string ]: string} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#labels OceanAksNp#labels}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#labels OceanAksNp#labels}. --- @@ -2132,7 +2132,7 @@ public readonly maxCount: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#max_count OceanAksNp#max_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#max_count OceanAksNp#max_count}. --- @@ -2144,7 +2144,7 @@ public readonly maxPodsPerNode: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np#max_pods_per_node OceanAksNp#max_pods_per_node}. --- @@ -2156,7 +2156,7 @@ public readonly minCount: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#min_count OceanAksNp#min_count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#min_count OceanAksNp#min_count}. --- @@ -2168,7 +2168,7 @@ public readonly osDiskSizeGb: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np#os_disk_size_gb OceanAksNp#os_disk_size_gb}. --- @@ -2180,7 +2180,7 @@ public readonly osDiskType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np#os_disk_type OceanAksNp#os_disk_type}. --- @@ -2192,7 +2192,7 @@ public readonly osSku: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#os_sku OceanAksNp#os_sku}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#os_sku OceanAksNp#os_sku}. --- @@ -2204,7 +2204,7 @@ public readonly osType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#os_type OceanAksNp#os_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#os_type OceanAksNp#os_type}. --- @@ -2216,7 +2216,7 @@ public readonly podSubnetIds: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#pod_subnet_ids OceanAksNp#pod_subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#pod_subnet_ids OceanAksNp#pod_subnet_ids}. --- @@ -2230,7 +2230,7 @@ public readonly scheduling: OceanAksNpScheduling; scheduling block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#scheduling OceanAksNp#scheduling} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#scheduling OceanAksNp#scheduling} --- @@ -2242,7 +2242,7 @@ public readonly spotPercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#spot_percentage OceanAksNp#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#spot_percentage OceanAksNp#spot_percentage}. --- @@ -2254,7 +2254,7 @@ public readonly tags: {[ key: string ]: string}; - *Type:* {[ key: string ]: string} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#tags OceanAksNp#tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#tags OceanAksNp#tags}. --- @@ -2268,7 +2268,7 @@ public readonly taints: IResolvable | OceanAksNpTaints[]; taints block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#taints OceanAksNp#taints} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#taints OceanAksNp#taints} --- @@ -2282,7 +2282,7 @@ public readonly updatePolicy: OceanAksNpUpdatePolicy; update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#update_policy OceanAksNp#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#update_policy OceanAksNp#update_policy} --- @@ -2294,7 +2294,7 @@ public readonly vnetSubnetIds: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#vnet_subnet_ids OceanAksNp#vnet_subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#vnet_subnet_ids OceanAksNp#vnet_subnet_ids}. --- @@ -2312,21 +2312,21 @@ const oceanAksNpFilters: oceanAksNp.OceanAksNpFilters = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| acceleratedNetworking | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#accelerated_networking OceanAksNp#accelerated_networking}. | -| architectures | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#architectures OceanAksNp#architectures}. | -| diskPerformance | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#disk_performance OceanAksNp#disk_performance}. | -| excludeSeries | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#exclude_series OceanAksNp#exclude_series}. | -| gpuTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#gpu_types OceanAksNp#gpu_types}. | -| maxGpu | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#max_gpu OceanAksNp#max_gpu}. | -| maxMemoryGib | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/ocean_aks_np#max_vcpu OceanAksNp#max_vcpu}. | -| minDisk | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#min_disk OceanAksNp#min_disk}. | -| minGpu | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#min_gpu OceanAksNp#min_gpu}. | -| minMemoryGib | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#min_memory_gib OceanAksNp#min_memory_gib}. | -| minNics | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#min_nics OceanAksNp#min_nics}. | -| minVcpu | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/ocean_aks_np#series OceanAksNp#series}. | -| vmTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#vm_types OceanAksNp#vm_types}. | +| acceleratedNetworking | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#accelerated_networking OceanAksNp#accelerated_networking}. | +| architectures | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#architectures OceanAksNp#architectures}. | +| diskPerformance | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#disk_performance OceanAksNp#disk_performance}. | +| excludeSeries | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#exclude_series OceanAksNp#exclude_series}. | +| gpuTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#gpu_types OceanAksNp#gpu_types}. | +| maxGpu | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#max_gpu OceanAksNp#max_gpu}. | +| maxMemoryGib | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/ocean_aks_np#max_vcpu OceanAksNp#max_vcpu}. | +| minDisk | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#min_disk OceanAksNp#min_disk}. | +| minGpu | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#min_gpu OceanAksNp#min_gpu}. | +| minMemoryGib | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#min_memory_gib OceanAksNp#min_memory_gib}. | +| minNics | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#min_nics OceanAksNp#min_nics}. | +| minVcpu | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/ocean_aks_np#series OceanAksNp#series}. | +| vmTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#vm_types OceanAksNp#vm_types}. | --- @@ -2338,7 +2338,7 @@ public readonly acceleratedNetworking: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#accelerated_networking OceanAksNp#accelerated_networking}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#accelerated_networking OceanAksNp#accelerated_networking}. --- @@ -2350,7 +2350,7 @@ public readonly architectures: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#architectures OceanAksNp#architectures}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#architectures OceanAksNp#architectures}. --- @@ -2362,7 +2362,7 @@ public readonly diskPerformance: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#disk_performance OceanAksNp#disk_performance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#disk_performance OceanAksNp#disk_performance}. --- @@ -2374,7 +2374,7 @@ public readonly excludeSeries: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#exclude_series OceanAksNp#exclude_series}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#exclude_series OceanAksNp#exclude_series}. --- @@ -2386,7 +2386,7 @@ public readonly gpuTypes: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#gpu_types OceanAksNp#gpu_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#gpu_types OceanAksNp#gpu_types}. --- @@ -2398,7 +2398,7 @@ public readonly maxGpu: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#max_gpu OceanAksNp#max_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#max_gpu OceanAksNp#max_gpu}. --- @@ -2410,7 +2410,7 @@ public readonly maxMemoryGib: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np#max_memory_gib OceanAksNp#max_memory_gib}. --- @@ -2422,7 +2422,7 @@ public readonly maxVcpu: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#max_vcpu OceanAksNp#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#max_vcpu OceanAksNp#max_vcpu}. --- @@ -2434,7 +2434,7 @@ public readonly minDisk: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#min_disk OceanAksNp#min_disk}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#min_disk OceanAksNp#min_disk}. --- @@ -2446,7 +2446,7 @@ public readonly minGpu: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#min_gpu OceanAksNp#min_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#min_gpu OceanAksNp#min_gpu}. --- @@ -2458,7 +2458,7 @@ public readonly minMemoryGib: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np#min_memory_gib OceanAksNp#min_memory_gib}. --- @@ -2470,7 +2470,7 @@ public readonly minNics: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#min_nics OceanAksNp#min_nics}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#min_nics OceanAksNp#min_nics}. --- @@ -2482,7 +2482,7 @@ public readonly minVcpu: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#min_vcpu OceanAksNp#min_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#min_vcpu OceanAksNp#min_vcpu}. --- @@ -2494,7 +2494,7 @@ public readonly series: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#series OceanAksNp#series}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#series OceanAksNp#series}. --- @@ -2506,7 +2506,7 @@ public readonly vmTypes: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#vm_types OceanAksNp#vm_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#vm_types OceanAksNp#vm_types}. --- @@ -2524,10 +2524,10 @@ const oceanAksNpHeadrooms: oceanAksNp.OceanAksNpHeadrooms = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| cpuPerUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.0/docs/resources/ocean_aks_np#num_of_units OceanAksNp#num_of_units}. | --- @@ -2539,7 +2539,7 @@ public readonly cpuPerUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np#cpu_per_unit OceanAksNp#cpu_per_unit}. --- @@ -2551,7 +2551,7 @@ public readonly gpuPerUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np#gpu_per_unit OceanAksNp#gpu_per_unit}. --- @@ -2563,7 +2563,7 @@ public readonly memoryPerUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np#memory_per_unit OceanAksNp#memory_per_unit}. --- @@ -2575,7 +2575,7 @@ public readonly numOfUnits: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np#num_of_units OceanAksNp#num_of_units}. --- @@ -2593,7 +2593,7 @@ const oceanAksNpHealth: oceanAksNp.OceanAksNpHealth = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| gracePeriod | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np#grace_period OceanAksNp#grace_period}. | --- @@ -2605,7 +2605,7 @@ public readonly gracePeriod: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#grace_period OceanAksNp#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#grace_period OceanAksNp#grace_period}. --- @@ -2637,7 +2637,7 @@ public readonly shutdownHours: OceanAksNpSchedulingShutdownHours; shutdown_hours block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#shutdown_hours OceanAksNp#shutdown_hours} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#shutdown_hours OceanAksNp#shutdown_hours} --- @@ -2655,8 +2655,8 @@ const oceanAksNpSchedulingShutdownHours: oceanAksNp.OceanAksNpSchedulingShutdown | **Name** | **Type** | **Description** | | --- | --- | --- | -| timeWindows | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_aks_np#is_enabled OceanAksNp#is_enabled}. | --- @@ -2668,7 +2668,7 @@ public readonly timeWindows: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#time_windows OceanAksNp#time_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#time_windows OceanAksNp#time_windows}. --- @@ -2680,7 +2680,7 @@ public readonly isEnabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#is_enabled OceanAksNp#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#is_enabled OceanAksNp#is_enabled}. --- @@ -2698,9 +2698,9 @@ const oceanAksNpTaints: oceanAksNp.OceanAksNpTaints = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| effect | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#effect OceanAksNp#effect}. | -| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#key OceanAksNp#key}. | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#value OceanAksNp#value}. | +| effect | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#effect OceanAksNp#effect}. | +| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#key OceanAksNp#key}. | +| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#value OceanAksNp#value}. | --- @@ -2712,7 +2712,7 @@ public readonly effect: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#effect OceanAksNp#effect}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#effect OceanAksNp#effect}. --- @@ -2724,7 +2724,7 @@ public readonly key: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#key OceanAksNp#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#key OceanAksNp#key}. --- @@ -2736,7 +2736,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#value OceanAksNp#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#value OceanAksNp#value}. --- @@ -2754,8 +2754,8 @@ const oceanAksNpUpdatePolicy: oceanAksNp.OceanAksNpUpdatePolicy = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| shouldRoll | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#should_roll OceanAksNp#should_roll}. | -| conditionedRoll | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#conditioned_roll OceanAksNp#conditioned_roll}. | +| shouldRoll | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#should_roll OceanAksNp#should_roll}. | +| conditionedRoll | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#conditioned_roll OceanAksNp#conditioned_roll}. | | rollConfig | OceanAksNpUpdatePolicyRollConfig | roll_config block. | --- @@ -2768,7 +2768,7 @@ public readonly shouldRoll: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#should_roll OceanAksNp#should_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#should_roll OceanAksNp#should_roll}. --- @@ -2780,7 +2780,7 @@ public readonly conditionedRoll: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#conditioned_roll OceanAksNp#conditioned_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#conditioned_roll OceanAksNp#conditioned_roll}. --- @@ -2794,7 +2794,7 @@ public readonly rollConfig: OceanAksNpUpdatePolicyRollConfig; roll_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#roll_config OceanAksNp#roll_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#roll_config OceanAksNp#roll_config} --- @@ -2812,14 +2812,14 @@ const oceanAksNpUpdatePolicyRollConfig: oceanAksNp.OceanAksNpUpdatePolicyRollCon | **Name** | **Type** | **Description** | | --- | --- | --- | -| batchMinHealthyPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#batch_min_healthy_percentage OceanAksNp#batch_min_healthy_percentage}. | -| batchSizePercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#batch_size_percentage OceanAksNp#batch_size_percentage}. | -| comment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#comment OceanAksNp#comment}. | -| nodeNames | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#node_names OceanAksNp#node_names}. | -| nodePoolNames | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#node_pool_names OceanAksNp#node_pool_names}. | -| respectPdb | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#respect_pdb OceanAksNp#respect_pdb}. | -| respectRestrictScaleDown | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#respect_restrict_scale_down OceanAksNp#respect_restrict_scale_down}. | -| vngIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#vng_ids OceanAksNp#vng_ids}. | +| batchMinHealthyPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#batch_min_healthy_percentage OceanAksNp#batch_min_healthy_percentage}. | +| batchSizePercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#batch_size_percentage OceanAksNp#batch_size_percentage}. | +| comment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#comment OceanAksNp#comment}. | +| nodeNames | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#node_names OceanAksNp#node_names}. | +| nodePoolNames | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#node_pool_names OceanAksNp#node_pool_names}. | +| respectPdb | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#respect_pdb OceanAksNp#respect_pdb}. | +| respectRestrictScaleDown | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#respect_restrict_scale_down OceanAksNp#respect_restrict_scale_down}. | +| vngIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#vng_ids OceanAksNp#vng_ids}. | --- @@ -2831,7 +2831,7 @@ public readonly batchMinHealthyPercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#batch_min_healthy_percentage OceanAksNp#batch_min_healthy_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#batch_min_healthy_percentage OceanAksNp#batch_min_healthy_percentage}. --- @@ -2843,7 +2843,7 @@ public readonly batchSizePercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#batch_size_percentage OceanAksNp#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#batch_size_percentage OceanAksNp#batch_size_percentage}. --- @@ -2855,7 +2855,7 @@ public readonly comment: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#comment OceanAksNp#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#comment OceanAksNp#comment}. --- @@ -2867,7 +2867,7 @@ public readonly nodeNames: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#node_names OceanAksNp#node_names}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#node_names OceanAksNp#node_names}. --- @@ -2879,7 +2879,7 @@ public readonly nodePoolNames: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#node_pool_names OceanAksNp#node_pool_names}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#node_pool_names OceanAksNp#node_pool_names}. --- @@ -2891,7 +2891,7 @@ public readonly respectPdb: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#respect_pdb OceanAksNp#respect_pdb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#respect_pdb OceanAksNp#respect_pdb}. --- @@ -2903,7 +2903,7 @@ public readonly respectRestrictScaleDown: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#respect_restrict_scale_down OceanAksNp#respect_restrict_scale_down}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#respect_restrict_scale_down OceanAksNp#respect_restrict_scale_down}. --- @@ -2915,7 +2915,7 @@ public readonly vngIds: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#vng_ids OceanAksNp#vng_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#vng_ids OceanAksNp#vng_ids}. --- diff --git a/docs/oceanAksNpVirtualNodeGroup.csharp.md b/docs/oceanAksNpVirtualNodeGroup.csharp.md index 65a93ecb7..189a0cab1 100644 --- a/docs/oceanAksNpVirtualNodeGroup.csharp.md +++ b/docs/oceanAksNpVirtualNodeGroup.csharp.md @@ -4,7 +4,7 @@ ### OceanAksNpVirtualNodeGroup -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group spotinst_ocean_aks_np_virtual_node_group}. #### Initializers @@ -666,7 +666,7 @@ The construct id used in the generated config for the OceanAksNpVirtualNodeGroup The id of the existing OceanAksNpVirtualNodeGroup that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#import import section} in the documentation of this resource for the id to use --- @@ -1419,29 +1419,29 @@ 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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/docs/resources/ocean_aks_np_virtual_node_group#os_type OceanAksNpVirtualNodeGroup#os_type}. | -| PodSubnetIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#pod_subnet_ids OceanAksNpVirtualNodeGroup#pod_subnet_ids}. | -| SpotPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.0/docs/resources/ocean_aks_np_virtual_node_group#os_type OceanAksNpVirtualNodeGroup#os_type}. | +| PodSubnetIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#pod_subnet_ids OceanAksNpVirtualNodeGroup#pod_subnet_ids}. | +| SpotPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/ocean_aks_np_virtual_node_group#tags OceanAksNpVirtualNodeGroup#tags}. | | Taints | object | taints block. | | UpdatePolicy | OceanAksNpVirtualNodeGroupUpdatePolicy | update_policy block. | -| VnetSubnetIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#vnet_subnet_ids OceanAksNpVirtualNodeGroup#vnet_subnet_ids}. | +| VnetSubnetIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#vnet_subnet_ids OceanAksNpVirtualNodeGroup#vnet_subnet_ids}. | --- @@ -1523,7 +1523,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#name OceanAksNpVirtualNodeGroup#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#name OceanAksNpVirtualNodeGroup#name}. --- @@ -1535,7 +1535,7 @@ public string OceanId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#ocean_id OceanAksNpVirtualNodeGroup#ocean_id}. --- @@ -1547,7 +1547,7 @@ public string[] AvailabilityZones { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#availability_zones OceanAksNpVirtualNodeGroup#availability_zones}. --- @@ -1559,7 +1559,7 @@ public object EnableNodePublicIp { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#enable_node_public_ip OceanAksNpVirtualNodeGroup#enable_node_public_ip}. --- @@ -1571,7 +1571,7 @@ public object FallbackToOndemand { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#fallback_to_ondemand OceanAksNpVirtualNodeGroup#fallback_to_ondemand}. --- @@ -1585,7 +1585,7 @@ public OceanAksNpVirtualNodeGroupFilters Filters { get; set; } filters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#filters OceanAksNpVirtualNodeGroup#filters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#filters OceanAksNpVirtualNodeGroup#filters} --- @@ -1599,7 +1599,7 @@ public object Headrooms { get; set; } headrooms block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#headrooms OceanAksNpVirtualNodeGroup#headrooms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#headrooms OceanAksNpVirtualNodeGroup#headrooms} --- @@ -1611,7 +1611,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#id OceanAksNpVirtualNodeGroup#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. @@ -1626,7 +1626,7 @@ public string KubernetesVersion { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#kubernetes_version OceanAksNpVirtualNodeGroup#kubernetes_version}. --- @@ -1638,7 +1638,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.169.1/docs/resources/ocean_aks_np_virtual_node_group#labels OceanAksNpVirtualNodeGroup#labels}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#labels OceanAksNpVirtualNodeGroup#labels}. --- @@ -1650,7 +1650,7 @@ public double MaxCount { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#max_count OceanAksNpVirtualNodeGroup#max_count}. --- @@ -1662,7 +1662,7 @@ public double MaxPodsPerNode { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#max_pods_per_node OceanAksNpVirtualNodeGroup#max_pods_per_node}. --- @@ -1674,7 +1674,7 @@ public double MinCount { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#min_count OceanAksNpVirtualNodeGroup#min_count}. --- @@ -1686,7 +1686,7 @@ public double OsDiskSizeGb { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#os_disk_size_gb OceanAksNpVirtualNodeGroup#os_disk_size_gb}. --- @@ -1698,7 +1698,7 @@ public string OsDiskType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#os_disk_type OceanAksNpVirtualNodeGroup#os_disk_type}. --- @@ -1710,7 +1710,7 @@ public string OsSku { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#os_sku OceanAksNpVirtualNodeGroup#os_sku}. --- @@ -1722,7 +1722,7 @@ public string OsType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#os_type OceanAksNpVirtualNodeGroup#os_type}. --- @@ -1734,7 +1734,7 @@ public string[] PodSubnetIds { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#pod_subnet_ids OceanAksNpVirtualNodeGroup#pod_subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#pod_subnet_ids OceanAksNpVirtualNodeGroup#pod_subnet_ids}. --- @@ -1746,7 +1746,7 @@ public double SpotPercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#spot_percentage OceanAksNpVirtualNodeGroup#spot_percentage}. --- @@ -1758,7 +1758,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.169.1/docs/resources/ocean_aks_np_virtual_node_group#tags OceanAksNpVirtualNodeGroup#tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#tags OceanAksNpVirtualNodeGroup#tags}. --- @@ -1772,7 +1772,7 @@ public object Taints { get; set; } taints block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#taints OceanAksNpVirtualNodeGroup#taints} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#taints OceanAksNpVirtualNodeGroup#taints} --- @@ -1786,7 +1786,7 @@ public OceanAksNpVirtualNodeGroupUpdatePolicy UpdatePolicy { get; set; } update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#update_policy OceanAksNpVirtualNodeGroup#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#update_policy OceanAksNpVirtualNodeGroup#update_policy} --- @@ -1798,7 +1798,7 @@ public string[] VnetSubnetIds { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#vnet_subnet_ids OceanAksNpVirtualNodeGroup#vnet_subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#vnet_subnet_ids OceanAksNpVirtualNodeGroup#vnet_subnet_ids}. --- @@ -1832,21 +1832,21 @@ new OceanAksNpVirtualNodeGroupFilters { | **Name** | **Type** | **Description** | | --- | --- | --- | -| AcceleratedNetworking | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#accelerated_networking OceanAksNpVirtualNodeGroup#accelerated_networking}. | -| Architectures | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#architectures OceanAksNpVirtualNodeGroup#architectures}. | -| DiskPerformance | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#disk_performance OceanAksNpVirtualNodeGroup#disk_performance}. | -| ExcludeSeries | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#exclude_series OceanAksNpVirtualNodeGroup#exclude_series}. | -| GpuTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#gpu_types OceanAksNpVirtualNodeGroup#gpu_types}. | -| MaxGpu | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#max_gpu OceanAksNpVirtualNodeGroup#max_gpu}. | -| MaxMemoryGib | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/ocean_aks_np_virtual_node_group#max_vcpu OceanAksNpVirtualNodeGroup#max_vcpu}. | -| MinDisk | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#min_disk OceanAksNpVirtualNodeGroup#min_disk}. | -| MinGpu | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#min_gpu OceanAksNpVirtualNodeGroup#min_gpu}. | -| MinMemoryGib | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#min_memory_gib OceanAksNpVirtualNodeGroup#min_memory_gib}. | -| MinNics | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#min_nics OceanAksNpVirtualNodeGroup#min_nics}. | -| MinVcpu | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/ocean_aks_np_virtual_node_group#series OceanAksNpVirtualNodeGroup#series}. | -| VmTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#vm_types OceanAksNpVirtualNodeGroup#vm_types}. | +| AcceleratedNetworking | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#accelerated_networking OceanAksNpVirtualNodeGroup#accelerated_networking}. | +| Architectures | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#architectures OceanAksNpVirtualNodeGroup#architectures}. | +| DiskPerformance | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#disk_performance OceanAksNpVirtualNodeGroup#disk_performance}. | +| ExcludeSeries | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#exclude_series OceanAksNpVirtualNodeGroup#exclude_series}. | +| GpuTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#gpu_types OceanAksNpVirtualNodeGroup#gpu_types}. | +| MaxGpu | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#max_gpu OceanAksNpVirtualNodeGroup#max_gpu}. | +| MaxMemoryGib | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/ocean_aks_np_virtual_node_group#max_vcpu OceanAksNpVirtualNodeGroup#max_vcpu}. | +| MinDisk | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#min_disk OceanAksNpVirtualNodeGroup#min_disk}. | +| MinGpu | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#min_gpu OceanAksNpVirtualNodeGroup#min_gpu}. | +| MinMemoryGib | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#min_memory_gib OceanAksNpVirtualNodeGroup#min_memory_gib}. | +| MinNics | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#min_nics OceanAksNpVirtualNodeGroup#min_nics}. | +| MinVcpu | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/ocean_aks_np_virtual_node_group#series OceanAksNpVirtualNodeGroup#series}. | +| VmTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#vm_types OceanAksNpVirtualNodeGroup#vm_types}. | --- @@ -1858,7 +1858,7 @@ public string AcceleratedNetworking { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#accelerated_networking OceanAksNpVirtualNodeGroup#accelerated_networking}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#accelerated_networking OceanAksNpVirtualNodeGroup#accelerated_networking}. --- @@ -1870,7 +1870,7 @@ public string[] Architectures { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#architectures OceanAksNpVirtualNodeGroup#architectures}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#architectures OceanAksNpVirtualNodeGroup#architectures}. --- @@ -1882,7 +1882,7 @@ public string DiskPerformance { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#disk_performance OceanAksNpVirtualNodeGroup#disk_performance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#disk_performance OceanAksNpVirtualNodeGroup#disk_performance}. --- @@ -1894,7 +1894,7 @@ public string[] ExcludeSeries { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#exclude_series OceanAksNpVirtualNodeGroup#exclude_series}. --- @@ -1906,7 +1906,7 @@ public string[] GpuTypes { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#gpu_types OceanAksNpVirtualNodeGroup#gpu_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#gpu_types OceanAksNpVirtualNodeGroup#gpu_types}. --- @@ -1918,7 +1918,7 @@ public double MaxGpu { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#max_gpu OceanAksNpVirtualNodeGroup#max_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#max_gpu OceanAksNpVirtualNodeGroup#max_gpu}. --- @@ -1930,7 +1930,7 @@ public double MaxMemoryGib { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#max_memory_gib OceanAksNpVirtualNodeGroup#max_memory_gib}. --- @@ -1942,7 +1942,7 @@ public double MaxVcpu { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#max_vcpu OceanAksNpVirtualNodeGroup#max_vcpu}. --- @@ -1954,7 +1954,7 @@ public double MinDisk { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#min_disk OceanAksNpVirtualNodeGroup#min_disk}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#min_disk OceanAksNpVirtualNodeGroup#min_disk}. --- @@ -1966,7 +1966,7 @@ public double MinGpu { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#min_gpu OceanAksNpVirtualNodeGroup#min_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#min_gpu OceanAksNpVirtualNodeGroup#min_gpu}. --- @@ -1978,7 +1978,7 @@ public double MinMemoryGib { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#min_memory_gib OceanAksNpVirtualNodeGroup#min_memory_gib}. --- @@ -1990,7 +1990,7 @@ public double MinNics { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#min_nics OceanAksNpVirtualNodeGroup#min_nics}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#min_nics OceanAksNpVirtualNodeGroup#min_nics}. --- @@ -2002,7 +2002,7 @@ public double MinVcpu { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#min_vcpu OceanAksNpVirtualNodeGroup#min_vcpu}. --- @@ -2014,7 +2014,7 @@ public string[] Series { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#series OceanAksNpVirtualNodeGroup#series}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#series OceanAksNpVirtualNodeGroup#series}. --- @@ -2026,7 +2026,7 @@ public string[] VmTypes { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#vm_types OceanAksNpVirtualNodeGroup#vm_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#vm_types OceanAksNpVirtualNodeGroup#vm_types}. --- @@ -2049,10 +2049,10 @@ new OceanAksNpVirtualNodeGroupHeadrooms { | **Name** | **Type** | **Description** | | --- | --- | --- | -| CpuPerUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.0/docs/resources/ocean_aks_np_virtual_node_group#num_of_units OceanAksNpVirtualNodeGroup#num_of_units}. | --- @@ -2064,7 +2064,7 @@ public double CpuPerUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#cpu_per_unit OceanAksNpVirtualNodeGroup#cpu_per_unit}. --- @@ -2076,7 +2076,7 @@ public double GpuPerUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#gpu_per_unit OceanAksNpVirtualNodeGroup#gpu_per_unit}. --- @@ -2088,7 +2088,7 @@ public double MemoryPerUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#memory_per_unit OceanAksNpVirtualNodeGroup#memory_per_unit}. --- @@ -2100,7 +2100,7 @@ public double NumOfUnits { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#num_of_units OceanAksNpVirtualNodeGroup#num_of_units}. --- @@ -2122,9 +2122,9 @@ new OceanAksNpVirtualNodeGroupTaints { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Effect | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/ocean_aks_np_virtual_node_group#value OceanAksNpVirtualNodeGroup#value}. | --- @@ -2136,7 +2136,7 @@ public string Effect { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#effect OceanAksNpVirtualNodeGroup#effect}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#effect OceanAksNpVirtualNodeGroup#effect}. --- @@ -2148,7 +2148,7 @@ public string Key { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#key OceanAksNpVirtualNodeGroup#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#key OceanAksNpVirtualNodeGroup#key}. --- @@ -2160,7 +2160,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#value OceanAksNpVirtualNodeGroup#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#value OceanAksNpVirtualNodeGroup#value}. --- @@ -2182,8 +2182,8 @@ new OceanAksNpVirtualNodeGroupUpdatePolicy { | **Name** | **Type** | **Description** | | --- | --- | --- | -| ShouldRoll | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#should_roll OceanAksNpVirtualNodeGroup#should_roll}. | -| ConditionedRoll | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#conditioned_roll OceanAksNpVirtualNodeGroup#conditioned_roll}. | +| ShouldRoll | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#should_roll OceanAksNpVirtualNodeGroup#should_roll}. | +| ConditionedRoll | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#conditioned_roll OceanAksNpVirtualNodeGroup#conditioned_roll}. | | RollConfig | OceanAksNpVirtualNodeGroupUpdatePolicyRollConfig | roll_config block. | --- @@ -2196,7 +2196,7 @@ public object ShouldRoll { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#should_roll OceanAksNpVirtualNodeGroup#should_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#should_roll OceanAksNpVirtualNodeGroup#should_roll}. --- @@ -2208,7 +2208,7 @@ public object ConditionedRoll { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#conditioned_roll OceanAksNpVirtualNodeGroup#conditioned_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#conditioned_roll OceanAksNpVirtualNodeGroup#conditioned_roll}. --- @@ -2222,7 +2222,7 @@ public OceanAksNpVirtualNodeGroupUpdatePolicyRollConfig RollConfig { get; set; } roll_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#roll_config OceanAksNpVirtualNodeGroup#roll_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#roll_config OceanAksNpVirtualNodeGroup#roll_config} --- @@ -2249,14 +2249,14 @@ new OceanAksNpVirtualNodeGroupUpdatePolicyRollConfig { | **Name** | **Type** | **Description** | | --- | --- | --- | -| BatchMinHealthyPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#batch_min_healthy_percentage OceanAksNpVirtualNodeGroup#batch_min_healthy_percentage}. | -| BatchSizePercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#batch_size_percentage OceanAksNpVirtualNodeGroup#batch_size_percentage}. | -| Comment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#comment OceanAksNpVirtualNodeGroup#comment}. | -| NodeNames | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#node_names OceanAksNpVirtualNodeGroup#node_names}. | -| NodePoolNames | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#node_pool_names OceanAksNpVirtualNodeGroup#node_pool_names}. | -| RespectPdb | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#respect_pdb OceanAksNpVirtualNodeGroup#respect_pdb}. | -| RespectRestrictScaleDown | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#respect_restrict_scale_down OceanAksNpVirtualNodeGroup#respect_restrict_scale_down}. | -| VngIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#vng_ids OceanAksNpVirtualNodeGroup#vng_ids}. | +| BatchMinHealthyPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#batch_min_healthy_percentage OceanAksNpVirtualNodeGroup#batch_min_healthy_percentage}. | +| BatchSizePercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#batch_size_percentage OceanAksNpVirtualNodeGroup#batch_size_percentage}. | +| Comment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#comment OceanAksNpVirtualNodeGroup#comment}. | +| NodeNames | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#node_names OceanAksNpVirtualNodeGroup#node_names}. | +| NodePoolNames | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#node_pool_names OceanAksNpVirtualNodeGroup#node_pool_names}. | +| RespectPdb | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#respect_pdb OceanAksNpVirtualNodeGroup#respect_pdb}. | +| RespectRestrictScaleDown | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#respect_restrict_scale_down OceanAksNpVirtualNodeGroup#respect_restrict_scale_down}. | +| VngIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#vng_ids OceanAksNpVirtualNodeGroup#vng_ids}. | --- @@ -2268,7 +2268,7 @@ public double BatchMinHealthyPercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#batch_min_healthy_percentage OceanAksNpVirtualNodeGroup#batch_min_healthy_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#batch_min_healthy_percentage OceanAksNpVirtualNodeGroup#batch_min_healthy_percentage}. --- @@ -2280,7 +2280,7 @@ public double BatchSizePercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#batch_size_percentage OceanAksNpVirtualNodeGroup#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#batch_size_percentage OceanAksNpVirtualNodeGroup#batch_size_percentage}. --- @@ -2292,7 +2292,7 @@ public string Comment { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#comment OceanAksNpVirtualNodeGroup#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#comment OceanAksNpVirtualNodeGroup#comment}. --- @@ -2304,7 +2304,7 @@ public string[] NodeNames { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#node_names OceanAksNpVirtualNodeGroup#node_names}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#node_names OceanAksNpVirtualNodeGroup#node_names}. --- @@ -2316,7 +2316,7 @@ public string[] NodePoolNames { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#node_pool_names OceanAksNpVirtualNodeGroup#node_pool_names}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#node_pool_names OceanAksNpVirtualNodeGroup#node_pool_names}. --- @@ -2328,7 +2328,7 @@ public object RespectPdb { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#respect_pdb OceanAksNpVirtualNodeGroup#respect_pdb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#respect_pdb OceanAksNpVirtualNodeGroup#respect_pdb}. --- @@ -2340,7 +2340,7 @@ public object RespectRestrictScaleDown { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#respect_restrict_scale_down OceanAksNpVirtualNodeGroup#respect_restrict_scale_down}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#respect_restrict_scale_down OceanAksNpVirtualNodeGroup#respect_restrict_scale_down}. --- @@ -2352,7 +2352,7 @@ public string[] VngIds { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#vng_ids OceanAksNpVirtualNodeGroup#vng_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#vng_ids OceanAksNpVirtualNodeGroup#vng_ids}. --- diff --git a/docs/oceanAksNpVirtualNodeGroup.go.md b/docs/oceanAksNpVirtualNodeGroup.go.md index 9a1282b5d..4f12e4399 100644 --- a/docs/oceanAksNpVirtualNodeGroup.go.md +++ b/docs/oceanAksNpVirtualNodeGroup.go.md @@ -4,7 +4,7 @@ ### OceanAksNpVirtualNodeGroup -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group spotinst_ocean_aks_np_virtual_node_group}. #### Initializers @@ -666,7 +666,7 @@ The construct id used in the generated config for the OceanAksNpVirtualNodeGroup The id of the existing OceanAksNpVirtualNodeGroup that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#import import section} in the documentation of this resource for the id to use --- @@ -1419,29 +1419,29 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnpvirtu | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/docs/resources/ocean_aks_np_virtual_node_group#os_type OceanAksNpVirtualNodeGroup#os_type}. | -| PodSubnetIds | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#pod_subnet_ids OceanAksNpVirtualNodeGroup#pod_subnet_ids}. | -| SpotPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.0/docs/resources/ocean_aks_np_virtual_node_group#os_type OceanAksNpVirtualNodeGroup#os_type}. | +| PodSubnetIds | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#pod_subnet_ids OceanAksNpVirtualNodeGroup#pod_subnet_ids}. | +| SpotPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/ocean_aks_np_virtual_node_group#tags OceanAksNpVirtualNodeGroup#tags}. | | Taints | interface{} | taints block. | | UpdatePolicy | OceanAksNpVirtualNodeGroupUpdatePolicy | update_policy block. | -| VnetSubnetIds | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#vnet_subnet_ids OceanAksNpVirtualNodeGroup#vnet_subnet_ids}. | +| VnetSubnetIds | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#vnet_subnet_ids OceanAksNpVirtualNodeGroup#vnet_subnet_ids}. | --- @@ -1523,7 +1523,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#name OceanAksNpVirtualNodeGroup#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#name OceanAksNpVirtualNodeGroup#name}. --- @@ -1535,7 +1535,7 @@ OceanId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#ocean_id OceanAksNpVirtualNodeGroup#ocean_id}. --- @@ -1547,7 +1547,7 @@ AvailabilityZones *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#availability_zones OceanAksNpVirtualNodeGroup#availability_zones}. --- @@ -1559,7 +1559,7 @@ EnableNodePublicIp interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#enable_node_public_ip OceanAksNpVirtualNodeGroup#enable_node_public_ip}. --- @@ -1571,7 +1571,7 @@ FallbackToOndemand interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#fallback_to_ondemand OceanAksNpVirtualNodeGroup#fallback_to_ondemand}. --- @@ -1585,7 +1585,7 @@ Filters OceanAksNpVirtualNodeGroupFilters filters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#filters OceanAksNpVirtualNodeGroup#filters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#filters OceanAksNpVirtualNodeGroup#filters} --- @@ -1599,7 +1599,7 @@ Headrooms interface{} headrooms block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#headrooms OceanAksNpVirtualNodeGroup#headrooms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#headrooms OceanAksNpVirtualNodeGroup#headrooms} --- @@ -1611,7 +1611,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#id OceanAksNpVirtualNodeGroup#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. @@ -1626,7 +1626,7 @@ KubernetesVersion *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#kubernetes_version OceanAksNpVirtualNodeGroup#kubernetes_version}. --- @@ -1638,7 +1638,7 @@ Labels *map[string]*string - *Type:* *map[string]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#labels OceanAksNpVirtualNodeGroup#labels}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#labels OceanAksNpVirtualNodeGroup#labels}. --- @@ -1650,7 +1650,7 @@ MaxCount *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#max_count OceanAksNpVirtualNodeGroup#max_count}. --- @@ -1662,7 +1662,7 @@ MaxPodsPerNode *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#max_pods_per_node OceanAksNpVirtualNodeGroup#max_pods_per_node}. --- @@ -1674,7 +1674,7 @@ MinCount *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#min_count OceanAksNpVirtualNodeGroup#min_count}. --- @@ -1686,7 +1686,7 @@ OsDiskSizeGb *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#os_disk_size_gb OceanAksNpVirtualNodeGroup#os_disk_size_gb}. --- @@ -1698,7 +1698,7 @@ OsDiskType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#os_disk_type OceanAksNpVirtualNodeGroup#os_disk_type}. --- @@ -1710,7 +1710,7 @@ OsSku *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#os_sku OceanAksNpVirtualNodeGroup#os_sku}. --- @@ -1722,7 +1722,7 @@ OsType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#os_type OceanAksNpVirtualNodeGroup#os_type}. --- @@ -1734,7 +1734,7 @@ PodSubnetIds *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#pod_subnet_ids OceanAksNpVirtualNodeGroup#pod_subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#pod_subnet_ids OceanAksNpVirtualNodeGroup#pod_subnet_ids}. --- @@ -1746,7 +1746,7 @@ SpotPercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#spot_percentage OceanAksNpVirtualNodeGroup#spot_percentage}. --- @@ -1758,7 +1758,7 @@ Tags *map[string]*string - *Type:* *map[string]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#tags OceanAksNpVirtualNodeGroup#tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#tags OceanAksNpVirtualNodeGroup#tags}. --- @@ -1772,7 +1772,7 @@ Taints interface{} taints block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#taints OceanAksNpVirtualNodeGroup#taints} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#taints OceanAksNpVirtualNodeGroup#taints} --- @@ -1786,7 +1786,7 @@ UpdatePolicy OceanAksNpVirtualNodeGroupUpdatePolicy update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#update_policy OceanAksNpVirtualNodeGroup#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#update_policy OceanAksNpVirtualNodeGroup#update_policy} --- @@ -1798,7 +1798,7 @@ VnetSubnetIds *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#vnet_subnet_ids OceanAksNpVirtualNodeGroup#vnet_subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#vnet_subnet_ids OceanAksNpVirtualNodeGroup#vnet_subnet_ids}. --- @@ -1832,21 +1832,21 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnpvirtu | **Name** | **Type** | **Description** | | --- | --- | --- | -| AcceleratedNetworking | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#accelerated_networking OceanAksNpVirtualNodeGroup#accelerated_networking}. | -| Architectures | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#architectures OceanAksNpVirtualNodeGroup#architectures}. | -| DiskPerformance | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#disk_performance OceanAksNpVirtualNodeGroup#disk_performance}. | -| ExcludeSeries | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#exclude_series OceanAksNpVirtualNodeGroup#exclude_series}. | -| GpuTypes | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#gpu_types OceanAksNpVirtualNodeGroup#gpu_types}. | -| MaxGpu | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#max_gpu OceanAksNpVirtualNodeGroup#max_gpu}. | -| MaxMemoryGib | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/ocean_aks_np_virtual_node_group#max_vcpu OceanAksNpVirtualNodeGroup#max_vcpu}. | -| MinDisk | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#min_disk OceanAksNpVirtualNodeGroup#min_disk}. | -| MinGpu | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#min_gpu OceanAksNpVirtualNodeGroup#min_gpu}. | -| MinMemoryGib | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#min_memory_gib OceanAksNpVirtualNodeGroup#min_memory_gib}. | -| MinNics | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#min_nics OceanAksNpVirtualNodeGroup#min_nics}. | -| MinVcpu | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/ocean_aks_np_virtual_node_group#series OceanAksNpVirtualNodeGroup#series}. | -| VmTypes | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#vm_types OceanAksNpVirtualNodeGroup#vm_types}. | +| AcceleratedNetworking | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#accelerated_networking OceanAksNpVirtualNodeGroup#accelerated_networking}. | +| Architectures | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#architectures OceanAksNpVirtualNodeGroup#architectures}. | +| DiskPerformance | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#disk_performance OceanAksNpVirtualNodeGroup#disk_performance}. | +| ExcludeSeries | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#exclude_series OceanAksNpVirtualNodeGroup#exclude_series}. | +| GpuTypes | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#gpu_types OceanAksNpVirtualNodeGroup#gpu_types}. | +| MaxGpu | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#max_gpu OceanAksNpVirtualNodeGroup#max_gpu}. | +| MaxMemoryGib | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/ocean_aks_np_virtual_node_group#max_vcpu OceanAksNpVirtualNodeGroup#max_vcpu}. | +| MinDisk | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#min_disk OceanAksNpVirtualNodeGroup#min_disk}. | +| MinGpu | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#min_gpu OceanAksNpVirtualNodeGroup#min_gpu}. | +| MinMemoryGib | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#min_memory_gib OceanAksNpVirtualNodeGroup#min_memory_gib}. | +| MinNics | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#min_nics OceanAksNpVirtualNodeGroup#min_nics}. | +| MinVcpu | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/ocean_aks_np_virtual_node_group#series OceanAksNpVirtualNodeGroup#series}. | +| VmTypes | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#vm_types OceanAksNpVirtualNodeGroup#vm_types}. | --- @@ -1858,7 +1858,7 @@ AcceleratedNetworking *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#accelerated_networking OceanAksNpVirtualNodeGroup#accelerated_networking}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#accelerated_networking OceanAksNpVirtualNodeGroup#accelerated_networking}. --- @@ -1870,7 +1870,7 @@ Architectures *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#architectures OceanAksNpVirtualNodeGroup#architectures}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#architectures OceanAksNpVirtualNodeGroup#architectures}. --- @@ -1882,7 +1882,7 @@ DiskPerformance *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#disk_performance OceanAksNpVirtualNodeGroup#disk_performance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#disk_performance OceanAksNpVirtualNodeGroup#disk_performance}. --- @@ -1894,7 +1894,7 @@ ExcludeSeries *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#exclude_series OceanAksNpVirtualNodeGroup#exclude_series}. --- @@ -1906,7 +1906,7 @@ GpuTypes *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#gpu_types OceanAksNpVirtualNodeGroup#gpu_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#gpu_types OceanAksNpVirtualNodeGroup#gpu_types}. --- @@ -1918,7 +1918,7 @@ MaxGpu *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#max_gpu OceanAksNpVirtualNodeGroup#max_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#max_gpu OceanAksNpVirtualNodeGroup#max_gpu}. --- @@ -1930,7 +1930,7 @@ MaxMemoryGib *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#max_memory_gib OceanAksNpVirtualNodeGroup#max_memory_gib}. --- @@ -1942,7 +1942,7 @@ MaxVcpu *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#max_vcpu OceanAksNpVirtualNodeGroup#max_vcpu}. --- @@ -1954,7 +1954,7 @@ MinDisk *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#min_disk OceanAksNpVirtualNodeGroup#min_disk}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#min_disk OceanAksNpVirtualNodeGroup#min_disk}. --- @@ -1966,7 +1966,7 @@ MinGpu *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#min_gpu OceanAksNpVirtualNodeGroup#min_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#min_gpu OceanAksNpVirtualNodeGroup#min_gpu}. --- @@ -1978,7 +1978,7 @@ MinMemoryGib *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#min_memory_gib OceanAksNpVirtualNodeGroup#min_memory_gib}. --- @@ -1990,7 +1990,7 @@ MinNics *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#min_nics OceanAksNpVirtualNodeGroup#min_nics}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#min_nics OceanAksNpVirtualNodeGroup#min_nics}. --- @@ -2002,7 +2002,7 @@ MinVcpu *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#min_vcpu OceanAksNpVirtualNodeGroup#min_vcpu}. --- @@ -2014,7 +2014,7 @@ Series *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#series OceanAksNpVirtualNodeGroup#series}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#series OceanAksNpVirtualNodeGroup#series}. --- @@ -2026,7 +2026,7 @@ VmTypes *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#vm_types OceanAksNpVirtualNodeGroup#vm_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#vm_types OceanAksNpVirtualNodeGroup#vm_types}. --- @@ -2049,10 +2049,10 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnpvirtu | **Name** | **Type** | **Description** | | --- | --- | --- | -| CpuPerUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.0/docs/resources/ocean_aks_np_virtual_node_group#num_of_units OceanAksNpVirtualNodeGroup#num_of_units}. | --- @@ -2064,7 +2064,7 @@ CpuPerUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#cpu_per_unit OceanAksNpVirtualNodeGroup#cpu_per_unit}. --- @@ -2076,7 +2076,7 @@ GpuPerUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#gpu_per_unit OceanAksNpVirtualNodeGroup#gpu_per_unit}. --- @@ -2088,7 +2088,7 @@ MemoryPerUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#memory_per_unit OceanAksNpVirtualNodeGroup#memory_per_unit}. --- @@ -2100,7 +2100,7 @@ NumOfUnits *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#num_of_units OceanAksNpVirtualNodeGroup#num_of_units}. --- @@ -2122,9 +2122,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnpvirtu | **Name** | **Type** | **Description** | | --- | --- | --- | -| Effect | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/ocean_aks_np_virtual_node_group#value OceanAksNpVirtualNodeGroup#value}. | --- @@ -2136,7 +2136,7 @@ Effect *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#effect OceanAksNpVirtualNodeGroup#effect}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#effect OceanAksNpVirtualNodeGroup#effect}. --- @@ -2148,7 +2148,7 @@ Key *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#key OceanAksNpVirtualNodeGroup#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#key OceanAksNpVirtualNodeGroup#key}. --- @@ -2160,7 +2160,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#value OceanAksNpVirtualNodeGroup#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#value OceanAksNpVirtualNodeGroup#value}. --- @@ -2182,8 +2182,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnpvirtu | **Name** | **Type** | **Description** | | --- | --- | --- | -| ShouldRoll | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#should_roll OceanAksNpVirtualNodeGroup#should_roll}. | -| ConditionedRoll | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#conditioned_roll OceanAksNpVirtualNodeGroup#conditioned_roll}. | +| ShouldRoll | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#should_roll OceanAksNpVirtualNodeGroup#should_roll}. | +| ConditionedRoll | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#conditioned_roll OceanAksNpVirtualNodeGroup#conditioned_roll}. | | RollConfig | OceanAksNpVirtualNodeGroupUpdatePolicyRollConfig | roll_config block. | --- @@ -2196,7 +2196,7 @@ ShouldRoll interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#should_roll OceanAksNpVirtualNodeGroup#should_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#should_roll OceanAksNpVirtualNodeGroup#should_roll}. --- @@ -2208,7 +2208,7 @@ ConditionedRoll interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#conditioned_roll OceanAksNpVirtualNodeGroup#conditioned_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#conditioned_roll OceanAksNpVirtualNodeGroup#conditioned_roll}. --- @@ -2222,7 +2222,7 @@ RollConfig OceanAksNpVirtualNodeGroupUpdatePolicyRollConfig roll_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#roll_config OceanAksNpVirtualNodeGroup#roll_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#roll_config OceanAksNpVirtualNodeGroup#roll_config} --- @@ -2249,14 +2249,14 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnpvirtu | **Name** | **Type** | **Description** | | --- | --- | --- | -| BatchMinHealthyPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#batch_min_healthy_percentage OceanAksNpVirtualNodeGroup#batch_min_healthy_percentage}. | -| BatchSizePercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#batch_size_percentage OceanAksNpVirtualNodeGroup#batch_size_percentage}. | -| Comment | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#comment OceanAksNpVirtualNodeGroup#comment}. | -| NodeNames | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#node_names OceanAksNpVirtualNodeGroup#node_names}. | -| NodePoolNames | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#node_pool_names OceanAksNpVirtualNodeGroup#node_pool_names}. | -| RespectPdb | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#respect_pdb OceanAksNpVirtualNodeGroup#respect_pdb}. | -| RespectRestrictScaleDown | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#respect_restrict_scale_down OceanAksNpVirtualNodeGroup#respect_restrict_scale_down}. | -| VngIds | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#vng_ids OceanAksNpVirtualNodeGroup#vng_ids}. | +| BatchMinHealthyPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#batch_min_healthy_percentage OceanAksNpVirtualNodeGroup#batch_min_healthy_percentage}. | +| BatchSizePercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#batch_size_percentage OceanAksNpVirtualNodeGroup#batch_size_percentage}. | +| Comment | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#comment OceanAksNpVirtualNodeGroup#comment}. | +| NodeNames | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#node_names OceanAksNpVirtualNodeGroup#node_names}. | +| NodePoolNames | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#node_pool_names OceanAksNpVirtualNodeGroup#node_pool_names}. | +| RespectPdb | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#respect_pdb OceanAksNpVirtualNodeGroup#respect_pdb}. | +| RespectRestrictScaleDown | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#respect_restrict_scale_down OceanAksNpVirtualNodeGroup#respect_restrict_scale_down}. | +| VngIds | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#vng_ids OceanAksNpVirtualNodeGroup#vng_ids}. | --- @@ -2268,7 +2268,7 @@ BatchMinHealthyPercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#batch_min_healthy_percentage OceanAksNpVirtualNodeGroup#batch_min_healthy_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#batch_min_healthy_percentage OceanAksNpVirtualNodeGroup#batch_min_healthy_percentage}. --- @@ -2280,7 +2280,7 @@ BatchSizePercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#batch_size_percentage OceanAksNpVirtualNodeGroup#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#batch_size_percentage OceanAksNpVirtualNodeGroup#batch_size_percentage}. --- @@ -2292,7 +2292,7 @@ Comment *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#comment OceanAksNpVirtualNodeGroup#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#comment OceanAksNpVirtualNodeGroup#comment}. --- @@ -2304,7 +2304,7 @@ NodeNames *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#node_names OceanAksNpVirtualNodeGroup#node_names}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#node_names OceanAksNpVirtualNodeGroup#node_names}. --- @@ -2316,7 +2316,7 @@ NodePoolNames *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#node_pool_names OceanAksNpVirtualNodeGroup#node_pool_names}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#node_pool_names OceanAksNpVirtualNodeGroup#node_pool_names}. --- @@ -2328,7 +2328,7 @@ RespectPdb interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#respect_pdb OceanAksNpVirtualNodeGroup#respect_pdb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#respect_pdb OceanAksNpVirtualNodeGroup#respect_pdb}. --- @@ -2340,7 +2340,7 @@ RespectRestrictScaleDown interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#respect_restrict_scale_down OceanAksNpVirtualNodeGroup#respect_restrict_scale_down}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#respect_restrict_scale_down OceanAksNpVirtualNodeGroup#respect_restrict_scale_down}. --- @@ -2352,7 +2352,7 @@ VngIds *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#vng_ids OceanAksNpVirtualNodeGroup#vng_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#vng_ids OceanAksNpVirtualNodeGroup#vng_ids}. --- diff --git a/docs/oceanAksNpVirtualNodeGroup.java.md b/docs/oceanAksNpVirtualNodeGroup.java.md index 9662c3cab..0c01d3a15 100644 --- a/docs/oceanAksNpVirtualNodeGroup.java.md +++ b/docs/oceanAksNpVirtualNodeGroup.java.md @@ -4,7 +4,7 @@ ### OceanAksNpVirtualNodeGroup -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group spotinst_ocean_aks_np_virtual_node_group}. #### Initializers @@ -64,29 +64,29 @@ 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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/docs/resources/ocean_aks_np_virtual_node_group#os_type OceanAksNpVirtualNodeGroup#os_type}. | -| podSubnetIds | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#pod_subnet_ids OceanAksNpVirtualNodeGroup#pod_subnet_ids}. | -| spotPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.0/docs/resources/ocean_aks_np_virtual_node_group#os_type OceanAksNpVirtualNodeGroup#os_type}. | +| podSubnetIds | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#pod_subnet_ids OceanAksNpVirtualNodeGroup#pod_subnet_ids}. | +| spotPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/ocean_aks_np_virtual_node_group#tags OceanAksNpVirtualNodeGroup#tags}. | | taints | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanAksNpVirtualNodeGroupTaints> | taints block. | | updatePolicy | OceanAksNpVirtualNodeGroupUpdatePolicy | update_policy block. | -| vnetSubnetIds | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#vnet_subnet_ids OceanAksNpVirtualNodeGroup#vnet_subnet_ids}. | +| vnetSubnetIds | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#vnet_subnet_ids OceanAksNpVirtualNodeGroup#vnet_subnet_ids}. | --- @@ -154,7 +154,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.169.1/docs/resources/ocean_aks_np_virtual_node_group#name OceanAksNpVirtualNodeGroup#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#name OceanAksNpVirtualNodeGroup#name}. --- @@ -162,7 +162,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#ocean_id OceanAksNpVirtualNodeGroup#ocean_id}. --- @@ -170,7 +170,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.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#availability_zones OceanAksNpVirtualNodeGroup#availability_zones}. --- @@ -178,7 +178,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.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#enable_node_public_ip OceanAksNpVirtualNodeGroup#enable_node_public_ip}. --- @@ -186,7 +186,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.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#fallback_to_ondemand OceanAksNpVirtualNodeGroup#fallback_to_ondemand}. --- @@ -196,7 +196,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.169.1/docs/resources/ocean_aks_np_virtual_node_group#filters OceanAksNpVirtualNodeGroup#filters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#filters OceanAksNpVirtualNodeGroup#filters} --- @@ -206,7 +206,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.169.1/docs/resources/ocean_aks_np_virtual_node_group#headrooms OceanAksNpVirtualNodeGroup#headrooms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#headrooms OceanAksNpVirtualNodeGroup#headrooms} --- @@ -214,7 +214,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#id OceanAksNpVirtualNodeGroup#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. @@ -225,7 +225,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.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#kubernetes_version OceanAksNpVirtualNodeGroup#kubernetes_version}. --- @@ -233,7 +233,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.169.1/docs/resources/ocean_aks_np_virtual_node_group#labels OceanAksNpVirtualNodeGroup#labels}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#labels OceanAksNpVirtualNodeGroup#labels}. --- @@ -241,7 +241,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.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#max_count OceanAksNpVirtualNodeGroup#max_count}. --- @@ -249,7 +249,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.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#max_pods_per_node OceanAksNpVirtualNodeGroup#max_pods_per_node}. --- @@ -257,7 +257,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#min_count OceanAksNpVirtualNodeGroup#min_count}. --- @@ -265,7 +265,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.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#os_disk_size_gb OceanAksNpVirtualNodeGroup#os_disk_size_gb}. --- @@ -273,7 +273,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#os_disk_type OceanAksNpVirtualNodeGroup#os_disk_type}. --- @@ -281,7 +281,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#os_sku OceanAksNpVirtualNodeGroup#os_sku}. --- @@ -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.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#os_type OceanAksNpVirtualNodeGroup#os_type}. --- @@ -297,7 +297,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#pod_subnet_ids OceanAksNpVirtualNodeGroup#pod_subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#pod_subnet_ids OceanAksNpVirtualNodeGroup#pod_subnet_ids}. --- @@ -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.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#spot_percentage OceanAksNpVirtualNodeGroup#spot_percentage}. --- @@ -313,7 +313,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.169.1/docs/resources/ocean_aks_np_virtual_node_group#tags OceanAksNpVirtualNodeGroup#tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#tags OceanAksNpVirtualNodeGroup#tags}. --- @@ -323,7 +323,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.169.1/docs/resources/ocean_aks_np_virtual_node_group#taints OceanAksNpVirtualNodeGroup#taints} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#taints OceanAksNpVirtualNodeGroup#taints} --- @@ -333,7 +333,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.169.1/docs/resources/ocean_aks_np_virtual_node_group#update_policy OceanAksNpVirtualNodeGroup#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#update_policy OceanAksNpVirtualNodeGroup#update_policy} --- @@ -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.169.1/docs/resources/ocean_aks_np_virtual_node_group#vnet_subnet_ids OceanAksNpVirtualNodeGroup#vnet_subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#vnet_subnet_ids OceanAksNpVirtualNodeGroup#vnet_subnet_ids}. --- @@ -967,7 +967,7 @@ The construct id used in the generated config for the OceanAksNpVirtualNodeGroup The id of the existing OceanAksNpVirtualNodeGroup that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#import import section} in the documentation of this resource for the id to use --- @@ -1728,29 +1728,29 @@ 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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/docs/resources/ocean_aks_np_virtual_node_group#os_type OceanAksNpVirtualNodeGroup#os_type}. | -| podSubnetIds | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#pod_subnet_ids OceanAksNpVirtualNodeGroup#pod_subnet_ids}. | -| spotPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.0/docs/resources/ocean_aks_np_virtual_node_group#os_type OceanAksNpVirtualNodeGroup#os_type}. | +| podSubnetIds | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#pod_subnet_ids OceanAksNpVirtualNodeGroup#pod_subnet_ids}. | +| spotPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/ocean_aks_np_virtual_node_group#tags OceanAksNpVirtualNodeGroup#tags}. | | taints | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanAksNpVirtualNodeGroupTaints> | taints block. | | updatePolicy | OceanAksNpVirtualNodeGroupUpdatePolicy | update_policy block. | -| vnetSubnetIds | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#vnet_subnet_ids OceanAksNpVirtualNodeGroup#vnet_subnet_ids}. | +| vnetSubnetIds | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#vnet_subnet_ids OceanAksNpVirtualNodeGroup#vnet_subnet_ids}. | --- @@ -1832,7 +1832,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#name OceanAksNpVirtualNodeGroup#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#name OceanAksNpVirtualNodeGroup#name}. --- @@ -1844,7 +1844,7 @@ public java.lang.String getOceanId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#ocean_id OceanAksNpVirtualNodeGroup#ocean_id}. --- @@ -1856,7 +1856,7 @@ public java.util.List getAvailabilityZones(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#availability_zones OceanAksNpVirtualNodeGroup#availability_zones}. --- @@ -1868,7 +1868,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.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#enable_node_public_ip OceanAksNpVirtualNodeGroup#enable_node_public_ip}. --- @@ -1880,7 +1880,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.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#fallback_to_ondemand OceanAksNpVirtualNodeGroup#fallback_to_ondemand}. --- @@ -1894,7 +1894,7 @@ public OceanAksNpVirtualNodeGroupFilters getFilters(); filters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#filters OceanAksNpVirtualNodeGroup#filters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#filters OceanAksNpVirtualNodeGroup#filters} --- @@ -1908,7 +1908,7 @@ public java.lang.Object getHeadrooms(); headrooms block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#headrooms OceanAksNpVirtualNodeGroup#headrooms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#headrooms OceanAksNpVirtualNodeGroup#headrooms} --- @@ -1920,7 +1920,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#id OceanAksNpVirtualNodeGroup#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. @@ -1935,7 +1935,7 @@ public java.lang.String getKubernetesVersion(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#kubernetes_version OceanAksNpVirtualNodeGroup#kubernetes_version}. --- @@ -1947,7 +1947,7 @@ public java.util.Map getLabels(); - *Type:* java.util.Map -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#labels OceanAksNpVirtualNodeGroup#labels}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#labels OceanAksNpVirtualNodeGroup#labels}. --- @@ -1959,7 +1959,7 @@ public java.lang.Number getMaxCount(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#max_count OceanAksNpVirtualNodeGroup#max_count}. --- @@ -1971,7 +1971,7 @@ public java.lang.Number getMaxPodsPerNode(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#max_pods_per_node OceanAksNpVirtualNodeGroup#max_pods_per_node}. --- @@ -1983,7 +1983,7 @@ public java.lang.Number getMinCount(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#min_count OceanAksNpVirtualNodeGroup#min_count}. --- @@ -1995,7 +1995,7 @@ public java.lang.Number getOsDiskSizeGb(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#os_disk_size_gb OceanAksNpVirtualNodeGroup#os_disk_size_gb}. --- @@ -2007,7 +2007,7 @@ public java.lang.String getOsDiskType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#os_disk_type OceanAksNpVirtualNodeGroup#os_disk_type}. --- @@ -2019,7 +2019,7 @@ public java.lang.String getOsSku(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#os_sku OceanAksNpVirtualNodeGroup#os_sku}. --- @@ -2031,7 +2031,7 @@ public java.lang.String getOsType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#os_type OceanAksNpVirtualNodeGroup#os_type}. --- @@ -2043,7 +2043,7 @@ public java.util.List getPodSubnetIds(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#pod_subnet_ids OceanAksNpVirtualNodeGroup#pod_subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#pod_subnet_ids OceanAksNpVirtualNodeGroup#pod_subnet_ids}. --- @@ -2055,7 +2055,7 @@ public java.lang.Number getSpotPercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#spot_percentage OceanAksNpVirtualNodeGroup#spot_percentage}. --- @@ -2067,7 +2067,7 @@ public java.util.Map getTags(); - *Type:* java.util.Map -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#tags OceanAksNpVirtualNodeGroup#tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#tags OceanAksNpVirtualNodeGroup#tags}. --- @@ -2081,7 +2081,7 @@ public java.lang.Object getTaints(); taints block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#taints OceanAksNpVirtualNodeGroup#taints} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#taints OceanAksNpVirtualNodeGroup#taints} --- @@ -2095,7 +2095,7 @@ public OceanAksNpVirtualNodeGroupUpdatePolicy getUpdatePolicy(); update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#update_policy OceanAksNpVirtualNodeGroup#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#update_policy OceanAksNpVirtualNodeGroup#update_policy} --- @@ -2107,7 +2107,7 @@ public java.util.List getVnetSubnetIds(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#vnet_subnet_ids OceanAksNpVirtualNodeGroup#vnet_subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#vnet_subnet_ids OceanAksNpVirtualNodeGroup#vnet_subnet_ids}. --- @@ -2141,21 +2141,21 @@ OceanAksNpVirtualNodeGroupFilters.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| acceleratedNetworking | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#accelerated_networking OceanAksNpVirtualNodeGroup#accelerated_networking}. | -| architectures | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#architectures OceanAksNpVirtualNodeGroup#architectures}. | -| diskPerformance | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#disk_performance OceanAksNpVirtualNodeGroup#disk_performance}. | -| excludeSeries | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#exclude_series OceanAksNpVirtualNodeGroup#exclude_series}. | -| gpuTypes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#gpu_types OceanAksNpVirtualNodeGroup#gpu_types}. | -| maxGpu | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#max_gpu OceanAksNpVirtualNodeGroup#max_gpu}. | -| maxMemoryGib | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/ocean_aks_np_virtual_node_group#max_vcpu OceanAksNpVirtualNodeGroup#max_vcpu}. | -| minDisk | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#min_disk OceanAksNpVirtualNodeGroup#min_disk}. | -| minGpu | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#min_gpu OceanAksNpVirtualNodeGroup#min_gpu}. | -| minMemoryGib | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#min_memory_gib OceanAksNpVirtualNodeGroup#min_memory_gib}. | -| minNics | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#min_nics OceanAksNpVirtualNodeGroup#min_nics}. | -| minVcpu | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/ocean_aks_np_virtual_node_group#series OceanAksNpVirtualNodeGroup#series}. | -| vmTypes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#vm_types OceanAksNpVirtualNodeGroup#vm_types}. | +| acceleratedNetworking | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#accelerated_networking OceanAksNpVirtualNodeGroup#accelerated_networking}. | +| architectures | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#architectures OceanAksNpVirtualNodeGroup#architectures}. | +| diskPerformance | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#disk_performance OceanAksNpVirtualNodeGroup#disk_performance}. | +| excludeSeries | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#exclude_series OceanAksNpVirtualNodeGroup#exclude_series}. | +| gpuTypes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#gpu_types OceanAksNpVirtualNodeGroup#gpu_types}. | +| maxGpu | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#max_gpu OceanAksNpVirtualNodeGroup#max_gpu}. | +| maxMemoryGib | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/ocean_aks_np_virtual_node_group#max_vcpu OceanAksNpVirtualNodeGroup#max_vcpu}. | +| minDisk | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#min_disk OceanAksNpVirtualNodeGroup#min_disk}. | +| minGpu | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#min_gpu OceanAksNpVirtualNodeGroup#min_gpu}. | +| minMemoryGib | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#min_memory_gib OceanAksNpVirtualNodeGroup#min_memory_gib}. | +| minNics | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#min_nics OceanAksNpVirtualNodeGroup#min_nics}. | +| minVcpu | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/ocean_aks_np_virtual_node_group#series OceanAksNpVirtualNodeGroup#series}. | +| vmTypes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#vm_types OceanAksNpVirtualNodeGroup#vm_types}. | --- @@ -2167,7 +2167,7 @@ public java.lang.String getAcceleratedNetworking(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#accelerated_networking OceanAksNpVirtualNodeGroup#accelerated_networking}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#accelerated_networking OceanAksNpVirtualNodeGroup#accelerated_networking}. --- @@ -2179,7 +2179,7 @@ public java.util.List getArchitectures(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#architectures OceanAksNpVirtualNodeGroup#architectures}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#architectures OceanAksNpVirtualNodeGroup#architectures}. --- @@ -2191,7 +2191,7 @@ public java.lang.String getDiskPerformance(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#disk_performance OceanAksNpVirtualNodeGroup#disk_performance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#disk_performance OceanAksNpVirtualNodeGroup#disk_performance}. --- @@ -2203,7 +2203,7 @@ public java.util.List getExcludeSeries(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#exclude_series OceanAksNpVirtualNodeGroup#exclude_series}. --- @@ -2215,7 +2215,7 @@ public java.util.List getGpuTypes(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#gpu_types OceanAksNpVirtualNodeGroup#gpu_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#gpu_types OceanAksNpVirtualNodeGroup#gpu_types}. --- @@ -2227,7 +2227,7 @@ public java.lang.Number getMaxGpu(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#max_gpu OceanAksNpVirtualNodeGroup#max_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#max_gpu OceanAksNpVirtualNodeGroup#max_gpu}. --- @@ -2239,7 +2239,7 @@ public java.lang.Number getMaxMemoryGib(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#max_memory_gib OceanAksNpVirtualNodeGroup#max_memory_gib}. --- @@ -2251,7 +2251,7 @@ public java.lang.Number getMaxVcpu(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#max_vcpu OceanAksNpVirtualNodeGroup#max_vcpu}. --- @@ -2263,7 +2263,7 @@ public java.lang.Number getMinDisk(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#min_disk OceanAksNpVirtualNodeGroup#min_disk}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#min_disk OceanAksNpVirtualNodeGroup#min_disk}. --- @@ -2275,7 +2275,7 @@ public java.lang.Number getMinGpu(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#min_gpu OceanAksNpVirtualNodeGroup#min_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#min_gpu OceanAksNpVirtualNodeGroup#min_gpu}. --- @@ -2287,7 +2287,7 @@ public java.lang.Number getMinMemoryGib(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#min_memory_gib OceanAksNpVirtualNodeGroup#min_memory_gib}. --- @@ -2299,7 +2299,7 @@ public java.lang.Number getMinNics(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#min_nics OceanAksNpVirtualNodeGroup#min_nics}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#min_nics OceanAksNpVirtualNodeGroup#min_nics}. --- @@ -2311,7 +2311,7 @@ public java.lang.Number getMinVcpu(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#min_vcpu OceanAksNpVirtualNodeGroup#min_vcpu}. --- @@ -2323,7 +2323,7 @@ public java.util.List getSeries(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#series OceanAksNpVirtualNodeGroup#series}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#series OceanAksNpVirtualNodeGroup#series}. --- @@ -2335,7 +2335,7 @@ public java.util.List getVmTypes(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#vm_types OceanAksNpVirtualNodeGroup#vm_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#vm_types OceanAksNpVirtualNodeGroup#vm_types}. --- @@ -2358,10 +2358,10 @@ OceanAksNpVirtualNodeGroupHeadrooms.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| cpuPerUnit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.0/docs/resources/ocean_aks_np_virtual_node_group#num_of_units OceanAksNpVirtualNodeGroup#num_of_units}. | --- @@ -2373,7 +2373,7 @@ public java.lang.Number getCpuPerUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#cpu_per_unit OceanAksNpVirtualNodeGroup#cpu_per_unit}. --- @@ -2385,7 +2385,7 @@ public java.lang.Number getGpuPerUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#gpu_per_unit OceanAksNpVirtualNodeGroup#gpu_per_unit}. --- @@ -2397,7 +2397,7 @@ public java.lang.Number getMemoryPerUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#memory_per_unit OceanAksNpVirtualNodeGroup#memory_per_unit}. --- @@ -2409,7 +2409,7 @@ public java.lang.Number getNumOfUnits(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#num_of_units OceanAksNpVirtualNodeGroup#num_of_units}. --- @@ -2431,9 +2431,9 @@ OceanAksNpVirtualNodeGroupTaints.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| effect | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/ocean_aks_np_virtual_node_group#value OceanAksNpVirtualNodeGroup#value}. | --- @@ -2445,7 +2445,7 @@ public java.lang.String getEffect(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#effect OceanAksNpVirtualNodeGroup#effect}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#effect OceanAksNpVirtualNodeGroup#effect}. --- @@ -2457,7 +2457,7 @@ public java.lang.String getKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#key OceanAksNpVirtualNodeGroup#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#key OceanAksNpVirtualNodeGroup#key}. --- @@ -2469,7 +2469,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#value OceanAksNpVirtualNodeGroup#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#value OceanAksNpVirtualNodeGroup#value}. --- @@ -2493,8 +2493,8 @@ OceanAksNpVirtualNodeGroupUpdatePolicy.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| shouldRoll | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#should_roll OceanAksNpVirtualNodeGroup#should_roll}. | -| conditionedRoll | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#conditioned_roll OceanAksNpVirtualNodeGroup#conditioned_roll}. | +| shouldRoll | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#should_roll OceanAksNpVirtualNodeGroup#should_roll}. | +| conditionedRoll | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#conditioned_roll OceanAksNpVirtualNodeGroup#conditioned_roll}. | | rollConfig | OceanAksNpVirtualNodeGroupUpdatePolicyRollConfig | roll_config block. | --- @@ -2507,7 +2507,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.169.1/docs/resources/ocean_aks_np_virtual_node_group#should_roll OceanAksNpVirtualNodeGroup#should_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#should_roll OceanAksNpVirtualNodeGroup#should_roll}. --- @@ -2519,7 +2519,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.169.1/docs/resources/ocean_aks_np_virtual_node_group#conditioned_roll OceanAksNpVirtualNodeGroup#conditioned_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#conditioned_roll OceanAksNpVirtualNodeGroup#conditioned_roll}. --- @@ -2533,7 +2533,7 @@ public OceanAksNpVirtualNodeGroupUpdatePolicyRollConfig getRollConfig(); roll_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#roll_config OceanAksNpVirtualNodeGroup#roll_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#roll_config OceanAksNpVirtualNodeGroup#roll_config} --- @@ -2562,14 +2562,14 @@ OceanAksNpVirtualNodeGroupUpdatePolicyRollConfig.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| batchMinHealthyPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#batch_min_healthy_percentage OceanAksNpVirtualNodeGroup#batch_min_healthy_percentage}. | -| batchSizePercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#batch_size_percentage OceanAksNpVirtualNodeGroup#batch_size_percentage}. | -| comment | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#comment OceanAksNpVirtualNodeGroup#comment}. | -| nodeNames | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#node_names OceanAksNpVirtualNodeGroup#node_names}. | -| nodePoolNames | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#node_pool_names OceanAksNpVirtualNodeGroup#node_pool_names}. | -| respectPdb | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#respect_pdb OceanAksNpVirtualNodeGroup#respect_pdb}. | -| respectRestrictScaleDown | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#respect_restrict_scale_down OceanAksNpVirtualNodeGroup#respect_restrict_scale_down}. | -| vngIds | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#vng_ids OceanAksNpVirtualNodeGroup#vng_ids}. | +| batchMinHealthyPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#batch_min_healthy_percentage OceanAksNpVirtualNodeGroup#batch_min_healthy_percentage}. | +| batchSizePercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#batch_size_percentage OceanAksNpVirtualNodeGroup#batch_size_percentage}. | +| comment | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#comment OceanAksNpVirtualNodeGroup#comment}. | +| nodeNames | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#node_names OceanAksNpVirtualNodeGroup#node_names}. | +| nodePoolNames | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#node_pool_names OceanAksNpVirtualNodeGroup#node_pool_names}. | +| respectPdb | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#respect_pdb OceanAksNpVirtualNodeGroup#respect_pdb}. | +| respectRestrictScaleDown | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#respect_restrict_scale_down OceanAksNpVirtualNodeGroup#respect_restrict_scale_down}. | +| vngIds | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#vng_ids OceanAksNpVirtualNodeGroup#vng_ids}. | --- @@ -2581,7 +2581,7 @@ public java.lang.Number getBatchMinHealthyPercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#batch_min_healthy_percentage OceanAksNpVirtualNodeGroup#batch_min_healthy_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#batch_min_healthy_percentage OceanAksNpVirtualNodeGroup#batch_min_healthy_percentage}. --- @@ -2593,7 +2593,7 @@ public java.lang.Number getBatchSizePercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#batch_size_percentage OceanAksNpVirtualNodeGroup#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#batch_size_percentage OceanAksNpVirtualNodeGroup#batch_size_percentage}. --- @@ -2605,7 +2605,7 @@ public java.lang.String getComment(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#comment OceanAksNpVirtualNodeGroup#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#comment OceanAksNpVirtualNodeGroup#comment}. --- @@ -2617,7 +2617,7 @@ public java.util.List getNodeNames(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#node_names OceanAksNpVirtualNodeGroup#node_names}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#node_names OceanAksNpVirtualNodeGroup#node_names}. --- @@ -2629,7 +2629,7 @@ public java.util.List getNodePoolNames(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#node_pool_names OceanAksNpVirtualNodeGroup#node_pool_names}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#node_pool_names OceanAksNpVirtualNodeGroup#node_pool_names}. --- @@ -2641,7 +2641,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.169.1/docs/resources/ocean_aks_np_virtual_node_group#respect_pdb OceanAksNpVirtualNodeGroup#respect_pdb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#respect_pdb OceanAksNpVirtualNodeGroup#respect_pdb}. --- @@ -2653,7 +2653,7 @@ public java.lang.Object getRespectRestrictScaleDown(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#respect_restrict_scale_down OceanAksNpVirtualNodeGroup#respect_restrict_scale_down}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#respect_restrict_scale_down OceanAksNpVirtualNodeGroup#respect_restrict_scale_down}. --- @@ -2665,7 +2665,7 @@ public java.util.List getVngIds(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#vng_ids OceanAksNpVirtualNodeGroup#vng_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#vng_ids OceanAksNpVirtualNodeGroup#vng_ids}. --- diff --git a/docs/oceanAksNpVirtualNodeGroup.python.md b/docs/oceanAksNpVirtualNodeGroup.python.md index 29f4150f0..f556aa6c2 100644 --- a/docs/oceanAksNpVirtualNodeGroup.python.md +++ b/docs/oceanAksNpVirtualNodeGroup.python.md @@ -4,7 +4,7 @@ ### OceanAksNpVirtualNodeGroup -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group spotinst_ocean_aks_np_virtual_node_group}. #### Initializers @@ -58,29 +58,29 @@ 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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/docs/resources/ocean_aks_np_virtual_node_group#os_type OceanAksNpVirtualNodeGroup#os_type}. | -| pod_subnet_ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#pod_subnet_ids OceanAksNpVirtualNodeGroup#pod_subnet_ids}. | -| spot_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.0/docs/resources/ocean_aks_np_virtual_node_group#os_type OceanAksNpVirtualNodeGroup#os_type}. | +| pod_subnet_ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#pod_subnet_ids OceanAksNpVirtualNodeGroup#pod_subnet_ids}. | +| spot_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/ocean_aks_np_virtual_node_group#tags OceanAksNpVirtualNodeGroup#tags}. | | taints | typing.Union[cdktf.IResolvable, typing.List[OceanAksNpVirtualNodeGroupTaints]] | taints block. | | update_policy | OceanAksNpVirtualNodeGroupUpdatePolicy | update_policy block. | -| vnet_subnet_ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#vnet_subnet_ids OceanAksNpVirtualNodeGroup#vnet_subnet_ids}. | +| vnet_subnet_ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#vnet_subnet_ids OceanAksNpVirtualNodeGroup#vnet_subnet_ids}. | --- @@ -148,7 +148,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.169.1/docs/resources/ocean_aks_np_virtual_node_group#name OceanAksNpVirtualNodeGroup#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#name OceanAksNpVirtualNodeGroup#name}. --- @@ -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.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#ocean_id OceanAksNpVirtualNodeGroup#ocean_id}. --- @@ -164,7 +164,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.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#availability_zones OceanAksNpVirtualNodeGroup#availability_zones}. --- @@ -172,7 +172,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#enable_node_public_ip OceanAksNpVirtualNodeGroup#enable_node_public_ip}. --- @@ -180,7 +180,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#fallback_to_ondemand OceanAksNpVirtualNodeGroup#fallback_to_ondemand}. --- @@ -190,7 +190,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.169.1/docs/resources/ocean_aks_np_virtual_node_group#filters OceanAksNpVirtualNodeGroup#filters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#filters OceanAksNpVirtualNodeGroup#filters} --- @@ -200,7 +200,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.169.1/docs/resources/ocean_aks_np_virtual_node_group#headrooms OceanAksNpVirtualNodeGroup#headrooms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#headrooms OceanAksNpVirtualNodeGroup#headrooms} --- @@ -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.169.1/docs/resources/ocean_aks_np_virtual_node_group#id OceanAksNpVirtualNodeGroup#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. @@ -219,7 +219,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.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#kubernetes_version OceanAksNpVirtualNodeGroup#kubernetes_version}. --- @@ -227,7 +227,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.169.1/docs/resources/ocean_aks_np_virtual_node_group#labels OceanAksNpVirtualNodeGroup#labels}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#labels OceanAksNpVirtualNodeGroup#labels}. --- @@ -235,7 +235,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#max_count OceanAksNpVirtualNodeGroup#max_count}. --- @@ -243,7 +243,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#max_pods_per_node OceanAksNpVirtualNodeGroup#max_pods_per_node}. --- @@ -251,7 +251,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#min_count OceanAksNpVirtualNodeGroup#min_count}. --- @@ -259,7 +259,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#os_disk_size_gb OceanAksNpVirtualNodeGroup#os_disk_size_gb}. --- @@ -267,7 +267,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#os_disk_type OceanAksNpVirtualNodeGroup#os_disk_type}. --- @@ -275,7 +275,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#os_sku OceanAksNpVirtualNodeGroup#os_sku}. --- @@ -283,7 +283,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#os_type OceanAksNpVirtualNodeGroup#os_type}. --- @@ -291,7 +291,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#pod_subnet_ids OceanAksNpVirtualNodeGroup#pod_subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#pod_subnet_ids OceanAksNpVirtualNodeGroup#pod_subnet_ids}. --- @@ -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.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#spot_percentage OceanAksNpVirtualNodeGroup#spot_percentage}. --- @@ -307,7 +307,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.169.1/docs/resources/ocean_aks_np_virtual_node_group#tags OceanAksNpVirtualNodeGroup#tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#tags OceanAksNpVirtualNodeGroup#tags}. --- @@ -317,7 +317,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.169.1/docs/resources/ocean_aks_np_virtual_node_group#taints OceanAksNpVirtualNodeGroup#taints} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#taints OceanAksNpVirtualNodeGroup#taints} --- @@ -327,7 +327,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.169.1/docs/resources/ocean_aks_np_virtual_node_group#update_policy OceanAksNpVirtualNodeGroup#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#update_policy OceanAksNpVirtualNodeGroup#update_policy} --- @@ -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.169.1/docs/resources/ocean_aks_np_virtual_node_group#vnet_subnet_ids OceanAksNpVirtualNodeGroup#vnet_subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#vnet_subnet_ids OceanAksNpVirtualNodeGroup#vnet_subnet_ids}. --- @@ -745,7 +745,7 @@ def put_filters( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#accelerated_networking OceanAksNpVirtualNodeGroup#accelerated_networking}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#accelerated_networking OceanAksNpVirtualNodeGroup#accelerated_networking}. --- @@ -753,7 +753,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.169.1/docs/resources/ocean_aks_np_virtual_node_group#architectures OceanAksNpVirtualNodeGroup#architectures}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#architectures OceanAksNpVirtualNodeGroup#architectures}. --- @@ -761,7 +761,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#disk_performance OceanAksNpVirtualNodeGroup#disk_performance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#disk_performance OceanAksNpVirtualNodeGroup#disk_performance}. --- @@ -769,7 +769,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.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#exclude_series OceanAksNpVirtualNodeGroup#exclude_series}. --- @@ -777,7 +777,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.169.1/docs/resources/ocean_aks_np_virtual_node_group#gpu_types OceanAksNpVirtualNodeGroup#gpu_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#gpu_types OceanAksNpVirtualNodeGroup#gpu_types}. --- @@ -785,7 +785,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#max_gpu OceanAksNpVirtualNodeGroup#max_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#max_gpu OceanAksNpVirtualNodeGroup#max_gpu}. --- @@ -793,7 +793,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#max_memory_gib OceanAksNpVirtualNodeGroup#max_memory_gib}. --- @@ -801,7 +801,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#max_vcpu OceanAksNpVirtualNodeGroup#max_vcpu}. --- @@ -809,7 +809,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#min_disk OceanAksNpVirtualNodeGroup#min_disk}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#min_disk OceanAksNpVirtualNodeGroup#min_disk}. --- @@ -817,7 +817,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#min_gpu OceanAksNpVirtualNodeGroup#min_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#min_gpu OceanAksNpVirtualNodeGroup#min_gpu}. --- @@ -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.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#min_memory_gib OceanAksNpVirtualNodeGroup#min_memory_gib}. --- @@ -833,7 +833,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#min_nics OceanAksNpVirtualNodeGroup#min_nics}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#min_nics OceanAksNpVirtualNodeGroup#min_nics}. --- @@ -841,7 +841,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#min_vcpu OceanAksNpVirtualNodeGroup#min_vcpu}. --- @@ -849,7 +849,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.169.1/docs/resources/ocean_aks_np_virtual_node_group#series OceanAksNpVirtualNodeGroup#series}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#series OceanAksNpVirtualNodeGroup#series}. --- @@ -857,7 +857,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.169.1/docs/resources/ocean_aks_np_virtual_node_group#vm_types OceanAksNpVirtualNodeGroup#vm_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#vm_types OceanAksNpVirtualNodeGroup#vm_types}. --- @@ -903,7 +903,7 @@ def put_update_policy( - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#should_roll OceanAksNpVirtualNodeGroup#should_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#should_roll OceanAksNpVirtualNodeGroup#should_roll}. --- @@ -911,7 +911,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#conditioned_roll OceanAksNpVirtualNodeGroup#conditioned_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#conditioned_roll OceanAksNpVirtualNodeGroup#conditioned_roll}. --- @@ -921,7 +921,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.169.1/docs/resources/ocean_aks_np_virtual_node_group#roll_config OceanAksNpVirtualNodeGroup#roll_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#roll_config OceanAksNpVirtualNodeGroup#roll_config} --- @@ -1165,7 +1165,7 @@ The construct id used in the generated config for the OceanAksNpVirtualNodeGroup The id of the existing OceanAksNpVirtualNodeGroup that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#import import section} in the documentation of this resource for the id to use --- @@ -1918,29 +1918,29 @@ 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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/docs/resources/ocean_aks_np_virtual_node_group#os_type OceanAksNpVirtualNodeGroup#os_type}. | -| pod_subnet_ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#pod_subnet_ids OceanAksNpVirtualNodeGroup#pod_subnet_ids}. | -| spot_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.0/docs/resources/ocean_aks_np_virtual_node_group#os_type OceanAksNpVirtualNodeGroup#os_type}. | +| pod_subnet_ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#pod_subnet_ids OceanAksNpVirtualNodeGroup#pod_subnet_ids}. | +| spot_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/ocean_aks_np_virtual_node_group#tags OceanAksNpVirtualNodeGroup#tags}. | | taints | typing.Union[cdktf.IResolvable, typing.List[OceanAksNpVirtualNodeGroupTaints]] | taints block. | | update_policy | OceanAksNpVirtualNodeGroupUpdatePolicy | update_policy block. | -| vnet_subnet_ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#vnet_subnet_ids OceanAksNpVirtualNodeGroup#vnet_subnet_ids}. | +| vnet_subnet_ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#vnet_subnet_ids OceanAksNpVirtualNodeGroup#vnet_subnet_ids}. | --- @@ -2022,7 +2022,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#name OceanAksNpVirtualNodeGroup#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#name OceanAksNpVirtualNodeGroup#name}. --- @@ -2034,7 +2034,7 @@ ocean_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#ocean_id OceanAksNpVirtualNodeGroup#ocean_id}. --- @@ -2046,7 +2046,7 @@ availability_zones: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#availability_zones OceanAksNpVirtualNodeGroup#availability_zones}. --- @@ -2058,7 +2058,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.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#enable_node_public_ip OceanAksNpVirtualNodeGroup#enable_node_public_ip}. --- @@ -2070,7 +2070,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.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#fallback_to_ondemand OceanAksNpVirtualNodeGroup#fallback_to_ondemand}. --- @@ -2084,7 +2084,7 @@ filters: OceanAksNpVirtualNodeGroupFilters filters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#filters OceanAksNpVirtualNodeGroup#filters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#filters OceanAksNpVirtualNodeGroup#filters} --- @@ -2098,7 +2098,7 @@ headrooms: typing.Union[IResolvable, typing.List[OceanAksNpVirtualNodeGroupHeadr headrooms block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#headrooms OceanAksNpVirtualNodeGroup#headrooms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#headrooms OceanAksNpVirtualNodeGroup#headrooms} --- @@ -2110,7 +2110,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#id OceanAksNpVirtualNodeGroup#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. @@ -2125,7 +2125,7 @@ kubernetes_version: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#kubernetes_version OceanAksNpVirtualNodeGroup#kubernetes_version}. --- @@ -2137,7 +2137,7 @@ labels: typing.Mapping[str] - *Type:* typing.Mapping[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#labels OceanAksNpVirtualNodeGroup#labels}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#labels OceanAksNpVirtualNodeGroup#labels}. --- @@ -2149,7 +2149,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.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#max_count OceanAksNpVirtualNodeGroup#max_count}. --- @@ -2161,7 +2161,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.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#max_pods_per_node OceanAksNpVirtualNodeGroup#max_pods_per_node}. --- @@ -2173,7 +2173,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.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#min_count OceanAksNpVirtualNodeGroup#min_count}. --- @@ -2185,7 +2185,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.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#os_disk_size_gb OceanAksNpVirtualNodeGroup#os_disk_size_gb}. --- @@ -2197,7 +2197,7 @@ os_disk_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#os_disk_type OceanAksNpVirtualNodeGroup#os_disk_type}. --- @@ -2209,7 +2209,7 @@ os_sku: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#os_sku OceanAksNpVirtualNodeGroup#os_sku}. --- @@ -2221,7 +2221,7 @@ os_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#os_type OceanAksNpVirtualNodeGroup#os_type}. --- @@ -2233,7 +2233,7 @@ pod_subnet_ids: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#pod_subnet_ids OceanAksNpVirtualNodeGroup#pod_subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#pod_subnet_ids OceanAksNpVirtualNodeGroup#pod_subnet_ids}. --- @@ -2245,7 +2245,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.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#spot_percentage OceanAksNpVirtualNodeGroup#spot_percentage}. --- @@ -2257,7 +2257,7 @@ tags: typing.Mapping[str] - *Type:* typing.Mapping[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#tags OceanAksNpVirtualNodeGroup#tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#tags OceanAksNpVirtualNodeGroup#tags}. --- @@ -2271,7 +2271,7 @@ taints: typing.Union[IResolvable, typing.List[OceanAksNpVirtualNodeGroupTaints]] taints block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#taints OceanAksNpVirtualNodeGroup#taints} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#taints OceanAksNpVirtualNodeGroup#taints} --- @@ -2285,7 +2285,7 @@ update_policy: OceanAksNpVirtualNodeGroupUpdatePolicy update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#update_policy OceanAksNpVirtualNodeGroup#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#update_policy OceanAksNpVirtualNodeGroup#update_policy} --- @@ -2297,7 +2297,7 @@ vnet_subnet_ids: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#vnet_subnet_ids OceanAksNpVirtualNodeGroup#vnet_subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#vnet_subnet_ids OceanAksNpVirtualNodeGroup#vnet_subnet_ids}. --- @@ -2331,21 +2331,21 @@ oceanAksNpVirtualNodeGroup.OceanAksNpVirtualNodeGroupFilters( | **Name** | **Type** | **Description** | | --- | --- | --- | -| accelerated_networking | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#accelerated_networking OceanAksNpVirtualNodeGroup#accelerated_networking}. | -| architectures | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#architectures OceanAksNpVirtualNodeGroup#architectures}. | -| disk_performance | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#disk_performance OceanAksNpVirtualNodeGroup#disk_performance}. | -| exclude_series | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#exclude_series OceanAksNpVirtualNodeGroup#exclude_series}. | -| gpu_types | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#gpu_types OceanAksNpVirtualNodeGroup#gpu_types}. | -| max_gpu | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#max_gpu OceanAksNpVirtualNodeGroup#max_gpu}. | -| max_memory_gib | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/ocean_aks_np_virtual_node_group#max_vcpu OceanAksNpVirtualNodeGroup#max_vcpu}. | -| min_disk | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#min_disk OceanAksNpVirtualNodeGroup#min_disk}. | -| min_gpu | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#min_gpu OceanAksNpVirtualNodeGroup#min_gpu}. | -| min_memory_gib | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#min_memory_gib OceanAksNpVirtualNodeGroup#min_memory_gib}. | -| min_nics | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#min_nics OceanAksNpVirtualNodeGroup#min_nics}. | -| min_vcpu | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/ocean_aks_np_virtual_node_group#series OceanAksNpVirtualNodeGroup#series}. | -| vm_types | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#vm_types OceanAksNpVirtualNodeGroup#vm_types}. | +| accelerated_networking | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#accelerated_networking OceanAksNpVirtualNodeGroup#accelerated_networking}. | +| architectures | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#architectures OceanAksNpVirtualNodeGroup#architectures}. | +| disk_performance | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#disk_performance OceanAksNpVirtualNodeGroup#disk_performance}. | +| exclude_series | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#exclude_series OceanAksNpVirtualNodeGroup#exclude_series}. | +| gpu_types | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#gpu_types OceanAksNpVirtualNodeGroup#gpu_types}. | +| max_gpu | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#max_gpu OceanAksNpVirtualNodeGroup#max_gpu}. | +| max_memory_gib | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/ocean_aks_np_virtual_node_group#max_vcpu OceanAksNpVirtualNodeGroup#max_vcpu}. | +| min_disk | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#min_disk OceanAksNpVirtualNodeGroup#min_disk}. | +| min_gpu | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#min_gpu OceanAksNpVirtualNodeGroup#min_gpu}. | +| min_memory_gib | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#min_memory_gib OceanAksNpVirtualNodeGroup#min_memory_gib}. | +| min_nics | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#min_nics OceanAksNpVirtualNodeGroup#min_nics}. | +| min_vcpu | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/ocean_aks_np_virtual_node_group#series OceanAksNpVirtualNodeGroup#series}. | +| vm_types | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#vm_types OceanAksNpVirtualNodeGroup#vm_types}. | --- @@ -2357,7 +2357,7 @@ accelerated_networking: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#accelerated_networking OceanAksNpVirtualNodeGroup#accelerated_networking}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#accelerated_networking OceanAksNpVirtualNodeGroup#accelerated_networking}. --- @@ -2369,7 +2369,7 @@ architectures: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#architectures OceanAksNpVirtualNodeGroup#architectures}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#architectures OceanAksNpVirtualNodeGroup#architectures}. --- @@ -2381,7 +2381,7 @@ disk_performance: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#disk_performance OceanAksNpVirtualNodeGroup#disk_performance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#disk_performance OceanAksNpVirtualNodeGroup#disk_performance}. --- @@ -2393,7 +2393,7 @@ exclude_series: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#exclude_series OceanAksNpVirtualNodeGroup#exclude_series}. --- @@ -2405,7 +2405,7 @@ gpu_types: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#gpu_types OceanAksNpVirtualNodeGroup#gpu_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#gpu_types OceanAksNpVirtualNodeGroup#gpu_types}. --- @@ -2417,7 +2417,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.169.1/docs/resources/ocean_aks_np_virtual_node_group#max_gpu OceanAksNpVirtualNodeGroup#max_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#max_gpu OceanAksNpVirtualNodeGroup#max_gpu}. --- @@ -2429,7 +2429,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.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#max_memory_gib OceanAksNpVirtualNodeGroup#max_memory_gib}. --- @@ -2441,7 +2441,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.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#max_vcpu OceanAksNpVirtualNodeGroup#max_vcpu}. --- @@ -2453,7 +2453,7 @@ min_disk: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#min_disk OceanAksNpVirtualNodeGroup#min_disk}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#min_disk OceanAksNpVirtualNodeGroup#min_disk}. --- @@ -2465,7 +2465,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.169.1/docs/resources/ocean_aks_np_virtual_node_group#min_gpu OceanAksNpVirtualNodeGroup#min_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#min_gpu OceanAksNpVirtualNodeGroup#min_gpu}. --- @@ -2477,7 +2477,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.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#min_memory_gib OceanAksNpVirtualNodeGroup#min_memory_gib}. --- @@ -2489,7 +2489,7 @@ min_nics: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#min_nics OceanAksNpVirtualNodeGroup#min_nics}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#min_nics OceanAksNpVirtualNodeGroup#min_nics}. --- @@ -2501,7 +2501,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.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#min_vcpu OceanAksNpVirtualNodeGroup#min_vcpu}. --- @@ -2513,7 +2513,7 @@ series: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#series OceanAksNpVirtualNodeGroup#series}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#series OceanAksNpVirtualNodeGroup#series}. --- @@ -2525,7 +2525,7 @@ vm_types: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#vm_types OceanAksNpVirtualNodeGroup#vm_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#vm_types OceanAksNpVirtualNodeGroup#vm_types}. --- @@ -2548,10 +2548,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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.0/docs/resources/ocean_aks_np_virtual_node_group#num_of_units OceanAksNpVirtualNodeGroup#num_of_units}. | --- @@ -2563,7 +2563,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.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#cpu_per_unit OceanAksNpVirtualNodeGroup#cpu_per_unit}. --- @@ -2575,7 +2575,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.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#gpu_per_unit OceanAksNpVirtualNodeGroup#gpu_per_unit}. --- @@ -2587,7 +2587,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.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#memory_per_unit OceanAksNpVirtualNodeGroup#memory_per_unit}. --- @@ -2599,7 +2599,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.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#num_of_units OceanAksNpVirtualNodeGroup#num_of_units}. --- @@ -2621,9 +2621,9 @@ oceanAksNpVirtualNodeGroup.OceanAksNpVirtualNodeGroupTaints( | **Name** | **Type** | **Description** | | --- | --- | --- | -| effect | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/ocean_aks_np_virtual_node_group#value OceanAksNpVirtualNodeGroup#value}. | --- @@ -2635,7 +2635,7 @@ effect: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#effect OceanAksNpVirtualNodeGroup#effect}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#effect OceanAksNpVirtualNodeGroup#effect}. --- @@ -2647,7 +2647,7 @@ key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#key OceanAksNpVirtualNodeGroup#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#key OceanAksNpVirtualNodeGroup#key}. --- @@ -2659,7 +2659,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#value OceanAksNpVirtualNodeGroup#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#value OceanAksNpVirtualNodeGroup#value}. --- @@ -2681,8 +2681,8 @@ oceanAksNpVirtualNodeGroup.OceanAksNpVirtualNodeGroupUpdatePolicy( | **Name** | **Type** | **Description** | | --- | --- | --- | -| should_roll | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#should_roll OceanAksNpVirtualNodeGroup#should_roll}. | -| conditioned_roll | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#conditioned_roll OceanAksNpVirtualNodeGroup#conditioned_roll}. | +| should_roll | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#should_roll OceanAksNpVirtualNodeGroup#should_roll}. | +| conditioned_roll | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#conditioned_roll OceanAksNpVirtualNodeGroup#conditioned_roll}. | | roll_config | OceanAksNpVirtualNodeGroupUpdatePolicyRollConfig | roll_config block. | --- @@ -2695,7 +2695,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.169.1/docs/resources/ocean_aks_np_virtual_node_group#should_roll OceanAksNpVirtualNodeGroup#should_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#should_roll OceanAksNpVirtualNodeGroup#should_roll}. --- @@ -2707,7 +2707,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.169.1/docs/resources/ocean_aks_np_virtual_node_group#conditioned_roll OceanAksNpVirtualNodeGroup#conditioned_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#conditioned_roll OceanAksNpVirtualNodeGroup#conditioned_roll}. --- @@ -2721,7 +2721,7 @@ roll_config: OceanAksNpVirtualNodeGroupUpdatePolicyRollConfig roll_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#roll_config OceanAksNpVirtualNodeGroup#roll_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#roll_config OceanAksNpVirtualNodeGroup#roll_config} --- @@ -2748,14 +2748,14 @@ oceanAksNpVirtualNodeGroup.OceanAksNpVirtualNodeGroupUpdatePolicyRollConfig( | **Name** | **Type** | **Description** | | --- | --- | --- | -| batch_min_healthy_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#batch_min_healthy_percentage OceanAksNpVirtualNodeGroup#batch_min_healthy_percentage}. | -| batch_size_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#batch_size_percentage OceanAksNpVirtualNodeGroup#batch_size_percentage}. | -| comment | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#comment OceanAksNpVirtualNodeGroup#comment}. | -| node_names | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#node_names OceanAksNpVirtualNodeGroup#node_names}. | -| node_pool_names | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#node_pool_names OceanAksNpVirtualNodeGroup#node_pool_names}. | -| respect_pdb | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#respect_pdb OceanAksNpVirtualNodeGroup#respect_pdb}. | -| respect_restrict_scale_down | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#respect_restrict_scale_down OceanAksNpVirtualNodeGroup#respect_restrict_scale_down}. | -| vng_ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#vng_ids OceanAksNpVirtualNodeGroup#vng_ids}. | +| batch_min_healthy_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#batch_min_healthy_percentage OceanAksNpVirtualNodeGroup#batch_min_healthy_percentage}. | +| batch_size_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#batch_size_percentage OceanAksNpVirtualNodeGroup#batch_size_percentage}. | +| comment | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#comment OceanAksNpVirtualNodeGroup#comment}. | +| node_names | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#node_names OceanAksNpVirtualNodeGroup#node_names}. | +| node_pool_names | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#node_pool_names OceanAksNpVirtualNodeGroup#node_pool_names}. | +| respect_pdb | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#respect_pdb OceanAksNpVirtualNodeGroup#respect_pdb}. | +| respect_restrict_scale_down | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#respect_restrict_scale_down OceanAksNpVirtualNodeGroup#respect_restrict_scale_down}. | +| vng_ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#vng_ids OceanAksNpVirtualNodeGroup#vng_ids}. | --- @@ -2767,7 +2767,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.169.1/docs/resources/ocean_aks_np_virtual_node_group#batch_min_healthy_percentage OceanAksNpVirtualNodeGroup#batch_min_healthy_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#batch_min_healthy_percentage OceanAksNpVirtualNodeGroup#batch_min_healthy_percentage}. --- @@ -2779,7 +2779,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.169.1/docs/resources/ocean_aks_np_virtual_node_group#batch_size_percentage OceanAksNpVirtualNodeGroup#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#batch_size_percentage OceanAksNpVirtualNodeGroup#batch_size_percentage}. --- @@ -2791,7 +2791,7 @@ comment: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#comment OceanAksNpVirtualNodeGroup#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#comment OceanAksNpVirtualNodeGroup#comment}. --- @@ -2803,7 +2803,7 @@ node_names: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#node_names OceanAksNpVirtualNodeGroup#node_names}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#node_names OceanAksNpVirtualNodeGroup#node_names}. --- @@ -2815,7 +2815,7 @@ node_pool_names: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#node_pool_names OceanAksNpVirtualNodeGroup#node_pool_names}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#node_pool_names OceanAksNpVirtualNodeGroup#node_pool_names}. --- @@ -2827,7 +2827,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.169.1/docs/resources/ocean_aks_np_virtual_node_group#respect_pdb OceanAksNpVirtualNodeGroup#respect_pdb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#respect_pdb OceanAksNpVirtualNodeGroup#respect_pdb}. --- @@ -2839,7 +2839,7 @@ respect_restrict_scale_down: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#respect_restrict_scale_down OceanAksNpVirtualNodeGroup#respect_restrict_scale_down}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#respect_restrict_scale_down OceanAksNpVirtualNodeGroup#respect_restrict_scale_down}. --- @@ -2851,7 +2851,7 @@ vng_ids: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#vng_ids OceanAksNpVirtualNodeGroup#vng_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#vng_ids OceanAksNpVirtualNodeGroup#vng_ids}. --- @@ -4926,7 +4926,7 @@ def put_roll_config( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#batch_min_healthy_percentage OceanAksNpVirtualNodeGroup#batch_min_healthy_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#batch_min_healthy_percentage OceanAksNpVirtualNodeGroup#batch_min_healthy_percentage}. --- @@ -4934,7 +4934,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#batch_size_percentage OceanAksNpVirtualNodeGroup#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#batch_size_percentage OceanAksNpVirtualNodeGroup#batch_size_percentage}. --- @@ -4942,7 +4942,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#comment OceanAksNpVirtualNodeGroup#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#comment OceanAksNpVirtualNodeGroup#comment}. --- @@ -4950,7 +4950,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.169.1/docs/resources/ocean_aks_np_virtual_node_group#node_names OceanAksNpVirtualNodeGroup#node_names}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#node_names OceanAksNpVirtualNodeGroup#node_names}. --- @@ -4958,7 +4958,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.169.1/docs/resources/ocean_aks_np_virtual_node_group#node_pool_names OceanAksNpVirtualNodeGroup#node_pool_names}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#node_pool_names OceanAksNpVirtualNodeGroup#node_pool_names}. --- @@ -4966,7 +4966,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#respect_pdb OceanAksNpVirtualNodeGroup#respect_pdb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#respect_pdb OceanAksNpVirtualNodeGroup#respect_pdb}. --- @@ -4974,7 +4974,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#respect_restrict_scale_down OceanAksNpVirtualNodeGroup#respect_restrict_scale_down}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#respect_restrict_scale_down OceanAksNpVirtualNodeGroup#respect_restrict_scale_down}. --- @@ -4982,7 +4982,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.169.1/docs/resources/ocean_aks_np_virtual_node_group#vng_ids OceanAksNpVirtualNodeGroup#vng_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#vng_ids OceanAksNpVirtualNodeGroup#vng_ids}. --- diff --git a/docs/oceanAksNpVirtualNodeGroup.typescript.md b/docs/oceanAksNpVirtualNodeGroup.typescript.md index 998c96455..7e440b4ea 100644 --- a/docs/oceanAksNpVirtualNodeGroup.typescript.md +++ b/docs/oceanAksNpVirtualNodeGroup.typescript.md @@ -4,7 +4,7 @@ ### OceanAksNpVirtualNodeGroup -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group spotinst_ocean_aks_np_virtual_node_group}. #### Initializers @@ -666,7 +666,7 @@ The construct id used in the generated config for the OceanAksNpVirtualNodeGroup The id of the existing OceanAksNpVirtualNodeGroup that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#import import section} in the documentation of this resource for the id to use --- @@ -1388,29 +1388,29 @@ 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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/docs/resources/ocean_aks_np_virtual_node_group#os_type OceanAksNpVirtualNodeGroup#os_type}. | -| podSubnetIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#pod_subnet_ids OceanAksNpVirtualNodeGroup#pod_subnet_ids}. | -| spotPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.0/docs/resources/ocean_aks_np_virtual_node_group#os_type OceanAksNpVirtualNodeGroup#os_type}. | +| podSubnetIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#pod_subnet_ids OceanAksNpVirtualNodeGroup#pod_subnet_ids}. | +| spotPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/ocean_aks_np_virtual_node_group#tags OceanAksNpVirtualNodeGroup#tags}. | | taints | cdktf.IResolvable \| OceanAksNpVirtualNodeGroupTaints[] | taints block. | | updatePolicy | OceanAksNpVirtualNodeGroupUpdatePolicy | update_policy block. | -| vnetSubnetIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#vnet_subnet_ids OceanAksNpVirtualNodeGroup#vnet_subnet_ids}. | +| vnetSubnetIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#vnet_subnet_ids OceanAksNpVirtualNodeGroup#vnet_subnet_ids}. | --- @@ -1492,7 +1492,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#name OceanAksNpVirtualNodeGroup#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#name OceanAksNpVirtualNodeGroup#name}. --- @@ -1504,7 +1504,7 @@ public readonly oceanId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#ocean_id OceanAksNpVirtualNodeGroup#ocean_id}. --- @@ -1516,7 +1516,7 @@ public readonly availabilityZones: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#availability_zones OceanAksNpVirtualNodeGroup#availability_zones}. --- @@ -1528,7 +1528,7 @@ public readonly enableNodePublicIp: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#enable_node_public_ip OceanAksNpVirtualNodeGroup#enable_node_public_ip}. --- @@ -1540,7 +1540,7 @@ public readonly fallbackToOndemand: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#fallback_to_ondemand OceanAksNpVirtualNodeGroup#fallback_to_ondemand}. --- @@ -1554,7 +1554,7 @@ public readonly filters: OceanAksNpVirtualNodeGroupFilters; filters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#filters OceanAksNpVirtualNodeGroup#filters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#filters OceanAksNpVirtualNodeGroup#filters} --- @@ -1568,7 +1568,7 @@ public readonly headrooms: IResolvable | OceanAksNpVirtualNodeGroupHeadrooms[]; headrooms block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#headrooms OceanAksNpVirtualNodeGroup#headrooms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#headrooms OceanAksNpVirtualNodeGroup#headrooms} --- @@ -1580,7 +1580,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#id OceanAksNpVirtualNodeGroup#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. @@ -1595,7 +1595,7 @@ public readonly kubernetesVersion: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#kubernetes_version OceanAksNpVirtualNodeGroup#kubernetes_version}. --- @@ -1607,7 +1607,7 @@ public readonly labels: {[ key: string ]: string}; - *Type:* {[ key: string ]: string} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#labels OceanAksNpVirtualNodeGroup#labels}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#labels OceanAksNpVirtualNodeGroup#labels}. --- @@ -1619,7 +1619,7 @@ public readonly maxCount: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#max_count OceanAksNpVirtualNodeGroup#max_count}. --- @@ -1631,7 +1631,7 @@ public readonly maxPodsPerNode: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#max_pods_per_node OceanAksNpVirtualNodeGroup#max_pods_per_node}. --- @@ -1643,7 +1643,7 @@ public readonly minCount: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#min_count OceanAksNpVirtualNodeGroup#min_count}. --- @@ -1655,7 +1655,7 @@ public readonly osDiskSizeGb: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#os_disk_size_gb OceanAksNpVirtualNodeGroup#os_disk_size_gb}. --- @@ -1667,7 +1667,7 @@ public readonly osDiskType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#os_disk_type OceanAksNpVirtualNodeGroup#os_disk_type}. --- @@ -1679,7 +1679,7 @@ public readonly osSku: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#os_sku OceanAksNpVirtualNodeGroup#os_sku}. --- @@ -1691,7 +1691,7 @@ public readonly osType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#os_type OceanAksNpVirtualNodeGroup#os_type}. --- @@ -1703,7 +1703,7 @@ public readonly podSubnetIds: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#pod_subnet_ids OceanAksNpVirtualNodeGroup#pod_subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#pod_subnet_ids OceanAksNpVirtualNodeGroup#pod_subnet_ids}. --- @@ -1715,7 +1715,7 @@ public readonly spotPercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#spot_percentage OceanAksNpVirtualNodeGroup#spot_percentage}. --- @@ -1727,7 +1727,7 @@ public readonly tags: {[ key: string ]: string}; - *Type:* {[ key: string ]: string} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#tags OceanAksNpVirtualNodeGroup#tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#tags OceanAksNpVirtualNodeGroup#tags}. --- @@ -1741,7 +1741,7 @@ public readonly taints: IResolvable | OceanAksNpVirtualNodeGroupTaints[]; taints block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#taints OceanAksNpVirtualNodeGroup#taints} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#taints OceanAksNpVirtualNodeGroup#taints} --- @@ -1755,7 +1755,7 @@ public readonly updatePolicy: OceanAksNpVirtualNodeGroupUpdatePolicy; update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#update_policy OceanAksNpVirtualNodeGroup#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#update_policy OceanAksNpVirtualNodeGroup#update_policy} --- @@ -1767,7 +1767,7 @@ public readonly vnetSubnetIds: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#vnet_subnet_ids OceanAksNpVirtualNodeGroup#vnet_subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#vnet_subnet_ids OceanAksNpVirtualNodeGroup#vnet_subnet_ids}. --- @@ -1785,21 +1785,21 @@ const oceanAksNpVirtualNodeGroupFilters: oceanAksNpVirtualNodeGroup.OceanAksNpVi | **Name** | **Type** | **Description** | | --- | --- | --- | -| acceleratedNetworking | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#accelerated_networking OceanAksNpVirtualNodeGroup#accelerated_networking}. | -| architectures | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#architectures OceanAksNpVirtualNodeGroup#architectures}. | -| diskPerformance | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#disk_performance OceanAksNpVirtualNodeGroup#disk_performance}. | -| excludeSeries | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#exclude_series OceanAksNpVirtualNodeGroup#exclude_series}. | -| gpuTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#gpu_types OceanAksNpVirtualNodeGroup#gpu_types}. | -| maxGpu | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#max_gpu OceanAksNpVirtualNodeGroup#max_gpu}. | -| maxMemoryGib | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/ocean_aks_np_virtual_node_group#max_vcpu OceanAksNpVirtualNodeGroup#max_vcpu}. | -| minDisk | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#min_disk OceanAksNpVirtualNodeGroup#min_disk}. | -| minGpu | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#min_gpu OceanAksNpVirtualNodeGroup#min_gpu}. | -| minMemoryGib | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#min_memory_gib OceanAksNpVirtualNodeGroup#min_memory_gib}. | -| minNics | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#min_nics OceanAksNpVirtualNodeGroup#min_nics}. | -| minVcpu | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/ocean_aks_np_virtual_node_group#series OceanAksNpVirtualNodeGroup#series}. | -| vmTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#vm_types OceanAksNpVirtualNodeGroup#vm_types}. | +| acceleratedNetworking | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#accelerated_networking OceanAksNpVirtualNodeGroup#accelerated_networking}. | +| architectures | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#architectures OceanAksNpVirtualNodeGroup#architectures}. | +| diskPerformance | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#disk_performance OceanAksNpVirtualNodeGroup#disk_performance}. | +| excludeSeries | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#exclude_series OceanAksNpVirtualNodeGroup#exclude_series}. | +| gpuTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#gpu_types OceanAksNpVirtualNodeGroup#gpu_types}. | +| maxGpu | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#max_gpu OceanAksNpVirtualNodeGroup#max_gpu}. | +| maxMemoryGib | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/ocean_aks_np_virtual_node_group#max_vcpu OceanAksNpVirtualNodeGroup#max_vcpu}. | +| minDisk | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#min_disk OceanAksNpVirtualNodeGroup#min_disk}. | +| minGpu | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#min_gpu OceanAksNpVirtualNodeGroup#min_gpu}. | +| minMemoryGib | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#min_memory_gib OceanAksNpVirtualNodeGroup#min_memory_gib}. | +| minNics | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#min_nics OceanAksNpVirtualNodeGroup#min_nics}. | +| minVcpu | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/ocean_aks_np_virtual_node_group#series OceanAksNpVirtualNodeGroup#series}. | +| vmTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#vm_types OceanAksNpVirtualNodeGroup#vm_types}. | --- @@ -1811,7 +1811,7 @@ public readonly acceleratedNetworking: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#accelerated_networking OceanAksNpVirtualNodeGroup#accelerated_networking}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#accelerated_networking OceanAksNpVirtualNodeGroup#accelerated_networking}. --- @@ -1823,7 +1823,7 @@ public readonly architectures: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#architectures OceanAksNpVirtualNodeGroup#architectures}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#architectures OceanAksNpVirtualNodeGroup#architectures}. --- @@ -1835,7 +1835,7 @@ public readonly diskPerformance: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#disk_performance OceanAksNpVirtualNodeGroup#disk_performance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#disk_performance OceanAksNpVirtualNodeGroup#disk_performance}. --- @@ -1847,7 +1847,7 @@ public readonly excludeSeries: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#exclude_series OceanAksNpVirtualNodeGroup#exclude_series}. --- @@ -1859,7 +1859,7 @@ public readonly gpuTypes: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#gpu_types OceanAksNpVirtualNodeGroup#gpu_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#gpu_types OceanAksNpVirtualNodeGroup#gpu_types}. --- @@ -1871,7 +1871,7 @@ public readonly maxGpu: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#max_gpu OceanAksNpVirtualNodeGroup#max_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#max_gpu OceanAksNpVirtualNodeGroup#max_gpu}. --- @@ -1883,7 +1883,7 @@ public readonly maxMemoryGib: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#max_memory_gib OceanAksNpVirtualNodeGroup#max_memory_gib}. --- @@ -1895,7 +1895,7 @@ public readonly maxVcpu: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#max_vcpu OceanAksNpVirtualNodeGroup#max_vcpu}. --- @@ -1907,7 +1907,7 @@ public readonly minDisk: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#min_disk OceanAksNpVirtualNodeGroup#min_disk}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#min_disk OceanAksNpVirtualNodeGroup#min_disk}. --- @@ -1919,7 +1919,7 @@ public readonly minGpu: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#min_gpu OceanAksNpVirtualNodeGroup#min_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#min_gpu OceanAksNpVirtualNodeGroup#min_gpu}. --- @@ -1931,7 +1931,7 @@ public readonly minMemoryGib: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#min_memory_gib OceanAksNpVirtualNodeGroup#min_memory_gib}. --- @@ -1943,7 +1943,7 @@ public readonly minNics: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#min_nics OceanAksNpVirtualNodeGroup#min_nics}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#min_nics OceanAksNpVirtualNodeGroup#min_nics}. --- @@ -1955,7 +1955,7 @@ public readonly minVcpu: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#min_vcpu OceanAksNpVirtualNodeGroup#min_vcpu}. --- @@ -1967,7 +1967,7 @@ public readonly series: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#series OceanAksNpVirtualNodeGroup#series}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#series OceanAksNpVirtualNodeGroup#series}. --- @@ -1979,7 +1979,7 @@ public readonly vmTypes: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#vm_types OceanAksNpVirtualNodeGroup#vm_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#vm_types OceanAksNpVirtualNodeGroup#vm_types}. --- @@ -1997,10 +1997,10 @@ const oceanAksNpVirtualNodeGroupHeadrooms: oceanAksNpVirtualNodeGroup.OceanAksNp | **Name** | **Type** | **Description** | | --- | --- | --- | -| cpuPerUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.0/docs/resources/ocean_aks_np_virtual_node_group#num_of_units OceanAksNpVirtualNodeGroup#num_of_units}. | --- @@ -2012,7 +2012,7 @@ public readonly cpuPerUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#cpu_per_unit OceanAksNpVirtualNodeGroup#cpu_per_unit}. --- @@ -2024,7 +2024,7 @@ public readonly gpuPerUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#gpu_per_unit OceanAksNpVirtualNodeGroup#gpu_per_unit}. --- @@ -2036,7 +2036,7 @@ public readonly memoryPerUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#memory_per_unit OceanAksNpVirtualNodeGroup#memory_per_unit}. --- @@ -2048,7 +2048,7 @@ public readonly numOfUnits: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#num_of_units OceanAksNpVirtualNodeGroup#num_of_units}. --- @@ -2066,9 +2066,9 @@ const oceanAksNpVirtualNodeGroupTaints: oceanAksNpVirtualNodeGroup.OceanAksNpVir | **Name** | **Type** | **Description** | | --- | --- | --- | -| effect | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/ocean_aks_np_virtual_node_group#value OceanAksNpVirtualNodeGroup#value}. | --- @@ -2080,7 +2080,7 @@ public readonly effect: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#effect OceanAksNpVirtualNodeGroup#effect}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#effect OceanAksNpVirtualNodeGroup#effect}. --- @@ -2092,7 +2092,7 @@ public readonly key: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#key OceanAksNpVirtualNodeGroup#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#key OceanAksNpVirtualNodeGroup#key}. --- @@ -2104,7 +2104,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#value OceanAksNpVirtualNodeGroup#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#value OceanAksNpVirtualNodeGroup#value}. --- @@ -2122,8 +2122,8 @@ const oceanAksNpVirtualNodeGroupUpdatePolicy: oceanAksNpVirtualNodeGroup.OceanAk | **Name** | **Type** | **Description** | | --- | --- | --- | -| shouldRoll | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#should_roll OceanAksNpVirtualNodeGroup#should_roll}. | -| conditionedRoll | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#conditioned_roll OceanAksNpVirtualNodeGroup#conditioned_roll}. | +| shouldRoll | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#should_roll OceanAksNpVirtualNodeGroup#should_roll}. | +| conditionedRoll | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#conditioned_roll OceanAksNpVirtualNodeGroup#conditioned_roll}. | | rollConfig | OceanAksNpVirtualNodeGroupUpdatePolicyRollConfig | roll_config block. | --- @@ -2136,7 +2136,7 @@ public readonly shouldRoll: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#should_roll OceanAksNpVirtualNodeGroup#should_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#should_roll OceanAksNpVirtualNodeGroup#should_roll}. --- @@ -2148,7 +2148,7 @@ public readonly conditionedRoll: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#conditioned_roll OceanAksNpVirtualNodeGroup#conditioned_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#conditioned_roll OceanAksNpVirtualNodeGroup#conditioned_roll}. --- @@ -2162,7 +2162,7 @@ public readonly rollConfig: OceanAksNpVirtualNodeGroupUpdatePolicyRollConfig; roll_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#roll_config OceanAksNpVirtualNodeGroup#roll_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#roll_config OceanAksNpVirtualNodeGroup#roll_config} --- @@ -2180,14 +2180,14 @@ const oceanAksNpVirtualNodeGroupUpdatePolicyRollConfig: oceanAksNpVirtualNodeGro | **Name** | **Type** | **Description** | | --- | --- | --- | -| batchMinHealthyPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#batch_min_healthy_percentage OceanAksNpVirtualNodeGroup#batch_min_healthy_percentage}. | -| batchSizePercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#batch_size_percentage OceanAksNpVirtualNodeGroup#batch_size_percentage}. | -| comment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#comment OceanAksNpVirtualNodeGroup#comment}. | -| nodeNames | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#node_names OceanAksNpVirtualNodeGroup#node_names}. | -| nodePoolNames | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#node_pool_names OceanAksNpVirtualNodeGroup#node_pool_names}. | -| respectPdb | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#respect_pdb OceanAksNpVirtualNodeGroup#respect_pdb}. | -| respectRestrictScaleDown | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#respect_restrict_scale_down OceanAksNpVirtualNodeGroup#respect_restrict_scale_down}. | -| vngIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#vng_ids OceanAksNpVirtualNodeGroup#vng_ids}. | +| batchMinHealthyPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#batch_min_healthy_percentage OceanAksNpVirtualNodeGroup#batch_min_healthy_percentage}. | +| batchSizePercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#batch_size_percentage OceanAksNpVirtualNodeGroup#batch_size_percentage}. | +| comment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#comment OceanAksNpVirtualNodeGroup#comment}. | +| nodeNames | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#node_names OceanAksNpVirtualNodeGroup#node_names}. | +| nodePoolNames | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#node_pool_names OceanAksNpVirtualNodeGroup#node_pool_names}. | +| respectPdb | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#respect_pdb OceanAksNpVirtualNodeGroup#respect_pdb}. | +| respectRestrictScaleDown | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#respect_restrict_scale_down OceanAksNpVirtualNodeGroup#respect_restrict_scale_down}. | +| vngIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#vng_ids OceanAksNpVirtualNodeGroup#vng_ids}. | --- @@ -2199,7 +2199,7 @@ public readonly batchMinHealthyPercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#batch_min_healthy_percentage OceanAksNpVirtualNodeGroup#batch_min_healthy_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#batch_min_healthy_percentage OceanAksNpVirtualNodeGroup#batch_min_healthy_percentage}. --- @@ -2211,7 +2211,7 @@ public readonly batchSizePercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#batch_size_percentage OceanAksNpVirtualNodeGroup#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#batch_size_percentage OceanAksNpVirtualNodeGroup#batch_size_percentage}. --- @@ -2223,7 +2223,7 @@ public readonly comment: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#comment OceanAksNpVirtualNodeGroup#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#comment OceanAksNpVirtualNodeGroup#comment}. --- @@ -2235,7 +2235,7 @@ public readonly nodeNames: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#node_names OceanAksNpVirtualNodeGroup#node_names}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#node_names OceanAksNpVirtualNodeGroup#node_names}. --- @@ -2247,7 +2247,7 @@ public readonly nodePoolNames: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#node_pool_names OceanAksNpVirtualNodeGroup#node_pool_names}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#node_pool_names OceanAksNpVirtualNodeGroup#node_pool_names}. --- @@ -2259,7 +2259,7 @@ public readonly respectPdb: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#respect_pdb OceanAksNpVirtualNodeGroup#respect_pdb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#respect_pdb OceanAksNpVirtualNodeGroup#respect_pdb}. --- @@ -2271,7 +2271,7 @@ public readonly respectRestrictScaleDown: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#respect_restrict_scale_down OceanAksNpVirtualNodeGroup#respect_restrict_scale_down}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#respect_restrict_scale_down OceanAksNpVirtualNodeGroup#respect_restrict_scale_down}. --- @@ -2283,7 +2283,7 @@ public readonly vngIds: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#vng_ids OceanAksNpVirtualNodeGroup#vng_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#vng_ids OceanAksNpVirtualNodeGroup#vng_ids}. --- diff --git a/docs/oceanAksVirtualNodeGroup.csharp.md b/docs/oceanAksVirtualNodeGroup.csharp.md index d5ab39f47..c2a4d379a 100644 --- a/docs/oceanAksVirtualNodeGroup.csharp.md +++ b/docs/oceanAksVirtualNodeGroup.csharp.md @@ -4,7 +4,7 @@ ### OceanAksVirtualNodeGroup -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_virtual_node_group spotinst_ocean_aks_virtual_node_group}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_virtual_node_group spotinst_ocean_aks_virtual_node_group}. #### Initializers @@ -581,7 +581,7 @@ The construct id used in the generated config for the OceanAksVirtualNodeGroup t The id of the existing OceanAksVirtualNodeGroup that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_virtual_node_group#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_virtual_node_group#import import section} in the documentation of this resource for the id to use --- @@ -991,7 +991,7 @@ new OceanAksVirtualNodeGroupAutoscale { | **Name** | **Type** | **Description** | | --- | --- | --- | -| AutoHeadroomPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_virtual_node_group#auto_headroom_percentage OceanAksVirtualNodeGroup#auto_headroom_percentage}. | | AutoscaleHeadroom | object | autoscale_headroom block. | --- @@ -1004,7 +1004,7 @@ public double AutoHeadroomPercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_virtual_node_group#auto_headroom_percentage OceanAksVirtualNodeGroup#auto_headroom_percentage}. --- @@ -1018,7 +1018,7 @@ public object AutoscaleHeadroom { get; set; } autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_virtual_node_group#autoscale_headroom OceanAksVirtualNodeGroup#autoscale_headroom} --- @@ -1041,10 +1041,10 @@ new OceanAksVirtualNodeGroupAutoscaleAutoscaleHeadroom { | **Name** | **Type** | **Description** | | --- | --- | --- | -| NumOfUnits | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.0/docs/resources/ocean_aks_virtual_node_group#memory_per_unit OceanAksVirtualNodeGroup#memory_per_unit}. | --- @@ -1056,7 +1056,7 @@ public double NumOfUnits { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_virtual_node_group#num_of_units OceanAksVirtualNodeGroup#num_of_units}. --- @@ -1068,7 +1068,7 @@ public double CpuPerUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_virtual_node_group#cpu_per_unit OceanAksVirtualNodeGroup#cpu_per_unit}. --- @@ -1080,7 +1080,7 @@ public double GpuPerUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_virtual_node_group#gpu_per_unit OceanAksVirtualNodeGroup#gpu_per_unit}. --- @@ -1092,7 +1092,7 @@ public double MemoryPerUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_virtual_node_group#memory_per_unit OceanAksVirtualNodeGroup#memory_per_unit}. --- @@ -1134,15 +1134,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.169.1/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.169.1/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.170.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.170.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.169.1/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.170.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.169.1/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.170.0/docs/resources/ocean_aks_virtual_node_group#zones OceanAksVirtualNodeGroup#zones}. | --- @@ -1224,7 +1224,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_virtual_node_group#name OceanAksVirtualNodeGroup#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_virtual_node_group#name OceanAksVirtualNodeGroup#name}. --- @@ -1236,7 +1236,7 @@ public string OceanId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_virtual_node_group#ocean_id OceanAksVirtualNodeGroup#ocean_id}. --- @@ -1250,7 +1250,7 @@ public object Autoscale { get; set; } autoscale block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_virtual_node_group#autoscale OceanAksVirtualNodeGroup#autoscale} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_virtual_node_group#autoscale OceanAksVirtualNodeGroup#autoscale} --- @@ -1262,7 +1262,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_virtual_node_group#id OceanAksVirtualNodeGroup#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. @@ -1279,7 +1279,7 @@ public object Label { get; set; } label block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_virtual_node_group#label OceanAksVirtualNodeGroup#label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_virtual_node_group#label OceanAksVirtualNodeGroup#label} --- @@ -1293,7 +1293,7 @@ public object LaunchSpecification { get; set; } launch_specification block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_virtual_node_group#launch_specification OceanAksVirtualNodeGroup#launch_specification} --- @@ -1307,7 +1307,7 @@ public object ResourceLimits { get; set; } resource_limits block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_virtual_node_group#resource_limits OceanAksVirtualNodeGroup#resource_limits} --- @@ -1321,7 +1321,7 @@ public object Taint { get; set; } taint block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_virtual_node_group#taint OceanAksVirtualNodeGroup#taint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_virtual_node_group#taint OceanAksVirtualNodeGroup#taint} --- @@ -1333,7 +1333,7 @@ public string[] Zones { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_virtual_node_group#zones OceanAksVirtualNodeGroup#zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_virtual_node_group#zones OceanAksVirtualNodeGroup#zones}. --- @@ -1354,8 +1354,8 @@ new OceanAksVirtualNodeGroupLabel { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_aks_virtual_node_group#value OceanAksVirtualNodeGroup#value}. | --- @@ -1367,7 +1367,7 @@ public string Key { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_virtual_node_group#key OceanAksVirtualNodeGroup#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_virtual_node_group#key OceanAksVirtualNodeGroup#key}. --- @@ -1379,7 +1379,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_virtual_node_group#value OceanAksVirtualNodeGroup#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_virtual_node_group#value OceanAksVirtualNodeGroup#value}. --- @@ -1401,7 +1401,7 @@ new OceanAksVirtualNodeGroupLaunchSpecification { | **Name** | **Type** | **Description** | | --- | --- | --- | -| MaxPods | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_virtual_node_group#max_pods OceanAksVirtualNodeGroup#max_pods}. | | OsDisk | OceanAksVirtualNodeGroupLaunchSpecificationOsDisk | os_disk block. | | Tag | object | tag block. | @@ -1415,7 +1415,7 @@ public double MaxPods { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_virtual_node_group#max_pods OceanAksVirtualNodeGroup#max_pods}. --- @@ -1429,7 +1429,7 @@ public OceanAksVirtualNodeGroupLaunchSpecificationOsDisk OsDisk { get; set; } os_disk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_virtual_node_group#os_disk OceanAksVirtualNodeGroup#os_disk} --- @@ -1443,7 +1443,7 @@ public object Tag { get; set; } tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_virtual_node_group#tag OceanAksVirtualNodeGroup#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_virtual_node_group#tag OceanAksVirtualNodeGroup#tag} --- @@ -1465,9 +1465,9 @@ new OceanAksVirtualNodeGroupLaunchSpecificationOsDisk { | **Name** | **Type** | **Description** | | --- | --- | --- | -| SizeGb | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/ocean_aks_virtual_node_group#utilize_ephemeral_storage OceanAksVirtualNodeGroup#utilize_ephemeral_storage}. | --- @@ -1479,7 +1479,7 @@ public double SizeGb { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_virtual_node_group#size_gb OceanAksVirtualNodeGroup#size_gb}. --- @@ -1491,7 +1491,7 @@ public string Type { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_virtual_node_group#type OceanAksVirtualNodeGroup#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_virtual_node_group#type OceanAksVirtualNodeGroup#type}. --- @@ -1503,7 +1503,7 @@ public object UtilizeEphemeralStorage { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_virtual_node_group#utilize_ephemeral_storage OceanAksVirtualNodeGroup#utilize_ephemeral_storage}. --- @@ -1524,8 +1524,8 @@ new OceanAksVirtualNodeGroupLaunchSpecificationTag { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_aks_virtual_node_group#value OceanAksVirtualNodeGroup#value}. | --- @@ -1537,7 +1537,7 @@ public string Key { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_virtual_node_group#key OceanAksVirtualNodeGroup#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_virtual_node_group#key OceanAksVirtualNodeGroup#key}. --- @@ -1549,7 +1549,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_virtual_node_group#value OceanAksVirtualNodeGroup#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_virtual_node_group#value OceanAksVirtualNodeGroup#value}. --- @@ -1569,7 +1569,7 @@ new OceanAksVirtualNodeGroupResourceLimits { | **Name** | **Type** | **Description** | | --- | --- | --- | -| MaxInstanceCount | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_virtual_node_group#max_instance_count OceanAksVirtualNodeGroup#max_instance_count}. | --- @@ -1581,7 +1581,7 @@ public double MaxInstanceCount { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_virtual_node_group#max_instance_count OceanAksVirtualNodeGroup#max_instance_count}. --- @@ -1603,9 +1603,9 @@ new OceanAksVirtualNodeGroupTaint { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Effect | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/ocean_aks_virtual_node_group#value OceanAksVirtualNodeGroup#value}. | --- @@ -1617,7 +1617,7 @@ public string Effect { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_virtual_node_group#effect OceanAksVirtualNodeGroup#effect}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_virtual_node_group#effect OceanAksVirtualNodeGroup#effect}. --- @@ -1629,7 +1629,7 @@ public string Key { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_virtual_node_group#key OceanAksVirtualNodeGroup#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_virtual_node_group#key OceanAksVirtualNodeGroup#key}. --- @@ -1641,7 +1641,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_virtual_node_group#value OceanAksVirtualNodeGroup#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_virtual_node_group#value OceanAksVirtualNodeGroup#value}. --- diff --git a/docs/oceanAksVirtualNodeGroup.go.md b/docs/oceanAksVirtualNodeGroup.go.md index 6b5f7b5b9..f837723af 100644 --- a/docs/oceanAksVirtualNodeGroup.go.md +++ b/docs/oceanAksVirtualNodeGroup.go.md @@ -4,7 +4,7 @@ ### OceanAksVirtualNodeGroup -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_virtual_node_group spotinst_ocean_aks_virtual_node_group}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_virtual_node_group spotinst_ocean_aks_virtual_node_group}. #### Initializers @@ -581,7 +581,7 @@ The construct id used in the generated config for the OceanAksVirtualNodeGroup t The id of the existing OceanAksVirtualNodeGroup that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_virtual_node_group#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_virtual_node_group#import import section} in the documentation of this resource for the id to use --- @@ -991,7 +991,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksvirtual | **Name** | **Type** | **Description** | | --- | --- | --- | -| AutoHeadroomPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_virtual_node_group#auto_headroom_percentage OceanAksVirtualNodeGroup#auto_headroom_percentage}. | | AutoscaleHeadroom | interface{} | autoscale_headroom block. | --- @@ -1004,7 +1004,7 @@ AutoHeadroomPercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_virtual_node_group#auto_headroom_percentage OceanAksVirtualNodeGroup#auto_headroom_percentage}. --- @@ -1018,7 +1018,7 @@ AutoscaleHeadroom interface{} autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_virtual_node_group#autoscale_headroom OceanAksVirtualNodeGroup#autoscale_headroom} --- @@ -1041,10 +1041,10 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksvirtual | **Name** | **Type** | **Description** | | --- | --- | --- | -| NumOfUnits | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.0/docs/resources/ocean_aks_virtual_node_group#memory_per_unit OceanAksVirtualNodeGroup#memory_per_unit}. | --- @@ -1056,7 +1056,7 @@ NumOfUnits *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_virtual_node_group#num_of_units OceanAksVirtualNodeGroup#num_of_units}. --- @@ -1068,7 +1068,7 @@ CpuPerUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_virtual_node_group#cpu_per_unit OceanAksVirtualNodeGroup#cpu_per_unit}. --- @@ -1080,7 +1080,7 @@ GpuPerUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_virtual_node_group#gpu_per_unit OceanAksVirtualNodeGroup#gpu_per_unit}. --- @@ -1092,7 +1092,7 @@ MemoryPerUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_virtual_node_group#memory_per_unit OceanAksVirtualNodeGroup#memory_per_unit}. --- @@ -1134,15 +1134,15 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/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.169.1/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.169.1/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.170.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.170.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.169.1/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.170.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.169.1/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.170.0/docs/resources/ocean_aks_virtual_node_group#zones OceanAksVirtualNodeGroup#zones}. | --- @@ -1224,7 +1224,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_virtual_node_group#name OceanAksVirtualNodeGroup#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_virtual_node_group#name OceanAksVirtualNodeGroup#name}. --- @@ -1236,7 +1236,7 @@ OceanId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_virtual_node_group#ocean_id OceanAksVirtualNodeGroup#ocean_id}. --- @@ -1250,7 +1250,7 @@ Autoscale interface{} autoscale block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_virtual_node_group#autoscale OceanAksVirtualNodeGroup#autoscale} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_virtual_node_group#autoscale OceanAksVirtualNodeGroup#autoscale} --- @@ -1262,7 +1262,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_virtual_node_group#id OceanAksVirtualNodeGroup#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. @@ -1279,7 +1279,7 @@ Label interface{} label block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_virtual_node_group#label OceanAksVirtualNodeGroup#label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_virtual_node_group#label OceanAksVirtualNodeGroup#label} --- @@ -1293,7 +1293,7 @@ LaunchSpecification interface{} launch_specification block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_virtual_node_group#launch_specification OceanAksVirtualNodeGroup#launch_specification} --- @@ -1307,7 +1307,7 @@ ResourceLimits interface{} resource_limits block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_virtual_node_group#resource_limits OceanAksVirtualNodeGroup#resource_limits} --- @@ -1321,7 +1321,7 @@ Taint interface{} taint block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_virtual_node_group#taint OceanAksVirtualNodeGroup#taint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_virtual_node_group#taint OceanAksVirtualNodeGroup#taint} --- @@ -1333,7 +1333,7 @@ Zones *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_virtual_node_group#zones OceanAksVirtualNodeGroup#zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_virtual_node_group#zones OceanAksVirtualNodeGroup#zones}. --- @@ -1354,8 +1354,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksvirtual | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_aks_virtual_node_group#value OceanAksVirtualNodeGroup#value}. | --- @@ -1367,7 +1367,7 @@ Key *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_virtual_node_group#key OceanAksVirtualNodeGroup#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_virtual_node_group#key OceanAksVirtualNodeGroup#key}. --- @@ -1379,7 +1379,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_virtual_node_group#value OceanAksVirtualNodeGroup#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_virtual_node_group#value OceanAksVirtualNodeGroup#value}. --- @@ -1401,7 +1401,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksvirtual | **Name** | **Type** | **Description** | | --- | --- | --- | -| MaxPods | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_virtual_node_group#max_pods OceanAksVirtualNodeGroup#max_pods}. | | OsDisk | OceanAksVirtualNodeGroupLaunchSpecificationOsDisk | os_disk block. | | Tag | interface{} | tag block. | @@ -1415,7 +1415,7 @@ MaxPods *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_virtual_node_group#max_pods OceanAksVirtualNodeGroup#max_pods}. --- @@ -1429,7 +1429,7 @@ OsDisk OceanAksVirtualNodeGroupLaunchSpecificationOsDisk os_disk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_virtual_node_group#os_disk OceanAksVirtualNodeGroup#os_disk} --- @@ -1443,7 +1443,7 @@ Tag interface{} tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_virtual_node_group#tag OceanAksVirtualNodeGroup#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_virtual_node_group#tag OceanAksVirtualNodeGroup#tag} --- @@ -1465,9 +1465,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksvirtual | **Name** | **Type** | **Description** | | --- | --- | --- | -| SizeGb | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/ocean_aks_virtual_node_group#utilize_ephemeral_storage OceanAksVirtualNodeGroup#utilize_ephemeral_storage}. | --- @@ -1479,7 +1479,7 @@ SizeGb *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_virtual_node_group#size_gb OceanAksVirtualNodeGroup#size_gb}. --- @@ -1491,7 +1491,7 @@ Type *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_virtual_node_group#type OceanAksVirtualNodeGroup#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_virtual_node_group#type OceanAksVirtualNodeGroup#type}. --- @@ -1503,7 +1503,7 @@ UtilizeEphemeralStorage interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_virtual_node_group#utilize_ephemeral_storage OceanAksVirtualNodeGroup#utilize_ephemeral_storage}. --- @@ -1524,8 +1524,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksvirtual | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_aks_virtual_node_group#value OceanAksVirtualNodeGroup#value}. | --- @@ -1537,7 +1537,7 @@ Key *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_virtual_node_group#key OceanAksVirtualNodeGroup#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_virtual_node_group#key OceanAksVirtualNodeGroup#key}. --- @@ -1549,7 +1549,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_virtual_node_group#value OceanAksVirtualNodeGroup#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_virtual_node_group#value OceanAksVirtualNodeGroup#value}. --- @@ -1569,7 +1569,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksvirtual | **Name** | **Type** | **Description** | | --- | --- | --- | -| MaxInstanceCount | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_virtual_node_group#max_instance_count OceanAksVirtualNodeGroup#max_instance_count}. | --- @@ -1581,7 +1581,7 @@ MaxInstanceCount *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_virtual_node_group#max_instance_count OceanAksVirtualNodeGroup#max_instance_count}. --- @@ -1603,9 +1603,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksvirtual | **Name** | **Type** | **Description** | | --- | --- | --- | -| Effect | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/ocean_aks_virtual_node_group#value OceanAksVirtualNodeGroup#value}. | --- @@ -1617,7 +1617,7 @@ Effect *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_virtual_node_group#effect OceanAksVirtualNodeGroup#effect}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_virtual_node_group#effect OceanAksVirtualNodeGroup#effect}. --- @@ -1629,7 +1629,7 @@ Key *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_virtual_node_group#key OceanAksVirtualNodeGroup#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_virtual_node_group#key OceanAksVirtualNodeGroup#key}. --- @@ -1641,7 +1641,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_virtual_node_group#value OceanAksVirtualNodeGroup#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_virtual_node_group#value OceanAksVirtualNodeGroup#value}. --- diff --git a/docs/oceanAksVirtualNodeGroup.java.md b/docs/oceanAksVirtualNodeGroup.java.md index 56149d7ee..058176e6a 100644 --- a/docs/oceanAksVirtualNodeGroup.java.md +++ b/docs/oceanAksVirtualNodeGroup.java.md @@ -4,7 +4,7 @@ ### OceanAksVirtualNodeGroup -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_virtual_node_group spotinst_ocean_aks_virtual_node_group}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_virtual_node_group spotinst_ocean_aks_virtual_node_group}. #### Initializers @@ -51,15 +51,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.169.1/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.169.1/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.170.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.170.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.169.1/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.170.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.169.1/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.170.0/docs/resources/ocean_aks_virtual_node_group#zones OceanAksVirtualNodeGroup#zones}. | --- @@ -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.169.1/docs/resources/ocean_aks_virtual_node_group#name OceanAksVirtualNodeGroup#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_virtual_node_group#name OceanAksVirtualNodeGroup#name}. --- @@ -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.169.1/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.170.0/docs/resources/ocean_aks_virtual_node_group#ocean_id OceanAksVirtualNodeGroup#ocean_id}. --- @@ -145,7 +145,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.169.1/docs/resources/ocean_aks_virtual_node_group#autoscale OceanAksVirtualNodeGroup#autoscale} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_virtual_node_group#autoscale OceanAksVirtualNodeGroup#autoscale} --- @@ -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.169.1/docs/resources/ocean_aks_virtual_node_group#id OceanAksVirtualNodeGroup#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. @@ -166,7 +166,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.169.1/docs/resources/ocean_aks_virtual_node_group#label OceanAksVirtualNodeGroup#label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_virtual_node_group#label OceanAksVirtualNodeGroup#label} --- @@ -176,7 +176,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.169.1/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.170.0/docs/resources/ocean_aks_virtual_node_group#launch_specification OceanAksVirtualNodeGroup#launch_specification} --- @@ -186,7 +186,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.169.1/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.170.0/docs/resources/ocean_aks_virtual_node_group#resource_limits OceanAksVirtualNodeGroup#resource_limits} --- @@ -196,7 +196,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.169.1/docs/resources/ocean_aks_virtual_node_group#taint OceanAksVirtualNodeGroup#taint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_virtual_node_group#taint OceanAksVirtualNodeGroup#taint} --- @@ -204,7 +204,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.169.1/docs/resources/ocean_aks_virtual_node_group#zones OceanAksVirtualNodeGroup#zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_virtual_node_group#zones OceanAksVirtualNodeGroup#zones}. --- @@ -745,7 +745,7 @@ The construct id used in the generated config for the OceanAksVirtualNodeGroup t The id of the existing OceanAksVirtualNodeGroup that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_virtual_node_group#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_virtual_node_group#import import section} in the documentation of this resource for the id to use --- @@ -1156,7 +1156,7 @@ OceanAksVirtualNodeGroupAutoscale.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| autoHeadroomPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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. | --- @@ -1169,7 +1169,7 @@ public java.lang.Number getAutoHeadroomPercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_virtual_node_group#auto_headroom_percentage OceanAksVirtualNodeGroup#auto_headroom_percentage}. --- @@ -1183,7 +1183,7 @@ public java.lang.Object getAutoscaleHeadroom(); autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_virtual_node_group#autoscale_headroom OceanAksVirtualNodeGroup#autoscale_headroom} --- @@ -1206,10 +1206,10 @@ OceanAksVirtualNodeGroupAutoscaleAutoscaleHeadroom.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| numOfUnits | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.0/docs/resources/ocean_aks_virtual_node_group#memory_per_unit OceanAksVirtualNodeGroup#memory_per_unit}. | --- @@ -1221,7 +1221,7 @@ public java.lang.Number getNumOfUnits(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_virtual_node_group#num_of_units OceanAksVirtualNodeGroup#num_of_units}. --- @@ -1233,7 +1233,7 @@ public java.lang.Number getCpuPerUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_virtual_node_group#cpu_per_unit OceanAksVirtualNodeGroup#cpu_per_unit}. --- @@ -1245,7 +1245,7 @@ public java.lang.Number getGpuPerUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_virtual_node_group#gpu_per_unit OceanAksVirtualNodeGroup#gpu_per_unit}. --- @@ -1257,7 +1257,7 @@ public java.lang.Number getMemoryPerUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_virtual_node_group#memory_per_unit OceanAksVirtualNodeGroup#memory_per_unit}. --- @@ -1308,15 +1308,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.169.1/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.169.1/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.170.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.170.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.169.1/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.170.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.169.1/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.170.0/docs/resources/ocean_aks_virtual_node_group#zones OceanAksVirtualNodeGroup#zones}. | --- @@ -1398,7 +1398,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_virtual_node_group#name OceanAksVirtualNodeGroup#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_virtual_node_group#name OceanAksVirtualNodeGroup#name}. --- @@ -1410,7 +1410,7 @@ public java.lang.String getOceanId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_virtual_node_group#ocean_id OceanAksVirtualNodeGroup#ocean_id}. --- @@ -1424,7 +1424,7 @@ public java.lang.Object getAutoscale(); autoscale block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_virtual_node_group#autoscale OceanAksVirtualNodeGroup#autoscale} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_virtual_node_group#autoscale OceanAksVirtualNodeGroup#autoscale} --- @@ -1436,7 +1436,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_virtual_node_group#id OceanAksVirtualNodeGroup#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. @@ -1453,7 +1453,7 @@ public java.lang.Object getLabel(); label block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_virtual_node_group#label OceanAksVirtualNodeGroup#label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_virtual_node_group#label OceanAksVirtualNodeGroup#label} --- @@ -1467,7 +1467,7 @@ public java.lang.Object getLaunchSpecification(); launch_specification block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_virtual_node_group#launch_specification OceanAksVirtualNodeGroup#launch_specification} --- @@ -1481,7 +1481,7 @@ public java.lang.Object getResourceLimits(); resource_limits block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_virtual_node_group#resource_limits OceanAksVirtualNodeGroup#resource_limits} --- @@ -1495,7 +1495,7 @@ public java.lang.Object getTaint(); taint block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_virtual_node_group#taint OceanAksVirtualNodeGroup#taint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_virtual_node_group#taint OceanAksVirtualNodeGroup#taint} --- @@ -1507,7 +1507,7 @@ public java.util.List getZones(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_virtual_node_group#zones OceanAksVirtualNodeGroup#zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_virtual_node_group#zones OceanAksVirtualNodeGroup#zones}. --- @@ -1528,8 +1528,8 @@ OceanAksVirtualNodeGroupLabel.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_aks_virtual_node_group#value OceanAksVirtualNodeGroup#value}. | --- @@ -1541,7 +1541,7 @@ public java.lang.String getKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_virtual_node_group#key OceanAksVirtualNodeGroup#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_virtual_node_group#key OceanAksVirtualNodeGroup#key}. --- @@ -1553,7 +1553,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_virtual_node_group#value OceanAksVirtualNodeGroup#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_virtual_node_group#value OceanAksVirtualNodeGroup#value}. --- @@ -1576,7 +1576,7 @@ OceanAksVirtualNodeGroupLaunchSpecification.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| maxPods | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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. | @@ -1590,7 +1590,7 @@ public java.lang.Number getMaxPods(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_virtual_node_group#max_pods OceanAksVirtualNodeGroup#max_pods}. --- @@ -1604,7 +1604,7 @@ public OceanAksVirtualNodeGroupLaunchSpecificationOsDisk getOsDisk(); os_disk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_virtual_node_group#os_disk OceanAksVirtualNodeGroup#os_disk} --- @@ -1618,7 +1618,7 @@ public java.lang.Object getTag(); tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_virtual_node_group#tag OceanAksVirtualNodeGroup#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_virtual_node_group#tag OceanAksVirtualNodeGroup#tag} --- @@ -1641,9 +1641,9 @@ OceanAksVirtualNodeGroupLaunchSpecificationOsDisk.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| sizeGb | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/ocean_aks_virtual_node_group#utilize_ephemeral_storage OceanAksVirtualNodeGroup#utilize_ephemeral_storage}. | --- @@ -1655,7 +1655,7 @@ public java.lang.Number getSizeGb(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_virtual_node_group#size_gb OceanAksVirtualNodeGroup#size_gb}. --- @@ -1667,7 +1667,7 @@ public java.lang.String getType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_virtual_node_group#type OceanAksVirtualNodeGroup#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_virtual_node_group#type OceanAksVirtualNodeGroup#type}. --- @@ -1679,7 +1679,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.169.1/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.170.0/docs/resources/ocean_aks_virtual_node_group#utilize_ephemeral_storage OceanAksVirtualNodeGroup#utilize_ephemeral_storage}. --- @@ -1700,8 +1700,8 @@ OceanAksVirtualNodeGroupLaunchSpecificationTag.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_aks_virtual_node_group#value OceanAksVirtualNodeGroup#value}. | --- @@ -1713,7 +1713,7 @@ public java.lang.String getKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_virtual_node_group#key OceanAksVirtualNodeGroup#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_virtual_node_group#key OceanAksVirtualNodeGroup#key}. --- @@ -1725,7 +1725,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_virtual_node_group#value OceanAksVirtualNodeGroup#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_virtual_node_group#value OceanAksVirtualNodeGroup#value}. --- @@ -1745,7 +1745,7 @@ OceanAksVirtualNodeGroupResourceLimits.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| maxInstanceCount | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_virtual_node_group#max_instance_count OceanAksVirtualNodeGroup#max_instance_count}. | --- @@ -1757,7 +1757,7 @@ public java.lang.Number getMaxInstanceCount(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_virtual_node_group#max_instance_count OceanAksVirtualNodeGroup#max_instance_count}. --- @@ -1779,9 +1779,9 @@ OceanAksVirtualNodeGroupTaint.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| effect | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/ocean_aks_virtual_node_group#value OceanAksVirtualNodeGroup#value}. | --- @@ -1793,7 +1793,7 @@ public java.lang.String getEffect(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_virtual_node_group#effect OceanAksVirtualNodeGroup#effect}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_virtual_node_group#effect OceanAksVirtualNodeGroup#effect}. --- @@ -1805,7 +1805,7 @@ public java.lang.String getKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_virtual_node_group#key OceanAksVirtualNodeGroup#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_virtual_node_group#key OceanAksVirtualNodeGroup#key}. --- @@ -1817,7 +1817,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_virtual_node_group#value OceanAksVirtualNodeGroup#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_virtual_node_group#value OceanAksVirtualNodeGroup#value}. --- diff --git a/docs/oceanAksVirtualNodeGroup.python.md b/docs/oceanAksVirtualNodeGroup.python.md index ca51bcf4a..694106b29 100644 --- a/docs/oceanAksVirtualNodeGroup.python.md +++ b/docs/oceanAksVirtualNodeGroup.python.md @@ -4,7 +4,7 @@ ### OceanAksVirtualNodeGroup -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_virtual_node_group spotinst_ocean_aks_virtual_node_group}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_virtual_node_group spotinst_ocean_aks_virtual_node_group}. #### Initializers @@ -44,15 +44,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.169.1/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.169.1/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.170.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.170.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.169.1/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.170.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.169.1/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.170.0/docs/resources/ocean_aks_virtual_node_group#zones OceanAksVirtualNodeGroup#zones}. | --- @@ -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.169.1/docs/resources/ocean_aks_virtual_node_group#name OceanAksVirtualNodeGroup#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_virtual_node_group#name OceanAksVirtualNodeGroup#name}. --- @@ -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.169.1/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.170.0/docs/resources/ocean_aks_virtual_node_group#ocean_id OceanAksVirtualNodeGroup#ocean_id}. --- @@ -138,7 +138,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.169.1/docs/resources/ocean_aks_virtual_node_group#autoscale OceanAksVirtualNodeGroup#autoscale} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_virtual_node_group#autoscale OceanAksVirtualNodeGroup#autoscale} --- @@ -146,7 +146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_virtual_node_group#id OceanAksVirtualNodeGroup#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. @@ -159,7 +159,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.169.1/docs/resources/ocean_aks_virtual_node_group#label OceanAksVirtualNodeGroup#label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_virtual_node_group#label OceanAksVirtualNodeGroup#label} --- @@ -169,7 +169,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.169.1/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.170.0/docs/resources/ocean_aks_virtual_node_group#launch_specification OceanAksVirtualNodeGroup#launch_specification} --- @@ -179,7 +179,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.169.1/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.170.0/docs/resources/ocean_aks_virtual_node_group#resource_limits OceanAksVirtualNodeGroup#resource_limits} --- @@ -189,7 +189,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.169.1/docs/resources/ocean_aks_virtual_node_group#taint OceanAksVirtualNodeGroup#taint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_virtual_node_group#taint OceanAksVirtualNodeGroup#taint} --- @@ -197,7 +197,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.169.1/docs/resources/ocean_aks_virtual_node_group#zones OceanAksVirtualNodeGroup#zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_virtual_node_group#zones OceanAksVirtualNodeGroup#zones}. --- @@ -794,7 +794,7 @@ The construct id used in the generated config for the OceanAksVirtualNodeGroup t The id of the existing OceanAksVirtualNodeGroup that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_virtual_node_group#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_virtual_node_group#import import section} in the documentation of this resource for the id to use --- @@ -1204,7 +1204,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.169.1/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.170.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. | --- @@ -1217,7 +1217,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.169.1/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.170.0/docs/resources/ocean_aks_virtual_node_group#auto_headroom_percentage OceanAksVirtualNodeGroup#auto_headroom_percentage}. --- @@ -1231,7 +1231,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.169.1/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.170.0/docs/resources/ocean_aks_virtual_node_group#autoscale_headroom OceanAksVirtualNodeGroup#autoscale_headroom} --- @@ -1254,10 +1254,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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.0/docs/resources/ocean_aks_virtual_node_group#memory_per_unit OceanAksVirtualNodeGroup#memory_per_unit}. | --- @@ -1269,7 +1269,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.169.1/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.170.0/docs/resources/ocean_aks_virtual_node_group#num_of_units OceanAksVirtualNodeGroup#num_of_units}. --- @@ -1281,7 +1281,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.169.1/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.170.0/docs/resources/ocean_aks_virtual_node_group#cpu_per_unit OceanAksVirtualNodeGroup#cpu_per_unit}. --- @@ -1293,7 +1293,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.169.1/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.170.0/docs/resources/ocean_aks_virtual_node_group#gpu_per_unit OceanAksVirtualNodeGroup#gpu_per_unit}. --- @@ -1305,7 +1305,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.169.1/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.170.0/docs/resources/ocean_aks_virtual_node_group#memory_per_unit OceanAksVirtualNodeGroup#memory_per_unit}. --- @@ -1347,15 +1347,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.169.1/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.169.1/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.170.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.170.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.169.1/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.170.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.169.1/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.170.0/docs/resources/ocean_aks_virtual_node_group#zones OceanAksVirtualNodeGroup#zones}. | --- @@ -1437,7 +1437,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_virtual_node_group#name OceanAksVirtualNodeGroup#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_virtual_node_group#name OceanAksVirtualNodeGroup#name}. --- @@ -1449,7 +1449,7 @@ ocean_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_virtual_node_group#ocean_id OceanAksVirtualNodeGroup#ocean_id}. --- @@ -1463,7 +1463,7 @@ autoscale: typing.Union[IResolvable, typing.List[OceanAksVirtualNodeGroupAutosca autoscale block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_virtual_node_group#autoscale OceanAksVirtualNodeGroup#autoscale} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_virtual_node_group#autoscale OceanAksVirtualNodeGroup#autoscale} --- @@ -1475,7 +1475,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_virtual_node_group#id OceanAksVirtualNodeGroup#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. @@ -1492,7 +1492,7 @@ label: typing.Union[IResolvable, typing.List[OceanAksVirtualNodeGroupLabel]] label block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_virtual_node_group#label OceanAksVirtualNodeGroup#label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_virtual_node_group#label OceanAksVirtualNodeGroup#label} --- @@ -1506,7 +1506,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.169.1/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.170.0/docs/resources/ocean_aks_virtual_node_group#launch_specification OceanAksVirtualNodeGroup#launch_specification} --- @@ -1520,7 +1520,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.169.1/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.170.0/docs/resources/ocean_aks_virtual_node_group#resource_limits OceanAksVirtualNodeGroup#resource_limits} --- @@ -1534,7 +1534,7 @@ taint: typing.Union[IResolvable, typing.List[OceanAksVirtualNodeGroupTaint]] taint block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_virtual_node_group#taint OceanAksVirtualNodeGroup#taint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_virtual_node_group#taint OceanAksVirtualNodeGroup#taint} --- @@ -1546,7 +1546,7 @@ zones: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_virtual_node_group#zones OceanAksVirtualNodeGroup#zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_virtual_node_group#zones OceanAksVirtualNodeGroup#zones}. --- @@ -1567,8 +1567,8 @@ oceanAksVirtualNodeGroup.OceanAksVirtualNodeGroupLabel( | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_aks_virtual_node_group#value OceanAksVirtualNodeGroup#value}. | --- @@ -1580,7 +1580,7 @@ key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_virtual_node_group#key OceanAksVirtualNodeGroup#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_virtual_node_group#key OceanAksVirtualNodeGroup#key}. --- @@ -1592,7 +1592,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_virtual_node_group#value OceanAksVirtualNodeGroup#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_virtual_node_group#value OceanAksVirtualNodeGroup#value}. --- @@ -1614,7 +1614,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.169.1/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.170.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. | @@ -1628,7 +1628,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.169.1/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.170.0/docs/resources/ocean_aks_virtual_node_group#max_pods OceanAksVirtualNodeGroup#max_pods}. --- @@ -1642,7 +1642,7 @@ os_disk: OceanAksVirtualNodeGroupLaunchSpecificationOsDisk os_disk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_virtual_node_group#os_disk OceanAksVirtualNodeGroup#os_disk} --- @@ -1656,7 +1656,7 @@ tag: typing.Union[IResolvable, typing.List[OceanAksVirtualNodeGroupLaunchSpecifi tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_virtual_node_group#tag OceanAksVirtualNodeGroup#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_virtual_node_group#tag OceanAksVirtualNodeGroup#tag} --- @@ -1678,9 +1678,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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/ocean_aks_virtual_node_group#utilize_ephemeral_storage OceanAksVirtualNodeGroup#utilize_ephemeral_storage}. | --- @@ -1692,7 +1692,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.169.1/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.170.0/docs/resources/ocean_aks_virtual_node_group#size_gb OceanAksVirtualNodeGroup#size_gb}. --- @@ -1704,7 +1704,7 @@ type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_virtual_node_group#type OceanAksVirtualNodeGroup#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_virtual_node_group#type OceanAksVirtualNodeGroup#type}. --- @@ -1716,7 +1716,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.169.1/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.170.0/docs/resources/ocean_aks_virtual_node_group#utilize_ephemeral_storage OceanAksVirtualNodeGroup#utilize_ephemeral_storage}. --- @@ -1737,8 +1737,8 @@ oceanAksVirtualNodeGroup.OceanAksVirtualNodeGroupLaunchSpecificationTag( | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_aks_virtual_node_group#value OceanAksVirtualNodeGroup#value}. | --- @@ -1750,7 +1750,7 @@ key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_virtual_node_group#key OceanAksVirtualNodeGroup#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_virtual_node_group#key OceanAksVirtualNodeGroup#key}. --- @@ -1762,7 +1762,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_virtual_node_group#value OceanAksVirtualNodeGroup#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_virtual_node_group#value OceanAksVirtualNodeGroup#value}. --- @@ -1782,7 +1782,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.169.1/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.170.0/docs/resources/ocean_aks_virtual_node_group#max_instance_count OceanAksVirtualNodeGroup#max_instance_count}. | --- @@ -1794,7 +1794,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.169.1/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.170.0/docs/resources/ocean_aks_virtual_node_group#max_instance_count OceanAksVirtualNodeGroup#max_instance_count}. --- @@ -1816,9 +1816,9 @@ oceanAksVirtualNodeGroup.OceanAksVirtualNodeGroupTaint( | **Name** | **Type** | **Description** | | --- | --- | --- | -| effect | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/ocean_aks_virtual_node_group#value OceanAksVirtualNodeGroup#value}. | --- @@ -1830,7 +1830,7 @@ effect: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_virtual_node_group#effect OceanAksVirtualNodeGroup#effect}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_virtual_node_group#effect OceanAksVirtualNodeGroup#effect}. --- @@ -1842,7 +1842,7 @@ key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_virtual_node_group#key OceanAksVirtualNodeGroup#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_virtual_node_group#key OceanAksVirtualNodeGroup#key}. --- @@ -1854,7 +1854,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_virtual_node_group#value OceanAksVirtualNodeGroup#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_virtual_node_group#value OceanAksVirtualNodeGroup#value}. --- @@ -4276,7 +4276,7 @@ def put_os_disk( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_virtual_node_group#size_gb OceanAksVirtualNodeGroup#size_gb}. --- @@ -4284,7 +4284,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_virtual_node_group#type OceanAksVirtualNodeGroup#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_virtual_node_group#type OceanAksVirtualNodeGroup#type}. --- @@ -4292,7 +4292,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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 33349c652..7358b930a 100644 --- a/docs/oceanAksVirtualNodeGroup.typescript.md +++ b/docs/oceanAksVirtualNodeGroup.typescript.md @@ -4,7 +4,7 @@ ### OceanAksVirtualNodeGroup -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_virtual_node_group spotinst_ocean_aks_virtual_node_group}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_virtual_node_group spotinst_ocean_aks_virtual_node_group}. #### Initializers @@ -581,7 +581,7 @@ The construct id used in the generated config for the OceanAksVirtualNodeGroup t The id of the existing OceanAksVirtualNodeGroup that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_virtual_node_group#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_virtual_node_group#import import section} in the documentation of this resource for the id to use --- @@ -988,7 +988,7 @@ const oceanAksVirtualNodeGroupAutoscale: oceanAksVirtualNodeGroup.OceanAksVirtua | **Name** | **Type** | **Description** | | --- | --- | --- | -| autoHeadroomPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_virtual_node_group#auto_headroom_percentage OceanAksVirtualNodeGroup#auto_headroom_percentage}. | | autoscaleHeadroom | cdktf.IResolvable \| OceanAksVirtualNodeGroupAutoscaleAutoscaleHeadroom[] | autoscale_headroom block. | --- @@ -1001,7 +1001,7 @@ public readonly autoHeadroomPercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_virtual_node_group#auto_headroom_percentage OceanAksVirtualNodeGroup#auto_headroom_percentage}. --- @@ -1015,7 +1015,7 @@ public readonly autoscaleHeadroom: IResolvable | OceanAksVirtualNodeGroupAutosca autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_virtual_node_group#autoscale_headroom OceanAksVirtualNodeGroup#autoscale_headroom} --- @@ -1033,10 +1033,10 @@ const oceanAksVirtualNodeGroupAutoscaleAutoscaleHeadroom: oceanAksVirtualNodeGro | **Name** | **Type** | **Description** | | --- | --- | --- | -| numOfUnits | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.0/docs/resources/ocean_aks_virtual_node_group#memory_per_unit OceanAksVirtualNodeGroup#memory_per_unit}. | --- @@ -1048,7 +1048,7 @@ public readonly numOfUnits: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_virtual_node_group#num_of_units OceanAksVirtualNodeGroup#num_of_units}. --- @@ -1060,7 +1060,7 @@ public readonly cpuPerUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_virtual_node_group#cpu_per_unit OceanAksVirtualNodeGroup#cpu_per_unit}. --- @@ -1072,7 +1072,7 @@ public readonly gpuPerUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_virtual_node_group#gpu_per_unit OceanAksVirtualNodeGroup#gpu_per_unit}. --- @@ -1084,7 +1084,7 @@ public readonly memoryPerUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_virtual_node_group#memory_per_unit OceanAksVirtualNodeGroup#memory_per_unit}. --- @@ -1109,15 +1109,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.169.1/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.169.1/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.170.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.170.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.169.1/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.170.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.169.1/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.170.0/docs/resources/ocean_aks_virtual_node_group#zones OceanAksVirtualNodeGroup#zones}. | --- @@ -1199,7 +1199,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_virtual_node_group#name OceanAksVirtualNodeGroup#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_virtual_node_group#name OceanAksVirtualNodeGroup#name}. --- @@ -1211,7 +1211,7 @@ public readonly oceanId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_virtual_node_group#ocean_id OceanAksVirtualNodeGroup#ocean_id}. --- @@ -1225,7 +1225,7 @@ public readonly autoscale: IResolvable | OceanAksVirtualNodeGroupAutoscale[]; autoscale block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_virtual_node_group#autoscale OceanAksVirtualNodeGroup#autoscale} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_virtual_node_group#autoscale OceanAksVirtualNodeGroup#autoscale} --- @@ -1237,7 +1237,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_virtual_node_group#id OceanAksVirtualNodeGroup#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. @@ -1254,7 +1254,7 @@ public readonly label: IResolvable | OceanAksVirtualNodeGroupLabel[]; label block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_virtual_node_group#label OceanAksVirtualNodeGroup#label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_virtual_node_group#label OceanAksVirtualNodeGroup#label} --- @@ -1268,7 +1268,7 @@ public readonly launchSpecification: IResolvable | OceanAksVirtualNodeGroupLaunc launch_specification block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_virtual_node_group#launch_specification OceanAksVirtualNodeGroup#launch_specification} --- @@ -1282,7 +1282,7 @@ public readonly resourceLimits: IResolvable | OceanAksVirtualNodeGroupResourceLi resource_limits block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_virtual_node_group#resource_limits OceanAksVirtualNodeGroup#resource_limits} --- @@ -1296,7 +1296,7 @@ public readonly taint: IResolvable | OceanAksVirtualNodeGroupTaint[]; taint block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_virtual_node_group#taint OceanAksVirtualNodeGroup#taint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_virtual_node_group#taint OceanAksVirtualNodeGroup#taint} --- @@ -1308,7 +1308,7 @@ public readonly zones: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_virtual_node_group#zones OceanAksVirtualNodeGroup#zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_virtual_node_group#zones OceanAksVirtualNodeGroup#zones}. --- @@ -1326,8 +1326,8 @@ const oceanAksVirtualNodeGroupLabel: oceanAksVirtualNodeGroup.OceanAksVirtualNod | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_aks_virtual_node_group#value OceanAksVirtualNodeGroup#value}. | --- @@ -1339,7 +1339,7 @@ public readonly key: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_virtual_node_group#key OceanAksVirtualNodeGroup#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_virtual_node_group#key OceanAksVirtualNodeGroup#key}. --- @@ -1351,7 +1351,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_virtual_node_group#value OceanAksVirtualNodeGroup#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_virtual_node_group#value OceanAksVirtualNodeGroup#value}. --- @@ -1369,7 +1369,7 @@ const oceanAksVirtualNodeGroupLaunchSpecification: oceanAksVirtualNodeGroup.Ocea | **Name** | **Type** | **Description** | | --- | --- | --- | -| maxPods | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_virtual_node_group#max_pods OceanAksVirtualNodeGroup#max_pods}. | | osDisk | OceanAksVirtualNodeGroupLaunchSpecificationOsDisk | os_disk block. | | tag | cdktf.IResolvable \| OceanAksVirtualNodeGroupLaunchSpecificationTag[] | tag block. | @@ -1383,7 +1383,7 @@ public readonly maxPods: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_virtual_node_group#max_pods OceanAksVirtualNodeGroup#max_pods}. --- @@ -1397,7 +1397,7 @@ public readonly osDisk: OceanAksVirtualNodeGroupLaunchSpecificationOsDisk; os_disk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_virtual_node_group#os_disk OceanAksVirtualNodeGroup#os_disk} --- @@ -1411,7 +1411,7 @@ public readonly tag: IResolvable | OceanAksVirtualNodeGroupLaunchSpecificationTa tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_virtual_node_group#tag OceanAksVirtualNodeGroup#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_virtual_node_group#tag OceanAksVirtualNodeGroup#tag} --- @@ -1429,9 +1429,9 @@ const oceanAksVirtualNodeGroupLaunchSpecificationOsDisk: oceanAksVirtualNodeGrou | **Name** | **Type** | **Description** | | --- | --- | --- | -| sizeGb | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/ocean_aks_virtual_node_group#utilize_ephemeral_storage OceanAksVirtualNodeGroup#utilize_ephemeral_storage}. | --- @@ -1443,7 +1443,7 @@ public readonly sizeGb: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_virtual_node_group#size_gb OceanAksVirtualNodeGroup#size_gb}. --- @@ -1455,7 +1455,7 @@ public readonly type: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_virtual_node_group#type OceanAksVirtualNodeGroup#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_virtual_node_group#type OceanAksVirtualNodeGroup#type}. --- @@ -1467,7 +1467,7 @@ public readonly utilizeEphemeralStorage: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_virtual_node_group#utilize_ephemeral_storage OceanAksVirtualNodeGroup#utilize_ephemeral_storage}. --- @@ -1485,8 +1485,8 @@ const oceanAksVirtualNodeGroupLaunchSpecificationTag: oceanAksVirtualNodeGroup.O | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_aks_virtual_node_group#value OceanAksVirtualNodeGroup#value}. | --- @@ -1498,7 +1498,7 @@ public readonly key: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_virtual_node_group#key OceanAksVirtualNodeGroup#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_virtual_node_group#key OceanAksVirtualNodeGroup#key}. --- @@ -1510,7 +1510,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_virtual_node_group#value OceanAksVirtualNodeGroup#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_virtual_node_group#value OceanAksVirtualNodeGroup#value}. --- @@ -1528,7 +1528,7 @@ const oceanAksVirtualNodeGroupResourceLimits: oceanAksVirtualNodeGroup.OceanAksV | **Name** | **Type** | **Description** | | --- | --- | --- | -| maxInstanceCount | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_virtual_node_group#max_instance_count OceanAksVirtualNodeGroup#max_instance_count}. | --- @@ -1540,7 +1540,7 @@ public readonly maxInstanceCount: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_virtual_node_group#max_instance_count OceanAksVirtualNodeGroup#max_instance_count}. --- @@ -1558,9 +1558,9 @@ const oceanAksVirtualNodeGroupTaint: oceanAksVirtualNodeGroup.OceanAksVirtualNod | **Name** | **Type** | **Description** | | --- | --- | --- | -| effect | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/ocean_aks_virtual_node_group#value OceanAksVirtualNodeGroup#value}. | --- @@ -1572,7 +1572,7 @@ public readonly effect: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_virtual_node_group#effect OceanAksVirtualNodeGroup#effect}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_virtual_node_group#effect OceanAksVirtualNodeGroup#effect}. --- @@ -1584,7 +1584,7 @@ public readonly key: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_virtual_node_group#key OceanAksVirtualNodeGroup#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_virtual_node_group#key OceanAksVirtualNodeGroup#key}. --- @@ -1596,7 +1596,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_virtual_node_group#value OceanAksVirtualNodeGroup#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_virtual_node_group#value OceanAksVirtualNodeGroup#value}. --- diff --git a/docs/oceanAws.csharp.md b/docs/oceanAws.csharp.md index 78417cfa6..d08b022b6 100644 --- a/docs/oceanAws.csharp.md +++ b/docs/oceanAws.csharp.md @@ -4,7 +4,7 @@ ### OceanAws -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws spotinst_ocean_aws}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws spotinst_ocean_aws}. #### Initializers @@ -876,7 +876,7 @@ The construct id used in the generated config for the OceanAws to import. The id of the existing OceanAws that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#import import section} in the documentation of this resource for the id to use --- @@ -1975,14 +1975,14 @@ new OceanAwsAutoscaler { | **Name** | **Type** | **Description** | | --- | --- | --- | -| AutoHeadroomPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/ocean_aws#autoscale_cooldown OceanAws#autoscale_cooldown}. | +| AutoHeadroomPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.0/docs/resources/ocean_aws#extended_resource_definitions OceanAws#extended_resource_definitions}. | | ResourceLimits | OceanAwsAutoscalerResourceLimits | resource_limits block. | --- @@ -1995,7 +1995,7 @@ public double AutoHeadroomPercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#auto_headroom_percentage OceanAws#auto_headroom_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#auto_headroom_percentage OceanAws#auto_headroom_percentage}. --- @@ -2007,7 +2007,7 @@ public double AutoscaleCooldown { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#autoscale_cooldown OceanAws#autoscale_cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#autoscale_cooldown OceanAws#autoscale_cooldown}. --- @@ -2021,7 +2021,7 @@ public OceanAwsAutoscalerAutoscaleDown AutoscaleDown { get; set; } autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#autoscale_down OceanAws#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#autoscale_down OceanAws#autoscale_down} --- @@ -2035,7 +2035,7 @@ public OceanAwsAutoscalerAutoscaleHeadroom AutoscaleHeadroom { get; set; } autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#autoscale_headroom OceanAws#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#autoscale_headroom OceanAws#autoscale_headroom} --- @@ -2047,7 +2047,7 @@ public object AutoscaleIsAutoConfig { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws#autoscale_is_auto_config OceanAws#autoscale_is_auto_config}. --- @@ -2059,7 +2059,7 @@ public object AutoscaleIsEnabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#autoscale_is_enabled OceanAws#autoscale_is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#autoscale_is_enabled OceanAws#autoscale_is_enabled}. --- @@ -2071,7 +2071,7 @@ public object EnableAutomaticAndManualHeadroom { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws#enable_automatic_and_manual_headroom OceanAws#enable_automatic_and_manual_headroom}. --- @@ -2083,7 +2083,7 @@ public string[] ExtendedResourceDefinitions { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#extended_resource_definitions OceanAws#extended_resource_definitions}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#extended_resource_definitions OceanAws#extended_resource_definitions}. --- @@ -2097,7 +2097,7 @@ public OceanAwsAutoscalerResourceLimits ResourceLimits { get; set; } resource_limits block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#resource_limits OceanAws#resource_limits} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#resource_limits OceanAws#resource_limits} --- @@ -2119,9 +2119,9 @@ new OceanAwsAutoscalerAutoscaleDown { | **Name** | **Type** | **Description** | | --- | --- | --- | -| EvaluationPeriods | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#evaluation_periods OceanAws#evaluation_periods}. | -| IsAggressiveScaleDownEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#is_aggressive_scale_down_enabled OceanAws#is_aggressive_scale_down_enabled}. | -| MaxScaleDownPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws#evaluation_periods OceanAws#evaluation_periods}. | +| IsAggressiveScaleDownEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#is_aggressive_scale_down_enabled OceanAws#is_aggressive_scale_down_enabled}. | +| MaxScaleDownPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#max_scale_down_percentage OceanAws#max_scale_down_percentage}. | --- @@ -2133,7 +2133,7 @@ public double EvaluationPeriods { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#evaluation_periods OceanAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#evaluation_periods OceanAws#evaluation_periods}. --- @@ -2145,7 +2145,7 @@ public object IsAggressiveScaleDownEnabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#is_aggressive_scale_down_enabled OceanAws#is_aggressive_scale_down_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#is_aggressive_scale_down_enabled OceanAws#is_aggressive_scale_down_enabled}. --- @@ -2157,7 +2157,7 @@ public double MaxScaleDownPercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws#max_scale_down_percentage OceanAws#max_scale_down_percentage}. --- @@ -2180,10 +2180,10 @@ new OceanAwsAutoscalerAutoscaleHeadroom { | **Name** | **Type** | **Description** | | --- | --- | --- | -| CpuPerUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.0/docs/resources/ocean_aws#num_of_units OceanAws#num_of_units}. | --- @@ -2195,7 +2195,7 @@ public double CpuPerUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#cpu_per_unit OceanAws#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#cpu_per_unit OceanAws#cpu_per_unit}. --- @@ -2207,7 +2207,7 @@ public double GpuPerUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#gpu_per_unit OceanAws#gpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#gpu_per_unit OceanAws#gpu_per_unit}. --- @@ -2219,7 +2219,7 @@ public double MemoryPerUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#memory_per_unit OceanAws#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#memory_per_unit OceanAws#memory_per_unit}. --- @@ -2231,7 +2231,7 @@ public double NumOfUnits { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#num_of_units OceanAws#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#num_of_units OceanAws#num_of_units}. --- @@ -2252,8 +2252,8 @@ new OceanAwsAutoscalerResourceLimits { | **Name** | **Type** | **Description** | | --- | --- | --- | -| MaxMemoryGib | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/ocean_aws#max_vcpu OceanAws#max_vcpu}. | +| MaxMemoryGib | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/ocean_aws#max_vcpu OceanAws#max_vcpu}. | --- @@ -2265,7 +2265,7 @@ public double MaxMemoryGib { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#max_memory_gib OceanAws#max_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#max_memory_gib OceanAws#max_memory_gib}. --- @@ -2277,7 +2277,7 @@ public double MaxVcpu { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#max_vcpu OceanAws#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#max_vcpu OceanAws#max_vcpu}. --- @@ -2298,7 +2298,7 @@ new OceanAwsBlockDeviceMappings { | **Name** | **Type** | **Description** | | --- | --- | --- | -| DeviceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#device_name OceanAws#device_name}. | +| DeviceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#device_name OceanAws#device_name}. | | Ebs | OceanAwsBlockDeviceMappingsEbs | ebs block. | --- @@ -2311,7 +2311,7 @@ public string DeviceName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#device_name OceanAws#device_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#device_name OceanAws#device_name}. --- @@ -2325,7 +2325,7 @@ public OceanAwsBlockDeviceMappingsEbs Ebs { get; set; } ebs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#ebs OceanAws#ebs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#ebs OceanAws#ebs} --- @@ -2354,16 +2354,16 @@ new OceanAwsBlockDeviceMappingsEbs { | **Name** | **Type** | **Description** | | --- | --- | --- | -| DeleteOnTermination | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.169.1/docs/resources/ocean_aws#encrypted OceanAws#encrypted}. | -| Iops | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#iops OceanAws#iops}. | -| KmsKeyId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/ocean_aws#snapshot_id OceanAws#snapshot_id}. | -| Throughput | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#throughput OceanAws#throughput}. | -| VolumeSize | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#volume_size OceanAws#volume_size}. | -| VolumeType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#volume_type OceanAws#volume_type}. | +| Encrypted | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#encrypted OceanAws#encrypted}. | +| Iops | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#iops OceanAws#iops}. | +| KmsKeyId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.0/docs/resources/ocean_aws#throughput OceanAws#throughput}. | +| VolumeSize | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/ocean_aws#volume_type OceanAws#volume_type}. | --- @@ -2375,7 +2375,7 @@ public object DeleteOnTermination { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#delete_on_termination OceanAws#delete_on_termination}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#delete_on_termination OceanAws#delete_on_termination}. --- @@ -2389,7 +2389,7 @@ public OceanAwsBlockDeviceMappingsEbsDynamicIops DynamicIops { get; set; } dynamic_iops block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#dynamic_iops OceanAws#dynamic_iops} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#dynamic_iops OceanAws#dynamic_iops} --- @@ -2403,7 +2403,7 @@ public OceanAwsBlockDeviceMappingsEbsDynamicVolumeSize DynamicVolumeSize { get; dynamic_volume_size block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#dynamic_volume_size OceanAws#dynamic_volume_size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#dynamic_volume_size OceanAws#dynamic_volume_size} --- @@ -2415,7 +2415,7 @@ public object Encrypted { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#encrypted OceanAws#encrypted}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#encrypted OceanAws#encrypted}. --- @@ -2427,7 +2427,7 @@ public double Iops { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#iops OceanAws#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#iops OceanAws#iops}. --- @@ -2439,7 +2439,7 @@ public string KmsKeyId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#kms_key_id OceanAws#kms_key_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#kms_key_id OceanAws#kms_key_id}. --- @@ -2451,7 +2451,7 @@ public string SnapshotId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#snapshot_id OceanAws#snapshot_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#snapshot_id OceanAws#snapshot_id}. --- @@ -2463,7 +2463,7 @@ public double Throughput { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#throughput OceanAws#throughput}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#throughput OceanAws#throughput}. --- @@ -2475,7 +2475,7 @@ public double VolumeSize { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#volume_size OceanAws#volume_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#volume_size OceanAws#volume_size}. --- @@ -2487,7 +2487,7 @@ public string VolumeType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#volume_type OceanAws#volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#volume_type OceanAws#volume_type}. --- @@ -2509,9 +2509,9 @@ new OceanAwsBlockDeviceMappingsEbsDynamicIops { | **Name** | **Type** | **Description** | | --- | --- | --- | -| BaseSize | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#base_size OceanAws#base_size}. | -| Resource | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#resource OceanAws#resource}. | -| SizePerResourceUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.0/docs/resources/ocean_aws#resource OceanAws#resource}. | +| SizePerResourceUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#size_per_resource_unit OceanAws#size_per_resource_unit}. | --- @@ -2523,7 +2523,7 @@ public double BaseSize { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#base_size OceanAws#base_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#base_size OceanAws#base_size}. --- @@ -2535,7 +2535,7 @@ public string Resource { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#resource OceanAws#resource}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#resource OceanAws#resource}. --- @@ -2547,7 +2547,7 @@ public double SizePerResourceUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws#size_per_resource_unit OceanAws#size_per_resource_unit}. --- @@ -2569,9 +2569,9 @@ new OceanAwsBlockDeviceMappingsEbsDynamicVolumeSize { | **Name** | **Type** | **Description** | | --- | --- | --- | -| BaseSize | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#base_size OceanAws#base_size}. | -| Resource | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#resource OceanAws#resource}. | -| SizePerResourceUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.0/docs/resources/ocean_aws#resource OceanAws#resource}. | +| SizePerResourceUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#size_per_resource_unit OceanAws#size_per_resource_unit}. | --- @@ -2583,7 +2583,7 @@ public double BaseSize { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#base_size OceanAws#base_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#base_size OceanAws#base_size}. --- @@ -2595,7 +2595,7 @@ public string Resource { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#resource OceanAws#resource}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#resource OceanAws#resource}. --- @@ -2607,7 +2607,7 @@ public double SizePerResourceUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws#size_per_resource_unit OceanAws#size_per_resource_unit}. --- @@ -2627,7 +2627,7 @@ new OceanAwsClusterOrientation { | **Name** | **Type** | **Description** | | --- | --- | --- | -| AvailabilityVsCost | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws#availability_vs_cost OceanAws#availability_vs_cost}. | --- @@ -2639,7 +2639,7 @@ public string AvailabilityVsCost { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#availability_vs_cost OceanAws#availability_vs_cost}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#availability_vs_cost OceanAws#availability_vs_cost}. --- @@ -2712,46 +2712,46 @@ 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.169.1/docs/resources/ocean_aws#security_groups OceanAws#security_groups}. | -| SubnetIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#subnet_ids OceanAws#subnet_ids}. | -| AssociateIpv6Address | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.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.170.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.170.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.169.1/docs/resources/ocean_aws#blacklist OceanAws#blacklist}. | +| Blacklist | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aws#controller_id OceanAws#controller_id}. | -| DesiredCapacity | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#desired_capacity OceanAws#desired_capacity}. | -| DrainingTimeout | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#draining_timeout OceanAws#draining_timeout}. | -| EbsOptimized | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#ebs_optimized OceanAws#ebs_optimized}. | -| FallbackToOndemand | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.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.170.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.170.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.170.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.169.1/docs/resources/ocean_aws#grace_period OceanAws#grace_period}. | -| HealthCheckUnhealthyDurationBeforeReplacement | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#health_check_unhealthy_duration_before_replacement OceanAws#health_check_unhealthy_duration_before_replacement}. | -| IamInstanceProfile | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/ocean_aws#id OceanAws#id}. | -| ImageId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#image_id OceanAws#image_id}. | +| GracePeriod | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#grace_period OceanAws#grace_period}. | +| HealthCheckUnhealthyDurationBeforeReplacement | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#health_check_unhealthy_duration_before_replacement OceanAws#health_check_unhealthy_duration_before_replacement}. | +| IamInstanceProfile | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/ocean_aws#id OceanAws#id}. | +| ImageId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aws#key_name OceanAws#key_name}. | +| KeyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aws#max_size OceanAws#max_size}. | -| MinSize | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#min_size OceanAws#min_size}. | -| Monitoring | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#monitoring OceanAws#monitoring}. | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#name OceanAws#name}. | -| Region | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#region OceanAws#region}. | +| MaxSize | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.0/docs/resources/ocean_aws#monitoring OceanAws#monitoring}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#name OceanAws#name}. | +| Region | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.0/docs/resources/ocean_aws#root_volume_size OceanAws#root_volume_size}. | | ScheduledTask | OceanAwsScheduledTask | scheduled_task block. | -| SpotPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#spot_percentage OceanAws#spot_percentage}. | -| SpreadNodesBy | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.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.169.1/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.169.1/docs/resources/ocean_aws#user_data OceanAws#user_data}. | -| UtilizeCommitments | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#utilize_commitments OceanAws#utilize_commitments}. | -| UtilizeReservedInstances | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/ocean_aws#whitelist OceanAws#whitelist}. | +| UseAsTemplateOnly | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.170.0/docs/resources/ocean_aws#whitelist OceanAws#whitelist}. | --- @@ -2833,7 +2833,7 @@ public string[] SecurityGroups { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#security_groups OceanAws#security_groups}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#security_groups OceanAws#security_groups}. --- @@ -2845,7 +2845,7 @@ public string[] SubnetIds { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#subnet_ids OceanAws#subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#subnet_ids OceanAws#subnet_ids}. --- @@ -2857,7 +2857,7 @@ public object AssociateIpv6Address { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#associate_ipv6_address OceanAws#associate_ipv6_address}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#associate_ipv6_address OceanAws#associate_ipv6_address}. --- @@ -2869,7 +2869,7 @@ public object AssociatePublicIpAddress { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws#associate_public_ip_address OceanAws#associate_public_ip_address}. --- @@ -2883,7 +2883,7 @@ public OceanAwsAutoscaler Autoscaler { get; set; } autoscaler block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#autoscaler OceanAws#autoscaler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#autoscaler OceanAws#autoscaler} --- @@ -2895,7 +2895,7 @@ public string[] Blacklist { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#blacklist OceanAws#blacklist}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#blacklist OceanAws#blacklist}. --- @@ -2909,7 +2909,7 @@ public object BlockDeviceMappings { get; set; } block_device_mappings block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#block_device_mappings OceanAws#block_device_mappings} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#block_device_mappings OceanAws#block_device_mappings} --- @@ -2923,7 +2923,7 @@ public object ClusterOrientation { get; set; } cluster_orientation block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#cluster_orientation OceanAws#cluster_orientation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#cluster_orientation OceanAws#cluster_orientation} --- @@ -2935,7 +2935,7 @@ public string ControllerId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#controller_id OceanAws#controller_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#controller_id OceanAws#controller_id}. --- @@ -2947,7 +2947,7 @@ public double DesiredCapacity { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#desired_capacity OceanAws#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#desired_capacity OceanAws#desired_capacity}. --- @@ -2959,7 +2959,7 @@ public double DrainingTimeout { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#draining_timeout OceanAws#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#draining_timeout OceanAws#draining_timeout}. --- @@ -2971,7 +2971,7 @@ public object EbsOptimized { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#ebs_optimized OceanAws#ebs_optimized}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#ebs_optimized OceanAws#ebs_optimized}. --- @@ -2983,7 +2983,7 @@ public object FallbackToOndemand { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#fallback_to_ondemand OceanAws#fallback_to_ondemand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#fallback_to_ondemand OceanAws#fallback_to_ondemand}. --- @@ -2997,7 +2997,7 @@ public OceanAwsFilters Filters { get; set; } filters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#filters OceanAws#filters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#filters OceanAws#filters} --- @@ -3009,7 +3009,7 @@ public double GracePeriod { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#grace_period OceanAws#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#grace_period OceanAws#grace_period}. --- @@ -3021,7 +3021,7 @@ public double HealthCheckUnhealthyDurationBeforeReplacement { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#health_check_unhealthy_duration_before_replacement OceanAws#health_check_unhealthy_duration_before_replacement}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#health_check_unhealthy_duration_before_replacement OceanAws#health_check_unhealthy_duration_before_replacement}. --- @@ -3033,7 +3033,7 @@ public string IamInstanceProfile { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#iam_instance_profile OceanAws#iam_instance_profile}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#iam_instance_profile OceanAws#iam_instance_profile}. --- @@ -3045,7 +3045,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#id OceanAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. @@ -3060,7 +3060,7 @@ public string ImageId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#image_id OceanAws#image_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#image_id OceanAws#image_id}. --- @@ -3074,7 +3074,7 @@ public OceanAwsInstanceMetadataOptions InstanceMetadataOptions { get; set; } instance_metadata_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#instance_metadata_options OceanAws#instance_metadata_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#instance_metadata_options OceanAws#instance_metadata_options} --- @@ -3086,7 +3086,7 @@ public string KeyName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#key_name OceanAws#key_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#key_name OceanAws#key_name}. --- @@ -3100,7 +3100,7 @@ public object LoadBalancers { get; set; } load_balancers block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#load_balancers OceanAws#load_balancers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#load_balancers OceanAws#load_balancers} --- @@ -3114,7 +3114,7 @@ public OceanAwsLogging Logging { get; set; } logging block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#logging OceanAws#logging} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#logging OceanAws#logging} --- @@ -3126,7 +3126,7 @@ public double MaxSize { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#max_size OceanAws#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#max_size OceanAws#max_size}. --- @@ -3138,7 +3138,7 @@ public double MinSize { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#min_size OceanAws#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#min_size OceanAws#min_size}. --- @@ -3150,7 +3150,7 @@ public object Monitoring { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#monitoring OceanAws#monitoring}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#monitoring OceanAws#monitoring}. --- @@ -3162,7 +3162,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#name OceanAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#name OceanAws#name}. --- @@ -3174,7 +3174,7 @@ public string Region { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#region OceanAws#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#region OceanAws#region}. --- @@ -3188,7 +3188,7 @@ public object ResourceTagSpecification { get; set; } resource_tag_specification block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#resource_tag_specification OceanAws#resource_tag_specification} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#resource_tag_specification OceanAws#resource_tag_specification} --- @@ -3200,7 +3200,7 @@ public double RootVolumeSize { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#root_volume_size OceanAws#root_volume_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#root_volume_size OceanAws#root_volume_size}. --- @@ -3214,7 +3214,7 @@ public OceanAwsScheduledTask ScheduledTask { get; set; } scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#scheduled_task OceanAws#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#scheduled_task OceanAws#scheduled_task} --- @@ -3226,7 +3226,7 @@ public double SpotPercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#spot_percentage OceanAws#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#spot_percentage OceanAws#spot_percentage}. --- @@ -3238,7 +3238,7 @@ public string SpreadNodesBy { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#spread_nodes_by OceanAws#spread_nodes_by}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#spread_nodes_by OceanAws#spread_nodes_by}. --- @@ -3252,7 +3252,7 @@ public object Tags { get; set; } tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#tags OceanAws#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#tags OceanAws#tags} --- @@ -3266,7 +3266,7 @@ public OceanAwsUpdatePolicy UpdatePolicy { get; set; } update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#update_policy OceanAws#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#update_policy OceanAws#update_policy} --- @@ -3278,7 +3278,7 @@ public object UseAsTemplateOnly { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws#use_as_template_only OceanAws#use_as_template_only}. --- @@ -3290,7 +3290,7 @@ public string UserData { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#user_data OceanAws#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#user_data OceanAws#user_data}. --- @@ -3302,7 +3302,7 @@ public object UtilizeCommitments { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#utilize_commitments OceanAws#utilize_commitments}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#utilize_commitments OceanAws#utilize_commitments}. --- @@ -3314,7 +3314,7 @@ public object UtilizeReservedInstances { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#utilize_reserved_instances OceanAws#utilize_reserved_instances}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#utilize_reserved_instances OceanAws#utilize_reserved_instances}. --- @@ -3326,7 +3326,7 @@ public string[] Whitelist { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#whitelist OceanAws#whitelist}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#whitelist OceanAws#whitelist}. --- @@ -3364,25 +3364,25 @@ new OceanAwsFilters { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Architectures | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#architectures OceanAws#architectures}. | -| Categories | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#categories OceanAws#categories}. | -| DiskTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#disk_types OceanAws#disk_types}. | -| ExcludeFamilies | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#exclude_families OceanAws#exclude_families}. | -| ExcludeMetal | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#exclude_metal OceanAws#exclude_metal}. | -| Hypervisor | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#hypervisor OceanAws#hypervisor}. | -| IncludeFamilies | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#include_families OceanAws#include_families}. | -| IsEnaSupported | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/ocean_aws#max_gpu OceanAws#max_gpu}. | -| MaxMemoryGib | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/docs/resources/ocean_aws#max_vcpu OceanAws#max_vcpu}. | -| MinEnis | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#min_enis OceanAws#min_enis}. | -| MinGpu | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#min_gpu OceanAws#min_gpu}. | -| MinMemoryGib | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/docs/resources/ocean_aws#min_vcpu OceanAws#min_vcpu}. | -| RootDeviceTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/ocean_aws#virtualization_types OceanAws#virtualization_types}. | +| Architectures | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#architectures OceanAws#architectures}. | +| Categories | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#categories OceanAws#categories}. | +| DiskTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.0/docs/resources/ocean_aws#hypervisor OceanAws#hypervisor}. | +| IncludeFamilies | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.0/docs/resources/ocean_aws#virtualization_types OceanAws#virtualization_types}. | --- @@ -3394,7 +3394,7 @@ public string[] Architectures { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#architectures OceanAws#architectures}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#architectures OceanAws#architectures}. --- @@ -3406,7 +3406,7 @@ public string[] Categories { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#categories OceanAws#categories}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#categories OceanAws#categories}. --- @@ -3418,7 +3418,7 @@ public string[] DiskTypes { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#disk_types OceanAws#disk_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#disk_types OceanAws#disk_types}. --- @@ -3430,7 +3430,7 @@ public string[] ExcludeFamilies { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#exclude_families OceanAws#exclude_families}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#exclude_families OceanAws#exclude_families}. --- @@ -3442,7 +3442,7 @@ public object ExcludeMetal { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#exclude_metal OceanAws#exclude_metal}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#exclude_metal OceanAws#exclude_metal}. --- @@ -3454,7 +3454,7 @@ public string[] Hypervisor { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#hypervisor OceanAws#hypervisor}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#hypervisor OceanAws#hypervisor}. --- @@ -3466,7 +3466,7 @@ public string[] IncludeFamilies { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#include_families OceanAws#include_families}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#include_families OceanAws#include_families}. --- @@ -3478,7 +3478,7 @@ public string IsEnaSupported { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#is_ena_supported OceanAws#is_ena_supported}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#is_ena_supported OceanAws#is_ena_supported}. --- @@ -3490,7 +3490,7 @@ public double MaxGpu { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#max_gpu OceanAws#max_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#max_gpu OceanAws#max_gpu}. --- @@ -3502,7 +3502,7 @@ public double MaxMemoryGib { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#max_memory_gib OceanAws#max_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#max_memory_gib OceanAws#max_memory_gib}. --- @@ -3514,7 +3514,7 @@ public double MaxNetworkPerformance { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#max_network_performance OceanAws#max_network_performance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#max_network_performance OceanAws#max_network_performance}. --- @@ -3526,7 +3526,7 @@ public double MaxVcpu { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#max_vcpu OceanAws#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#max_vcpu OceanAws#max_vcpu}. --- @@ -3538,7 +3538,7 @@ public double MinEnis { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#min_enis OceanAws#min_enis}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#min_enis OceanAws#min_enis}. --- @@ -3550,7 +3550,7 @@ public double MinGpu { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#min_gpu OceanAws#min_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#min_gpu OceanAws#min_gpu}. --- @@ -3562,7 +3562,7 @@ public double MinMemoryGib { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#min_memory_gib OceanAws#min_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#min_memory_gib OceanAws#min_memory_gib}. --- @@ -3574,7 +3574,7 @@ public double MinNetworkPerformance { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#min_network_performance OceanAws#min_network_performance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#min_network_performance OceanAws#min_network_performance}. --- @@ -3586,7 +3586,7 @@ public double MinVcpu { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#min_vcpu OceanAws#min_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#min_vcpu OceanAws#min_vcpu}. --- @@ -3598,7 +3598,7 @@ public string[] RootDeviceTypes { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#root_device_types OceanAws#root_device_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#root_device_types OceanAws#root_device_types}. --- @@ -3610,7 +3610,7 @@ public string[] VirtualizationTypes { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#virtualization_types OceanAws#virtualization_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#virtualization_types OceanAws#virtualization_types}. --- @@ -3631,8 +3631,8 @@ new OceanAwsInstanceMetadataOptions { | **Name** | **Type** | **Description** | | --- | --- | --- | -| HttpTokens | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#http_tokens OceanAws#http_tokens}. | -| HttpPutResponseHopLimit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.0/docs/resources/ocean_aws#http_put_response_hop_limit OceanAws#http_put_response_hop_limit}. | --- @@ -3644,7 +3644,7 @@ public string HttpTokens { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#http_tokens OceanAws#http_tokens}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#http_tokens OceanAws#http_tokens}. --- @@ -3656,7 +3656,7 @@ public double HttpPutResponseHopLimit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws#http_put_response_hop_limit OceanAws#http_put_response_hop_limit}. --- @@ -3678,9 +3678,9 @@ new OceanAwsLoadBalancers { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Arn | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#arn OceanAws#arn}. | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#name OceanAws#name}. | -| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#type OceanAws#type}. | +| Arn | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#arn OceanAws#arn}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#name OceanAws#name}. | +| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#type OceanAws#type}. | --- @@ -3692,7 +3692,7 @@ public string Arn { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#arn OceanAws#arn}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#arn OceanAws#arn}. --- @@ -3704,7 +3704,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#name OceanAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#name OceanAws#name}. --- @@ -3716,7 +3716,7 @@ public string Type { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#type OceanAws#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#type OceanAws#type}. --- @@ -3750,7 +3750,7 @@ public OceanAwsLoggingExport Export { get; set; } export block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#export OceanAws#export} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#export OceanAws#export} --- @@ -3784,7 +3784,7 @@ public object S3 { get; set; } s3 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#s3 OceanAws#s3} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#s3 OceanAws#s3} --- @@ -3804,7 +3804,7 @@ new OceanAwsLoggingExportS3 { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#id OceanAws#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#id OceanAws#id}. | --- @@ -3816,7 +3816,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#id OceanAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. @@ -3839,7 +3839,7 @@ new OceanAwsResourceTagSpecification { | **Name** | **Type** | **Description** | | --- | --- | --- | -| ShouldTagVolumes | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws#should_tag_volumes OceanAws#should_tag_volumes}. | --- @@ -3851,7 +3851,7 @@ public object ShouldTagVolumes { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#should_tag_volumes OceanAws#should_tag_volumes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#should_tag_volumes OceanAws#should_tag_volumes}. --- @@ -3887,7 +3887,7 @@ public OceanAwsScheduledTaskShutdownHours ShutdownHours { get; set; } shutdown_hours block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#shutdown_hours OceanAws#shutdown_hours} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#shutdown_hours OceanAws#shutdown_hours} --- @@ -3901,7 +3901,7 @@ public object Tasks { get; set; } tasks block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#tasks OceanAws#tasks} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#tasks OceanAws#tasks} --- @@ -3922,8 +3922,8 @@ new OceanAwsScheduledTaskShutdownHours { | **Name** | **Type** | **Description** | | --- | --- | --- | -| TimeWindows | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#time_windows OceanAws#time_windows}. | -| IsEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#is_enabled OceanAws#is_enabled}. | +| TimeWindows | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/ocean_aws#is_enabled OceanAws#is_enabled}. | --- @@ -3935,7 +3935,7 @@ public string[] TimeWindows { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#time_windows OceanAws#time_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#time_windows OceanAws#time_windows}. --- @@ -3947,7 +3947,7 @@ public object IsEnabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#is_enabled OceanAws#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#is_enabled OceanAws#is_enabled}. --- @@ -3970,9 +3970,9 @@ new OceanAwsScheduledTaskTasks { | **Name** | **Type** | **Description** | | --- | --- | --- | -| CronExpression | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#cron_expression OceanAws#cron_expression}. | -| IsEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#is_enabled OceanAws#is_enabled}. | -| TaskType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#task_type OceanAws#task_type}. | +| CronExpression | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.0/docs/resources/ocean_aws#task_type OceanAws#task_type}. | | Parameters | OceanAwsScheduledTaskTasksParameters | parameters block. | --- @@ -3985,7 +3985,7 @@ public string CronExpression { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#cron_expression OceanAws#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#cron_expression OceanAws#cron_expression}. --- @@ -3997,7 +3997,7 @@ public object IsEnabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#is_enabled OceanAws#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#is_enabled OceanAws#is_enabled}. --- @@ -4009,7 +4009,7 @@ public string TaskType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#task_type OceanAws#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#task_type OceanAws#task_type}. --- @@ -4023,7 +4023,7 @@ public OceanAwsScheduledTaskTasksParameters Parameters { get; set; } parameters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#parameters OceanAws#parameters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#parameters OceanAws#parameters} --- @@ -4059,7 +4059,7 @@ public OceanAwsScheduledTaskTasksParametersAmiAutoUpdate AmiAutoUpdate { get; se ami_auto_update block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#ami_auto_update OceanAws#ami_auto_update} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#ami_auto_update OceanAws#ami_auto_update} --- @@ -4073,7 +4073,7 @@ public OceanAwsScheduledTaskTasksParametersParametersClusterRoll ParametersClust parameters_cluster_roll block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#parameters_cluster_roll OceanAws#parameters_cluster_roll} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#parameters_cluster_roll OceanAws#parameters_cluster_roll} --- @@ -4097,9 +4097,9 @@ new OceanAwsScheduledTaskTasksParametersAmiAutoUpdate { | **Name** | **Type** | **Description** | | --- | --- | --- | | AmiAutoUpdateClusterRoll | OceanAwsScheduledTaskTasksParametersAmiAutoUpdateAmiAutoUpdateClusterRoll | ami_auto_update_cluster_roll block. | -| ApplyRoll | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#apply_roll OceanAws#apply_roll}. | -| MinorVersion | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#minor_version OceanAws#minor_version}. | -| Patch | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#patch OceanAws#patch}. | +| ApplyRoll | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#apply_roll OceanAws#apply_roll}. | +| MinorVersion | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#minor_version OceanAws#minor_version}. | +| Patch | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#patch OceanAws#patch}. | --- @@ -4113,7 +4113,7 @@ public OceanAwsScheduledTaskTasksParametersAmiAutoUpdateAmiAutoUpdateClusterRoll ami_auto_update_cluster_roll block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#ami_auto_update_cluster_roll OceanAws#ami_auto_update_cluster_roll} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#ami_auto_update_cluster_roll OceanAws#ami_auto_update_cluster_roll} --- @@ -4125,7 +4125,7 @@ public object ApplyRoll { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#apply_roll OceanAws#apply_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#apply_roll OceanAws#apply_roll}. --- @@ -4137,7 +4137,7 @@ public object MinorVersion { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#minor_version OceanAws#minor_version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#minor_version OceanAws#minor_version}. --- @@ -4149,7 +4149,7 @@ public object Patch { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#patch OceanAws#patch}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#patch OceanAws#patch}. --- @@ -4172,10 +4172,10 @@ new OceanAwsScheduledTaskTasksParametersAmiAutoUpdateAmiAutoUpdateClusterRoll { | **Name** | **Type** | **Description** | | --- | --- | --- | -| BatchMinHealthyPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#batch_min_healthy_percentage OceanAws#batch_min_healthy_percentage}. | -| BatchSizePercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#batch_size_percentage OceanAws#batch_size_percentage}. | -| Comment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#comment OceanAws#comment}. | -| RespectPdb | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. | +| BatchMinHealthyPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#batch_min_healthy_percentage OceanAws#batch_min_healthy_percentage}. | +| BatchSizePercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#batch_size_percentage OceanAws#batch_size_percentage}. | +| Comment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#comment OceanAws#comment}. | +| RespectPdb | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. | --- @@ -4187,7 +4187,7 @@ public double BatchMinHealthyPercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws#batch_min_healthy_percentage OceanAws#batch_min_healthy_percentage}. --- @@ -4199,7 +4199,7 @@ public double BatchSizePercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#batch_size_percentage OceanAws#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#batch_size_percentage OceanAws#batch_size_percentage}. --- @@ -4211,7 +4211,7 @@ public string Comment { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#comment OceanAws#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#comment OceanAws#comment}. --- @@ -4223,7 +4223,7 @@ public object RespectPdb { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. --- @@ -4246,10 +4246,10 @@ new OceanAwsScheduledTaskTasksParametersParametersClusterRoll { | **Name** | **Type** | **Description** | | --- | --- | --- | -| BatchMinHealthyPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#batch_min_healthy_percentage OceanAws#batch_min_healthy_percentage}. | -| BatchSizePercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#batch_size_percentage OceanAws#batch_size_percentage}. | -| Comment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#comment OceanAws#comment}. | -| RespectPdb | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. | +| BatchMinHealthyPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#batch_min_healthy_percentage OceanAws#batch_min_healthy_percentage}. | +| BatchSizePercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#batch_size_percentage OceanAws#batch_size_percentage}. | +| Comment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#comment OceanAws#comment}. | +| RespectPdb | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. | --- @@ -4261,7 +4261,7 @@ public double BatchMinHealthyPercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws#batch_min_healthy_percentage OceanAws#batch_min_healthy_percentage}. --- @@ -4273,7 +4273,7 @@ public double BatchSizePercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#batch_size_percentage OceanAws#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#batch_size_percentage OceanAws#batch_size_percentage}. --- @@ -4285,7 +4285,7 @@ public string Comment { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#comment OceanAws#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#comment OceanAws#comment}. --- @@ -4297,7 +4297,7 @@ public object RespectPdb { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. --- @@ -4318,8 +4318,8 @@ new OceanAwsTags { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#key OceanAws#key}. | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#value OceanAws#value}. | +| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#key OceanAws#key}. | +| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#value OceanAws#value}. | --- @@ -4331,7 +4331,7 @@ public string Key { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#key OceanAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#key OceanAws#key}. --- @@ -4343,7 +4343,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#value OceanAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#value OceanAws#value}. --- @@ -4367,10 +4367,10 @@ new OceanAwsUpdatePolicy { | **Name** | **Type** | **Description** | | --- | --- | --- | -| ShouldRoll | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#should_roll OceanAws#should_roll}. | -| AutoApplyTags | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/ocean_aws#conditioned_roll OceanAws#conditioned_roll}. | -| ConditionedRollParams | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#conditioned_roll_params OceanAws#conditioned_roll_params}. | +| ShouldRoll | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.0/docs/resources/ocean_aws#conditioned_roll OceanAws#conditioned_roll}. | +| ConditionedRollParams | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#conditioned_roll_params OceanAws#conditioned_roll_params}. | | RollConfig | OceanAwsUpdatePolicyRollConfig | roll_config block. | --- @@ -4383,7 +4383,7 @@ public object ShouldRoll { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#should_roll OceanAws#should_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#should_roll OceanAws#should_roll}. --- @@ -4395,7 +4395,7 @@ public object AutoApplyTags { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#auto_apply_tags OceanAws#auto_apply_tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#auto_apply_tags OceanAws#auto_apply_tags}. --- @@ -4407,7 +4407,7 @@ public object ConditionedRoll { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#conditioned_roll OceanAws#conditioned_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#conditioned_roll OceanAws#conditioned_roll}. --- @@ -4419,7 +4419,7 @@ public string[] ConditionedRollParams { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#conditioned_roll_params OceanAws#conditioned_roll_params}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#conditioned_roll_params OceanAws#conditioned_roll_params}. --- @@ -4433,7 +4433,7 @@ public OceanAwsUpdatePolicyRollConfig RollConfig { get; set; } roll_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#roll_config OceanAws#roll_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#roll_config OceanAws#roll_config} --- @@ -4456,10 +4456,10 @@ new OceanAwsUpdatePolicyRollConfig { | **Name** | **Type** | **Description** | | --- | --- | --- | -| BatchSizePercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. | +| BatchSizePercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.0/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. | --- @@ -4471,7 +4471,7 @@ public double BatchSizePercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#batch_size_percentage OceanAws#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#batch_size_percentage OceanAws#batch_size_percentage}. --- @@ -4483,7 +4483,7 @@ public double BatchMinHealthyPercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws#batch_min_healthy_percentage OceanAws#batch_min_healthy_percentage}. --- @@ -4495,7 +4495,7 @@ public string[] LaunchSpecIds { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#launch_spec_ids OceanAws#launch_spec_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#launch_spec_ids OceanAws#launch_spec_ids}. --- @@ -4507,7 +4507,7 @@ public object RespectPdb { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. --- diff --git a/docs/oceanAws.go.md b/docs/oceanAws.go.md index 2e6567baa..684690f76 100644 --- a/docs/oceanAws.go.md +++ b/docs/oceanAws.go.md @@ -4,7 +4,7 @@ ### OceanAws -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws spotinst_ocean_aws}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws spotinst_ocean_aws}. #### Initializers @@ -876,7 +876,7 @@ The construct id used in the generated config for the OceanAws to import. The id of the existing OceanAws that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#import import section} in the documentation of this resource for the id to use --- @@ -1975,14 +1975,14 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| AutoHeadroomPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/ocean_aws#autoscale_cooldown OceanAws#autoscale_cooldown}. | +| AutoHeadroomPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.0/docs/resources/ocean_aws#extended_resource_definitions OceanAws#extended_resource_definitions}. | | ResourceLimits | OceanAwsAutoscalerResourceLimits | resource_limits block. | --- @@ -1995,7 +1995,7 @@ AutoHeadroomPercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#auto_headroom_percentage OceanAws#auto_headroom_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#auto_headroom_percentage OceanAws#auto_headroom_percentage}. --- @@ -2007,7 +2007,7 @@ AutoscaleCooldown *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#autoscale_cooldown OceanAws#autoscale_cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#autoscale_cooldown OceanAws#autoscale_cooldown}. --- @@ -2021,7 +2021,7 @@ AutoscaleDown OceanAwsAutoscalerAutoscaleDown autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#autoscale_down OceanAws#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#autoscale_down OceanAws#autoscale_down} --- @@ -2035,7 +2035,7 @@ AutoscaleHeadroom OceanAwsAutoscalerAutoscaleHeadroom autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#autoscale_headroom OceanAws#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#autoscale_headroom OceanAws#autoscale_headroom} --- @@ -2047,7 +2047,7 @@ AutoscaleIsAutoConfig interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws#autoscale_is_auto_config OceanAws#autoscale_is_auto_config}. --- @@ -2059,7 +2059,7 @@ AutoscaleIsEnabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#autoscale_is_enabled OceanAws#autoscale_is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#autoscale_is_enabled OceanAws#autoscale_is_enabled}. --- @@ -2071,7 +2071,7 @@ EnableAutomaticAndManualHeadroom interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws#enable_automatic_and_manual_headroom OceanAws#enable_automatic_and_manual_headroom}. --- @@ -2083,7 +2083,7 @@ ExtendedResourceDefinitions *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#extended_resource_definitions OceanAws#extended_resource_definitions}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#extended_resource_definitions OceanAws#extended_resource_definitions}. --- @@ -2097,7 +2097,7 @@ ResourceLimits OceanAwsAutoscalerResourceLimits resource_limits block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#resource_limits OceanAws#resource_limits} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#resource_limits OceanAws#resource_limits} --- @@ -2119,9 +2119,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| EvaluationPeriods | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#evaluation_periods OceanAws#evaluation_periods}. | -| IsAggressiveScaleDownEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#is_aggressive_scale_down_enabled OceanAws#is_aggressive_scale_down_enabled}. | -| MaxScaleDownPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws#evaluation_periods OceanAws#evaluation_periods}. | +| IsAggressiveScaleDownEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#is_aggressive_scale_down_enabled OceanAws#is_aggressive_scale_down_enabled}. | +| MaxScaleDownPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#max_scale_down_percentage OceanAws#max_scale_down_percentage}. | --- @@ -2133,7 +2133,7 @@ EvaluationPeriods *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#evaluation_periods OceanAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#evaluation_periods OceanAws#evaluation_periods}. --- @@ -2145,7 +2145,7 @@ IsAggressiveScaleDownEnabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#is_aggressive_scale_down_enabled OceanAws#is_aggressive_scale_down_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#is_aggressive_scale_down_enabled OceanAws#is_aggressive_scale_down_enabled}. --- @@ -2157,7 +2157,7 @@ MaxScaleDownPercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws#max_scale_down_percentage OceanAws#max_scale_down_percentage}. --- @@ -2180,10 +2180,10 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| CpuPerUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.0/docs/resources/ocean_aws#num_of_units OceanAws#num_of_units}. | --- @@ -2195,7 +2195,7 @@ CpuPerUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#cpu_per_unit OceanAws#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#cpu_per_unit OceanAws#cpu_per_unit}. --- @@ -2207,7 +2207,7 @@ GpuPerUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#gpu_per_unit OceanAws#gpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#gpu_per_unit OceanAws#gpu_per_unit}. --- @@ -2219,7 +2219,7 @@ MemoryPerUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#memory_per_unit OceanAws#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#memory_per_unit OceanAws#memory_per_unit}. --- @@ -2231,7 +2231,7 @@ NumOfUnits *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#num_of_units OceanAws#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#num_of_units OceanAws#num_of_units}. --- @@ -2252,8 +2252,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| MaxMemoryGib | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/ocean_aws#max_vcpu OceanAws#max_vcpu}. | +| MaxMemoryGib | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/ocean_aws#max_vcpu OceanAws#max_vcpu}. | --- @@ -2265,7 +2265,7 @@ MaxMemoryGib *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#max_memory_gib OceanAws#max_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#max_memory_gib OceanAws#max_memory_gib}. --- @@ -2277,7 +2277,7 @@ MaxVcpu *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#max_vcpu OceanAws#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#max_vcpu OceanAws#max_vcpu}. --- @@ -2298,7 +2298,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| DeviceName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#device_name OceanAws#device_name}. | +| DeviceName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#device_name OceanAws#device_name}. | | Ebs | OceanAwsBlockDeviceMappingsEbs | ebs block. | --- @@ -2311,7 +2311,7 @@ DeviceName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#device_name OceanAws#device_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#device_name OceanAws#device_name}. --- @@ -2325,7 +2325,7 @@ Ebs OceanAwsBlockDeviceMappingsEbs ebs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#ebs OceanAws#ebs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#ebs OceanAws#ebs} --- @@ -2354,16 +2354,16 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| DeleteOnTermination | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.169.1/docs/resources/ocean_aws#encrypted OceanAws#encrypted}. | -| Iops | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#iops OceanAws#iops}. | -| KmsKeyId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/ocean_aws#snapshot_id OceanAws#snapshot_id}. | -| Throughput | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#throughput OceanAws#throughput}. | -| VolumeSize | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#volume_size OceanAws#volume_size}. | -| VolumeType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#volume_type OceanAws#volume_type}. | +| Encrypted | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#encrypted OceanAws#encrypted}. | +| Iops | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#iops OceanAws#iops}. | +| KmsKeyId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.0/docs/resources/ocean_aws#throughput OceanAws#throughput}. | +| VolumeSize | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/ocean_aws#volume_type OceanAws#volume_type}. | --- @@ -2375,7 +2375,7 @@ DeleteOnTermination interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#delete_on_termination OceanAws#delete_on_termination}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#delete_on_termination OceanAws#delete_on_termination}. --- @@ -2389,7 +2389,7 @@ DynamicIops OceanAwsBlockDeviceMappingsEbsDynamicIops dynamic_iops block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#dynamic_iops OceanAws#dynamic_iops} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#dynamic_iops OceanAws#dynamic_iops} --- @@ -2403,7 +2403,7 @@ DynamicVolumeSize OceanAwsBlockDeviceMappingsEbsDynamicVolumeSize dynamic_volume_size block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#dynamic_volume_size OceanAws#dynamic_volume_size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#dynamic_volume_size OceanAws#dynamic_volume_size} --- @@ -2415,7 +2415,7 @@ Encrypted interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#encrypted OceanAws#encrypted}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#encrypted OceanAws#encrypted}. --- @@ -2427,7 +2427,7 @@ Iops *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#iops OceanAws#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#iops OceanAws#iops}. --- @@ -2439,7 +2439,7 @@ KmsKeyId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#kms_key_id OceanAws#kms_key_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#kms_key_id OceanAws#kms_key_id}. --- @@ -2451,7 +2451,7 @@ SnapshotId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#snapshot_id OceanAws#snapshot_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#snapshot_id OceanAws#snapshot_id}. --- @@ -2463,7 +2463,7 @@ Throughput *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#throughput OceanAws#throughput}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#throughput OceanAws#throughput}. --- @@ -2475,7 +2475,7 @@ VolumeSize *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#volume_size OceanAws#volume_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#volume_size OceanAws#volume_size}. --- @@ -2487,7 +2487,7 @@ VolumeType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#volume_type OceanAws#volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#volume_type OceanAws#volume_type}. --- @@ -2509,9 +2509,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| BaseSize | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#base_size OceanAws#base_size}. | -| Resource | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#resource OceanAws#resource}. | -| SizePerResourceUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.0/docs/resources/ocean_aws#resource OceanAws#resource}. | +| SizePerResourceUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#size_per_resource_unit OceanAws#size_per_resource_unit}. | --- @@ -2523,7 +2523,7 @@ BaseSize *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#base_size OceanAws#base_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#base_size OceanAws#base_size}. --- @@ -2535,7 +2535,7 @@ Resource *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#resource OceanAws#resource}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#resource OceanAws#resource}. --- @@ -2547,7 +2547,7 @@ SizePerResourceUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws#size_per_resource_unit OceanAws#size_per_resource_unit}. --- @@ -2569,9 +2569,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| BaseSize | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#base_size OceanAws#base_size}. | -| Resource | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#resource OceanAws#resource}. | -| SizePerResourceUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.0/docs/resources/ocean_aws#resource OceanAws#resource}. | +| SizePerResourceUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#size_per_resource_unit OceanAws#size_per_resource_unit}. | --- @@ -2583,7 +2583,7 @@ BaseSize *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#base_size OceanAws#base_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#base_size OceanAws#base_size}. --- @@ -2595,7 +2595,7 @@ Resource *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#resource OceanAws#resource}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#resource OceanAws#resource}. --- @@ -2607,7 +2607,7 @@ SizePerResourceUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws#size_per_resource_unit OceanAws#size_per_resource_unit}. --- @@ -2627,7 +2627,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| AvailabilityVsCost | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws#availability_vs_cost OceanAws#availability_vs_cost}. | --- @@ -2639,7 +2639,7 @@ AvailabilityVsCost *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#availability_vs_cost OceanAws#availability_vs_cost}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#availability_vs_cost OceanAws#availability_vs_cost}. --- @@ -2712,46 +2712,46 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws" | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| SecurityGroups | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#security_groups OceanAws#security_groups}. | -| SubnetIds | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#subnet_ids OceanAws#subnet_ids}. | -| AssociateIpv6Address | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.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.170.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.170.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.169.1/docs/resources/ocean_aws#blacklist OceanAws#blacklist}. | +| Blacklist | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aws#controller_id OceanAws#controller_id}. | -| DesiredCapacity | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#desired_capacity OceanAws#desired_capacity}. | -| DrainingTimeout | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#draining_timeout OceanAws#draining_timeout}. | -| EbsOptimized | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#ebs_optimized OceanAws#ebs_optimized}. | -| FallbackToOndemand | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.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.170.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.170.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.170.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.169.1/docs/resources/ocean_aws#grace_period OceanAws#grace_period}. | -| HealthCheckUnhealthyDurationBeforeReplacement | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#health_check_unhealthy_duration_before_replacement OceanAws#health_check_unhealthy_duration_before_replacement}. | -| IamInstanceProfile | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/ocean_aws#id OceanAws#id}. | -| ImageId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#image_id OceanAws#image_id}. | +| GracePeriod | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#grace_period OceanAws#grace_period}. | +| HealthCheckUnhealthyDurationBeforeReplacement | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#health_check_unhealthy_duration_before_replacement OceanAws#health_check_unhealthy_duration_before_replacement}. | +| IamInstanceProfile | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/ocean_aws#id OceanAws#id}. | +| ImageId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aws#key_name OceanAws#key_name}. | +| KeyName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aws#max_size OceanAws#max_size}. | -| MinSize | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#min_size OceanAws#min_size}. | -| Monitoring | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#monitoring OceanAws#monitoring}. | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#name OceanAws#name}. | -| Region | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#region OceanAws#region}. | +| MaxSize | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.0/docs/resources/ocean_aws#monitoring OceanAws#monitoring}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#name OceanAws#name}. | +| Region | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.0/docs/resources/ocean_aws#root_volume_size OceanAws#root_volume_size}. | | ScheduledTask | OceanAwsScheduledTask | scheduled_task block. | -| SpotPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#spot_percentage OceanAws#spot_percentage}. | -| SpreadNodesBy | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.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.169.1/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.169.1/docs/resources/ocean_aws#user_data OceanAws#user_data}. | -| UtilizeCommitments | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#utilize_commitments OceanAws#utilize_commitments}. | -| UtilizeReservedInstances | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/ocean_aws#whitelist OceanAws#whitelist}. | +| UseAsTemplateOnly | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.170.0/docs/resources/ocean_aws#whitelist OceanAws#whitelist}. | --- @@ -2833,7 +2833,7 @@ SecurityGroups *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#security_groups OceanAws#security_groups}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#security_groups OceanAws#security_groups}. --- @@ -2845,7 +2845,7 @@ SubnetIds *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#subnet_ids OceanAws#subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#subnet_ids OceanAws#subnet_ids}. --- @@ -2857,7 +2857,7 @@ AssociateIpv6Address interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#associate_ipv6_address OceanAws#associate_ipv6_address}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#associate_ipv6_address OceanAws#associate_ipv6_address}. --- @@ -2869,7 +2869,7 @@ AssociatePublicIpAddress interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws#associate_public_ip_address OceanAws#associate_public_ip_address}. --- @@ -2883,7 +2883,7 @@ Autoscaler OceanAwsAutoscaler autoscaler block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#autoscaler OceanAws#autoscaler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#autoscaler OceanAws#autoscaler} --- @@ -2895,7 +2895,7 @@ Blacklist *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#blacklist OceanAws#blacklist}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#blacklist OceanAws#blacklist}. --- @@ -2909,7 +2909,7 @@ BlockDeviceMappings interface{} block_device_mappings block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#block_device_mappings OceanAws#block_device_mappings} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#block_device_mappings OceanAws#block_device_mappings} --- @@ -2923,7 +2923,7 @@ ClusterOrientation interface{} cluster_orientation block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#cluster_orientation OceanAws#cluster_orientation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#cluster_orientation OceanAws#cluster_orientation} --- @@ -2935,7 +2935,7 @@ ControllerId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#controller_id OceanAws#controller_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#controller_id OceanAws#controller_id}. --- @@ -2947,7 +2947,7 @@ DesiredCapacity *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#desired_capacity OceanAws#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#desired_capacity OceanAws#desired_capacity}. --- @@ -2959,7 +2959,7 @@ DrainingTimeout *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#draining_timeout OceanAws#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#draining_timeout OceanAws#draining_timeout}. --- @@ -2971,7 +2971,7 @@ EbsOptimized interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#ebs_optimized OceanAws#ebs_optimized}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#ebs_optimized OceanAws#ebs_optimized}. --- @@ -2983,7 +2983,7 @@ FallbackToOndemand interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#fallback_to_ondemand OceanAws#fallback_to_ondemand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#fallback_to_ondemand OceanAws#fallback_to_ondemand}. --- @@ -2997,7 +2997,7 @@ Filters OceanAwsFilters filters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#filters OceanAws#filters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#filters OceanAws#filters} --- @@ -3009,7 +3009,7 @@ GracePeriod *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#grace_period OceanAws#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#grace_period OceanAws#grace_period}. --- @@ -3021,7 +3021,7 @@ HealthCheckUnhealthyDurationBeforeReplacement *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#health_check_unhealthy_duration_before_replacement OceanAws#health_check_unhealthy_duration_before_replacement}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#health_check_unhealthy_duration_before_replacement OceanAws#health_check_unhealthy_duration_before_replacement}. --- @@ -3033,7 +3033,7 @@ IamInstanceProfile *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#iam_instance_profile OceanAws#iam_instance_profile}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#iam_instance_profile OceanAws#iam_instance_profile}. --- @@ -3045,7 +3045,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#id OceanAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. @@ -3060,7 +3060,7 @@ ImageId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#image_id OceanAws#image_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#image_id OceanAws#image_id}. --- @@ -3074,7 +3074,7 @@ InstanceMetadataOptions OceanAwsInstanceMetadataOptions instance_metadata_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#instance_metadata_options OceanAws#instance_metadata_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#instance_metadata_options OceanAws#instance_metadata_options} --- @@ -3086,7 +3086,7 @@ KeyName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#key_name OceanAws#key_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#key_name OceanAws#key_name}. --- @@ -3100,7 +3100,7 @@ LoadBalancers interface{} load_balancers block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#load_balancers OceanAws#load_balancers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#load_balancers OceanAws#load_balancers} --- @@ -3114,7 +3114,7 @@ Logging OceanAwsLogging logging block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#logging OceanAws#logging} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#logging OceanAws#logging} --- @@ -3126,7 +3126,7 @@ MaxSize *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#max_size OceanAws#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#max_size OceanAws#max_size}. --- @@ -3138,7 +3138,7 @@ MinSize *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#min_size OceanAws#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#min_size OceanAws#min_size}. --- @@ -3150,7 +3150,7 @@ Monitoring interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#monitoring OceanAws#monitoring}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#monitoring OceanAws#monitoring}. --- @@ -3162,7 +3162,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#name OceanAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#name OceanAws#name}. --- @@ -3174,7 +3174,7 @@ Region *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#region OceanAws#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#region OceanAws#region}. --- @@ -3188,7 +3188,7 @@ ResourceTagSpecification interface{} resource_tag_specification block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#resource_tag_specification OceanAws#resource_tag_specification} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#resource_tag_specification OceanAws#resource_tag_specification} --- @@ -3200,7 +3200,7 @@ RootVolumeSize *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#root_volume_size OceanAws#root_volume_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#root_volume_size OceanAws#root_volume_size}. --- @@ -3214,7 +3214,7 @@ ScheduledTask OceanAwsScheduledTask scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#scheduled_task OceanAws#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#scheduled_task OceanAws#scheduled_task} --- @@ -3226,7 +3226,7 @@ SpotPercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#spot_percentage OceanAws#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#spot_percentage OceanAws#spot_percentage}. --- @@ -3238,7 +3238,7 @@ SpreadNodesBy *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#spread_nodes_by OceanAws#spread_nodes_by}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#spread_nodes_by OceanAws#spread_nodes_by}. --- @@ -3252,7 +3252,7 @@ Tags interface{} tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#tags OceanAws#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#tags OceanAws#tags} --- @@ -3266,7 +3266,7 @@ UpdatePolicy OceanAwsUpdatePolicy update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#update_policy OceanAws#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#update_policy OceanAws#update_policy} --- @@ -3278,7 +3278,7 @@ UseAsTemplateOnly interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws#use_as_template_only OceanAws#use_as_template_only}. --- @@ -3290,7 +3290,7 @@ UserData *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#user_data OceanAws#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#user_data OceanAws#user_data}. --- @@ -3302,7 +3302,7 @@ UtilizeCommitments interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#utilize_commitments OceanAws#utilize_commitments}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#utilize_commitments OceanAws#utilize_commitments}. --- @@ -3314,7 +3314,7 @@ UtilizeReservedInstances interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#utilize_reserved_instances OceanAws#utilize_reserved_instances}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#utilize_reserved_instances OceanAws#utilize_reserved_instances}. --- @@ -3326,7 +3326,7 @@ Whitelist *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#whitelist OceanAws#whitelist}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#whitelist OceanAws#whitelist}. --- @@ -3364,25 +3364,25 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Architectures | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#architectures OceanAws#architectures}. | -| Categories | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#categories OceanAws#categories}. | -| DiskTypes | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#disk_types OceanAws#disk_types}. | -| ExcludeFamilies | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#exclude_families OceanAws#exclude_families}. | -| ExcludeMetal | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#exclude_metal OceanAws#exclude_metal}. | -| Hypervisor | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#hypervisor OceanAws#hypervisor}. | -| IncludeFamilies | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#include_families OceanAws#include_families}. | -| IsEnaSupported | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/ocean_aws#max_gpu OceanAws#max_gpu}. | -| MaxMemoryGib | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/docs/resources/ocean_aws#max_vcpu OceanAws#max_vcpu}. | -| MinEnis | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#min_enis OceanAws#min_enis}. | -| MinGpu | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#min_gpu OceanAws#min_gpu}. | -| MinMemoryGib | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/docs/resources/ocean_aws#min_vcpu OceanAws#min_vcpu}. | -| RootDeviceTypes | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/ocean_aws#virtualization_types OceanAws#virtualization_types}. | +| Architectures | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#architectures OceanAws#architectures}. | +| Categories | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#categories OceanAws#categories}. | +| DiskTypes | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.0/docs/resources/ocean_aws#hypervisor OceanAws#hypervisor}. | +| IncludeFamilies | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.0/docs/resources/ocean_aws#virtualization_types OceanAws#virtualization_types}. | --- @@ -3394,7 +3394,7 @@ Architectures *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#architectures OceanAws#architectures}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#architectures OceanAws#architectures}. --- @@ -3406,7 +3406,7 @@ Categories *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#categories OceanAws#categories}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#categories OceanAws#categories}. --- @@ -3418,7 +3418,7 @@ DiskTypes *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#disk_types OceanAws#disk_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#disk_types OceanAws#disk_types}. --- @@ -3430,7 +3430,7 @@ ExcludeFamilies *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#exclude_families OceanAws#exclude_families}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#exclude_families OceanAws#exclude_families}. --- @@ -3442,7 +3442,7 @@ ExcludeMetal interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#exclude_metal OceanAws#exclude_metal}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#exclude_metal OceanAws#exclude_metal}. --- @@ -3454,7 +3454,7 @@ Hypervisor *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#hypervisor OceanAws#hypervisor}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#hypervisor OceanAws#hypervisor}. --- @@ -3466,7 +3466,7 @@ IncludeFamilies *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#include_families OceanAws#include_families}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#include_families OceanAws#include_families}. --- @@ -3478,7 +3478,7 @@ IsEnaSupported *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#is_ena_supported OceanAws#is_ena_supported}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#is_ena_supported OceanAws#is_ena_supported}. --- @@ -3490,7 +3490,7 @@ MaxGpu *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#max_gpu OceanAws#max_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#max_gpu OceanAws#max_gpu}. --- @@ -3502,7 +3502,7 @@ MaxMemoryGib *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#max_memory_gib OceanAws#max_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#max_memory_gib OceanAws#max_memory_gib}. --- @@ -3514,7 +3514,7 @@ MaxNetworkPerformance *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#max_network_performance OceanAws#max_network_performance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#max_network_performance OceanAws#max_network_performance}. --- @@ -3526,7 +3526,7 @@ MaxVcpu *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#max_vcpu OceanAws#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#max_vcpu OceanAws#max_vcpu}. --- @@ -3538,7 +3538,7 @@ MinEnis *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#min_enis OceanAws#min_enis}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#min_enis OceanAws#min_enis}. --- @@ -3550,7 +3550,7 @@ MinGpu *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#min_gpu OceanAws#min_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#min_gpu OceanAws#min_gpu}. --- @@ -3562,7 +3562,7 @@ MinMemoryGib *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#min_memory_gib OceanAws#min_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#min_memory_gib OceanAws#min_memory_gib}. --- @@ -3574,7 +3574,7 @@ MinNetworkPerformance *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#min_network_performance OceanAws#min_network_performance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#min_network_performance OceanAws#min_network_performance}. --- @@ -3586,7 +3586,7 @@ MinVcpu *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#min_vcpu OceanAws#min_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#min_vcpu OceanAws#min_vcpu}. --- @@ -3598,7 +3598,7 @@ RootDeviceTypes *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#root_device_types OceanAws#root_device_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#root_device_types OceanAws#root_device_types}. --- @@ -3610,7 +3610,7 @@ VirtualizationTypes *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#virtualization_types OceanAws#virtualization_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#virtualization_types OceanAws#virtualization_types}. --- @@ -3631,8 +3631,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| HttpTokens | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#http_tokens OceanAws#http_tokens}. | -| HttpPutResponseHopLimit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.0/docs/resources/ocean_aws#http_put_response_hop_limit OceanAws#http_put_response_hop_limit}. | --- @@ -3644,7 +3644,7 @@ HttpTokens *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#http_tokens OceanAws#http_tokens}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#http_tokens OceanAws#http_tokens}. --- @@ -3656,7 +3656,7 @@ HttpPutResponseHopLimit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws#http_put_response_hop_limit OceanAws#http_put_response_hop_limit}. --- @@ -3678,9 +3678,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Arn | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#arn OceanAws#arn}. | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#name OceanAws#name}. | -| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#type OceanAws#type}. | +| Arn | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#arn OceanAws#arn}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#name OceanAws#name}. | +| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#type OceanAws#type}. | --- @@ -3692,7 +3692,7 @@ Arn *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#arn OceanAws#arn}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#arn OceanAws#arn}. --- @@ -3704,7 +3704,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#name OceanAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#name OceanAws#name}. --- @@ -3716,7 +3716,7 @@ Type *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#type OceanAws#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#type OceanAws#type}. --- @@ -3750,7 +3750,7 @@ Export OceanAwsLoggingExport export block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#export OceanAws#export} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#export OceanAws#export} --- @@ -3784,7 +3784,7 @@ S3 interface{} s3 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#s3 OceanAws#s3} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#s3 OceanAws#s3} --- @@ -3804,7 +3804,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#id OceanAws#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#id OceanAws#id}. | --- @@ -3816,7 +3816,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#id OceanAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. @@ -3839,7 +3839,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| ShouldTagVolumes | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws#should_tag_volumes OceanAws#should_tag_volumes}. | --- @@ -3851,7 +3851,7 @@ ShouldTagVolumes interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#should_tag_volumes OceanAws#should_tag_volumes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#should_tag_volumes OceanAws#should_tag_volumes}. --- @@ -3887,7 +3887,7 @@ ShutdownHours OceanAwsScheduledTaskShutdownHours shutdown_hours block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#shutdown_hours OceanAws#shutdown_hours} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#shutdown_hours OceanAws#shutdown_hours} --- @@ -3901,7 +3901,7 @@ Tasks interface{} tasks block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#tasks OceanAws#tasks} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#tasks OceanAws#tasks} --- @@ -3922,8 +3922,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| TimeWindows | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#time_windows OceanAws#time_windows}. | -| IsEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#is_enabled OceanAws#is_enabled}. | +| TimeWindows | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/ocean_aws#is_enabled OceanAws#is_enabled}. | --- @@ -3935,7 +3935,7 @@ TimeWindows *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#time_windows OceanAws#time_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#time_windows OceanAws#time_windows}. --- @@ -3947,7 +3947,7 @@ IsEnabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#is_enabled OceanAws#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#is_enabled OceanAws#is_enabled}. --- @@ -3970,9 +3970,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| CronExpression | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#cron_expression OceanAws#cron_expression}. | -| IsEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#is_enabled OceanAws#is_enabled}. | -| TaskType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#task_type OceanAws#task_type}. | +| CronExpression | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.0/docs/resources/ocean_aws#task_type OceanAws#task_type}. | | Parameters | OceanAwsScheduledTaskTasksParameters | parameters block. | --- @@ -3985,7 +3985,7 @@ CronExpression *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#cron_expression OceanAws#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#cron_expression OceanAws#cron_expression}. --- @@ -3997,7 +3997,7 @@ IsEnabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#is_enabled OceanAws#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#is_enabled OceanAws#is_enabled}. --- @@ -4009,7 +4009,7 @@ TaskType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#task_type OceanAws#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#task_type OceanAws#task_type}. --- @@ -4023,7 +4023,7 @@ Parameters OceanAwsScheduledTaskTasksParameters parameters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#parameters OceanAws#parameters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#parameters OceanAws#parameters} --- @@ -4059,7 +4059,7 @@ AmiAutoUpdate OceanAwsScheduledTaskTasksParametersAmiAutoUpdate ami_auto_update block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#ami_auto_update OceanAws#ami_auto_update} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#ami_auto_update OceanAws#ami_auto_update} --- @@ -4073,7 +4073,7 @@ ParametersClusterRoll OceanAwsScheduledTaskTasksParametersParametersClusterRoll parameters_cluster_roll block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#parameters_cluster_roll OceanAws#parameters_cluster_roll} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#parameters_cluster_roll OceanAws#parameters_cluster_roll} --- @@ -4097,9 +4097,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws" | **Name** | **Type** | **Description** | | --- | --- | --- | | AmiAutoUpdateClusterRoll | OceanAwsScheduledTaskTasksParametersAmiAutoUpdateAmiAutoUpdateClusterRoll | ami_auto_update_cluster_roll block. | -| ApplyRoll | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#apply_roll OceanAws#apply_roll}. | -| MinorVersion | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#minor_version OceanAws#minor_version}. | -| Patch | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#patch OceanAws#patch}. | +| ApplyRoll | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#apply_roll OceanAws#apply_roll}. | +| MinorVersion | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#minor_version OceanAws#minor_version}. | +| Patch | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#patch OceanAws#patch}. | --- @@ -4113,7 +4113,7 @@ AmiAutoUpdateClusterRoll OceanAwsScheduledTaskTasksParametersAmiAutoUpdateAmiAut ami_auto_update_cluster_roll block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#ami_auto_update_cluster_roll OceanAws#ami_auto_update_cluster_roll} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#ami_auto_update_cluster_roll OceanAws#ami_auto_update_cluster_roll} --- @@ -4125,7 +4125,7 @@ ApplyRoll interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#apply_roll OceanAws#apply_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#apply_roll OceanAws#apply_roll}. --- @@ -4137,7 +4137,7 @@ MinorVersion interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#minor_version OceanAws#minor_version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#minor_version OceanAws#minor_version}. --- @@ -4149,7 +4149,7 @@ Patch interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#patch OceanAws#patch}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#patch OceanAws#patch}. --- @@ -4172,10 +4172,10 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| BatchMinHealthyPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#batch_min_healthy_percentage OceanAws#batch_min_healthy_percentage}. | -| BatchSizePercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#batch_size_percentage OceanAws#batch_size_percentage}. | -| Comment | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#comment OceanAws#comment}. | -| RespectPdb | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. | +| BatchMinHealthyPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#batch_min_healthy_percentage OceanAws#batch_min_healthy_percentage}. | +| BatchSizePercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#batch_size_percentage OceanAws#batch_size_percentage}. | +| Comment | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#comment OceanAws#comment}. | +| RespectPdb | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. | --- @@ -4187,7 +4187,7 @@ BatchMinHealthyPercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws#batch_min_healthy_percentage OceanAws#batch_min_healthy_percentage}. --- @@ -4199,7 +4199,7 @@ BatchSizePercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#batch_size_percentage OceanAws#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#batch_size_percentage OceanAws#batch_size_percentage}. --- @@ -4211,7 +4211,7 @@ Comment *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#comment OceanAws#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#comment OceanAws#comment}. --- @@ -4223,7 +4223,7 @@ RespectPdb interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. --- @@ -4246,10 +4246,10 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| BatchMinHealthyPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#batch_min_healthy_percentage OceanAws#batch_min_healthy_percentage}. | -| BatchSizePercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#batch_size_percentage OceanAws#batch_size_percentage}. | -| Comment | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#comment OceanAws#comment}. | -| RespectPdb | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. | +| BatchMinHealthyPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#batch_min_healthy_percentage OceanAws#batch_min_healthy_percentage}. | +| BatchSizePercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#batch_size_percentage OceanAws#batch_size_percentage}. | +| Comment | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#comment OceanAws#comment}. | +| RespectPdb | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. | --- @@ -4261,7 +4261,7 @@ BatchMinHealthyPercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws#batch_min_healthy_percentage OceanAws#batch_min_healthy_percentage}. --- @@ -4273,7 +4273,7 @@ BatchSizePercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#batch_size_percentage OceanAws#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#batch_size_percentage OceanAws#batch_size_percentage}. --- @@ -4285,7 +4285,7 @@ Comment *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#comment OceanAws#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#comment OceanAws#comment}. --- @@ -4297,7 +4297,7 @@ RespectPdb interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. --- @@ -4318,8 +4318,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#key OceanAws#key}. | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#value OceanAws#value}. | +| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#key OceanAws#key}. | +| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#value OceanAws#value}. | --- @@ -4331,7 +4331,7 @@ Key *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#key OceanAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#key OceanAws#key}. --- @@ -4343,7 +4343,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#value OceanAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#value OceanAws#value}. --- @@ -4367,10 +4367,10 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| ShouldRoll | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#should_roll OceanAws#should_roll}. | -| AutoApplyTags | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/ocean_aws#conditioned_roll OceanAws#conditioned_roll}. | -| ConditionedRollParams | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#conditioned_roll_params OceanAws#conditioned_roll_params}. | +| ShouldRoll | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.0/docs/resources/ocean_aws#conditioned_roll OceanAws#conditioned_roll}. | +| ConditionedRollParams | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#conditioned_roll_params OceanAws#conditioned_roll_params}. | | RollConfig | OceanAwsUpdatePolicyRollConfig | roll_config block. | --- @@ -4383,7 +4383,7 @@ ShouldRoll interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#should_roll OceanAws#should_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#should_roll OceanAws#should_roll}. --- @@ -4395,7 +4395,7 @@ AutoApplyTags interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#auto_apply_tags OceanAws#auto_apply_tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#auto_apply_tags OceanAws#auto_apply_tags}. --- @@ -4407,7 +4407,7 @@ ConditionedRoll interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#conditioned_roll OceanAws#conditioned_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#conditioned_roll OceanAws#conditioned_roll}. --- @@ -4419,7 +4419,7 @@ ConditionedRollParams *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#conditioned_roll_params OceanAws#conditioned_roll_params}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#conditioned_roll_params OceanAws#conditioned_roll_params}. --- @@ -4433,7 +4433,7 @@ RollConfig OceanAwsUpdatePolicyRollConfig roll_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#roll_config OceanAws#roll_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#roll_config OceanAws#roll_config} --- @@ -4456,10 +4456,10 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws" | **Name** | **Type** | **Description** | | --- | --- | --- | -| BatchSizePercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. | +| BatchSizePercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.0/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. | --- @@ -4471,7 +4471,7 @@ BatchSizePercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#batch_size_percentage OceanAws#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#batch_size_percentage OceanAws#batch_size_percentage}. --- @@ -4483,7 +4483,7 @@ BatchMinHealthyPercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws#batch_min_healthy_percentage OceanAws#batch_min_healthy_percentage}. --- @@ -4495,7 +4495,7 @@ LaunchSpecIds *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#launch_spec_ids OceanAws#launch_spec_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#launch_spec_ids OceanAws#launch_spec_ids}. --- @@ -4507,7 +4507,7 @@ RespectPdb interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. --- diff --git a/docs/oceanAws.java.md b/docs/oceanAws.java.md index f2747e72d..c9690ffbf 100644 --- a/docs/oceanAws.java.md +++ b/docs/oceanAws.java.md @@ -4,7 +4,7 @@ ### OceanAws -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws spotinst_ocean_aws}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws spotinst_ocean_aws}. #### Initializers @@ -90,46 +90,46 @@ 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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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.169.1/docs/resources/ocean_aws#blacklist OceanAws#blacklist}. | +| blacklist | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.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.169.1/docs/resources/ocean_aws#grace_period OceanAws#grace_period}. | -| healthCheckUnhealthyDurationBeforeReplacement | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#health_check_unhealthy_duration_before_replacement OceanAws#health_check_unhealthy_duration_before_replacement}. | -| iamInstanceProfile | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/ocean_aws#id OceanAws#id}. | -| imageId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws#grace_period OceanAws#grace_period}. | +| healthCheckUnhealthyDurationBeforeReplacement | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#health_check_unhealthy_duration_before_replacement OceanAws#health_check_unhealthy_duration_before_replacement}. | +| iamInstanceProfile | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.169.1/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.170.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.169.1/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.169.1/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.169.1/docs/resources/ocean_aws#monitoring OceanAws#monitoring}. | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#name OceanAws#name}. | -| region | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#region OceanAws#region}. | +| maxSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.170.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.169.1/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.170.0/docs/resources/ocean_aws#root_volume_size OceanAws#root_volume_size}. | | scheduledTask | OceanAwsScheduledTask | scheduled_task block. | -| spotPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.0/docs/resources/ocean_aws#whitelist OceanAws#whitelist}. | --- @@ -197,7 +197,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.169.1/docs/resources/ocean_aws#security_groups OceanAws#security_groups}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#security_groups OceanAws#security_groups}. --- @@ -205,7 +205,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.169.1/docs/resources/ocean_aws#subnet_ids OceanAws#subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#subnet_ids OceanAws#subnet_ids}. --- @@ -213,7 +213,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#associate_ipv6_address OceanAws#associate_ipv6_address}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#associate_ipv6_address OceanAws#associate_ipv6_address}. --- @@ -221,7 +221,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.169.1/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.170.0/docs/resources/ocean_aws#associate_public_ip_address OceanAws#associate_public_ip_address}. --- @@ -231,7 +231,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.169.1/docs/resources/ocean_aws#autoscaler OceanAws#autoscaler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#autoscaler OceanAws#autoscaler} --- @@ -239,7 +239,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.169.1/docs/resources/ocean_aws#blacklist OceanAws#blacklist}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#blacklist OceanAws#blacklist}. --- @@ -249,7 +249,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.169.1/docs/resources/ocean_aws#block_device_mappings OceanAws#block_device_mappings} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#block_device_mappings OceanAws#block_device_mappings} --- @@ -259,7 +259,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.169.1/docs/resources/ocean_aws#cluster_orientation OceanAws#cluster_orientation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#cluster_orientation OceanAws#cluster_orientation} --- @@ -267,7 +267,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#controller_id OceanAws#controller_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#controller_id OceanAws#controller_id}. --- @@ -275,7 +275,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.169.1/docs/resources/ocean_aws#desired_capacity OceanAws#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#desired_capacity OceanAws#desired_capacity}. --- @@ -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.169.1/docs/resources/ocean_aws#draining_timeout OceanAws#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#draining_timeout OceanAws#draining_timeout}. --- @@ -291,7 +291,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.169.1/docs/resources/ocean_aws#ebs_optimized OceanAws#ebs_optimized}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#ebs_optimized OceanAws#ebs_optimized}. --- @@ -299,7 +299,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.169.1/docs/resources/ocean_aws#fallback_to_ondemand OceanAws#fallback_to_ondemand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#fallback_to_ondemand OceanAws#fallback_to_ondemand}. --- @@ -309,7 +309,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.169.1/docs/resources/ocean_aws#filters OceanAws#filters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#filters OceanAws#filters} --- @@ -317,7 +317,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.169.1/docs/resources/ocean_aws#grace_period OceanAws#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#grace_period OceanAws#grace_period}. --- @@ -325,7 +325,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.169.1/docs/resources/ocean_aws#health_check_unhealthy_duration_before_replacement OceanAws#health_check_unhealthy_duration_before_replacement}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#health_check_unhealthy_duration_before_replacement OceanAws#health_check_unhealthy_duration_before_replacement}. --- @@ -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.169.1/docs/resources/ocean_aws#iam_instance_profile OceanAws#iam_instance_profile}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#iam_instance_profile OceanAws#iam_instance_profile}. --- @@ -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.169.1/docs/resources/ocean_aws#id OceanAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. @@ -352,7 +352,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.169.1/docs/resources/ocean_aws#image_id OceanAws#image_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#image_id OceanAws#image_id}. --- @@ -362,7 +362,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.169.1/docs/resources/ocean_aws#instance_metadata_options OceanAws#instance_metadata_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#instance_metadata_options OceanAws#instance_metadata_options} --- @@ -370,7 +370,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#key_name OceanAws#key_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#key_name OceanAws#key_name}. --- @@ -380,7 +380,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.169.1/docs/resources/ocean_aws#load_balancers OceanAws#load_balancers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#load_balancers OceanAws#load_balancers} --- @@ -390,7 +390,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.169.1/docs/resources/ocean_aws#logging OceanAws#logging} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#logging OceanAws#logging} --- @@ -398,7 +398,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.169.1/docs/resources/ocean_aws#max_size OceanAws#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#max_size OceanAws#max_size}. --- @@ -406,7 +406,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.169.1/docs/resources/ocean_aws#min_size OceanAws#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#min_size OceanAws#min_size}. --- @@ -414,7 +414,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.169.1/docs/resources/ocean_aws#monitoring OceanAws#monitoring}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#monitoring OceanAws#monitoring}. --- @@ -422,7 +422,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#name OceanAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#name OceanAws#name}. --- @@ -430,7 +430,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#region OceanAws#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#region OceanAws#region}. --- @@ -440,7 +440,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.169.1/docs/resources/ocean_aws#resource_tag_specification OceanAws#resource_tag_specification} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#resource_tag_specification OceanAws#resource_tag_specification} --- @@ -448,7 +448,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.169.1/docs/resources/ocean_aws#root_volume_size OceanAws#root_volume_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#root_volume_size OceanAws#root_volume_size}. --- @@ -458,7 +458,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.169.1/docs/resources/ocean_aws#scheduled_task OceanAws#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#scheduled_task OceanAws#scheduled_task} --- @@ -466,7 +466,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#spot_percentage OceanAws#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#spot_percentage OceanAws#spot_percentage}. --- @@ -474,7 +474,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#spread_nodes_by OceanAws#spread_nodes_by}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#spread_nodes_by OceanAws#spread_nodes_by}. --- @@ -484,7 +484,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.169.1/docs/resources/ocean_aws#tags OceanAws#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#tags OceanAws#tags} --- @@ -494,7 +494,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.169.1/docs/resources/ocean_aws#update_policy OceanAws#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#update_policy OceanAws#update_policy} --- @@ -502,7 +502,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.169.1/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.170.0/docs/resources/ocean_aws#use_as_template_only OceanAws#use_as_template_only}. --- @@ -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.169.1/docs/resources/ocean_aws#user_data OceanAws#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#user_data OceanAws#user_data}. --- @@ -518,7 +518,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.169.1/docs/resources/ocean_aws#utilize_commitments OceanAws#utilize_commitments}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#utilize_commitments OceanAws#utilize_commitments}. --- @@ -526,7 +526,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.169.1/docs/resources/ocean_aws#utilize_reserved_instances OceanAws#utilize_reserved_instances}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#utilize_reserved_instances OceanAws#utilize_reserved_instances}. --- @@ -534,7 +534,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.169.1/docs/resources/ocean_aws#whitelist OceanAws#whitelist}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#whitelist OceanAws#whitelist}. --- @@ -1370,7 +1370,7 @@ The construct id used in the generated config for the OceanAws to import. The id of the existing OceanAws that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#import import section} in the documentation of this resource for the id to use --- @@ -2472,14 +2472,14 @@ OceanAwsAutoscaler.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| autoHeadroomPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.0/docs/resources/ocean_aws#extended_resource_definitions OceanAws#extended_resource_definitions}. | | resourceLimits | OceanAwsAutoscalerResourceLimits | resource_limits block. | --- @@ -2492,7 +2492,7 @@ public java.lang.Number getAutoHeadroomPercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#auto_headroom_percentage OceanAws#auto_headroom_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#auto_headroom_percentage OceanAws#auto_headroom_percentage}. --- @@ -2504,7 +2504,7 @@ public java.lang.Number getAutoscaleCooldown(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#autoscale_cooldown OceanAws#autoscale_cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#autoscale_cooldown OceanAws#autoscale_cooldown}. --- @@ -2518,7 +2518,7 @@ public OceanAwsAutoscalerAutoscaleDown getAutoscaleDown(); autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#autoscale_down OceanAws#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#autoscale_down OceanAws#autoscale_down} --- @@ -2532,7 +2532,7 @@ public OceanAwsAutoscalerAutoscaleHeadroom getAutoscaleHeadroom(); autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#autoscale_headroom OceanAws#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#autoscale_headroom OceanAws#autoscale_headroom} --- @@ -2544,7 +2544,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.169.1/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.170.0/docs/resources/ocean_aws#autoscale_is_auto_config OceanAws#autoscale_is_auto_config}. --- @@ -2556,7 +2556,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.169.1/docs/resources/ocean_aws#autoscale_is_enabled OceanAws#autoscale_is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#autoscale_is_enabled OceanAws#autoscale_is_enabled}. --- @@ -2568,7 +2568,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.169.1/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.170.0/docs/resources/ocean_aws#enable_automatic_and_manual_headroom OceanAws#enable_automatic_and_manual_headroom}. --- @@ -2580,7 +2580,7 @@ public java.util.List getExtendedResourceDefinitions(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#extended_resource_definitions OceanAws#extended_resource_definitions}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#extended_resource_definitions OceanAws#extended_resource_definitions}. --- @@ -2594,7 +2594,7 @@ public OceanAwsAutoscalerResourceLimits getResourceLimits(); resource_limits block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#resource_limits OceanAws#resource_limits} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#resource_limits OceanAws#resource_limits} --- @@ -2617,9 +2617,9 @@ OceanAwsAutoscalerAutoscaleDown.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| evaluationPeriods | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#evaluation_periods OceanAws#evaluation_periods}. | -| isAggressiveScaleDownEnabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#is_aggressive_scale_down_enabled OceanAws#is_aggressive_scale_down_enabled}. | -| maxScaleDownPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws#evaluation_periods OceanAws#evaluation_periods}. | +| isAggressiveScaleDownEnabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#is_aggressive_scale_down_enabled OceanAws#is_aggressive_scale_down_enabled}. | +| maxScaleDownPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#max_scale_down_percentage OceanAws#max_scale_down_percentage}. | --- @@ -2631,7 +2631,7 @@ public java.lang.Number getEvaluationPeriods(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#evaluation_periods OceanAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#evaluation_periods OceanAws#evaluation_periods}. --- @@ -2643,7 +2643,7 @@ public java.lang.Object getIsAggressiveScaleDownEnabled(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#is_aggressive_scale_down_enabled OceanAws#is_aggressive_scale_down_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#is_aggressive_scale_down_enabled OceanAws#is_aggressive_scale_down_enabled}. --- @@ -2655,7 +2655,7 @@ public java.lang.Number getMaxScaleDownPercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws#max_scale_down_percentage OceanAws#max_scale_down_percentage}. --- @@ -2678,10 +2678,10 @@ OceanAwsAutoscalerAutoscaleHeadroom.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| cpuPerUnit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.0/docs/resources/ocean_aws#num_of_units OceanAws#num_of_units}. | --- @@ -2693,7 +2693,7 @@ public java.lang.Number getCpuPerUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#cpu_per_unit OceanAws#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#cpu_per_unit OceanAws#cpu_per_unit}. --- @@ -2705,7 +2705,7 @@ public java.lang.Number getGpuPerUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#gpu_per_unit OceanAws#gpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#gpu_per_unit OceanAws#gpu_per_unit}. --- @@ -2717,7 +2717,7 @@ public java.lang.Number getMemoryPerUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#memory_per_unit OceanAws#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#memory_per_unit OceanAws#memory_per_unit}. --- @@ -2729,7 +2729,7 @@ public java.lang.Number getNumOfUnits(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#num_of_units OceanAws#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#num_of_units OceanAws#num_of_units}. --- @@ -2750,8 +2750,8 @@ OceanAwsAutoscalerResourceLimits.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| maxMemoryGib | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_aws#max_vcpu OceanAws#max_vcpu}. | --- @@ -2763,7 +2763,7 @@ public java.lang.Number getMaxMemoryGib(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#max_memory_gib OceanAws#max_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#max_memory_gib OceanAws#max_memory_gib}. --- @@ -2775,7 +2775,7 @@ public java.lang.Number getMaxVcpu(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#max_vcpu OceanAws#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#max_vcpu OceanAws#max_vcpu}. --- @@ -2796,7 +2796,7 @@ OceanAwsBlockDeviceMappings.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| deviceName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws#device_name OceanAws#device_name}. | | ebs | OceanAwsBlockDeviceMappingsEbs | ebs block. | --- @@ -2809,7 +2809,7 @@ public java.lang.String getDeviceName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#device_name OceanAws#device_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#device_name OceanAws#device_name}. --- @@ -2823,7 +2823,7 @@ public OceanAwsBlockDeviceMappingsEbs getEbs(); ebs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#ebs OceanAws#ebs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#ebs OceanAws#ebs} --- @@ -2854,16 +2854,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.169.1/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.170.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.169.1/docs/resources/ocean_aws#encrypted OceanAws#encrypted}. | -| iops | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#iops OceanAws#iops}. | -| kmsKeyId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/docs/resources/ocean_aws#throughput OceanAws#throughput}. | -| volumeSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.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.170.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.170.0/docs/resources/ocean_aws#volume_type OceanAws#volume_type}. | --- @@ -2875,7 +2875,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.169.1/docs/resources/ocean_aws#delete_on_termination OceanAws#delete_on_termination}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#delete_on_termination OceanAws#delete_on_termination}. --- @@ -2889,7 +2889,7 @@ public OceanAwsBlockDeviceMappingsEbsDynamicIops getDynamicIops(); dynamic_iops block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#dynamic_iops OceanAws#dynamic_iops} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#dynamic_iops OceanAws#dynamic_iops} --- @@ -2903,7 +2903,7 @@ public OceanAwsBlockDeviceMappingsEbsDynamicVolumeSize getDynamicVolumeSize(); dynamic_volume_size block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#dynamic_volume_size OceanAws#dynamic_volume_size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#dynamic_volume_size OceanAws#dynamic_volume_size} --- @@ -2915,7 +2915,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.169.1/docs/resources/ocean_aws#encrypted OceanAws#encrypted}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#encrypted OceanAws#encrypted}. --- @@ -2927,7 +2927,7 @@ public java.lang.Number getIops(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#iops OceanAws#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#iops OceanAws#iops}. --- @@ -2939,7 +2939,7 @@ public java.lang.String getKmsKeyId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#kms_key_id OceanAws#kms_key_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#kms_key_id OceanAws#kms_key_id}. --- @@ -2951,7 +2951,7 @@ public java.lang.String getSnapshotId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#snapshot_id OceanAws#snapshot_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#snapshot_id OceanAws#snapshot_id}. --- @@ -2963,7 +2963,7 @@ public java.lang.Number getThroughput(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#throughput OceanAws#throughput}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#throughput OceanAws#throughput}. --- @@ -2975,7 +2975,7 @@ public java.lang.Number getVolumeSize(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#volume_size OceanAws#volume_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#volume_size OceanAws#volume_size}. --- @@ -2987,7 +2987,7 @@ public java.lang.String getVolumeType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#volume_type OceanAws#volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#volume_type OceanAws#volume_type}. --- @@ -3009,9 +3009,9 @@ OceanAwsBlockDeviceMappingsEbsDynamicIops.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| baseSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/ocean_aws#resource OceanAws#resource}. | -| sizePerResourceUnit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.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.170.0/docs/resources/ocean_aws#size_per_resource_unit OceanAws#size_per_resource_unit}. | --- @@ -3023,7 +3023,7 @@ public java.lang.Number getBaseSize(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#base_size OceanAws#base_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#base_size OceanAws#base_size}. --- @@ -3035,7 +3035,7 @@ public java.lang.String getResource(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#resource OceanAws#resource}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#resource OceanAws#resource}. --- @@ -3047,7 +3047,7 @@ public java.lang.Number getSizePerResourceUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws#size_per_resource_unit OceanAws#size_per_resource_unit}. --- @@ -3069,9 +3069,9 @@ OceanAwsBlockDeviceMappingsEbsDynamicVolumeSize.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| baseSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/ocean_aws#resource OceanAws#resource}. | -| sizePerResourceUnit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.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.170.0/docs/resources/ocean_aws#size_per_resource_unit OceanAws#size_per_resource_unit}. | --- @@ -3083,7 +3083,7 @@ public java.lang.Number getBaseSize(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#base_size OceanAws#base_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#base_size OceanAws#base_size}. --- @@ -3095,7 +3095,7 @@ public java.lang.String getResource(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#resource OceanAws#resource}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#resource OceanAws#resource}. --- @@ -3107,7 +3107,7 @@ public java.lang.Number getSizePerResourceUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws#size_per_resource_unit OceanAws#size_per_resource_unit}. --- @@ -3127,7 +3127,7 @@ OceanAwsClusterOrientation.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| availabilityVsCost | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws#availability_vs_cost OceanAws#availability_vs_cost}. | --- @@ -3139,7 +3139,7 @@ public java.lang.String getAvailabilityVsCost(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#availability_vs_cost OceanAws#availability_vs_cost}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#availability_vs_cost OceanAws#availability_vs_cost}. --- @@ -3229,46 +3229,46 @@ 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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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.169.1/docs/resources/ocean_aws#blacklist OceanAws#blacklist}. | +| blacklist | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.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.169.1/docs/resources/ocean_aws#grace_period OceanAws#grace_period}. | -| healthCheckUnhealthyDurationBeforeReplacement | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#health_check_unhealthy_duration_before_replacement OceanAws#health_check_unhealthy_duration_before_replacement}. | -| iamInstanceProfile | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/ocean_aws#id OceanAws#id}. | -| imageId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws#grace_period OceanAws#grace_period}. | +| healthCheckUnhealthyDurationBeforeReplacement | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#health_check_unhealthy_duration_before_replacement OceanAws#health_check_unhealthy_duration_before_replacement}. | +| iamInstanceProfile | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.169.1/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.170.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.169.1/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.169.1/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.169.1/docs/resources/ocean_aws#monitoring OceanAws#monitoring}. | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#name OceanAws#name}. | -| region | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#region OceanAws#region}. | +| maxSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.170.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.169.1/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.170.0/docs/resources/ocean_aws#root_volume_size OceanAws#root_volume_size}. | | scheduledTask | OceanAwsScheduledTask | scheduled_task block. | -| spotPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.0/docs/resources/ocean_aws#whitelist OceanAws#whitelist}. | --- @@ -3350,7 +3350,7 @@ public java.util.List getSecurityGroups(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#security_groups OceanAws#security_groups}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#security_groups OceanAws#security_groups}. --- @@ -3362,7 +3362,7 @@ public java.util.List getSubnetIds(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#subnet_ids OceanAws#subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#subnet_ids OceanAws#subnet_ids}. --- @@ -3374,7 +3374,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.169.1/docs/resources/ocean_aws#associate_ipv6_address OceanAws#associate_ipv6_address}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#associate_ipv6_address OceanAws#associate_ipv6_address}. --- @@ -3386,7 +3386,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.169.1/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.170.0/docs/resources/ocean_aws#associate_public_ip_address OceanAws#associate_public_ip_address}. --- @@ -3400,7 +3400,7 @@ public OceanAwsAutoscaler getAutoscaler(); autoscaler block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#autoscaler OceanAws#autoscaler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#autoscaler OceanAws#autoscaler} --- @@ -3412,7 +3412,7 @@ public java.util.List getBlacklist(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#blacklist OceanAws#blacklist}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#blacklist OceanAws#blacklist}. --- @@ -3426,7 +3426,7 @@ public java.lang.Object getBlockDeviceMappings(); block_device_mappings block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#block_device_mappings OceanAws#block_device_mappings} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#block_device_mappings OceanAws#block_device_mappings} --- @@ -3440,7 +3440,7 @@ public java.lang.Object getClusterOrientation(); cluster_orientation block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#cluster_orientation OceanAws#cluster_orientation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#cluster_orientation OceanAws#cluster_orientation} --- @@ -3452,7 +3452,7 @@ public java.lang.String getControllerId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#controller_id OceanAws#controller_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#controller_id OceanAws#controller_id}. --- @@ -3464,7 +3464,7 @@ public java.lang.Number getDesiredCapacity(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#desired_capacity OceanAws#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#desired_capacity OceanAws#desired_capacity}. --- @@ -3476,7 +3476,7 @@ public java.lang.Number getDrainingTimeout(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#draining_timeout OceanAws#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#draining_timeout OceanAws#draining_timeout}. --- @@ -3488,7 +3488,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.169.1/docs/resources/ocean_aws#ebs_optimized OceanAws#ebs_optimized}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#ebs_optimized OceanAws#ebs_optimized}. --- @@ -3500,7 +3500,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.169.1/docs/resources/ocean_aws#fallback_to_ondemand OceanAws#fallback_to_ondemand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#fallback_to_ondemand OceanAws#fallback_to_ondemand}. --- @@ -3514,7 +3514,7 @@ public OceanAwsFilters getFilters(); filters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#filters OceanAws#filters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#filters OceanAws#filters} --- @@ -3526,7 +3526,7 @@ public java.lang.Number getGracePeriod(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#grace_period OceanAws#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#grace_period OceanAws#grace_period}. --- @@ -3538,7 +3538,7 @@ public java.lang.Number getHealthCheckUnhealthyDurationBeforeReplacement(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#health_check_unhealthy_duration_before_replacement OceanAws#health_check_unhealthy_duration_before_replacement}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#health_check_unhealthy_duration_before_replacement OceanAws#health_check_unhealthy_duration_before_replacement}. --- @@ -3550,7 +3550,7 @@ public java.lang.String getIamInstanceProfile(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#iam_instance_profile OceanAws#iam_instance_profile}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#iam_instance_profile OceanAws#iam_instance_profile}. --- @@ -3562,7 +3562,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#id OceanAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. @@ -3577,7 +3577,7 @@ public java.lang.String getImageId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#image_id OceanAws#image_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#image_id OceanAws#image_id}. --- @@ -3591,7 +3591,7 @@ public OceanAwsInstanceMetadataOptions getInstanceMetadataOptions(); instance_metadata_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#instance_metadata_options OceanAws#instance_metadata_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#instance_metadata_options OceanAws#instance_metadata_options} --- @@ -3603,7 +3603,7 @@ public java.lang.String getKeyName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#key_name OceanAws#key_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#key_name OceanAws#key_name}. --- @@ -3617,7 +3617,7 @@ public java.lang.Object getLoadBalancers(); load_balancers block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#load_balancers OceanAws#load_balancers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#load_balancers OceanAws#load_balancers} --- @@ -3631,7 +3631,7 @@ public OceanAwsLogging getLogging(); logging block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#logging OceanAws#logging} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#logging OceanAws#logging} --- @@ -3643,7 +3643,7 @@ public java.lang.Number getMaxSize(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#max_size OceanAws#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#max_size OceanAws#max_size}. --- @@ -3655,7 +3655,7 @@ public java.lang.Number getMinSize(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#min_size OceanAws#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#min_size OceanAws#min_size}. --- @@ -3667,7 +3667,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.169.1/docs/resources/ocean_aws#monitoring OceanAws#monitoring}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#monitoring OceanAws#monitoring}. --- @@ -3679,7 +3679,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#name OceanAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#name OceanAws#name}. --- @@ -3691,7 +3691,7 @@ public java.lang.String getRegion(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#region OceanAws#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#region OceanAws#region}. --- @@ -3705,7 +3705,7 @@ public java.lang.Object getResourceTagSpecification(); resource_tag_specification block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#resource_tag_specification OceanAws#resource_tag_specification} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#resource_tag_specification OceanAws#resource_tag_specification} --- @@ -3717,7 +3717,7 @@ public java.lang.Number getRootVolumeSize(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#root_volume_size OceanAws#root_volume_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#root_volume_size OceanAws#root_volume_size}. --- @@ -3731,7 +3731,7 @@ public OceanAwsScheduledTask getScheduledTask(); scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#scheduled_task OceanAws#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#scheduled_task OceanAws#scheduled_task} --- @@ -3743,7 +3743,7 @@ public java.lang.Number getSpotPercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#spot_percentage OceanAws#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#spot_percentage OceanAws#spot_percentage}. --- @@ -3755,7 +3755,7 @@ public java.lang.String getSpreadNodesBy(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#spread_nodes_by OceanAws#spread_nodes_by}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#spread_nodes_by OceanAws#spread_nodes_by}. --- @@ -3769,7 +3769,7 @@ public java.lang.Object getTags(); tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#tags OceanAws#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#tags OceanAws#tags} --- @@ -3783,7 +3783,7 @@ public OceanAwsUpdatePolicy getUpdatePolicy(); update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#update_policy OceanAws#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#update_policy OceanAws#update_policy} --- @@ -3795,7 +3795,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.169.1/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.170.0/docs/resources/ocean_aws#use_as_template_only OceanAws#use_as_template_only}. --- @@ -3807,7 +3807,7 @@ public java.lang.String getUserData(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#user_data OceanAws#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#user_data OceanAws#user_data}. --- @@ -3819,7 +3819,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.169.1/docs/resources/ocean_aws#utilize_commitments OceanAws#utilize_commitments}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#utilize_commitments OceanAws#utilize_commitments}. --- @@ -3831,7 +3831,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.169.1/docs/resources/ocean_aws#utilize_reserved_instances OceanAws#utilize_reserved_instances}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#utilize_reserved_instances OceanAws#utilize_reserved_instances}. --- @@ -3843,7 +3843,7 @@ public java.util.List getWhitelist(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#whitelist OceanAws#whitelist}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#whitelist OceanAws#whitelist}. --- @@ -3882,25 +3882,25 @@ OceanAwsFilters.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| architectures | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#architectures OceanAws#architectures}. | -| categories | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#categories OceanAws#categories}. | -| diskTypes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/docs/resources/ocean_aws#hypervisor OceanAws#hypervisor}. | -| includeFamilies | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.0/docs/resources/ocean_aws#virtualization_types OceanAws#virtualization_types}. | --- @@ -3912,7 +3912,7 @@ public java.util.List getArchitectures(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#architectures OceanAws#architectures}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#architectures OceanAws#architectures}. --- @@ -3924,7 +3924,7 @@ public java.util.List getCategories(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#categories OceanAws#categories}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#categories OceanAws#categories}. --- @@ -3936,7 +3936,7 @@ public java.util.List getDiskTypes(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#disk_types OceanAws#disk_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#disk_types OceanAws#disk_types}. --- @@ -3948,7 +3948,7 @@ public java.util.List getExcludeFamilies(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#exclude_families OceanAws#exclude_families}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#exclude_families OceanAws#exclude_families}. --- @@ -3960,7 +3960,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.169.1/docs/resources/ocean_aws#exclude_metal OceanAws#exclude_metal}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#exclude_metal OceanAws#exclude_metal}. --- @@ -3972,7 +3972,7 @@ public java.util.List getHypervisor(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#hypervisor OceanAws#hypervisor}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#hypervisor OceanAws#hypervisor}. --- @@ -3984,7 +3984,7 @@ public java.util.List getIncludeFamilies(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#include_families OceanAws#include_families}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#include_families OceanAws#include_families}. --- @@ -3996,7 +3996,7 @@ public java.lang.String getIsEnaSupported(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#is_ena_supported OceanAws#is_ena_supported}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#is_ena_supported OceanAws#is_ena_supported}. --- @@ -4008,7 +4008,7 @@ public java.lang.Number getMaxGpu(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#max_gpu OceanAws#max_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#max_gpu OceanAws#max_gpu}. --- @@ -4020,7 +4020,7 @@ public java.lang.Number getMaxMemoryGib(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#max_memory_gib OceanAws#max_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#max_memory_gib OceanAws#max_memory_gib}. --- @@ -4032,7 +4032,7 @@ public java.lang.Number getMaxNetworkPerformance(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#max_network_performance OceanAws#max_network_performance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#max_network_performance OceanAws#max_network_performance}. --- @@ -4044,7 +4044,7 @@ public java.lang.Number getMaxVcpu(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#max_vcpu OceanAws#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#max_vcpu OceanAws#max_vcpu}. --- @@ -4056,7 +4056,7 @@ public java.lang.Number getMinEnis(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#min_enis OceanAws#min_enis}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#min_enis OceanAws#min_enis}. --- @@ -4068,7 +4068,7 @@ public java.lang.Number getMinGpu(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#min_gpu OceanAws#min_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#min_gpu OceanAws#min_gpu}. --- @@ -4080,7 +4080,7 @@ public java.lang.Number getMinMemoryGib(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#min_memory_gib OceanAws#min_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#min_memory_gib OceanAws#min_memory_gib}. --- @@ -4092,7 +4092,7 @@ public java.lang.Number getMinNetworkPerformance(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#min_network_performance OceanAws#min_network_performance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#min_network_performance OceanAws#min_network_performance}. --- @@ -4104,7 +4104,7 @@ public java.lang.Number getMinVcpu(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#min_vcpu OceanAws#min_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#min_vcpu OceanAws#min_vcpu}. --- @@ -4116,7 +4116,7 @@ public java.util.List getRootDeviceTypes(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#root_device_types OceanAws#root_device_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#root_device_types OceanAws#root_device_types}. --- @@ -4128,7 +4128,7 @@ public java.util.List getVirtualizationTypes(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#virtualization_types OceanAws#virtualization_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#virtualization_types OceanAws#virtualization_types}. --- @@ -4149,8 +4149,8 @@ OceanAwsInstanceMetadataOptions.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| httpTokens | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_aws#http_put_response_hop_limit OceanAws#http_put_response_hop_limit}. | --- @@ -4162,7 +4162,7 @@ public java.lang.String getHttpTokens(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#http_tokens OceanAws#http_tokens}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#http_tokens OceanAws#http_tokens}. --- @@ -4174,7 +4174,7 @@ public java.lang.Number getHttpPutResponseHopLimit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws#http_put_response_hop_limit OceanAws#http_put_response_hop_limit}. --- @@ -4196,9 +4196,9 @@ OceanAwsLoadBalancers.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| arn | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#arn OceanAws#arn}. | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#name OceanAws#name}. | -| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#type OceanAws#type}. | +| arn | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.0/docs/resources/ocean_aws#type OceanAws#type}. | --- @@ -4210,7 +4210,7 @@ public java.lang.String getArn(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#arn OceanAws#arn}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#arn OceanAws#arn}. --- @@ -4222,7 +4222,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#name OceanAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#name OceanAws#name}. --- @@ -4234,7 +4234,7 @@ public java.lang.String getType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#type OceanAws#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#type OceanAws#type}. --- @@ -4268,7 +4268,7 @@ public OceanAwsLoggingExport getExport(); export block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#export OceanAws#export} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#export OceanAws#export} --- @@ -4303,7 +4303,7 @@ public java.lang.Object getS3(); s3 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#s3 OceanAws#s3} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#s3 OceanAws#s3} --- @@ -4323,7 +4323,7 @@ OceanAwsLoggingExportS3.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#id OceanAws#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#id OceanAws#id}. | --- @@ -4335,7 +4335,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#id OceanAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. @@ -4359,7 +4359,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.169.1/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.170.0/docs/resources/ocean_aws#should_tag_volumes OceanAws#should_tag_volumes}. | --- @@ -4371,7 +4371,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.169.1/docs/resources/ocean_aws#should_tag_volumes OceanAws#should_tag_volumes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#should_tag_volumes OceanAws#should_tag_volumes}. --- @@ -4408,7 +4408,7 @@ public OceanAwsScheduledTaskShutdownHours getShutdownHours(); shutdown_hours block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#shutdown_hours OceanAws#shutdown_hours} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#shutdown_hours OceanAws#shutdown_hours} --- @@ -4422,7 +4422,7 @@ public java.lang.Object getTasks(); tasks block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#tasks OceanAws#tasks} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#tasks OceanAws#tasks} --- @@ -4444,8 +4444,8 @@ OceanAwsScheduledTaskShutdownHours.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| timeWindows | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_aws#is_enabled OceanAws#is_enabled}. | --- @@ -4457,7 +4457,7 @@ public java.util.List getTimeWindows(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#time_windows OceanAws#time_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#time_windows OceanAws#time_windows}. --- @@ -4469,7 +4469,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.169.1/docs/resources/ocean_aws#is_enabled OceanAws#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#is_enabled OceanAws#is_enabled}. --- @@ -4493,9 +4493,9 @@ OceanAwsScheduledTaskTasks.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| cronExpression | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/ocean_aws#task_type OceanAws#task_type}. | | parameters | OceanAwsScheduledTaskTasksParameters | parameters block. | --- @@ -4508,7 +4508,7 @@ public java.lang.String getCronExpression(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#cron_expression OceanAws#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#cron_expression OceanAws#cron_expression}. --- @@ -4520,7 +4520,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.169.1/docs/resources/ocean_aws#is_enabled OceanAws#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#is_enabled OceanAws#is_enabled}. --- @@ -4532,7 +4532,7 @@ public java.lang.String getTaskType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#task_type OceanAws#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#task_type OceanAws#task_type}. --- @@ -4546,7 +4546,7 @@ public OceanAwsScheduledTaskTasksParameters getParameters(); parameters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#parameters OceanAws#parameters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#parameters OceanAws#parameters} --- @@ -4582,7 +4582,7 @@ public OceanAwsScheduledTaskTasksParametersAmiAutoUpdate getAmiAutoUpdate(); ami_auto_update block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#ami_auto_update OceanAws#ami_auto_update} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#ami_auto_update OceanAws#ami_auto_update} --- @@ -4596,7 +4596,7 @@ public OceanAwsScheduledTaskTasksParametersParametersClusterRoll getParametersCl parameters_cluster_roll block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#parameters_cluster_roll OceanAws#parameters_cluster_roll} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#parameters_cluster_roll OceanAws#parameters_cluster_roll} --- @@ -4623,9 +4623,9 @@ OceanAwsScheduledTaskTasksParametersAmiAutoUpdate.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | | amiAutoUpdateClusterRoll | OceanAwsScheduledTaskTasksParametersAmiAutoUpdateAmiAutoUpdateClusterRoll | ami_auto_update_cluster_roll block. | -| applyRoll | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#apply_roll OceanAws#apply_roll}. | -| minorVersion | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#minor_version OceanAws#minor_version}. | -| patch | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#patch OceanAws#patch}. | +| applyRoll | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#apply_roll OceanAws#apply_roll}. | +| minorVersion | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#minor_version OceanAws#minor_version}. | +| patch | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#patch OceanAws#patch}. | --- @@ -4639,7 +4639,7 @@ public OceanAwsScheduledTaskTasksParametersAmiAutoUpdateAmiAutoUpdateClusterRoll ami_auto_update_cluster_roll block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#ami_auto_update_cluster_roll OceanAws#ami_auto_update_cluster_roll} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#ami_auto_update_cluster_roll OceanAws#ami_auto_update_cluster_roll} --- @@ -4651,7 +4651,7 @@ public java.lang.Object getApplyRoll(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#apply_roll OceanAws#apply_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#apply_roll OceanAws#apply_roll}. --- @@ -4663,7 +4663,7 @@ public java.lang.Object getMinorVersion(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#minor_version OceanAws#minor_version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#minor_version OceanAws#minor_version}. --- @@ -4675,7 +4675,7 @@ public java.lang.Object getPatch(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#patch OceanAws#patch}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#patch OceanAws#patch}. --- @@ -4699,10 +4699,10 @@ OceanAwsScheduledTaskTasksParametersAmiAutoUpdateAmiAutoUpdateClusterRoll.builde | **Name** | **Type** | **Description** | | --- | --- | --- | -| batchMinHealthyPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#batch_min_healthy_percentage OceanAws#batch_min_healthy_percentage}. | -| batchSizePercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#batch_size_percentage OceanAws#batch_size_percentage}. | -| comment | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#comment OceanAws#comment}. | -| respectPdb | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. | +| batchMinHealthyPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#batch_min_healthy_percentage OceanAws#batch_min_healthy_percentage}. | +| batchSizePercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#batch_size_percentage OceanAws#batch_size_percentage}. | +| comment | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#comment OceanAws#comment}. | +| respectPdb | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. | --- @@ -4714,7 +4714,7 @@ public java.lang.Number getBatchMinHealthyPercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws#batch_min_healthy_percentage OceanAws#batch_min_healthy_percentage}. --- @@ -4726,7 +4726,7 @@ public java.lang.Number getBatchSizePercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#batch_size_percentage OceanAws#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#batch_size_percentage OceanAws#batch_size_percentage}. --- @@ -4738,7 +4738,7 @@ public java.lang.String getComment(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#comment OceanAws#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#comment OceanAws#comment}. --- @@ -4750,7 +4750,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.169.1/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. --- @@ -4774,10 +4774,10 @@ OceanAwsScheduledTaskTasksParametersParametersClusterRoll.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| batchMinHealthyPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#batch_min_healthy_percentage OceanAws#batch_min_healthy_percentage}. | -| batchSizePercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#batch_size_percentage OceanAws#batch_size_percentage}. | -| comment | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#comment OceanAws#comment}. | -| respectPdb | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. | +| batchMinHealthyPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#batch_min_healthy_percentage OceanAws#batch_min_healthy_percentage}. | +| batchSizePercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#batch_size_percentage OceanAws#batch_size_percentage}. | +| comment | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#comment OceanAws#comment}. | +| respectPdb | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. | --- @@ -4789,7 +4789,7 @@ public java.lang.Number getBatchMinHealthyPercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws#batch_min_healthy_percentage OceanAws#batch_min_healthy_percentage}. --- @@ -4801,7 +4801,7 @@ public java.lang.Number getBatchSizePercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#batch_size_percentage OceanAws#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#batch_size_percentage OceanAws#batch_size_percentage}. --- @@ -4813,7 +4813,7 @@ public java.lang.String getComment(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#comment OceanAws#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#comment OceanAws#comment}. --- @@ -4825,7 +4825,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.169.1/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. --- @@ -4846,8 +4846,8 @@ OceanAwsTags.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#key OceanAws#key}. | -| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#value OceanAws#value}. | +| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/ocean_aws#value OceanAws#value}. | --- @@ -4859,7 +4859,7 @@ public java.lang.String getKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#key OceanAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#key OceanAws#key}. --- @@ -4871,7 +4871,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#value OceanAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#value OceanAws#value}. --- @@ -4898,10 +4898,10 @@ OceanAwsUpdatePolicy.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| shouldRoll | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/docs/resources/ocean_aws#conditioned_roll OceanAws#conditioned_roll}. | -| conditionedRollParams | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#conditioned_roll_params OceanAws#conditioned_roll_params}. | +| shouldRoll | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.0/docs/resources/ocean_aws#conditioned_roll OceanAws#conditioned_roll}. | +| conditionedRollParams | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#conditioned_roll_params OceanAws#conditioned_roll_params}. | | rollConfig | OceanAwsUpdatePolicyRollConfig | roll_config block. | --- @@ -4914,7 +4914,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.169.1/docs/resources/ocean_aws#should_roll OceanAws#should_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#should_roll OceanAws#should_roll}. --- @@ -4926,7 +4926,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.169.1/docs/resources/ocean_aws#auto_apply_tags OceanAws#auto_apply_tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#auto_apply_tags OceanAws#auto_apply_tags}. --- @@ -4938,7 +4938,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.169.1/docs/resources/ocean_aws#conditioned_roll OceanAws#conditioned_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#conditioned_roll OceanAws#conditioned_roll}. --- @@ -4950,7 +4950,7 @@ public java.util.List getConditionedRollParams(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#conditioned_roll_params OceanAws#conditioned_roll_params}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#conditioned_roll_params OceanAws#conditioned_roll_params}. --- @@ -4964,7 +4964,7 @@ public OceanAwsUpdatePolicyRollConfig getRollConfig(); roll_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#roll_config OceanAws#roll_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#roll_config OceanAws#roll_config} --- @@ -4988,10 +4988,10 @@ OceanAwsUpdatePolicyRollConfig.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| batchSizePercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.0/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. | --- @@ -5003,7 +5003,7 @@ public java.lang.Number getBatchSizePercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#batch_size_percentage OceanAws#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#batch_size_percentage OceanAws#batch_size_percentage}. --- @@ -5015,7 +5015,7 @@ public java.lang.Number getBatchMinHealthyPercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws#batch_min_healthy_percentage OceanAws#batch_min_healthy_percentage}. --- @@ -5027,7 +5027,7 @@ public java.util.List getLaunchSpecIds(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#launch_spec_ids OceanAws#launch_spec_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#launch_spec_ids OceanAws#launch_spec_ids}. --- @@ -5039,7 +5039,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.169.1/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. --- diff --git a/docs/oceanAws.python.md b/docs/oceanAws.python.md index ada3ef160..c91df55cc 100644 --- a/docs/oceanAws.python.md +++ b/docs/oceanAws.python.md @@ -4,7 +4,7 @@ ### OceanAws -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws spotinst_ocean_aws}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws spotinst_ocean_aws}. #### Initializers @@ -75,46 +75,46 @@ 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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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.169.1/docs/resources/ocean_aws#blacklist OceanAws#blacklist}. | +| blacklist | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.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.169.1/docs/resources/ocean_aws#grace_period OceanAws#grace_period}. | -| health_check_unhealthy_duration_before_replacement | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#health_check_unhealthy_duration_before_replacement OceanAws#health_check_unhealthy_duration_before_replacement}. | -| iam_instance_profile | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/ocean_aws#id OceanAws#id}. | -| image_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws#grace_period OceanAws#grace_period}. | +| health_check_unhealthy_duration_before_replacement | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#health_check_unhealthy_duration_before_replacement OceanAws#health_check_unhealthy_duration_before_replacement}. | +| iam_instance_profile | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/ocean_aws#id OceanAws#id}. | +| image_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.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.169.1/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.169.1/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.169.1/docs/resources/ocean_aws#monitoring OceanAws#monitoring}. | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#name OceanAws#name}. | -| region | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.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.170.0/docs/resources/ocean_aws#monitoring OceanAws#monitoring}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#name OceanAws#name}. | +| region | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.0/docs/resources/ocean_aws#root_volume_size OceanAws#root_volume_size}. | | scheduled_task | OceanAwsScheduledTask | scheduled_task block. | -| spot_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.0/docs/resources/ocean_aws#whitelist OceanAws#whitelist}. | --- @@ -182,7 +182,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.169.1/docs/resources/ocean_aws#security_groups OceanAws#security_groups}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#security_groups OceanAws#security_groups}. --- @@ -190,7 +190,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.169.1/docs/resources/ocean_aws#subnet_ids OceanAws#subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#subnet_ids OceanAws#subnet_ids}. --- @@ -198,7 +198,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#associate_ipv6_address OceanAws#associate_ipv6_address}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#associate_ipv6_address OceanAws#associate_ipv6_address}. --- @@ -206,7 +206,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws#associate_public_ip_address OceanAws#associate_public_ip_address}. --- @@ -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.169.1/docs/resources/ocean_aws#autoscaler OceanAws#autoscaler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#autoscaler OceanAws#autoscaler} --- @@ -224,7 +224,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.169.1/docs/resources/ocean_aws#blacklist OceanAws#blacklist}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#blacklist OceanAws#blacklist}. --- @@ -234,7 +234,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.169.1/docs/resources/ocean_aws#block_device_mappings OceanAws#block_device_mappings} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#block_device_mappings OceanAws#block_device_mappings} --- @@ -244,7 +244,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.169.1/docs/resources/ocean_aws#cluster_orientation OceanAws#cluster_orientation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#cluster_orientation OceanAws#cluster_orientation} --- @@ -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.169.1/docs/resources/ocean_aws#controller_id OceanAws#controller_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#controller_id OceanAws#controller_id}. --- @@ -260,7 +260,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#desired_capacity OceanAws#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#desired_capacity OceanAws#desired_capacity}. --- @@ -268,7 +268,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#draining_timeout OceanAws#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#draining_timeout OceanAws#draining_timeout}. --- @@ -276,7 +276,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#ebs_optimized OceanAws#ebs_optimized}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#ebs_optimized OceanAws#ebs_optimized}. --- @@ -284,7 +284,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#fallback_to_ondemand OceanAws#fallback_to_ondemand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#fallback_to_ondemand OceanAws#fallback_to_ondemand}. --- @@ -294,7 +294,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.169.1/docs/resources/ocean_aws#filters OceanAws#filters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#filters OceanAws#filters} --- @@ -302,7 +302,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#grace_period OceanAws#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#grace_period OceanAws#grace_period}. --- @@ -310,7 +310,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#health_check_unhealthy_duration_before_replacement OceanAws#health_check_unhealthy_duration_before_replacement}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#health_check_unhealthy_duration_before_replacement OceanAws#health_check_unhealthy_duration_before_replacement}. --- @@ -318,7 +318,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#iam_instance_profile OceanAws#iam_instance_profile}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#iam_instance_profile OceanAws#iam_instance_profile}. --- @@ -326,7 +326,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#id OceanAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. @@ -337,7 +337,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.169.1/docs/resources/ocean_aws#image_id OceanAws#image_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#image_id OceanAws#image_id}. --- @@ -347,7 +347,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.169.1/docs/resources/ocean_aws#instance_metadata_options OceanAws#instance_metadata_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#instance_metadata_options OceanAws#instance_metadata_options} --- @@ -355,7 +355,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#key_name OceanAws#key_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#key_name OceanAws#key_name}. --- @@ -365,7 +365,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.169.1/docs/resources/ocean_aws#load_balancers OceanAws#load_balancers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#load_balancers OceanAws#load_balancers} --- @@ -375,7 +375,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.169.1/docs/resources/ocean_aws#logging OceanAws#logging} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#logging OceanAws#logging} --- @@ -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.169.1/docs/resources/ocean_aws#max_size OceanAws#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#max_size OceanAws#max_size}. --- @@ -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.169.1/docs/resources/ocean_aws#min_size OceanAws#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#min_size OceanAws#min_size}. --- @@ -399,7 +399,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#monitoring OceanAws#monitoring}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#monitoring OceanAws#monitoring}. --- @@ -407,7 +407,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#name OceanAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#name OceanAws#name}. --- @@ -415,7 +415,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#region OceanAws#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#region OceanAws#region}. --- @@ -425,7 +425,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.169.1/docs/resources/ocean_aws#resource_tag_specification OceanAws#resource_tag_specification} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#resource_tag_specification OceanAws#resource_tag_specification} --- @@ -433,7 +433,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#root_volume_size OceanAws#root_volume_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#root_volume_size OceanAws#root_volume_size}. --- @@ -443,7 +443,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.169.1/docs/resources/ocean_aws#scheduled_task OceanAws#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#scheduled_task OceanAws#scheduled_task} --- @@ -451,7 +451,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#spot_percentage OceanAws#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#spot_percentage OceanAws#spot_percentage}. --- @@ -459,7 +459,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#spread_nodes_by OceanAws#spread_nodes_by}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#spread_nodes_by OceanAws#spread_nodes_by}. --- @@ -469,7 +469,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.169.1/docs/resources/ocean_aws#tags OceanAws#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#tags OceanAws#tags} --- @@ -479,7 +479,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.169.1/docs/resources/ocean_aws#update_policy OceanAws#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#update_policy OceanAws#update_policy} --- @@ -487,7 +487,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws#use_as_template_only OceanAws#use_as_template_only}. --- @@ -495,7 +495,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#user_data OceanAws#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#user_data OceanAws#user_data}. --- @@ -503,7 +503,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#utilize_commitments OceanAws#utilize_commitments}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#utilize_commitments OceanAws#utilize_commitments}. --- @@ -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.169.1/docs/resources/ocean_aws#utilize_reserved_instances OceanAws#utilize_reserved_instances}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#utilize_reserved_instances OceanAws#utilize_reserved_instances}. --- @@ -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.169.1/docs/resources/ocean_aws#whitelist OceanAws#whitelist}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#whitelist OceanAws#whitelist}. --- @@ -947,7 +947,7 @@ def put_autoscaler( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#auto_headroom_percentage OceanAws#auto_headroom_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#auto_headroom_percentage OceanAws#auto_headroom_percentage}. --- @@ -955,7 +955,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#autoscale_cooldown OceanAws#autoscale_cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#autoscale_cooldown OceanAws#autoscale_cooldown}. --- @@ -965,7 +965,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.169.1/docs/resources/ocean_aws#autoscale_down OceanAws#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#autoscale_down OceanAws#autoscale_down} --- @@ -975,7 +975,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.169.1/docs/resources/ocean_aws#autoscale_headroom OceanAws#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#autoscale_headroom OceanAws#autoscale_headroom} --- @@ -983,7 +983,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws#autoscale_is_auto_config OceanAws#autoscale_is_auto_config}. --- @@ -991,7 +991,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#autoscale_is_enabled OceanAws#autoscale_is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#autoscale_is_enabled OceanAws#autoscale_is_enabled}. --- @@ -999,7 +999,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws#enable_automatic_and_manual_headroom OceanAws#enable_automatic_and_manual_headroom}. --- @@ -1007,7 +1007,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.169.1/docs/resources/ocean_aws#extended_resource_definitions OceanAws#extended_resource_definitions}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#extended_resource_definitions OceanAws#extended_resource_definitions}. --- @@ -1017,7 +1017,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.169.1/docs/resources/ocean_aws#resource_limits OceanAws#resource_limits} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#resource_limits OceanAws#resource_limits} --- @@ -1079,7 +1079,7 @@ def put_filters( - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#architectures OceanAws#architectures}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#architectures OceanAws#architectures}. --- @@ -1087,7 +1087,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#categories OceanAws#categories}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#categories OceanAws#categories}. --- @@ -1095,7 +1095,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#disk_types OceanAws#disk_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#disk_types OceanAws#disk_types}. --- @@ -1103,7 +1103,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.169.1/docs/resources/ocean_aws#exclude_families OceanAws#exclude_families}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#exclude_families OceanAws#exclude_families}. --- @@ -1111,7 +1111,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#exclude_metal OceanAws#exclude_metal}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#exclude_metal OceanAws#exclude_metal}. --- @@ -1119,7 +1119,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#hypervisor OceanAws#hypervisor}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#hypervisor OceanAws#hypervisor}. --- @@ -1127,7 +1127,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.169.1/docs/resources/ocean_aws#include_families OceanAws#include_families}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#include_families OceanAws#include_families}. --- @@ -1135,7 +1135,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#is_ena_supported OceanAws#is_ena_supported}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#is_ena_supported OceanAws#is_ena_supported}. --- @@ -1143,7 +1143,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#max_gpu OceanAws#max_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#max_gpu OceanAws#max_gpu}. --- @@ -1151,7 +1151,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#max_memory_gib OceanAws#max_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#max_memory_gib OceanAws#max_memory_gib}. --- @@ -1159,7 +1159,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#max_network_performance OceanAws#max_network_performance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#max_network_performance OceanAws#max_network_performance}. --- @@ -1167,7 +1167,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#max_vcpu OceanAws#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#max_vcpu OceanAws#max_vcpu}. --- @@ -1175,7 +1175,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#min_enis OceanAws#min_enis}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#min_enis OceanAws#min_enis}. --- @@ -1183,7 +1183,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#min_gpu OceanAws#min_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#min_gpu OceanAws#min_gpu}. --- @@ -1191,7 +1191,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#min_memory_gib OceanAws#min_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#min_memory_gib OceanAws#min_memory_gib}. --- @@ -1199,7 +1199,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#min_network_performance OceanAws#min_network_performance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#min_network_performance OceanAws#min_network_performance}. --- @@ -1207,7 +1207,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#min_vcpu OceanAws#min_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#min_vcpu OceanAws#min_vcpu}. --- @@ -1215,7 +1215,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#root_device_types OceanAws#root_device_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#root_device_types OceanAws#root_device_types}. --- @@ -1223,7 +1223,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.169.1/docs/resources/ocean_aws#virtualization_types OceanAws#virtualization_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#virtualization_types OceanAws#virtualization_types}. --- @@ -1240,7 +1240,7 @@ def put_instance_metadata_options( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#http_tokens OceanAws#http_tokens}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#http_tokens OceanAws#http_tokens}. --- @@ -1248,7 +1248,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws#http_put_response_hop_limit OceanAws#http_put_response_hop_limit}. --- @@ -1280,7 +1280,7 @@ def put_logging( export block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#export OceanAws#export} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#export OceanAws#export} --- @@ -1313,7 +1313,7 @@ def put_scheduled_task( shutdown_hours block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#shutdown_hours OceanAws#shutdown_hours} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#shutdown_hours OceanAws#shutdown_hours} --- @@ -1323,7 +1323,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti tasks block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#tasks OceanAws#tasks} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#tasks OceanAws#tasks} --- @@ -1357,7 +1357,7 @@ def put_update_policy( - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#should_roll OceanAws#should_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#should_roll OceanAws#should_roll}. --- @@ -1365,7 +1365,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#auto_apply_tags OceanAws#auto_apply_tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#auto_apply_tags OceanAws#auto_apply_tags}. --- @@ -1373,7 +1373,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#conditioned_roll OceanAws#conditioned_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#conditioned_roll OceanAws#conditioned_roll}. --- @@ -1381,7 +1381,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.169.1/docs/resources/ocean_aws#conditioned_roll_params OceanAws#conditioned_roll_params}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#conditioned_roll_params OceanAws#conditioned_roll_params}. --- @@ -1391,7 +1391,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.169.1/docs/resources/ocean_aws#roll_config OceanAws#roll_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#roll_config OceanAws#roll_config} --- @@ -1737,7 +1737,7 @@ The construct id used in the generated config for the OceanAws to import. The id of the existing OceanAws that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#import import section} in the documentation of this resource for the id to use --- @@ -2836,14 +2836,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.169.1/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.169.1/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.170.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.170.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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.0/docs/resources/ocean_aws#extended_resource_definitions OceanAws#extended_resource_definitions}. | | resource_limits | OceanAwsAutoscalerResourceLimits | resource_limits block. | --- @@ -2856,7 +2856,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.169.1/docs/resources/ocean_aws#auto_headroom_percentage OceanAws#auto_headroom_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#auto_headroom_percentage OceanAws#auto_headroom_percentage}. --- @@ -2868,7 +2868,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.169.1/docs/resources/ocean_aws#autoscale_cooldown OceanAws#autoscale_cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#autoscale_cooldown OceanAws#autoscale_cooldown}. --- @@ -2882,7 +2882,7 @@ autoscale_down: OceanAwsAutoscalerAutoscaleDown autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#autoscale_down OceanAws#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#autoscale_down OceanAws#autoscale_down} --- @@ -2896,7 +2896,7 @@ autoscale_headroom: OceanAwsAutoscalerAutoscaleHeadroom autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#autoscale_headroom OceanAws#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#autoscale_headroom OceanAws#autoscale_headroom} --- @@ -2908,7 +2908,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.169.1/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.170.0/docs/resources/ocean_aws#autoscale_is_auto_config OceanAws#autoscale_is_auto_config}. --- @@ -2920,7 +2920,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.169.1/docs/resources/ocean_aws#autoscale_is_enabled OceanAws#autoscale_is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#autoscale_is_enabled OceanAws#autoscale_is_enabled}. --- @@ -2932,7 +2932,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.169.1/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.170.0/docs/resources/ocean_aws#enable_automatic_and_manual_headroom OceanAws#enable_automatic_and_manual_headroom}. --- @@ -2944,7 +2944,7 @@ extended_resource_definitions: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#extended_resource_definitions OceanAws#extended_resource_definitions}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#extended_resource_definitions OceanAws#extended_resource_definitions}. --- @@ -2958,7 +2958,7 @@ resource_limits: OceanAwsAutoscalerResourceLimits resource_limits block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#resource_limits OceanAws#resource_limits} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#resource_limits OceanAws#resource_limits} --- @@ -2980,9 +2980,9 @@ oceanAws.OceanAwsAutoscalerAutoscaleDown( | **Name** | **Type** | **Description** | | --- | --- | --- | -| evaluation_periods | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#evaluation_periods OceanAws#evaluation_periods}. | -| is_aggressive_scale_down_enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#is_aggressive_scale_down_enabled OceanAws#is_aggressive_scale_down_enabled}. | -| max_scale_down_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws#evaluation_periods OceanAws#evaluation_periods}. | +| is_aggressive_scale_down_enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#is_aggressive_scale_down_enabled OceanAws#is_aggressive_scale_down_enabled}. | +| max_scale_down_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#max_scale_down_percentage OceanAws#max_scale_down_percentage}. | --- @@ -2994,7 +2994,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.169.1/docs/resources/ocean_aws#evaluation_periods OceanAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#evaluation_periods OceanAws#evaluation_periods}. --- @@ -3006,7 +3006,7 @@ is_aggressive_scale_down_enabled: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#is_aggressive_scale_down_enabled OceanAws#is_aggressive_scale_down_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#is_aggressive_scale_down_enabled OceanAws#is_aggressive_scale_down_enabled}. --- @@ -3018,7 +3018,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.169.1/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.170.0/docs/resources/ocean_aws#max_scale_down_percentage OceanAws#max_scale_down_percentage}. --- @@ -3041,10 +3041,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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.0/docs/resources/ocean_aws#num_of_units OceanAws#num_of_units}. | --- @@ -3056,7 +3056,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.169.1/docs/resources/ocean_aws#cpu_per_unit OceanAws#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#cpu_per_unit OceanAws#cpu_per_unit}. --- @@ -3068,7 +3068,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.169.1/docs/resources/ocean_aws#gpu_per_unit OceanAws#gpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#gpu_per_unit OceanAws#gpu_per_unit}. --- @@ -3080,7 +3080,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.169.1/docs/resources/ocean_aws#memory_per_unit OceanAws#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#memory_per_unit OceanAws#memory_per_unit}. --- @@ -3092,7 +3092,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.169.1/docs/resources/ocean_aws#num_of_units OceanAws#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#num_of_units OceanAws#num_of_units}. --- @@ -3113,8 +3113,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.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_aws#max_vcpu OceanAws#max_vcpu}. | --- @@ -3126,7 +3126,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.169.1/docs/resources/ocean_aws#max_memory_gib OceanAws#max_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#max_memory_gib OceanAws#max_memory_gib}. --- @@ -3138,7 +3138,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.169.1/docs/resources/ocean_aws#max_vcpu OceanAws#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#max_vcpu OceanAws#max_vcpu}. --- @@ -3159,7 +3159,7 @@ oceanAws.OceanAwsBlockDeviceMappings( | **Name** | **Type** | **Description** | | --- | --- | --- | -| device_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws#device_name OceanAws#device_name}. | | ebs | OceanAwsBlockDeviceMappingsEbs | ebs block. | --- @@ -3172,7 +3172,7 @@ device_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#device_name OceanAws#device_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#device_name OceanAws#device_name}. --- @@ -3186,7 +3186,7 @@ ebs: OceanAwsBlockDeviceMappingsEbs ebs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#ebs OceanAws#ebs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#ebs OceanAws#ebs} --- @@ -3215,16 +3215,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.169.1/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.170.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.169.1/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.169.1/docs/resources/ocean_aws#iops OceanAws#iops}. | -| kms_key_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.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.170.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.170.0/docs/resources/ocean_aws#volume_type OceanAws#volume_type}. | --- @@ -3236,7 +3236,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.169.1/docs/resources/ocean_aws#delete_on_termination OceanAws#delete_on_termination}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#delete_on_termination OceanAws#delete_on_termination}. --- @@ -3250,7 +3250,7 @@ dynamic_iops: OceanAwsBlockDeviceMappingsEbsDynamicIops dynamic_iops block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#dynamic_iops OceanAws#dynamic_iops} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#dynamic_iops OceanAws#dynamic_iops} --- @@ -3264,7 +3264,7 @@ dynamic_volume_size: OceanAwsBlockDeviceMappingsEbsDynamicVolumeSize dynamic_volume_size block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#dynamic_volume_size OceanAws#dynamic_volume_size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#dynamic_volume_size OceanAws#dynamic_volume_size} --- @@ -3276,7 +3276,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.169.1/docs/resources/ocean_aws#encrypted OceanAws#encrypted}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#encrypted OceanAws#encrypted}. --- @@ -3288,7 +3288,7 @@ iops: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#iops OceanAws#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#iops OceanAws#iops}. --- @@ -3300,7 +3300,7 @@ kms_key_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#kms_key_id OceanAws#kms_key_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#kms_key_id OceanAws#kms_key_id}. --- @@ -3312,7 +3312,7 @@ snapshot_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#snapshot_id OceanAws#snapshot_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#snapshot_id OceanAws#snapshot_id}. --- @@ -3324,7 +3324,7 @@ throughput: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#throughput OceanAws#throughput}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#throughput OceanAws#throughput}. --- @@ -3336,7 +3336,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.169.1/docs/resources/ocean_aws#volume_size OceanAws#volume_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#volume_size OceanAws#volume_size}. --- @@ -3348,7 +3348,7 @@ volume_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#volume_type OceanAws#volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#volume_type OceanAws#volume_type}. --- @@ -3370,9 +3370,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.169.1/docs/resources/ocean_aws#base_size OceanAws#base_size}. | -| resource | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/ocean_aws#size_per_resource_unit OceanAws#size_per_resource_unit}. | --- @@ -3384,7 +3384,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.169.1/docs/resources/ocean_aws#base_size OceanAws#base_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#base_size OceanAws#base_size}. --- @@ -3396,7 +3396,7 @@ resource: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#resource OceanAws#resource}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#resource OceanAws#resource}. --- @@ -3408,7 +3408,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.169.1/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.170.0/docs/resources/ocean_aws#size_per_resource_unit OceanAws#size_per_resource_unit}. --- @@ -3430,9 +3430,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.169.1/docs/resources/ocean_aws#base_size OceanAws#base_size}. | -| resource | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/ocean_aws#size_per_resource_unit OceanAws#size_per_resource_unit}. | --- @@ -3444,7 +3444,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.169.1/docs/resources/ocean_aws#base_size OceanAws#base_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#base_size OceanAws#base_size}. --- @@ -3456,7 +3456,7 @@ resource: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#resource OceanAws#resource}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#resource OceanAws#resource}. --- @@ -3468,7 +3468,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.169.1/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.170.0/docs/resources/ocean_aws#size_per_resource_unit OceanAws#size_per_resource_unit}. --- @@ -3488,7 +3488,7 @@ oceanAws.OceanAwsClusterOrientation( | **Name** | **Type** | **Description** | | --- | --- | --- | -| availability_vs_cost | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws#availability_vs_cost OceanAws#availability_vs_cost}. | --- @@ -3500,7 +3500,7 @@ availability_vs_cost: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#availability_vs_cost OceanAws#availability_vs_cost}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#availability_vs_cost OceanAws#availability_vs_cost}. --- @@ -3573,46 +3573,46 @@ 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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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.169.1/docs/resources/ocean_aws#blacklist OceanAws#blacklist}. | +| blacklist | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.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.169.1/docs/resources/ocean_aws#grace_period OceanAws#grace_period}. | -| health_check_unhealthy_duration_before_replacement | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#health_check_unhealthy_duration_before_replacement OceanAws#health_check_unhealthy_duration_before_replacement}. | -| iam_instance_profile | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/ocean_aws#id OceanAws#id}. | -| image_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws#grace_period OceanAws#grace_period}. | +| health_check_unhealthy_duration_before_replacement | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#health_check_unhealthy_duration_before_replacement OceanAws#health_check_unhealthy_duration_before_replacement}. | +| iam_instance_profile | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/ocean_aws#id OceanAws#id}. | +| image_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.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.169.1/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.169.1/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.169.1/docs/resources/ocean_aws#monitoring OceanAws#monitoring}. | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#name OceanAws#name}. | -| region | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.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.170.0/docs/resources/ocean_aws#monitoring OceanAws#monitoring}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#name OceanAws#name}. | +| region | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.0/docs/resources/ocean_aws#root_volume_size OceanAws#root_volume_size}. | | scheduled_task | OceanAwsScheduledTask | scheduled_task block. | -| spot_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.0/docs/resources/ocean_aws#whitelist OceanAws#whitelist}. | --- @@ -3694,7 +3694,7 @@ security_groups: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#security_groups OceanAws#security_groups}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#security_groups OceanAws#security_groups}. --- @@ -3706,7 +3706,7 @@ subnet_ids: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#subnet_ids OceanAws#subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#subnet_ids OceanAws#subnet_ids}. --- @@ -3718,7 +3718,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.169.1/docs/resources/ocean_aws#associate_ipv6_address OceanAws#associate_ipv6_address}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#associate_ipv6_address OceanAws#associate_ipv6_address}. --- @@ -3730,7 +3730,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.169.1/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.170.0/docs/resources/ocean_aws#associate_public_ip_address OceanAws#associate_public_ip_address}. --- @@ -3744,7 +3744,7 @@ autoscaler: OceanAwsAutoscaler autoscaler block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#autoscaler OceanAws#autoscaler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#autoscaler OceanAws#autoscaler} --- @@ -3756,7 +3756,7 @@ blacklist: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#blacklist OceanAws#blacklist}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#blacklist OceanAws#blacklist}. --- @@ -3770,7 +3770,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.169.1/docs/resources/ocean_aws#block_device_mappings OceanAws#block_device_mappings} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#block_device_mappings OceanAws#block_device_mappings} --- @@ -3784,7 +3784,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.169.1/docs/resources/ocean_aws#cluster_orientation OceanAws#cluster_orientation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#cluster_orientation OceanAws#cluster_orientation} --- @@ -3796,7 +3796,7 @@ controller_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#controller_id OceanAws#controller_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#controller_id OceanAws#controller_id}. --- @@ -3808,7 +3808,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.169.1/docs/resources/ocean_aws#desired_capacity OceanAws#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#desired_capacity OceanAws#desired_capacity}. --- @@ -3820,7 +3820,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.169.1/docs/resources/ocean_aws#draining_timeout OceanAws#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#draining_timeout OceanAws#draining_timeout}. --- @@ -3832,7 +3832,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.169.1/docs/resources/ocean_aws#ebs_optimized OceanAws#ebs_optimized}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#ebs_optimized OceanAws#ebs_optimized}. --- @@ -3844,7 +3844,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.169.1/docs/resources/ocean_aws#fallback_to_ondemand OceanAws#fallback_to_ondemand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#fallback_to_ondemand OceanAws#fallback_to_ondemand}. --- @@ -3858,7 +3858,7 @@ filters: OceanAwsFilters filters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#filters OceanAws#filters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#filters OceanAws#filters} --- @@ -3870,7 +3870,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.169.1/docs/resources/ocean_aws#grace_period OceanAws#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#grace_period OceanAws#grace_period}. --- @@ -3882,7 +3882,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.169.1/docs/resources/ocean_aws#health_check_unhealthy_duration_before_replacement OceanAws#health_check_unhealthy_duration_before_replacement}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#health_check_unhealthy_duration_before_replacement OceanAws#health_check_unhealthy_duration_before_replacement}. --- @@ -3894,7 +3894,7 @@ iam_instance_profile: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#iam_instance_profile OceanAws#iam_instance_profile}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#iam_instance_profile OceanAws#iam_instance_profile}. --- @@ -3906,7 +3906,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#id OceanAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. @@ -3921,7 +3921,7 @@ image_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#image_id OceanAws#image_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#image_id OceanAws#image_id}. --- @@ -3935,7 +3935,7 @@ instance_metadata_options: OceanAwsInstanceMetadataOptions instance_metadata_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#instance_metadata_options OceanAws#instance_metadata_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#instance_metadata_options OceanAws#instance_metadata_options} --- @@ -3947,7 +3947,7 @@ key_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#key_name OceanAws#key_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#key_name OceanAws#key_name}. --- @@ -3961,7 +3961,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.169.1/docs/resources/ocean_aws#load_balancers OceanAws#load_balancers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#load_balancers OceanAws#load_balancers} --- @@ -3975,7 +3975,7 @@ logging: OceanAwsLogging logging block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#logging OceanAws#logging} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#logging OceanAws#logging} --- @@ -3987,7 +3987,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.169.1/docs/resources/ocean_aws#max_size OceanAws#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#max_size OceanAws#max_size}. --- @@ -3999,7 +3999,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.169.1/docs/resources/ocean_aws#min_size OceanAws#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#min_size OceanAws#min_size}. --- @@ -4011,7 +4011,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.169.1/docs/resources/ocean_aws#monitoring OceanAws#monitoring}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#monitoring OceanAws#monitoring}. --- @@ -4023,7 +4023,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#name OceanAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#name OceanAws#name}. --- @@ -4035,7 +4035,7 @@ region: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#region OceanAws#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#region OceanAws#region}. --- @@ -4049,7 +4049,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.169.1/docs/resources/ocean_aws#resource_tag_specification OceanAws#resource_tag_specification} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#resource_tag_specification OceanAws#resource_tag_specification} --- @@ -4061,7 +4061,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.169.1/docs/resources/ocean_aws#root_volume_size OceanAws#root_volume_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#root_volume_size OceanAws#root_volume_size}. --- @@ -4075,7 +4075,7 @@ scheduled_task: OceanAwsScheduledTask scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#scheduled_task OceanAws#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#scheduled_task OceanAws#scheduled_task} --- @@ -4087,7 +4087,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.169.1/docs/resources/ocean_aws#spot_percentage OceanAws#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#spot_percentage OceanAws#spot_percentage}. --- @@ -4099,7 +4099,7 @@ spread_nodes_by: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#spread_nodes_by OceanAws#spread_nodes_by}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#spread_nodes_by OceanAws#spread_nodes_by}. --- @@ -4113,7 +4113,7 @@ tags: typing.Union[IResolvable, typing.List[OceanAwsTags]] tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#tags OceanAws#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#tags OceanAws#tags} --- @@ -4127,7 +4127,7 @@ update_policy: OceanAwsUpdatePolicy update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#update_policy OceanAws#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#update_policy OceanAws#update_policy} --- @@ -4139,7 +4139,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.169.1/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.170.0/docs/resources/ocean_aws#use_as_template_only OceanAws#use_as_template_only}. --- @@ -4151,7 +4151,7 @@ user_data: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#user_data OceanAws#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#user_data OceanAws#user_data}. --- @@ -4163,7 +4163,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.169.1/docs/resources/ocean_aws#utilize_commitments OceanAws#utilize_commitments}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#utilize_commitments OceanAws#utilize_commitments}. --- @@ -4175,7 +4175,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.169.1/docs/resources/ocean_aws#utilize_reserved_instances OceanAws#utilize_reserved_instances}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#utilize_reserved_instances OceanAws#utilize_reserved_instances}. --- @@ -4187,7 +4187,7 @@ whitelist: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#whitelist OceanAws#whitelist}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#whitelist OceanAws#whitelist}. --- @@ -4225,25 +4225,25 @@ oceanAws.OceanAwsFilters( | **Name** | **Type** | **Description** | | --- | --- | --- | -| architectures | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#architectures OceanAws#architectures}. | -| categories | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.0/docs/resources/ocean_aws#virtualization_types OceanAws#virtualization_types}. | --- @@ -4255,7 +4255,7 @@ architectures: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#architectures OceanAws#architectures}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#architectures OceanAws#architectures}. --- @@ -4267,7 +4267,7 @@ categories: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#categories OceanAws#categories}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#categories OceanAws#categories}. --- @@ -4279,7 +4279,7 @@ disk_types: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#disk_types OceanAws#disk_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#disk_types OceanAws#disk_types}. --- @@ -4291,7 +4291,7 @@ exclude_families: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#exclude_families OceanAws#exclude_families}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#exclude_families OceanAws#exclude_families}. --- @@ -4303,7 +4303,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.169.1/docs/resources/ocean_aws#exclude_metal OceanAws#exclude_metal}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#exclude_metal OceanAws#exclude_metal}. --- @@ -4315,7 +4315,7 @@ hypervisor: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#hypervisor OceanAws#hypervisor}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#hypervisor OceanAws#hypervisor}. --- @@ -4327,7 +4327,7 @@ include_families: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#include_families OceanAws#include_families}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#include_families OceanAws#include_families}. --- @@ -4339,7 +4339,7 @@ is_ena_supported: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#is_ena_supported OceanAws#is_ena_supported}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#is_ena_supported OceanAws#is_ena_supported}. --- @@ -4351,7 +4351,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.169.1/docs/resources/ocean_aws#max_gpu OceanAws#max_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#max_gpu OceanAws#max_gpu}. --- @@ -4363,7 +4363,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.169.1/docs/resources/ocean_aws#max_memory_gib OceanAws#max_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#max_memory_gib OceanAws#max_memory_gib}. --- @@ -4375,7 +4375,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.169.1/docs/resources/ocean_aws#max_network_performance OceanAws#max_network_performance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#max_network_performance OceanAws#max_network_performance}. --- @@ -4387,7 +4387,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.169.1/docs/resources/ocean_aws#max_vcpu OceanAws#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#max_vcpu OceanAws#max_vcpu}. --- @@ -4399,7 +4399,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.169.1/docs/resources/ocean_aws#min_enis OceanAws#min_enis}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#min_enis OceanAws#min_enis}. --- @@ -4411,7 +4411,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.169.1/docs/resources/ocean_aws#min_gpu OceanAws#min_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#min_gpu OceanAws#min_gpu}. --- @@ -4423,7 +4423,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.169.1/docs/resources/ocean_aws#min_memory_gib OceanAws#min_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#min_memory_gib OceanAws#min_memory_gib}. --- @@ -4435,7 +4435,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.169.1/docs/resources/ocean_aws#min_network_performance OceanAws#min_network_performance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#min_network_performance OceanAws#min_network_performance}. --- @@ -4447,7 +4447,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.169.1/docs/resources/ocean_aws#min_vcpu OceanAws#min_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#min_vcpu OceanAws#min_vcpu}. --- @@ -4459,7 +4459,7 @@ root_device_types: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#root_device_types OceanAws#root_device_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#root_device_types OceanAws#root_device_types}. --- @@ -4471,7 +4471,7 @@ virtualization_types: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#virtualization_types OceanAws#virtualization_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#virtualization_types OceanAws#virtualization_types}. --- @@ -4492,8 +4492,8 @@ oceanAws.OceanAwsInstanceMetadataOptions( | **Name** | **Type** | **Description** | | --- | --- | --- | -| http_tokens | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_aws#http_put_response_hop_limit OceanAws#http_put_response_hop_limit}. | --- @@ -4505,7 +4505,7 @@ http_tokens: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#http_tokens OceanAws#http_tokens}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#http_tokens OceanAws#http_tokens}. --- @@ -4517,7 +4517,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.169.1/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.170.0/docs/resources/ocean_aws#http_put_response_hop_limit OceanAws#http_put_response_hop_limit}. --- @@ -4539,9 +4539,9 @@ oceanAws.OceanAwsLoadBalancers( | **Name** | **Type** | **Description** | | --- | --- | --- | -| arn | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#arn OceanAws#arn}. | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#name OceanAws#name}. | -| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#type OceanAws#type}. | +| arn | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#arn OceanAws#arn}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#name OceanAws#name}. | +| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#type OceanAws#type}. | --- @@ -4553,7 +4553,7 @@ arn: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#arn OceanAws#arn}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#arn OceanAws#arn}. --- @@ -4565,7 +4565,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#name OceanAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#name OceanAws#name}. --- @@ -4577,7 +4577,7 @@ type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#type OceanAws#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#type OceanAws#type}. --- @@ -4611,7 +4611,7 @@ export: OceanAwsLoggingExport export block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#export OceanAws#export} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#export OceanAws#export} --- @@ -4645,7 +4645,7 @@ s3: typing.Union[IResolvable, typing.List[OceanAwsLoggingExportS3]] s3 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#s3 OceanAws#s3} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#s3 OceanAws#s3} --- @@ -4665,7 +4665,7 @@ oceanAws.OceanAwsLoggingExportS3( | **Name** | **Type** | **Description** | | --- | --- | --- | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#id OceanAws#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#id OceanAws#id}. | --- @@ -4677,7 +4677,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#id OceanAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. @@ -4700,7 +4700,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.169.1/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.170.0/docs/resources/ocean_aws#should_tag_volumes OceanAws#should_tag_volumes}. | --- @@ -4712,7 +4712,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.169.1/docs/resources/ocean_aws#should_tag_volumes OceanAws#should_tag_volumes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#should_tag_volumes OceanAws#should_tag_volumes}. --- @@ -4748,7 +4748,7 @@ shutdown_hours: OceanAwsScheduledTaskShutdownHours shutdown_hours block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#shutdown_hours OceanAws#shutdown_hours} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#shutdown_hours OceanAws#shutdown_hours} --- @@ -4762,7 +4762,7 @@ tasks: typing.Union[IResolvable, typing.List[OceanAwsScheduledTaskTasks]] tasks block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#tasks OceanAws#tasks} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#tasks OceanAws#tasks} --- @@ -4783,8 +4783,8 @@ oceanAws.OceanAwsScheduledTaskShutdownHours( | **Name** | **Type** | **Description** | | --- | --- | --- | -| time_windows | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_aws#is_enabled OceanAws#is_enabled}. | --- @@ -4796,7 +4796,7 @@ time_windows: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#time_windows OceanAws#time_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#time_windows OceanAws#time_windows}. --- @@ -4808,7 +4808,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.169.1/docs/resources/ocean_aws#is_enabled OceanAws#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#is_enabled OceanAws#is_enabled}. --- @@ -4831,9 +4831,9 @@ oceanAws.OceanAwsScheduledTaskTasks( | **Name** | **Type** | **Description** | | --- | --- | --- | -| cron_expression | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/ocean_aws#task_type OceanAws#task_type}. | | parameters | OceanAwsScheduledTaskTasksParameters | parameters block. | --- @@ -4846,7 +4846,7 @@ cron_expression: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#cron_expression OceanAws#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#cron_expression OceanAws#cron_expression}. --- @@ -4858,7 +4858,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.169.1/docs/resources/ocean_aws#is_enabled OceanAws#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#is_enabled OceanAws#is_enabled}. --- @@ -4870,7 +4870,7 @@ task_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#task_type OceanAws#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#task_type OceanAws#task_type}. --- @@ -4884,7 +4884,7 @@ parameters: OceanAwsScheduledTaskTasksParameters parameters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#parameters OceanAws#parameters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#parameters OceanAws#parameters} --- @@ -4920,7 +4920,7 @@ ami_auto_update: OceanAwsScheduledTaskTasksParametersAmiAutoUpdate ami_auto_update block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#ami_auto_update OceanAws#ami_auto_update} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#ami_auto_update OceanAws#ami_auto_update} --- @@ -4934,7 +4934,7 @@ parameters_cluster_roll: OceanAwsScheduledTaskTasksParametersParametersClusterRo parameters_cluster_roll block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#parameters_cluster_roll OceanAws#parameters_cluster_roll} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#parameters_cluster_roll OceanAws#parameters_cluster_roll} --- @@ -4958,9 +4958,9 @@ oceanAws.OceanAwsScheduledTaskTasksParametersAmiAutoUpdate( | **Name** | **Type** | **Description** | | --- | --- | --- | | ami_auto_update_cluster_roll | OceanAwsScheduledTaskTasksParametersAmiAutoUpdateAmiAutoUpdateClusterRoll | ami_auto_update_cluster_roll block. | -| apply_roll | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#apply_roll OceanAws#apply_roll}. | -| minor_version | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#minor_version OceanAws#minor_version}. | -| patch | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#patch OceanAws#patch}. | +| apply_roll | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#apply_roll OceanAws#apply_roll}. | +| minor_version | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#minor_version OceanAws#minor_version}. | +| patch | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#patch OceanAws#patch}. | --- @@ -4974,7 +4974,7 @@ ami_auto_update_cluster_roll: OceanAwsScheduledTaskTasksParametersAmiAutoUpdateA ami_auto_update_cluster_roll block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#ami_auto_update_cluster_roll OceanAws#ami_auto_update_cluster_roll} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#ami_auto_update_cluster_roll OceanAws#ami_auto_update_cluster_roll} --- @@ -4986,7 +4986,7 @@ apply_roll: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#apply_roll OceanAws#apply_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#apply_roll OceanAws#apply_roll}. --- @@ -4998,7 +4998,7 @@ minor_version: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#minor_version OceanAws#minor_version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#minor_version OceanAws#minor_version}. --- @@ -5010,7 +5010,7 @@ patch: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#patch OceanAws#patch}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#patch OceanAws#patch}. --- @@ -5033,10 +5033,10 @@ oceanAws.OceanAwsScheduledTaskTasksParametersAmiAutoUpdateAmiAutoUpdateClusterRo | **Name** | **Type** | **Description** | | --- | --- | --- | -| batch_min_healthy_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#batch_min_healthy_percentage OceanAws#batch_min_healthy_percentage}. | -| batch_size_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#batch_size_percentage OceanAws#batch_size_percentage}. | -| comment | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#comment OceanAws#comment}. | -| respect_pdb | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. | +| batch_min_healthy_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#batch_min_healthy_percentage OceanAws#batch_min_healthy_percentage}. | +| batch_size_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#batch_size_percentage OceanAws#batch_size_percentage}. | +| comment | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#comment OceanAws#comment}. | +| respect_pdb | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. | --- @@ -5048,7 +5048,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.169.1/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.170.0/docs/resources/ocean_aws#batch_min_healthy_percentage OceanAws#batch_min_healthy_percentage}. --- @@ -5060,7 +5060,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.169.1/docs/resources/ocean_aws#batch_size_percentage OceanAws#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#batch_size_percentage OceanAws#batch_size_percentage}. --- @@ -5072,7 +5072,7 @@ comment: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#comment OceanAws#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#comment OceanAws#comment}. --- @@ -5084,7 +5084,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.169.1/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. --- @@ -5107,10 +5107,10 @@ oceanAws.OceanAwsScheduledTaskTasksParametersParametersClusterRoll( | **Name** | **Type** | **Description** | | --- | --- | --- | -| batch_min_healthy_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#batch_min_healthy_percentage OceanAws#batch_min_healthy_percentage}. | -| batch_size_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#batch_size_percentage OceanAws#batch_size_percentage}. | -| comment | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#comment OceanAws#comment}. | -| respect_pdb | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. | +| batch_min_healthy_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#batch_min_healthy_percentage OceanAws#batch_min_healthy_percentage}. | +| batch_size_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#batch_size_percentage OceanAws#batch_size_percentage}. | +| comment | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#comment OceanAws#comment}. | +| respect_pdb | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. | --- @@ -5122,7 +5122,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.169.1/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.170.0/docs/resources/ocean_aws#batch_min_healthy_percentage OceanAws#batch_min_healthy_percentage}. --- @@ -5134,7 +5134,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.169.1/docs/resources/ocean_aws#batch_size_percentage OceanAws#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#batch_size_percentage OceanAws#batch_size_percentage}. --- @@ -5146,7 +5146,7 @@ comment: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#comment OceanAws#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#comment OceanAws#comment}. --- @@ -5158,7 +5158,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.169.1/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. --- @@ -5179,8 +5179,8 @@ oceanAws.OceanAwsTags( | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#key OceanAws#key}. | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#value OceanAws#value}. | +| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#key OceanAws#key}. | +| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#value OceanAws#value}. | --- @@ -5192,7 +5192,7 @@ key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#key OceanAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#key OceanAws#key}. --- @@ -5204,7 +5204,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#value OceanAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#value OceanAws#value}. --- @@ -5228,10 +5228,10 @@ oceanAws.OceanAwsUpdatePolicy( | **Name** | **Type** | **Description** | | --- | --- | --- | -| should_roll | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/docs/resources/ocean_aws#conditioned_roll OceanAws#conditioned_roll}. | -| conditioned_roll_params | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#conditioned_roll_params OceanAws#conditioned_roll_params}. | +| should_roll | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.0/docs/resources/ocean_aws#conditioned_roll OceanAws#conditioned_roll}. | +| conditioned_roll_params | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#conditioned_roll_params OceanAws#conditioned_roll_params}. | | roll_config | OceanAwsUpdatePolicyRollConfig | roll_config block. | --- @@ -5244,7 +5244,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.169.1/docs/resources/ocean_aws#should_roll OceanAws#should_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#should_roll OceanAws#should_roll}. --- @@ -5256,7 +5256,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.169.1/docs/resources/ocean_aws#auto_apply_tags OceanAws#auto_apply_tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#auto_apply_tags OceanAws#auto_apply_tags}. --- @@ -5268,7 +5268,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.169.1/docs/resources/ocean_aws#conditioned_roll OceanAws#conditioned_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#conditioned_roll OceanAws#conditioned_roll}. --- @@ -5280,7 +5280,7 @@ conditioned_roll_params: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#conditioned_roll_params OceanAws#conditioned_roll_params}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#conditioned_roll_params OceanAws#conditioned_roll_params}. --- @@ -5294,7 +5294,7 @@ roll_config: OceanAwsUpdatePolicyRollConfig roll_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#roll_config OceanAws#roll_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#roll_config OceanAws#roll_config} --- @@ -5317,10 +5317,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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.0/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. | --- @@ -5332,7 +5332,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.169.1/docs/resources/ocean_aws#batch_size_percentage OceanAws#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#batch_size_percentage OceanAws#batch_size_percentage}. --- @@ -5344,7 +5344,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.169.1/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.170.0/docs/resources/ocean_aws#batch_min_healthy_percentage OceanAws#batch_min_healthy_percentage}. --- @@ -5356,7 +5356,7 @@ launch_spec_ids: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#launch_spec_ids OceanAws#launch_spec_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#launch_spec_ids OceanAws#launch_spec_ids}. --- @@ -5368,7 +5368,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.169.1/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. --- @@ -6379,7 +6379,7 @@ def put_autoscale_down( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#evaluation_periods OceanAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#evaluation_periods OceanAws#evaluation_periods}. --- @@ -6387,7 +6387,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#is_aggressive_scale_down_enabled OceanAws#is_aggressive_scale_down_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#is_aggressive_scale_down_enabled OceanAws#is_aggressive_scale_down_enabled}. --- @@ -6395,7 +6395,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws#max_scale_down_percentage OceanAws#max_scale_down_percentage}. --- @@ -6414,7 +6414,7 @@ def put_autoscale_headroom( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#cpu_per_unit OceanAws#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#cpu_per_unit OceanAws#cpu_per_unit}. --- @@ -6422,7 +6422,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#gpu_per_unit OceanAws#gpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#gpu_per_unit OceanAws#gpu_per_unit}. --- @@ -6430,7 +6430,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#memory_per_unit OceanAws#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#memory_per_unit OceanAws#memory_per_unit}. --- @@ -6438,7 +6438,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#num_of_units OceanAws#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#num_of_units OceanAws#num_of_units}. --- @@ -6455,7 +6455,7 @@ def put_resource_limits( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#max_memory_gib OceanAws#max_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#max_memory_gib OceanAws#max_memory_gib}. --- @@ -6463,7 +6463,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#max_vcpu OceanAws#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#max_vcpu OceanAws#max_vcpu}. --- @@ -8031,7 +8031,7 @@ def put_dynamic_iops( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#base_size OceanAws#base_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#base_size OceanAws#base_size}. --- @@ -8039,7 +8039,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#resource OceanAws#resource}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#resource OceanAws#resource}. --- @@ -8047,7 +8047,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws#size_per_resource_unit OceanAws#size_per_resource_unit}. --- @@ -8065,7 +8065,7 @@ def put_dynamic_volume_size( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#base_size OceanAws#base_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#base_size OceanAws#base_size}. --- @@ -8073,7 +8073,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#resource OceanAws#resource}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#resource OceanAws#resource}. --- @@ -8081,7 +8081,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws#size_per_resource_unit OceanAws#size_per_resource_unit}. --- @@ -8853,7 +8853,7 @@ def put_ebs( - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#delete_on_termination OceanAws#delete_on_termination}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#delete_on_termination OceanAws#delete_on_termination}. --- @@ -8863,7 +8863,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.169.1/docs/resources/ocean_aws#dynamic_iops OceanAws#dynamic_iops} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#dynamic_iops OceanAws#dynamic_iops} --- @@ -8873,7 +8873,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.169.1/docs/resources/ocean_aws#dynamic_volume_size OceanAws#dynamic_volume_size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#dynamic_volume_size OceanAws#dynamic_volume_size} --- @@ -8881,7 +8881,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#encrypted OceanAws#encrypted}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#encrypted OceanAws#encrypted}. --- @@ -8889,7 +8889,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#iops OceanAws#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#iops OceanAws#iops}. --- @@ -8897,7 +8897,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#kms_key_id OceanAws#kms_key_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#kms_key_id OceanAws#kms_key_id}. --- @@ -8905,7 +8905,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#snapshot_id OceanAws#snapshot_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#snapshot_id OceanAws#snapshot_id}. --- @@ -8913,7 +8913,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#throughput OceanAws#throughput}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#throughput OceanAws#throughput}. --- @@ -8921,7 +8921,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#volume_size OceanAws#volume_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#volume_size OceanAws#volume_size}. --- @@ -8929,7 +8929,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#volume_type OceanAws#volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#volume_type OceanAws#volume_type}. --- @@ -12277,7 +12277,7 @@ def put_export( s3 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#s3 OceanAws#s3} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#s3 OceanAws#s3} --- @@ -13093,7 +13093,7 @@ def put_shutdown_hours( - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#time_windows OceanAws#time_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#time_windows OceanAws#time_windows}. --- @@ -13101,7 +13101,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#is_enabled OceanAws#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#is_enabled OceanAws#is_enabled}. --- @@ -13981,7 +13981,7 @@ def put_parameters( ami_auto_update block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#ami_auto_update OceanAws#ami_auto_update} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#ami_auto_update OceanAws#ami_auto_update} --- @@ -13991,7 +13991,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti parameters_cluster_roll block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#parameters_cluster_roll OceanAws#parameters_cluster_roll} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#parameters_cluster_roll OceanAws#parameters_cluster_roll} --- @@ -14773,7 +14773,7 @@ def put_ami_auto_update_cluster_roll( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws#batch_min_healthy_percentage OceanAws#batch_min_healthy_percentage}. --- @@ -14781,7 +14781,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#batch_size_percentage OceanAws#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#batch_size_percentage OceanAws#batch_size_percentage}. --- @@ -14789,7 +14789,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#comment OceanAws#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#comment OceanAws#comment}. --- @@ -14797,7 +14797,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. --- @@ -15208,7 +15208,7 @@ def put_ami_auto_update( ami_auto_update_cluster_roll block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#ami_auto_update_cluster_roll OceanAws#ami_auto_update_cluster_roll} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#ami_auto_update_cluster_roll OceanAws#ami_auto_update_cluster_roll} --- @@ -15216,7 +15216,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#apply_roll OceanAws#apply_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#apply_roll OceanAws#apply_roll}. --- @@ -15224,7 +15224,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#minor_version OceanAws#minor_version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#minor_version OceanAws#minor_version}. --- @@ -15232,7 +15232,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#patch OceanAws#patch}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#patch OceanAws#patch}. --- @@ -15251,7 +15251,7 @@ def put_parameters_cluster_roll( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws#batch_min_healthy_percentage OceanAws#batch_min_healthy_percentage}. --- @@ -15259,7 +15259,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#batch_size_percentage OceanAws#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#batch_size_percentage OceanAws#batch_size_percentage}. --- @@ -15267,7 +15267,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#comment OceanAws#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#comment OceanAws#comment}. --- @@ -15275,7 +15275,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. --- @@ -16527,7 +16527,7 @@ def put_roll_config( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#batch_size_percentage OceanAws#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#batch_size_percentage OceanAws#batch_size_percentage}. --- @@ -16535,7 +16535,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws#batch_min_healthy_percentage OceanAws#batch_min_healthy_percentage}. --- @@ -16543,7 +16543,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.169.1/docs/resources/ocean_aws#launch_spec_ids OceanAws#launch_spec_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#launch_spec_ids OceanAws#launch_spec_ids}. --- @@ -16551,7 +16551,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. --- diff --git a/docs/oceanAws.typescript.md b/docs/oceanAws.typescript.md index 2b96245c6..b54a88342 100644 --- a/docs/oceanAws.typescript.md +++ b/docs/oceanAws.typescript.md @@ -4,7 +4,7 @@ ### OceanAws -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws spotinst_ocean_aws}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws spotinst_ocean_aws}. #### Initializers @@ -876,7 +876,7 @@ The construct id used in the generated config for the OceanAws to import. The id of the existing OceanAws that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#import import section} in the documentation of this resource for the id to use --- @@ -1965,14 +1965,14 @@ const oceanAwsAutoscaler: oceanAws.OceanAwsAutoscaler = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| autoHeadroomPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/ocean_aws#autoscale_cooldown OceanAws#autoscale_cooldown}. | +| autoHeadroomPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.0/docs/resources/ocean_aws#extended_resource_definitions OceanAws#extended_resource_definitions}. | | resourceLimits | OceanAwsAutoscalerResourceLimits | resource_limits block. | --- @@ -1985,7 +1985,7 @@ public readonly autoHeadroomPercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#auto_headroom_percentage OceanAws#auto_headroom_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#auto_headroom_percentage OceanAws#auto_headroom_percentage}. --- @@ -1997,7 +1997,7 @@ public readonly autoscaleCooldown: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#autoscale_cooldown OceanAws#autoscale_cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#autoscale_cooldown OceanAws#autoscale_cooldown}. --- @@ -2011,7 +2011,7 @@ public readonly autoscaleDown: OceanAwsAutoscalerAutoscaleDown; autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#autoscale_down OceanAws#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#autoscale_down OceanAws#autoscale_down} --- @@ -2025,7 +2025,7 @@ public readonly autoscaleHeadroom: OceanAwsAutoscalerAutoscaleHeadroom; autoscale_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#autoscale_headroom OceanAws#autoscale_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#autoscale_headroom OceanAws#autoscale_headroom} --- @@ -2037,7 +2037,7 @@ public readonly autoscaleIsAutoConfig: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws#autoscale_is_auto_config OceanAws#autoscale_is_auto_config}. --- @@ -2049,7 +2049,7 @@ public readonly autoscaleIsEnabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#autoscale_is_enabled OceanAws#autoscale_is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#autoscale_is_enabled OceanAws#autoscale_is_enabled}. --- @@ -2061,7 +2061,7 @@ public readonly enableAutomaticAndManualHeadroom: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws#enable_automatic_and_manual_headroom OceanAws#enable_automatic_and_manual_headroom}. --- @@ -2073,7 +2073,7 @@ public readonly extendedResourceDefinitions: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#extended_resource_definitions OceanAws#extended_resource_definitions}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#extended_resource_definitions OceanAws#extended_resource_definitions}. --- @@ -2087,7 +2087,7 @@ public readonly resourceLimits: OceanAwsAutoscalerResourceLimits; resource_limits block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#resource_limits OceanAws#resource_limits} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#resource_limits OceanAws#resource_limits} --- @@ -2105,9 +2105,9 @@ const oceanAwsAutoscalerAutoscaleDown: oceanAws.OceanAwsAutoscalerAutoscaleDown | **Name** | **Type** | **Description** | | --- | --- | --- | -| evaluationPeriods | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#evaluation_periods OceanAws#evaluation_periods}. | -| isAggressiveScaleDownEnabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#is_aggressive_scale_down_enabled OceanAws#is_aggressive_scale_down_enabled}. | -| maxScaleDownPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws#evaluation_periods OceanAws#evaluation_periods}. | +| isAggressiveScaleDownEnabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#is_aggressive_scale_down_enabled OceanAws#is_aggressive_scale_down_enabled}. | +| maxScaleDownPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#max_scale_down_percentage OceanAws#max_scale_down_percentage}. | --- @@ -2119,7 +2119,7 @@ public readonly evaluationPeriods: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#evaluation_periods OceanAws#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#evaluation_periods OceanAws#evaluation_periods}. --- @@ -2131,7 +2131,7 @@ public readonly isAggressiveScaleDownEnabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#is_aggressive_scale_down_enabled OceanAws#is_aggressive_scale_down_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#is_aggressive_scale_down_enabled OceanAws#is_aggressive_scale_down_enabled}. --- @@ -2143,7 +2143,7 @@ public readonly maxScaleDownPercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws#max_scale_down_percentage OceanAws#max_scale_down_percentage}. --- @@ -2161,10 +2161,10 @@ const oceanAwsAutoscalerAutoscaleHeadroom: oceanAws.OceanAwsAutoscalerAutoscaleH | **Name** | **Type** | **Description** | | --- | --- | --- | -| cpuPerUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.0/docs/resources/ocean_aws#num_of_units OceanAws#num_of_units}. | --- @@ -2176,7 +2176,7 @@ public readonly cpuPerUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#cpu_per_unit OceanAws#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#cpu_per_unit OceanAws#cpu_per_unit}. --- @@ -2188,7 +2188,7 @@ public readonly gpuPerUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#gpu_per_unit OceanAws#gpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#gpu_per_unit OceanAws#gpu_per_unit}. --- @@ -2200,7 +2200,7 @@ public readonly memoryPerUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#memory_per_unit OceanAws#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#memory_per_unit OceanAws#memory_per_unit}. --- @@ -2212,7 +2212,7 @@ public readonly numOfUnits: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#num_of_units OceanAws#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#num_of_units OceanAws#num_of_units}. --- @@ -2230,8 +2230,8 @@ const oceanAwsAutoscalerResourceLimits: oceanAws.OceanAwsAutoscalerResourceLimit | **Name** | **Type** | **Description** | | --- | --- | --- | -| maxMemoryGib | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/ocean_aws#max_vcpu OceanAws#max_vcpu}. | +| maxMemoryGib | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/ocean_aws#max_vcpu OceanAws#max_vcpu}. | --- @@ -2243,7 +2243,7 @@ public readonly maxMemoryGib: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#max_memory_gib OceanAws#max_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#max_memory_gib OceanAws#max_memory_gib}. --- @@ -2255,7 +2255,7 @@ public readonly maxVcpu: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#max_vcpu OceanAws#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#max_vcpu OceanAws#max_vcpu}. --- @@ -2273,7 +2273,7 @@ const oceanAwsBlockDeviceMappings: oceanAws.OceanAwsBlockDeviceMappings = { ... | **Name** | **Type** | **Description** | | --- | --- | --- | -| deviceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#device_name OceanAws#device_name}. | +| deviceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#device_name OceanAws#device_name}. | | ebs | OceanAwsBlockDeviceMappingsEbs | ebs block. | --- @@ -2286,7 +2286,7 @@ public readonly deviceName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#device_name OceanAws#device_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#device_name OceanAws#device_name}. --- @@ -2300,7 +2300,7 @@ public readonly ebs: OceanAwsBlockDeviceMappingsEbs; ebs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#ebs OceanAws#ebs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#ebs OceanAws#ebs} --- @@ -2318,16 +2318,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.169.1/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.170.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.169.1/docs/resources/ocean_aws#encrypted OceanAws#encrypted}. | -| iops | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#iops OceanAws#iops}. | -| kmsKeyId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/ocean_aws#snapshot_id OceanAws#snapshot_id}. | -| throughput | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#throughput OceanAws#throughput}. | -| volumeSize | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#volume_size OceanAws#volume_size}. | -| volumeType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws#encrypted OceanAws#encrypted}. | +| iops | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#iops OceanAws#iops}. | +| kmsKeyId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.0/docs/resources/ocean_aws#throughput OceanAws#throughput}. | +| volumeSize | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/ocean_aws#volume_type OceanAws#volume_type}. | --- @@ -2339,7 +2339,7 @@ public readonly deleteOnTermination: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#delete_on_termination OceanAws#delete_on_termination}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#delete_on_termination OceanAws#delete_on_termination}. --- @@ -2353,7 +2353,7 @@ public readonly dynamicIops: OceanAwsBlockDeviceMappingsEbsDynamicIops; dynamic_iops block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#dynamic_iops OceanAws#dynamic_iops} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#dynamic_iops OceanAws#dynamic_iops} --- @@ -2367,7 +2367,7 @@ public readonly dynamicVolumeSize: OceanAwsBlockDeviceMappingsEbsDynamicVolumeSi dynamic_volume_size block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#dynamic_volume_size OceanAws#dynamic_volume_size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#dynamic_volume_size OceanAws#dynamic_volume_size} --- @@ -2379,7 +2379,7 @@ public readonly encrypted: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#encrypted OceanAws#encrypted}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#encrypted OceanAws#encrypted}. --- @@ -2391,7 +2391,7 @@ public readonly iops: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#iops OceanAws#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#iops OceanAws#iops}. --- @@ -2403,7 +2403,7 @@ public readonly kmsKeyId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#kms_key_id OceanAws#kms_key_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#kms_key_id OceanAws#kms_key_id}. --- @@ -2415,7 +2415,7 @@ public readonly snapshotId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#snapshot_id OceanAws#snapshot_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#snapshot_id OceanAws#snapshot_id}. --- @@ -2427,7 +2427,7 @@ public readonly throughput: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#throughput OceanAws#throughput}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#throughput OceanAws#throughput}. --- @@ -2439,7 +2439,7 @@ public readonly volumeSize: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#volume_size OceanAws#volume_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#volume_size OceanAws#volume_size}. --- @@ -2451,7 +2451,7 @@ public readonly volumeType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#volume_type OceanAws#volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#volume_type OceanAws#volume_type}. --- @@ -2469,9 +2469,9 @@ const oceanAwsBlockDeviceMappingsEbsDynamicIops: oceanAws.OceanAwsBlockDeviceMap | **Name** | **Type** | **Description** | | --- | --- | --- | -| baseSize | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#base_size OceanAws#base_size}. | -| resource | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#resource OceanAws#resource}. | -| sizePerResourceUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.0/docs/resources/ocean_aws#resource OceanAws#resource}. | +| sizePerResourceUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#size_per_resource_unit OceanAws#size_per_resource_unit}. | --- @@ -2483,7 +2483,7 @@ public readonly baseSize: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#base_size OceanAws#base_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#base_size OceanAws#base_size}. --- @@ -2495,7 +2495,7 @@ public readonly resource: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#resource OceanAws#resource}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#resource OceanAws#resource}. --- @@ -2507,7 +2507,7 @@ public readonly sizePerResourceUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws#size_per_resource_unit OceanAws#size_per_resource_unit}. --- @@ -2525,9 +2525,9 @@ const oceanAwsBlockDeviceMappingsEbsDynamicVolumeSize: oceanAws.OceanAwsBlockDev | **Name** | **Type** | **Description** | | --- | --- | --- | -| baseSize | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#base_size OceanAws#base_size}. | -| resource | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#resource OceanAws#resource}. | -| sizePerResourceUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.0/docs/resources/ocean_aws#resource OceanAws#resource}. | +| sizePerResourceUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#size_per_resource_unit OceanAws#size_per_resource_unit}. | --- @@ -2539,7 +2539,7 @@ public readonly baseSize: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#base_size OceanAws#base_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#base_size OceanAws#base_size}. --- @@ -2551,7 +2551,7 @@ public readonly resource: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#resource OceanAws#resource}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#resource OceanAws#resource}. --- @@ -2563,7 +2563,7 @@ public readonly sizePerResourceUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws#size_per_resource_unit OceanAws#size_per_resource_unit}. --- @@ -2581,7 +2581,7 @@ const oceanAwsClusterOrientation: oceanAws.OceanAwsClusterOrientation = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| availabilityVsCost | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws#availability_vs_cost OceanAws#availability_vs_cost}. | --- @@ -2593,7 +2593,7 @@ public readonly availabilityVsCost: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#availability_vs_cost OceanAws#availability_vs_cost}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#availability_vs_cost OceanAws#availability_vs_cost}. --- @@ -2618,46 +2618,46 @@ 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.169.1/docs/resources/ocean_aws#security_groups OceanAws#security_groups}. | -| subnetIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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.169.1/docs/resources/ocean_aws#blacklist OceanAws#blacklist}. | +| blacklist | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aws#controller_id OceanAws#controller_id}. | -| desiredCapacity | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#desired_capacity OceanAws#desired_capacity}. | -| drainingTimeout | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.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.169.1/docs/resources/ocean_aws#grace_period OceanAws#grace_period}. | -| healthCheckUnhealthyDurationBeforeReplacement | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#health_check_unhealthy_duration_before_replacement OceanAws#health_check_unhealthy_duration_before_replacement}. | -| iamInstanceProfile | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/ocean_aws#id OceanAws#id}. | -| imageId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#image_id OceanAws#image_id}. | +| gracePeriod | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#grace_period OceanAws#grace_period}. | +| healthCheckUnhealthyDurationBeforeReplacement | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#health_check_unhealthy_duration_before_replacement OceanAws#health_check_unhealthy_duration_before_replacement}. | +| iamInstanceProfile | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/ocean_aws#id OceanAws#id}. | +| imageId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aws#key_name OceanAws#key_name}. | +| keyName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aws#max_size OceanAws#max_size}. | -| minSize | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/ocean_aws#monitoring OceanAws#monitoring}. | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#name OceanAws#name}. | -| region | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#region OceanAws#region}. | +| maxSize | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.0/docs/resources/ocean_aws#monitoring OceanAws#monitoring}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#name OceanAws#name}. | +| region | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.0/docs/resources/ocean_aws#root_volume_size OceanAws#root_volume_size}. | | scheduledTask | OceanAwsScheduledTask | scheduled_task block. | -| spotPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#spot_percentage OceanAws#spot_percentage}. | -| spreadNodesBy | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/docs/resources/ocean_aws#whitelist OceanAws#whitelist}. | +| useAsTemplateOnly | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.170.0/docs/resources/ocean_aws#whitelist OceanAws#whitelist}. | --- @@ -2739,7 +2739,7 @@ public readonly securityGroups: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#security_groups OceanAws#security_groups}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#security_groups OceanAws#security_groups}. --- @@ -2751,7 +2751,7 @@ public readonly subnetIds: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#subnet_ids OceanAws#subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#subnet_ids OceanAws#subnet_ids}. --- @@ -2763,7 +2763,7 @@ public readonly associateIpv6Address: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#associate_ipv6_address OceanAws#associate_ipv6_address}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#associate_ipv6_address OceanAws#associate_ipv6_address}. --- @@ -2775,7 +2775,7 @@ public readonly associatePublicIpAddress: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws#associate_public_ip_address OceanAws#associate_public_ip_address}. --- @@ -2789,7 +2789,7 @@ public readonly autoscaler: OceanAwsAutoscaler; autoscaler block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#autoscaler OceanAws#autoscaler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#autoscaler OceanAws#autoscaler} --- @@ -2801,7 +2801,7 @@ public readonly blacklist: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#blacklist OceanAws#blacklist}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#blacklist OceanAws#blacklist}. --- @@ -2815,7 +2815,7 @@ public readonly blockDeviceMappings: IResolvable | OceanAwsBlockDeviceMappings[] block_device_mappings block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#block_device_mappings OceanAws#block_device_mappings} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#block_device_mappings OceanAws#block_device_mappings} --- @@ -2829,7 +2829,7 @@ public readonly clusterOrientation: IResolvable | OceanAwsClusterOrientation[]; cluster_orientation block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#cluster_orientation OceanAws#cluster_orientation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#cluster_orientation OceanAws#cluster_orientation} --- @@ -2841,7 +2841,7 @@ public readonly controllerId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#controller_id OceanAws#controller_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#controller_id OceanAws#controller_id}. --- @@ -2853,7 +2853,7 @@ public readonly desiredCapacity: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#desired_capacity OceanAws#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#desired_capacity OceanAws#desired_capacity}. --- @@ -2865,7 +2865,7 @@ public readonly drainingTimeout: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#draining_timeout OceanAws#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#draining_timeout OceanAws#draining_timeout}. --- @@ -2877,7 +2877,7 @@ public readonly ebsOptimized: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#ebs_optimized OceanAws#ebs_optimized}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#ebs_optimized OceanAws#ebs_optimized}. --- @@ -2889,7 +2889,7 @@ public readonly fallbackToOndemand: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#fallback_to_ondemand OceanAws#fallback_to_ondemand}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#fallback_to_ondemand OceanAws#fallback_to_ondemand}. --- @@ -2903,7 +2903,7 @@ public readonly filters: OceanAwsFilters; filters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#filters OceanAws#filters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#filters OceanAws#filters} --- @@ -2915,7 +2915,7 @@ public readonly gracePeriod: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#grace_period OceanAws#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#grace_period OceanAws#grace_period}. --- @@ -2927,7 +2927,7 @@ public readonly healthCheckUnhealthyDurationBeforeReplacement: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#health_check_unhealthy_duration_before_replacement OceanAws#health_check_unhealthy_duration_before_replacement}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#health_check_unhealthy_duration_before_replacement OceanAws#health_check_unhealthy_duration_before_replacement}. --- @@ -2939,7 +2939,7 @@ public readonly iamInstanceProfile: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#iam_instance_profile OceanAws#iam_instance_profile}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#iam_instance_profile OceanAws#iam_instance_profile}. --- @@ -2951,7 +2951,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#id OceanAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. @@ -2966,7 +2966,7 @@ public readonly imageId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#image_id OceanAws#image_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#image_id OceanAws#image_id}. --- @@ -2980,7 +2980,7 @@ public readonly instanceMetadataOptions: OceanAwsInstanceMetadataOptions; instance_metadata_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#instance_metadata_options OceanAws#instance_metadata_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#instance_metadata_options OceanAws#instance_metadata_options} --- @@ -2992,7 +2992,7 @@ public readonly keyName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#key_name OceanAws#key_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#key_name OceanAws#key_name}. --- @@ -3006,7 +3006,7 @@ public readonly loadBalancers: IResolvable | OceanAwsLoadBalancers[]; load_balancers block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#load_balancers OceanAws#load_balancers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#load_balancers OceanAws#load_balancers} --- @@ -3020,7 +3020,7 @@ public readonly logging: OceanAwsLogging; logging block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#logging OceanAws#logging} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#logging OceanAws#logging} --- @@ -3032,7 +3032,7 @@ public readonly maxSize: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#max_size OceanAws#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#max_size OceanAws#max_size}. --- @@ -3044,7 +3044,7 @@ public readonly minSize: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#min_size OceanAws#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#min_size OceanAws#min_size}. --- @@ -3056,7 +3056,7 @@ public readonly monitoring: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#monitoring OceanAws#monitoring}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#monitoring OceanAws#monitoring}. --- @@ -3068,7 +3068,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#name OceanAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#name OceanAws#name}. --- @@ -3080,7 +3080,7 @@ public readonly region: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#region OceanAws#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#region OceanAws#region}. --- @@ -3094,7 +3094,7 @@ public readonly resourceTagSpecification: IResolvable | OceanAwsResourceTagSpeci resource_tag_specification block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#resource_tag_specification OceanAws#resource_tag_specification} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#resource_tag_specification OceanAws#resource_tag_specification} --- @@ -3106,7 +3106,7 @@ public readonly rootVolumeSize: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#root_volume_size OceanAws#root_volume_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#root_volume_size OceanAws#root_volume_size}. --- @@ -3120,7 +3120,7 @@ public readonly scheduledTask: OceanAwsScheduledTask; scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#scheduled_task OceanAws#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#scheduled_task OceanAws#scheduled_task} --- @@ -3132,7 +3132,7 @@ public readonly spotPercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#spot_percentage OceanAws#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#spot_percentage OceanAws#spot_percentage}. --- @@ -3144,7 +3144,7 @@ public readonly spreadNodesBy: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#spread_nodes_by OceanAws#spread_nodes_by}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#spread_nodes_by OceanAws#spread_nodes_by}. --- @@ -3158,7 +3158,7 @@ public readonly tags: IResolvable | OceanAwsTags[]; tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#tags OceanAws#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#tags OceanAws#tags} --- @@ -3172,7 +3172,7 @@ public readonly updatePolicy: OceanAwsUpdatePolicy; update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#update_policy OceanAws#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#update_policy OceanAws#update_policy} --- @@ -3184,7 +3184,7 @@ public readonly useAsTemplateOnly: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws#use_as_template_only OceanAws#use_as_template_only}. --- @@ -3196,7 +3196,7 @@ public readonly userData: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#user_data OceanAws#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#user_data OceanAws#user_data}. --- @@ -3208,7 +3208,7 @@ public readonly utilizeCommitments: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#utilize_commitments OceanAws#utilize_commitments}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#utilize_commitments OceanAws#utilize_commitments}. --- @@ -3220,7 +3220,7 @@ public readonly utilizeReservedInstances: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#utilize_reserved_instances OceanAws#utilize_reserved_instances}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#utilize_reserved_instances OceanAws#utilize_reserved_instances}. --- @@ -3232,7 +3232,7 @@ public readonly whitelist: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#whitelist OceanAws#whitelist}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#whitelist OceanAws#whitelist}. --- @@ -3250,25 +3250,25 @@ const oceanAwsFilters: oceanAws.OceanAwsFilters = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| architectures | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#architectures OceanAws#architectures}. | -| categories | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#categories OceanAws#categories}. | -| diskTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#disk_types OceanAws#disk_types}. | -| excludeFamilies | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/ocean_aws#exclude_metal OceanAws#exclude_metal}. | -| hypervisor | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#hypervisor OceanAws#hypervisor}. | -| includeFamilies | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#include_families OceanAws#include_families}. | -| isEnaSupported | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/ocean_aws#max_gpu OceanAws#max_gpu}. | -| maxMemoryGib | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/docs/resources/ocean_aws#max_vcpu OceanAws#max_vcpu}. | -| minEnis | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#min_enis OceanAws#min_enis}. | -| minGpu | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#min_gpu OceanAws#min_gpu}. | -| minMemoryGib | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/docs/resources/ocean_aws#min_vcpu OceanAws#min_vcpu}. | -| rootDeviceTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/ocean_aws#virtualization_types OceanAws#virtualization_types}. | +| architectures | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#architectures OceanAws#architectures}. | +| categories | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#categories OceanAws#categories}. | +| diskTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.0/docs/resources/ocean_aws#hypervisor OceanAws#hypervisor}. | +| includeFamilies | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.0/docs/resources/ocean_aws#virtualization_types OceanAws#virtualization_types}. | --- @@ -3280,7 +3280,7 @@ public readonly architectures: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#architectures OceanAws#architectures}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#architectures OceanAws#architectures}. --- @@ -3292,7 +3292,7 @@ public readonly categories: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#categories OceanAws#categories}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#categories OceanAws#categories}. --- @@ -3304,7 +3304,7 @@ public readonly diskTypes: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#disk_types OceanAws#disk_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#disk_types OceanAws#disk_types}. --- @@ -3316,7 +3316,7 @@ public readonly excludeFamilies: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#exclude_families OceanAws#exclude_families}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#exclude_families OceanAws#exclude_families}. --- @@ -3328,7 +3328,7 @@ public readonly excludeMetal: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#exclude_metal OceanAws#exclude_metal}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#exclude_metal OceanAws#exclude_metal}. --- @@ -3340,7 +3340,7 @@ public readonly hypervisor: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#hypervisor OceanAws#hypervisor}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#hypervisor OceanAws#hypervisor}. --- @@ -3352,7 +3352,7 @@ public readonly includeFamilies: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#include_families OceanAws#include_families}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#include_families OceanAws#include_families}. --- @@ -3364,7 +3364,7 @@ public readonly isEnaSupported: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#is_ena_supported OceanAws#is_ena_supported}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#is_ena_supported OceanAws#is_ena_supported}. --- @@ -3376,7 +3376,7 @@ public readonly maxGpu: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#max_gpu OceanAws#max_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#max_gpu OceanAws#max_gpu}. --- @@ -3388,7 +3388,7 @@ public readonly maxMemoryGib: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#max_memory_gib OceanAws#max_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#max_memory_gib OceanAws#max_memory_gib}. --- @@ -3400,7 +3400,7 @@ public readonly maxNetworkPerformance: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#max_network_performance OceanAws#max_network_performance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#max_network_performance OceanAws#max_network_performance}. --- @@ -3412,7 +3412,7 @@ public readonly maxVcpu: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#max_vcpu OceanAws#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#max_vcpu OceanAws#max_vcpu}. --- @@ -3424,7 +3424,7 @@ public readonly minEnis: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#min_enis OceanAws#min_enis}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#min_enis OceanAws#min_enis}. --- @@ -3436,7 +3436,7 @@ public readonly minGpu: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#min_gpu OceanAws#min_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#min_gpu OceanAws#min_gpu}. --- @@ -3448,7 +3448,7 @@ public readonly minMemoryGib: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#min_memory_gib OceanAws#min_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#min_memory_gib OceanAws#min_memory_gib}. --- @@ -3460,7 +3460,7 @@ public readonly minNetworkPerformance: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#min_network_performance OceanAws#min_network_performance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#min_network_performance OceanAws#min_network_performance}. --- @@ -3472,7 +3472,7 @@ public readonly minVcpu: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#min_vcpu OceanAws#min_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#min_vcpu OceanAws#min_vcpu}. --- @@ -3484,7 +3484,7 @@ public readonly rootDeviceTypes: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#root_device_types OceanAws#root_device_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#root_device_types OceanAws#root_device_types}. --- @@ -3496,7 +3496,7 @@ public readonly virtualizationTypes: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#virtualization_types OceanAws#virtualization_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#virtualization_types OceanAws#virtualization_types}. --- @@ -3514,8 +3514,8 @@ const oceanAwsInstanceMetadataOptions: oceanAws.OceanAwsInstanceMetadataOptions | **Name** | **Type** | **Description** | | --- | --- | --- | -| httpTokens | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#http_tokens OceanAws#http_tokens}. | -| httpPutResponseHopLimit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.0/docs/resources/ocean_aws#http_put_response_hop_limit OceanAws#http_put_response_hop_limit}. | --- @@ -3527,7 +3527,7 @@ public readonly httpTokens: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#http_tokens OceanAws#http_tokens}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#http_tokens OceanAws#http_tokens}. --- @@ -3539,7 +3539,7 @@ public readonly httpPutResponseHopLimit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws#http_put_response_hop_limit OceanAws#http_put_response_hop_limit}. --- @@ -3557,9 +3557,9 @@ const oceanAwsLoadBalancers: oceanAws.OceanAwsLoadBalancers = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| arn | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#arn OceanAws#arn}. | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#name OceanAws#name}. | -| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#type OceanAws#type}. | +| arn | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#arn OceanAws#arn}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#name OceanAws#name}. | +| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#type OceanAws#type}. | --- @@ -3571,7 +3571,7 @@ public readonly arn: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#arn OceanAws#arn}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#arn OceanAws#arn}. --- @@ -3583,7 +3583,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#name OceanAws#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#name OceanAws#name}. --- @@ -3595,7 +3595,7 @@ public readonly type: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#type OceanAws#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#type OceanAws#type}. --- @@ -3627,7 +3627,7 @@ public readonly export: OceanAwsLoggingExport; export block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#export OceanAws#export} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#export OceanAws#export} --- @@ -3659,7 +3659,7 @@ public readonly s3: IResolvable | OceanAwsLoggingExportS3[]; s3 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#s3 OceanAws#s3} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#s3 OceanAws#s3} --- @@ -3677,7 +3677,7 @@ const oceanAwsLoggingExportS3: oceanAws.OceanAwsLoggingExportS3 = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#id OceanAws#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#id OceanAws#id}. | --- @@ -3689,7 +3689,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#id OceanAws#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. @@ -3710,7 +3710,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.169.1/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.170.0/docs/resources/ocean_aws#should_tag_volumes OceanAws#should_tag_volumes}. | --- @@ -3722,7 +3722,7 @@ public readonly shouldTagVolumes: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#should_tag_volumes OceanAws#should_tag_volumes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#should_tag_volumes OceanAws#should_tag_volumes}. --- @@ -3755,7 +3755,7 @@ public readonly shutdownHours: OceanAwsScheduledTaskShutdownHours; shutdown_hours block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#shutdown_hours OceanAws#shutdown_hours} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#shutdown_hours OceanAws#shutdown_hours} --- @@ -3769,7 +3769,7 @@ public readonly tasks: IResolvable | OceanAwsScheduledTaskTasks[]; tasks block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#tasks OceanAws#tasks} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#tasks OceanAws#tasks} --- @@ -3787,8 +3787,8 @@ const oceanAwsScheduledTaskShutdownHours: oceanAws.OceanAwsScheduledTaskShutdown | **Name** | **Type** | **Description** | | --- | --- | --- | -| timeWindows | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/ocean_aws#is_enabled OceanAws#is_enabled}. | +| timeWindows | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/ocean_aws#is_enabled OceanAws#is_enabled}. | --- @@ -3800,7 +3800,7 @@ public readonly timeWindows: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#time_windows OceanAws#time_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#time_windows OceanAws#time_windows}. --- @@ -3812,7 +3812,7 @@ public readonly isEnabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#is_enabled OceanAws#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#is_enabled OceanAws#is_enabled}. --- @@ -3830,9 +3830,9 @@ const oceanAwsScheduledTaskTasks: oceanAws.OceanAwsScheduledTaskTasks = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| cronExpression | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/ocean_aws#is_enabled OceanAws#is_enabled}. | -| taskType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#task_type OceanAws#task_type}. | +| cronExpression | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.0/docs/resources/ocean_aws#task_type OceanAws#task_type}. | | parameters | OceanAwsScheduledTaskTasksParameters | parameters block. | --- @@ -3845,7 +3845,7 @@ public readonly cronExpression: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#cron_expression OceanAws#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#cron_expression OceanAws#cron_expression}. --- @@ -3857,7 +3857,7 @@ public readonly isEnabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#is_enabled OceanAws#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#is_enabled OceanAws#is_enabled}. --- @@ -3869,7 +3869,7 @@ public readonly taskType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#task_type OceanAws#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#task_type OceanAws#task_type}. --- @@ -3883,7 +3883,7 @@ public readonly parameters: OceanAwsScheduledTaskTasksParameters; parameters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#parameters OceanAws#parameters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#parameters OceanAws#parameters} --- @@ -3916,7 +3916,7 @@ public readonly amiAutoUpdate: OceanAwsScheduledTaskTasksParametersAmiAutoUpdate ami_auto_update block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#ami_auto_update OceanAws#ami_auto_update} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#ami_auto_update OceanAws#ami_auto_update} --- @@ -3930,7 +3930,7 @@ public readonly parametersClusterRoll: OceanAwsScheduledTaskTasksParametersParam parameters_cluster_roll block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#parameters_cluster_roll OceanAws#parameters_cluster_roll} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#parameters_cluster_roll OceanAws#parameters_cluster_roll} --- @@ -3949,9 +3949,9 @@ const oceanAwsScheduledTaskTasksParametersAmiAutoUpdate: oceanAws.OceanAwsSchedu | **Name** | **Type** | **Description** | | --- | --- | --- | | amiAutoUpdateClusterRoll | OceanAwsScheduledTaskTasksParametersAmiAutoUpdateAmiAutoUpdateClusterRoll | ami_auto_update_cluster_roll block. | -| applyRoll | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#apply_roll OceanAws#apply_roll}. | -| minorVersion | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#minor_version OceanAws#minor_version}. | -| patch | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#patch OceanAws#patch}. | +| applyRoll | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#apply_roll OceanAws#apply_roll}. | +| minorVersion | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#minor_version OceanAws#minor_version}. | +| patch | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#patch OceanAws#patch}. | --- @@ -3965,7 +3965,7 @@ public readonly amiAutoUpdateClusterRoll: OceanAwsScheduledTaskTasksParametersAm ami_auto_update_cluster_roll block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#ami_auto_update_cluster_roll OceanAws#ami_auto_update_cluster_roll} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#ami_auto_update_cluster_roll OceanAws#ami_auto_update_cluster_roll} --- @@ -3977,7 +3977,7 @@ public readonly applyRoll: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#apply_roll OceanAws#apply_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#apply_roll OceanAws#apply_roll}. --- @@ -3989,7 +3989,7 @@ public readonly minorVersion: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#minor_version OceanAws#minor_version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#minor_version OceanAws#minor_version}. --- @@ -4001,7 +4001,7 @@ public readonly patch: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#patch OceanAws#patch}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#patch OceanAws#patch}. --- @@ -4019,10 +4019,10 @@ const oceanAwsScheduledTaskTasksParametersAmiAutoUpdateAmiAutoUpdateClusterRoll: | **Name** | **Type** | **Description** | | --- | --- | --- | -| batchMinHealthyPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#batch_min_healthy_percentage OceanAws#batch_min_healthy_percentage}. | -| batchSizePercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#batch_size_percentage OceanAws#batch_size_percentage}. | -| comment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#comment OceanAws#comment}. | -| respectPdb | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. | +| batchMinHealthyPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#batch_min_healthy_percentage OceanAws#batch_min_healthy_percentage}. | +| batchSizePercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#batch_size_percentage OceanAws#batch_size_percentage}. | +| comment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#comment OceanAws#comment}. | +| respectPdb | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. | --- @@ -4034,7 +4034,7 @@ public readonly batchMinHealthyPercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws#batch_min_healthy_percentage OceanAws#batch_min_healthy_percentage}. --- @@ -4046,7 +4046,7 @@ public readonly batchSizePercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#batch_size_percentage OceanAws#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#batch_size_percentage OceanAws#batch_size_percentage}. --- @@ -4058,7 +4058,7 @@ public readonly comment: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#comment OceanAws#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#comment OceanAws#comment}. --- @@ -4070,7 +4070,7 @@ public readonly respectPdb: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. --- @@ -4088,10 +4088,10 @@ const oceanAwsScheduledTaskTasksParametersParametersClusterRoll: oceanAws.OceanA | **Name** | **Type** | **Description** | | --- | --- | --- | -| batchMinHealthyPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#batch_min_healthy_percentage OceanAws#batch_min_healthy_percentage}. | -| batchSizePercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#batch_size_percentage OceanAws#batch_size_percentage}. | -| comment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#comment OceanAws#comment}. | -| respectPdb | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. | +| batchMinHealthyPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#batch_min_healthy_percentage OceanAws#batch_min_healthy_percentage}. | +| batchSizePercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#batch_size_percentage OceanAws#batch_size_percentage}. | +| comment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#comment OceanAws#comment}. | +| respectPdb | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. | --- @@ -4103,7 +4103,7 @@ public readonly batchMinHealthyPercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws#batch_min_healthy_percentage OceanAws#batch_min_healthy_percentage}. --- @@ -4115,7 +4115,7 @@ public readonly batchSizePercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#batch_size_percentage OceanAws#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#batch_size_percentage OceanAws#batch_size_percentage}. --- @@ -4127,7 +4127,7 @@ public readonly comment: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#comment OceanAws#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#comment OceanAws#comment}. --- @@ -4139,7 +4139,7 @@ public readonly respectPdb: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. --- @@ -4157,8 +4157,8 @@ const oceanAwsTags: oceanAws.OceanAwsTags = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#key OceanAws#key}. | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#value OceanAws#value}. | +| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#key OceanAws#key}. | +| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#value OceanAws#value}. | --- @@ -4170,7 +4170,7 @@ public readonly key: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#key OceanAws#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#key OceanAws#key}. --- @@ -4182,7 +4182,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#value OceanAws#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#value OceanAws#value}. --- @@ -4200,10 +4200,10 @@ const oceanAwsUpdatePolicy: oceanAws.OceanAwsUpdatePolicy = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| shouldRoll | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/docs/resources/ocean_aws#conditioned_roll OceanAws#conditioned_roll}. | -| conditionedRollParams | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#conditioned_roll_params OceanAws#conditioned_roll_params}. | +| shouldRoll | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.0/docs/resources/ocean_aws#conditioned_roll OceanAws#conditioned_roll}. | +| conditionedRollParams | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#conditioned_roll_params OceanAws#conditioned_roll_params}. | | rollConfig | OceanAwsUpdatePolicyRollConfig | roll_config block. | --- @@ -4216,7 +4216,7 @@ public readonly shouldRoll: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#should_roll OceanAws#should_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#should_roll OceanAws#should_roll}. --- @@ -4228,7 +4228,7 @@ public readonly autoApplyTags: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#auto_apply_tags OceanAws#auto_apply_tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#auto_apply_tags OceanAws#auto_apply_tags}. --- @@ -4240,7 +4240,7 @@ public readonly conditionedRoll: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#conditioned_roll OceanAws#conditioned_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#conditioned_roll OceanAws#conditioned_roll}. --- @@ -4252,7 +4252,7 @@ public readonly conditionedRollParams: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#conditioned_roll_params OceanAws#conditioned_roll_params}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#conditioned_roll_params OceanAws#conditioned_roll_params}. --- @@ -4266,7 +4266,7 @@ public readonly rollConfig: OceanAwsUpdatePolicyRollConfig; roll_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#roll_config OceanAws#roll_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#roll_config OceanAws#roll_config} --- @@ -4284,10 +4284,10 @@ const oceanAwsUpdatePolicyRollConfig: oceanAws.OceanAwsUpdatePolicyRollConfig = | **Name** | **Type** | **Description** | | --- | --- | --- | -| batchSizePercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. | +| batchSizePercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.0/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. | --- @@ -4299,7 +4299,7 @@ public readonly batchSizePercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#batch_size_percentage OceanAws#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#batch_size_percentage OceanAws#batch_size_percentage}. --- @@ -4311,7 +4311,7 @@ public readonly batchMinHealthyPercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws#batch_min_healthy_percentage OceanAws#batch_min_healthy_percentage}. --- @@ -4323,7 +4323,7 @@ public readonly launchSpecIds: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#launch_spec_ids OceanAws#launch_spec_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#launch_spec_ids OceanAws#launch_spec_ids}. --- @@ -4335,7 +4335,7 @@ public readonly respectPdb: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb}. --- diff --git a/docs/oceanAwsExtendedResourceDefinition.csharp.md b/docs/oceanAwsExtendedResourceDefinition.csharp.md index 4184e312d..edaeb9973 100644 --- a/docs/oceanAwsExtendedResourceDefinition.csharp.md +++ b/docs/oceanAwsExtendedResourceDefinition.csharp.md @@ -4,7 +4,7 @@ ### OceanAwsExtendedResourceDefinition -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_extended_resource_definition spotinst_ocean_aws_extended_resource_definition}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_extended_resource_definition spotinst_ocean_aws_extended_resource_definition}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the OceanAwsExtendedResourceDe The id of the existing OceanAwsExtendedResourceDefinition that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_extended_resource_definition#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_extended_resource_definition#import import section} in the documentation of this resource for the id to use --- @@ -767,9 +767,9 @@ new OceanAwsExtendedResourceDefinitionConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/ocean_aws_extended_resource_definition#id OceanAwsExtendedResourceDefinition#id}. | --- @@ -851,7 +851,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_extended_resource_definition#name OceanAwsExtendedResourceDefinition#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_extended_resource_definition#name OceanAwsExtendedResourceDefinition#name}. --- @@ -863,7 +863,7 @@ public System.Collections.Generic.IDictionary ResourceMapping { - *Type:* System.Collections.Generic.IDictionary -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_extended_resource_definition#resource_mapping OceanAwsExtendedResourceDefinition#resource_mapping}. --- @@ -875,7 +875,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_extended_resource_definition#id OceanAwsExtendedResourceDefinition#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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 ea4a9f302..989191dc2 100644 --- a/docs/oceanAwsExtendedResourceDefinition.go.md +++ b/docs/oceanAwsExtendedResourceDefinition.go.md @@ -4,7 +4,7 @@ ### OceanAwsExtendedResourceDefinition -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_extended_resource_definition spotinst_ocean_aws_extended_resource_definition}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_extended_resource_definition spotinst_ocean_aws_extended_resource_definition}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the OceanAwsExtendedResourceDe The id of the existing OceanAwsExtendedResourceDefinition that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_extended_resource_definition#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_extended_resource_definition#import import section} in the documentation of this resource for the id to use --- @@ -767,9 +767,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawsextende | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/ocean_aws_extended_resource_definition#id OceanAwsExtendedResourceDefinition#id}. | --- @@ -851,7 +851,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_extended_resource_definition#name OceanAwsExtendedResourceDefinition#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_extended_resource_definition#name OceanAwsExtendedResourceDefinition#name}. --- @@ -863,7 +863,7 @@ ResourceMapping *map[string]*string - *Type:* *map[string]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_extended_resource_definition#resource_mapping OceanAwsExtendedResourceDefinition#resource_mapping}. --- @@ -875,7 +875,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_extended_resource_definition#id OceanAwsExtendedResourceDefinition#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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 0d8efb5c8..1cef0d066 100644 --- a/docs/oceanAwsExtendedResourceDefinition.java.md +++ b/docs/oceanAwsExtendedResourceDefinition.java.md @@ -4,7 +4,7 @@ ### OceanAwsExtendedResourceDefinition -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_extended_resource_definition spotinst_ocean_aws_extended_resource_definition}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_extended_resource_definition spotinst_ocean_aws_extended_resource_definition}. #### Initializers @@ -40,9 +40,9 @@ OceanAwsExtendedResourceDefinition.Builder.create(Construct scope, java.lang.Str | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/ocean_aws_extended_resource_definition#id OceanAwsExtendedResourceDefinition#id}. | --- @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_extended_resource_definition#name OceanAwsExtendedResourceDefinition#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_extended_resource_definition#name OceanAwsExtendedResourceDefinition#name}. --- @@ -118,7 +118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.util.Map -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_extended_resource_definition#resource_mapping OceanAwsExtendedResourceDefinition#resource_mapping}. --- @@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_extended_resource_definition#id OceanAwsExtendedResourceDefinition#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_extended_resource_definition#id OceanAwsExtendedResourceDefinition#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -563,7 +563,7 @@ The construct id used in the generated config for the OceanAwsExtendedResourceDe The id of the existing OceanAwsExtendedResourceDefinition that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_extended_resource_definition#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_extended_resource_definition#import import section} in the documentation of this resource for the id to use --- @@ -860,9 +860,9 @@ OceanAwsExtendedResourceDefinitionConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/ocean_aws_extended_resource_definition#id OceanAwsExtendedResourceDefinition#id}. | --- @@ -944,7 +944,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_extended_resource_definition#name OceanAwsExtendedResourceDefinition#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_extended_resource_definition#name OceanAwsExtendedResourceDefinition#name}. --- @@ -956,7 +956,7 @@ public java.util.Map getResourceMapping(); - *Type:* java.util.Map -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_extended_resource_definition#resource_mapping OceanAwsExtendedResourceDefinition#resource_mapping}. --- @@ -968,7 +968,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_extended_resource_definition#id OceanAwsExtendedResourceDefinition#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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 9097adb1f..5131aad08 100644 --- a/docs/oceanAwsExtendedResourceDefinition.python.md +++ b/docs/oceanAwsExtendedResourceDefinition.python.md @@ -4,7 +4,7 @@ ### OceanAwsExtendedResourceDefinition -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_extended_resource_definition spotinst_ocean_aws_extended_resource_definition}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_extended_resource_definition spotinst_ocean_aws_extended_resource_definition}. #### Initializers @@ -38,9 +38,9 @@ oceanAwsExtendedResourceDefinition.OceanAwsExtendedResourceDefinition( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/ocean_aws_extended_resource_definition#id OceanAwsExtendedResourceDefinition#id}. | --- @@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_extended_resource_definition#name OceanAwsExtendedResourceDefinition#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_extended_resource_definition#name OceanAwsExtendedResourceDefinition#name}. --- @@ -116,7 +116,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Mapping[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_extended_resource_definition#resource_mapping OceanAwsExtendedResourceDefinition#resource_mapping}. --- @@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_extended_resource_definition#id OceanAwsExtendedResourceDefinition#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_extended_resource_definition#id OceanAwsExtendedResourceDefinition#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -607,7 +607,7 @@ The construct id used in the generated config for the OceanAwsExtendedResourceDe The id of the existing OceanAwsExtendedResourceDefinition that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_extended_resource_definition#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_extended_resource_definition#import import section} in the documentation of this resource for the id to use --- @@ -900,9 +900,9 @@ oceanAwsExtendedResourceDefinition.OceanAwsExtendedResourceDefinitionConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/ocean_aws_extended_resource_definition#id OceanAwsExtendedResourceDefinition#id}. | --- @@ -984,7 +984,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_extended_resource_definition#name OceanAwsExtendedResourceDefinition#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_extended_resource_definition#name OceanAwsExtendedResourceDefinition#name}. --- @@ -996,7 +996,7 @@ resource_mapping: typing.Mapping[str] - *Type:* typing.Mapping[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_extended_resource_definition#resource_mapping OceanAwsExtendedResourceDefinition#resource_mapping}. --- @@ -1008,7 +1008,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_extended_resource_definition#id OceanAwsExtendedResourceDefinition#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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 ff5ed6e93..4a5920ca0 100644 --- a/docs/oceanAwsExtendedResourceDefinition.typescript.md +++ b/docs/oceanAwsExtendedResourceDefinition.typescript.md @@ -4,7 +4,7 @@ ### OceanAwsExtendedResourceDefinition -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_extended_resource_definition spotinst_ocean_aws_extended_resource_definition}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_extended_resource_definition spotinst_ocean_aws_extended_resource_definition}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the OceanAwsExtendedResourceDe The id of the existing OceanAwsExtendedResourceDefinition that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_extended_resource_definition#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_extended_resource_definition#import import section} in the documentation of this resource for the id to use --- @@ -756,9 +756,9 @@ const oceanAwsExtendedResourceDefinitionConfig: oceanAwsExtendedResourceDefiniti | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/ocean_aws_extended_resource_definition#id OceanAwsExtendedResourceDefinition#id}. | --- @@ -840,7 +840,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_extended_resource_definition#name OceanAwsExtendedResourceDefinition#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_extended_resource_definition#name OceanAwsExtendedResourceDefinition#name}. --- @@ -852,7 +852,7 @@ public readonly resourceMapping: {[ key: string ]: string}; - *Type:* {[ key: string ]: string} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_extended_resource_definition#resource_mapping OceanAwsExtendedResourceDefinition#resource_mapping}. --- @@ -864,7 +864,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_extended_resource_definition#id OceanAwsExtendedResourceDefinition#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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 2789ecf3d..cb4321008 100644 --- a/docs/oceanAwsLaunchSpec.csharp.md +++ b/docs/oceanAwsLaunchSpec.csharp.md @@ -4,7 +4,7 @@ ### OceanAwsLaunchSpec -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec spotinst_ocean_aws_launch_spec}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec spotinst_ocean_aws_launch_spec}. #### Initializers @@ -931,7 +931,7 @@ The construct id used in the generated config for the OceanAwsLaunchSpec to impo The id of the existing OceanAwsLaunchSpec that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#import import section} in the documentation of this resource for the id to use --- @@ -1846,7 +1846,7 @@ new OceanAwsLaunchSpecAutoscaleDown { | **Name** | **Type** | **Description** | | --- | --- | --- | -| MaxScaleDownPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#max_scale_down_percentage OceanAwsLaunchSpec#max_scale_down_percentage}. | --- @@ -1858,7 +1858,7 @@ public double MaxScaleDownPercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#max_scale_down_percentage OceanAwsLaunchSpec#max_scale_down_percentage}. --- @@ -1881,10 +1881,10 @@ new OceanAwsLaunchSpecAutoscaleHeadrooms { | **Name** | **Type** | **Description** | | --- | --- | --- | -| NumOfUnits | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.0/docs/resources/ocean_aws_launch_spec#memory_per_unit OceanAwsLaunchSpec#memory_per_unit}. | --- @@ -1896,7 +1896,7 @@ public double NumOfUnits { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#num_of_units OceanAwsLaunchSpec#num_of_units}. --- @@ -1908,7 +1908,7 @@ public double CpuPerUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#cpu_per_unit OceanAwsLaunchSpec#cpu_per_unit}. --- @@ -1920,7 +1920,7 @@ public double GpuPerUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#gpu_per_unit OceanAwsLaunchSpec#gpu_per_unit}. --- @@ -1932,7 +1932,7 @@ public double MemoryPerUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#memory_per_unit OceanAwsLaunchSpec#memory_per_unit}. --- @@ -1952,7 +1952,7 @@ new OceanAwsLaunchSpecAutoscaleHeadroomsAutomatic { | **Name** | **Type** | **Description** | | --- | --- | --- | -| AutoHeadroomPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#auto_headroom_percentage OceanAwsLaunchSpec#auto_headroom_percentage}. | --- @@ -1964,7 +1964,7 @@ public double AutoHeadroomPercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#auto_headroom_percentage OceanAwsLaunchSpec#auto_headroom_percentage}. --- @@ -1987,10 +1987,10 @@ new OceanAwsLaunchSpecBlockDeviceMappings { | **Name** | **Type** | **Description** | | --- | --- | --- | -| DeviceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_aws_launch_spec#virtual_name OceanAwsLaunchSpec#virtual_name}. | --- @@ -2002,7 +2002,7 @@ public string DeviceName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#device_name OceanAwsLaunchSpec#device_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#device_name OceanAwsLaunchSpec#device_name}. --- @@ -2016,7 +2016,7 @@ public OceanAwsLaunchSpecBlockDeviceMappingsEbs Ebs { get; set; } ebs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#ebs OceanAwsLaunchSpec#ebs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#ebs OceanAwsLaunchSpec#ebs} --- @@ -2028,7 +2028,7 @@ public string NoDevice { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#no_device OceanAwsLaunchSpec#no_device}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#no_device OceanAwsLaunchSpec#no_device}. --- @@ -2040,7 +2040,7 @@ public string VirtualName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#virtual_name OceanAwsLaunchSpec#virtual_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#virtual_name OceanAwsLaunchSpec#virtual_name}. --- @@ -2068,15 +2068,15 @@ new OceanAwsLaunchSpecBlockDeviceMappingsEbs { | **Name** | **Type** | **Description** | | --- | --- | --- | -| DeleteOnTermination | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.169.1/docs/resources/ocean_aws_launch_spec#encrypted OceanAwsLaunchSpec#encrypted}. | -| Iops | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#iops OceanAwsLaunchSpec#iops}. | -| KmsKeyId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/docs/resources/ocean_aws_launch_spec#throughput OceanAwsLaunchSpec#throughput}. | -| VolumeSize | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.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.170.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.170.0/docs/resources/ocean_aws_launch_spec#volume_type OceanAwsLaunchSpec#volume_type}. | --- @@ -2088,7 +2088,7 @@ public object DeleteOnTermination { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#delete_on_termination OceanAwsLaunchSpec#delete_on_termination}. --- @@ -2102,7 +2102,7 @@ public OceanAwsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSize DynamicVolumeSi dynamic_volume_size block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#dynamic_volume_size OceanAwsLaunchSpec#dynamic_volume_size} --- @@ -2114,7 +2114,7 @@ public object Encrypted { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#encrypted OceanAwsLaunchSpec#encrypted}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#encrypted OceanAwsLaunchSpec#encrypted}. --- @@ -2126,7 +2126,7 @@ public double Iops { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#iops OceanAwsLaunchSpec#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#iops OceanAwsLaunchSpec#iops}. --- @@ -2138,7 +2138,7 @@ public string KmsKeyId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#kms_key_id OceanAwsLaunchSpec#kms_key_id}. --- @@ -2150,7 +2150,7 @@ public string SnapshotId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#snapshot_id OceanAwsLaunchSpec#snapshot_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#snapshot_id OceanAwsLaunchSpec#snapshot_id}. --- @@ -2162,7 +2162,7 @@ public double Throughput { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#throughput OceanAwsLaunchSpec#throughput}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#throughput OceanAwsLaunchSpec#throughput}. --- @@ -2174,7 +2174,7 @@ public double VolumeSize { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#volume_size OceanAwsLaunchSpec#volume_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#volume_size OceanAwsLaunchSpec#volume_size}. --- @@ -2186,7 +2186,7 @@ public string VolumeType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#volume_type OceanAwsLaunchSpec#volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#volume_type OceanAwsLaunchSpec#volume_type}. --- @@ -2208,9 +2208,9 @@ new OceanAwsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSize { | **Name** | **Type** | **Description** | | --- | --- | --- | -| BaseSize | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/ocean_aws_launch_spec#resource OceanAwsLaunchSpec#resource}. | -| SizePerResourceUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.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.170.0/docs/resources/ocean_aws_launch_spec#size_per_resource_unit OceanAwsLaunchSpec#size_per_resource_unit}. | --- @@ -2222,7 +2222,7 @@ public double BaseSize { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#base_size OceanAwsLaunchSpec#base_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#base_size OceanAwsLaunchSpec#base_size}. --- @@ -2234,7 +2234,7 @@ public string Resource { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#resource OceanAwsLaunchSpec#resource}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#resource OceanAwsLaunchSpec#resource}. --- @@ -2246,7 +2246,7 @@ public double SizePerResourceUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#size_per_resource_unit OceanAwsLaunchSpec#size_per_resource_unit}. --- @@ -2311,8 +2311,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.169.1/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.169.1/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.170.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.170.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. | @@ -2321,28 +2321,28 @@ new OceanAwsLaunchSpecConfig { | DeleteOptions | OceanAwsLaunchSpecDeleteOptions | delete_options block. | | ElasticIpPool | object | elastic_ip_pool block. | | EphemeralStorage | object | ephemeral_storage block. | -| IamInstanceProfile | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/ocean_aws_launch_spec#id OceanAwsLaunchSpec#id}. | -| ImageId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.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.170.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.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#instance_types OceanAwsLaunchSpec#instance_types}. | | InstanceTypesFilters | OceanAwsLaunchSpecInstanceTypesFilters | instance_types_filters block. | | Labels | object | labels block. | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#name OceanAwsLaunchSpec#name}. | -| PreferredSpotTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.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.169.1/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.169.1/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.170.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.170.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.169.1/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.170.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.169.1/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.170.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.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#user_data OceanAwsLaunchSpec#user_data}. | --- @@ -2424,7 +2424,7 @@ public string OceanId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#ocean_id OceanAwsLaunchSpec#ocean_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#ocean_id OceanAwsLaunchSpec#ocean_id}. --- @@ -2436,7 +2436,7 @@ public object AssociatePublicIpAddress { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#associate_public_ip_address OceanAwsLaunchSpec#associate_public_ip_address}. --- @@ -2450,7 +2450,7 @@ public object AutoscaleDown { get; set; } autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#autoscale_down OceanAwsLaunchSpec#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#autoscale_down OceanAwsLaunchSpec#autoscale_down} --- @@ -2464,7 +2464,7 @@ public object AutoscaleHeadrooms { get; set; } autoscale_headrooms block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#autoscale_headrooms OceanAwsLaunchSpec#autoscale_headrooms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#autoscale_headrooms OceanAwsLaunchSpec#autoscale_headrooms} --- @@ -2478,7 +2478,7 @@ public object AutoscaleHeadroomsAutomatic { get; set; } autoscale_headrooms_automatic block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#autoscale_headrooms_automatic OceanAwsLaunchSpec#autoscale_headrooms_automatic} --- @@ -2492,7 +2492,7 @@ public object BlockDeviceMappings { get; set; } block_device_mappings block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#block_device_mappings OceanAwsLaunchSpec#block_device_mappings} --- @@ -2506,7 +2506,7 @@ public OceanAwsLaunchSpecCreateOptions CreateOptions { get; set; } create_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#create_options OceanAwsLaunchSpec#create_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#create_options OceanAwsLaunchSpec#create_options} --- @@ -2520,7 +2520,7 @@ public OceanAwsLaunchSpecDeleteOptions DeleteOptions { get; set; } delete_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#delete_options OceanAwsLaunchSpec#delete_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#delete_options OceanAwsLaunchSpec#delete_options} --- @@ -2534,7 +2534,7 @@ public object ElasticIpPool { get; set; } elastic_ip_pool block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#elastic_ip_pool OceanAwsLaunchSpec#elastic_ip_pool} --- @@ -2548,7 +2548,7 @@ public object EphemeralStorage { get; set; } ephemeral_storage block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#ephemeral_storage OceanAwsLaunchSpec#ephemeral_storage} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#ephemeral_storage OceanAwsLaunchSpec#ephemeral_storage} --- @@ -2560,7 +2560,7 @@ public string IamInstanceProfile { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#iam_instance_profile OceanAwsLaunchSpec#iam_instance_profile}. --- @@ -2572,7 +2572,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#id OceanAwsLaunchSpec#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. @@ -2587,7 +2587,7 @@ public string ImageId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#image_id OceanAwsLaunchSpec#image_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#image_id OceanAwsLaunchSpec#image_id}. --- @@ -2601,7 +2601,7 @@ public object Images { get; set; } images block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#images OceanAwsLaunchSpec#images} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#images OceanAwsLaunchSpec#images} --- @@ -2615,7 +2615,7 @@ public OceanAwsLaunchSpecInstanceMetadataOptions InstanceMetadataOptions { get; instance_metadata_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#instance_metadata_options OceanAwsLaunchSpec#instance_metadata_options} --- @@ -2627,7 +2627,7 @@ public string[] InstanceTypes { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#instance_types OceanAwsLaunchSpec#instance_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#instance_types OceanAwsLaunchSpec#instance_types}. --- @@ -2641,7 +2641,7 @@ public OceanAwsLaunchSpecInstanceTypesFilters InstanceTypesFilters { get; set; } instance_types_filters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#instance_types_filters OceanAwsLaunchSpec#instance_types_filters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#instance_types_filters OceanAwsLaunchSpec#instance_types_filters} --- @@ -2655,7 +2655,7 @@ public object Labels { get; set; } labels block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#labels OceanAwsLaunchSpec#labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#labels OceanAwsLaunchSpec#labels} --- @@ -2667,7 +2667,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#name OceanAwsLaunchSpec#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#name OceanAwsLaunchSpec#name}. --- @@ -2679,7 +2679,7 @@ public string[] PreferredSpotTypes { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#preferred_spot_types OceanAwsLaunchSpec#preferred_spot_types}. --- @@ -2693,7 +2693,7 @@ public object ResourceLimits { get; set; } resource_limits block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#resource_limits OceanAwsLaunchSpec#resource_limits} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#resource_limits OceanAwsLaunchSpec#resource_limits} --- @@ -2705,7 +2705,7 @@ public object RestrictScaleDown { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#restrict_scale_down OceanAwsLaunchSpec#restrict_scale_down}. --- @@ -2717,7 +2717,7 @@ public double RootVolumeSize { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#root_volume_size OceanAwsLaunchSpec#root_volume_size}. --- @@ -2731,7 +2731,7 @@ public OceanAwsLaunchSpecSchedulingShutdownHours SchedulingShutdownHours { get; scheduling_shutdown_hours block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#scheduling_shutdown_hours OceanAwsLaunchSpec#scheduling_shutdown_hours} --- @@ -2745,7 +2745,7 @@ public object SchedulingTask { get; set; } scheduling_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#scheduling_task OceanAwsLaunchSpec#scheduling_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#scheduling_task OceanAwsLaunchSpec#scheduling_task} --- @@ -2757,7 +2757,7 @@ public string[] SecurityGroups { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#security_groups OceanAwsLaunchSpec#security_groups}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#security_groups OceanAwsLaunchSpec#security_groups}. --- @@ -2771,7 +2771,7 @@ public object Strategy { get; set; } strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#strategy OceanAwsLaunchSpec#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#strategy OceanAwsLaunchSpec#strategy} --- @@ -2783,7 +2783,7 @@ public string[] SubnetIds { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#subnet_ids OceanAwsLaunchSpec#subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#subnet_ids OceanAwsLaunchSpec#subnet_ids}. --- @@ -2797,7 +2797,7 @@ public object Tags { get; set; } tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#tags OceanAwsLaunchSpec#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#tags OceanAwsLaunchSpec#tags} --- @@ -2811,7 +2811,7 @@ public object Taints { get; set; } taints block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#taints OceanAwsLaunchSpec#taints} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#taints OceanAwsLaunchSpec#taints} --- @@ -2825,7 +2825,7 @@ public OceanAwsLaunchSpecUpdatePolicy UpdatePolicy { get; set; } update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#update_policy OceanAwsLaunchSpec#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#update_policy OceanAwsLaunchSpec#update_policy} --- @@ -2837,7 +2837,7 @@ public string UserData { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#user_data OceanAwsLaunchSpec#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#user_data OceanAwsLaunchSpec#user_data}. --- @@ -2857,7 +2857,7 @@ new OceanAwsLaunchSpecCreateOptions { | **Name** | **Type** | **Description** | | --- | --- | --- | -| InitialNodes | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#initial_nodes OceanAwsLaunchSpec#initial_nodes}. | --- @@ -2869,7 +2869,7 @@ public double InitialNodes { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#initial_nodes OceanAwsLaunchSpec#initial_nodes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#initial_nodes OceanAwsLaunchSpec#initial_nodes}. --- @@ -2890,8 +2890,8 @@ new OceanAwsLaunchSpecDeleteOptions { | **Name** | **Type** | **Description** | | --- | --- | --- | -| ForceDelete | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_aws_launch_spec#delete_nodes OceanAwsLaunchSpec#delete_nodes}. | --- @@ -2903,7 +2903,7 @@ public object ForceDelete { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#force_delete OceanAwsLaunchSpec#force_delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#force_delete OceanAwsLaunchSpec#force_delete}. --- @@ -2915,7 +2915,7 @@ public object DeleteNodes { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#delete_nodes OceanAwsLaunchSpec#delete_nodes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#delete_nodes OceanAwsLaunchSpec#delete_nodes}. --- @@ -2949,7 +2949,7 @@ public OceanAwsLaunchSpecElasticIpPoolTagSelector TagSelector { get; set; } tag_selector block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#tag_selector OceanAwsLaunchSpec#tag_selector} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#tag_selector OceanAwsLaunchSpec#tag_selector} --- @@ -2970,8 +2970,8 @@ new OceanAwsLaunchSpecElasticIpPoolTagSelector { | **Name** | **Type** | **Description** | | --- | --- | --- | -| TagKey | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_aws_launch_spec#tag_value OceanAwsLaunchSpec#tag_value}. | --- @@ -2983,7 +2983,7 @@ public string TagKey { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#tag_key OceanAwsLaunchSpec#tag_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#tag_key OceanAwsLaunchSpec#tag_key}. --- @@ -2995,7 +2995,7 @@ public string TagValue { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#tag_value OceanAwsLaunchSpec#tag_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#tag_value OceanAwsLaunchSpec#tag_value}. --- @@ -3015,7 +3015,7 @@ new OceanAwsLaunchSpecEphemeralStorage { | **Name** | **Type** | **Description** | | --- | --- | --- | -| EphemeralStorageDeviceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#ephemeral_storage_device_name OceanAwsLaunchSpec#ephemeral_storage_device_name}. | +| EphemeralStorageDeviceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#ephemeral_storage_device_name OceanAwsLaunchSpec#ephemeral_storage_device_name}. | --- @@ -3027,7 +3027,7 @@ public string EphemeralStorageDeviceName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#ephemeral_storage_device_name OceanAwsLaunchSpec#ephemeral_storage_device_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#ephemeral_storage_device_name OceanAwsLaunchSpec#ephemeral_storage_device_name}. --- @@ -3047,7 +3047,7 @@ new OceanAwsLaunchSpecImages { | **Name** | **Type** | **Description** | | --- | --- | --- | -| ImageId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#image_id OceanAwsLaunchSpec#image_id}. | --- @@ -3059,7 +3059,7 @@ public string ImageId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#image_id OceanAwsLaunchSpec#image_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#image_id OceanAwsLaunchSpec#image_id}. --- @@ -3080,8 +3080,8 @@ new OceanAwsLaunchSpecInstanceMetadataOptions { | **Name** | **Type** | **Description** | | --- | --- | --- | -| HttpTokens | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_aws_launch_spec#http_put_response_hop_limit OceanAwsLaunchSpec#http_put_response_hop_limit}. | --- @@ -3093,7 +3093,7 @@ public string HttpTokens { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#http_tokens OceanAwsLaunchSpec#http_tokens}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#http_tokens OceanAwsLaunchSpec#http_tokens}. --- @@ -3105,7 +3105,7 @@ public double HttpPutResponseHopLimit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#http_put_response_hop_limit OceanAwsLaunchSpec#http_put_response_hop_limit}. --- @@ -3142,24 +3142,24 @@ new OceanAwsLaunchSpecInstanceTypesFilters { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Categories | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#categories OceanAwsLaunchSpec#categories}. | -| DiskTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#disk_types OceanAwsLaunchSpec#disk_types}. | -| ExcludeFamilies | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#exclude_families OceanAwsLaunchSpec#exclude_families}. | -| ExcludeMetal | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#exclude_metal OceanAwsLaunchSpec#exclude_metal}. | -| Hypervisor | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#hypervisor OceanAwsLaunchSpec#hypervisor}. | -| IncludeFamilies | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#include_families OceanAwsLaunchSpec#include_families}. | -| IsEnaSupported | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#is_ena_supported OceanAwsLaunchSpec#is_ena_supported}. | -| MaxGpu | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#max_gpu OceanAwsLaunchSpec#max_gpu}. | -| MaxMemoryGib | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#max_memory_gib OceanAwsLaunchSpec#max_memory_gib}. | -| MaxNetworkPerformance | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#max_network_performance OceanAwsLaunchSpec#max_network_performance}. | -| MaxVcpu | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#max_vcpu OceanAwsLaunchSpec#max_vcpu}. | -| MinEnis | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#min_enis OceanAwsLaunchSpec#min_enis}. | -| MinGpu | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#min_gpu OceanAwsLaunchSpec#min_gpu}. | -| MinMemoryGib | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#min_memory_gib OceanAwsLaunchSpec#min_memory_gib}. | -| MinNetworkPerformance | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#min_network_performance OceanAwsLaunchSpec#min_network_performance}. | -| MinVcpu | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#min_vcpu OceanAwsLaunchSpec#min_vcpu}. | -| RootDeviceTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#root_device_types OceanAwsLaunchSpec#root_device_types}. | -| VirtualizationTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#virtualization_types OceanAwsLaunchSpec#virtualization_types}. | +| Categories | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#categories OceanAwsLaunchSpec#categories}. | +| DiskTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#disk_types OceanAwsLaunchSpec#disk_types}. | +| ExcludeFamilies | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#exclude_families OceanAwsLaunchSpec#exclude_families}. | +| ExcludeMetal | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#exclude_metal OceanAwsLaunchSpec#exclude_metal}. | +| Hypervisor | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#hypervisor OceanAwsLaunchSpec#hypervisor}. | +| IncludeFamilies | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#include_families OceanAwsLaunchSpec#include_families}. | +| IsEnaSupported | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#is_ena_supported OceanAwsLaunchSpec#is_ena_supported}. | +| MaxGpu | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#max_gpu OceanAwsLaunchSpec#max_gpu}. | +| MaxMemoryGib | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#max_memory_gib OceanAwsLaunchSpec#max_memory_gib}. | +| MaxNetworkPerformance | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#max_network_performance OceanAwsLaunchSpec#max_network_performance}. | +| MaxVcpu | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#max_vcpu OceanAwsLaunchSpec#max_vcpu}. | +| MinEnis | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#min_enis OceanAwsLaunchSpec#min_enis}. | +| MinGpu | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#min_gpu OceanAwsLaunchSpec#min_gpu}. | +| MinMemoryGib | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#min_memory_gib OceanAwsLaunchSpec#min_memory_gib}. | +| MinNetworkPerformance | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#min_network_performance OceanAwsLaunchSpec#min_network_performance}. | +| MinVcpu | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#min_vcpu OceanAwsLaunchSpec#min_vcpu}. | +| RootDeviceTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#root_device_types OceanAwsLaunchSpec#root_device_types}. | +| VirtualizationTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#virtualization_types OceanAwsLaunchSpec#virtualization_types}. | --- @@ -3171,7 +3171,7 @@ public string[] Categories { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#categories OceanAwsLaunchSpec#categories}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#categories OceanAwsLaunchSpec#categories}. --- @@ -3183,7 +3183,7 @@ public string[] DiskTypes { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#disk_types OceanAwsLaunchSpec#disk_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#disk_types OceanAwsLaunchSpec#disk_types}. --- @@ -3195,7 +3195,7 @@ public string[] ExcludeFamilies { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#exclude_families OceanAwsLaunchSpec#exclude_families}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#exclude_families OceanAwsLaunchSpec#exclude_families}. --- @@ -3207,7 +3207,7 @@ public object ExcludeMetal { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#exclude_metal OceanAwsLaunchSpec#exclude_metal}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#exclude_metal OceanAwsLaunchSpec#exclude_metal}. --- @@ -3219,7 +3219,7 @@ public string[] Hypervisor { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#hypervisor OceanAwsLaunchSpec#hypervisor}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#hypervisor OceanAwsLaunchSpec#hypervisor}. --- @@ -3231,7 +3231,7 @@ public string[] IncludeFamilies { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#include_families OceanAwsLaunchSpec#include_families}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#include_families OceanAwsLaunchSpec#include_families}. --- @@ -3243,7 +3243,7 @@ public string IsEnaSupported { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#is_ena_supported OceanAwsLaunchSpec#is_ena_supported}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#is_ena_supported OceanAwsLaunchSpec#is_ena_supported}. --- @@ -3255,7 +3255,7 @@ public double MaxGpu { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#max_gpu OceanAwsLaunchSpec#max_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#max_gpu OceanAwsLaunchSpec#max_gpu}. --- @@ -3267,7 +3267,7 @@ public double MaxMemoryGib { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#max_memory_gib OceanAwsLaunchSpec#max_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#max_memory_gib OceanAwsLaunchSpec#max_memory_gib}. --- @@ -3279,7 +3279,7 @@ public double MaxNetworkPerformance { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#max_network_performance OceanAwsLaunchSpec#max_network_performance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#max_network_performance OceanAwsLaunchSpec#max_network_performance}. --- @@ -3291,7 +3291,7 @@ public double MaxVcpu { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#max_vcpu OceanAwsLaunchSpec#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#max_vcpu OceanAwsLaunchSpec#max_vcpu}. --- @@ -3303,7 +3303,7 @@ public double MinEnis { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#min_enis OceanAwsLaunchSpec#min_enis}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#min_enis OceanAwsLaunchSpec#min_enis}. --- @@ -3315,7 +3315,7 @@ public double MinGpu { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#min_gpu OceanAwsLaunchSpec#min_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#min_gpu OceanAwsLaunchSpec#min_gpu}. --- @@ -3327,7 +3327,7 @@ public double MinMemoryGib { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#min_memory_gib OceanAwsLaunchSpec#min_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#min_memory_gib OceanAwsLaunchSpec#min_memory_gib}. --- @@ -3339,7 +3339,7 @@ public double MinNetworkPerformance { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#min_network_performance OceanAwsLaunchSpec#min_network_performance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#min_network_performance OceanAwsLaunchSpec#min_network_performance}. --- @@ -3351,7 +3351,7 @@ public double MinVcpu { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#min_vcpu OceanAwsLaunchSpec#min_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#min_vcpu OceanAwsLaunchSpec#min_vcpu}. --- @@ -3363,7 +3363,7 @@ public string[] RootDeviceTypes { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#root_device_types OceanAwsLaunchSpec#root_device_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#root_device_types OceanAwsLaunchSpec#root_device_types}. --- @@ -3375,7 +3375,7 @@ public string[] VirtualizationTypes { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#virtualization_types OceanAwsLaunchSpec#virtualization_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#virtualization_types OceanAwsLaunchSpec#virtualization_types}. --- @@ -3396,8 +3396,8 @@ new OceanAwsLaunchSpecLabels { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key}. | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. | +| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. | --- @@ -3409,7 +3409,7 @@ public string Key { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key}. --- @@ -3421,7 +3421,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. --- @@ -3442,8 +3442,8 @@ new OceanAwsLaunchSpecResourceLimits { | **Name** | **Type** | **Description** | | --- | --- | --- | -| MaxInstanceCount | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_aws_launch_spec#min_instance_count OceanAwsLaunchSpec#min_instance_count}. | --- @@ -3455,7 +3455,7 @@ public double MaxInstanceCount { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#max_instance_count OceanAwsLaunchSpec#max_instance_count}. --- @@ -3467,7 +3467,7 @@ public double MinInstanceCount { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#min_instance_count OceanAwsLaunchSpec#min_instance_count}. --- @@ -3488,8 +3488,8 @@ new OceanAwsLaunchSpecSchedulingShutdownHours { | **Name** | **Type** | **Description** | | --- | --- | --- | -| TimeWindows | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_aws_launch_spec#is_enabled OceanAwsLaunchSpec#is_enabled}. | --- @@ -3501,7 +3501,7 @@ public string[] TimeWindows { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#time_windows OceanAwsLaunchSpec#time_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#time_windows OceanAwsLaunchSpec#time_windows}. --- @@ -3513,7 +3513,7 @@ public object IsEnabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#is_enabled OceanAwsLaunchSpec#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#is_enabled OceanAwsLaunchSpec#is_enabled}. --- @@ -3536,9 +3536,9 @@ new OceanAwsLaunchSpecSchedulingTask { | **Name** | **Type** | **Description** | | --- | --- | --- | -| CronExpression | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/ocean_aws_launch_spec#task_type OceanAwsLaunchSpec#task_type}. | | TaskHeadroom | object | task_headroom block. | --- @@ -3551,7 +3551,7 @@ public string CronExpression { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#cron_expression OceanAwsLaunchSpec#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#cron_expression OceanAwsLaunchSpec#cron_expression}. --- @@ -3563,7 +3563,7 @@ public object IsEnabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#is_enabled OceanAwsLaunchSpec#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#is_enabled OceanAwsLaunchSpec#is_enabled}. --- @@ -3575,7 +3575,7 @@ public string TaskType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#task_type OceanAwsLaunchSpec#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#task_type OceanAwsLaunchSpec#task_type}. --- @@ -3589,7 +3589,7 @@ public object TaskHeadroom { get; set; } task_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#task_headroom OceanAwsLaunchSpec#task_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#task_headroom OceanAwsLaunchSpec#task_headroom} --- @@ -3612,10 +3612,10 @@ new OceanAwsLaunchSpecSchedulingTaskTaskHeadroom { | **Name** | **Type** | **Description** | | --- | --- | --- | -| NumOfUnits | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.0/docs/resources/ocean_aws_launch_spec#memory_per_unit OceanAwsLaunchSpec#memory_per_unit}. | --- @@ -3627,7 +3627,7 @@ public double NumOfUnits { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#num_of_units OceanAwsLaunchSpec#num_of_units}. --- @@ -3639,7 +3639,7 @@ public double CpuPerUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#cpu_per_unit OceanAwsLaunchSpec#cpu_per_unit}. --- @@ -3651,7 +3651,7 @@ public double GpuPerUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#gpu_per_unit OceanAwsLaunchSpec#gpu_per_unit}. --- @@ -3663,7 +3663,7 @@ public double MemoryPerUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#memory_per_unit OceanAwsLaunchSpec#memory_per_unit}. --- @@ -3683,7 +3683,7 @@ new OceanAwsLaunchSpecStrategy { | **Name** | **Type** | **Description** | | --- | --- | --- | -| SpotPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#spot_percentage OceanAwsLaunchSpec#spot_percentage}. | --- @@ -3695,7 +3695,7 @@ public double SpotPercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#spot_percentage OceanAwsLaunchSpec#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#spot_percentage OceanAwsLaunchSpec#spot_percentage}. --- @@ -3716,8 +3716,8 @@ new OceanAwsLaunchSpecTags { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key}. | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. | +| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. | --- @@ -3729,7 +3729,7 @@ public string Key { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key}. --- @@ -3741,7 +3741,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. --- @@ -3763,9 +3763,9 @@ new OceanAwsLaunchSpecTaints { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Effect | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#effect OceanAwsLaunchSpec#effect}. | -| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key}. | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. | +| Effect | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. | --- @@ -3777,7 +3777,7 @@ public string Effect { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#effect OceanAwsLaunchSpec#effect}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#effect OceanAwsLaunchSpec#effect}. --- @@ -3789,7 +3789,7 @@ public string Key { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key}. --- @@ -3801,7 +3801,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. --- @@ -3822,7 +3822,7 @@ new OceanAwsLaunchSpecUpdatePolicy { | **Name** | **Type** | **Description** | | --- | --- | --- | -| ShouldRoll | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#should_roll OceanAwsLaunchSpec#should_roll}. | | RollConfig | OceanAwsLaunchSpecUpdatePolicyRollConfig | roll_config block. | --- @@ -3835,7 +3835,7 @@ public object ShouldRoll { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#should_roll OceanAwsLaunchSpec#should_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#should_roll OceanAwsLaunchSpec#should_roll}. --- @@ -3849,7 +3849,7 @@ public OceanAwsLaunchSpecUpdatePolicyRollConfig RollConfig { get; set; } roll_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#roll_config OceanAwsLaunchSpec#roll_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#roll_config OceanAwsLaunchSpec#roll_config} --- @@ -3869,7 +3869,7 @@ new OceanAwsLaunchSpecUpdatePolicyRollConfig { | **Name** | **Type** | **Description** | | --- | --- | --- | -| BatchSizePercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#batch_size_percentage OceanAwsLaunchSpec#batch_size_percentage}. | --- @@ -3881,7 +3881,7 @@ public double BatchSizePercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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 c0a4464ef..f3746c4ca 100644 --- a/docs/oceanAwsLaunchSpec.go.md +++ b/docs/oceanAwsLaunchSpec.go.md @@ -4,7 +4,7 @@ ### OceanAwsLaunchSpec -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec spotinst_ocean_aws_launch_spec}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec spotinst_ocean_aws_launch_spec}. #### Initializers @@ -931,7 +931,7 @@ The construct id used in the generated config for the OceanAwsLaunchSpec to impo The id of the existing OceanAwsLaunchSpec that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#import import section} in the documentation of this resource for the id to use --- @@ -1846,7 +1846,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| MaxScaleDownPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#max_scale_down_percentage OceanAwsLaunchSpec#max_scale_down_percentage}. | --- @@ -1858,7 +1858,7 @@ MaxScaleDownPercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#max_scale_down_percentage OceanAwsLaunchSpec#max_scale_down_percentage}. --- @@ -1881,10 +1881,10 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| NumOfUnits | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.0/docs/resources/ocean_aws_launch_spec#memory_per_unit OceanAwsLaunchSpec#memory_per_unit}. | --- @@ -1896,7 +1896,7 @@ NumOfUnits *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#num_of_units OceanAwsLaunchSpec#num_of_units}. --- @@ -1908,7 +1908,7 @@ CpuPerUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#cpu_per_unit OceanAwsLaunchSpec#cpu_per_unit}. --- @@ -1920,7 +1920,7 @@ GpuPerUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#gpu_per_unit OceanAwsLaunchSpec#gpu_per_unit}. --- @@ -1932,7 +1932,7 @@ MemoryPerUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#memory_per_unit OceanAwsLaunchSpec#memory_per_unit}. --- @@ -1952,7 +1952,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| AutoHeadroomPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#auto_headroom_percentage OceanAwsLaunchSpec#auto_headroom_percentage}. | --- @@ -1964,7 +1964,7 @@ AutoHeadroomPercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#auto_headroom_percentage OceanAwsLaunchSpec#auto_headroom_percentage}. --- @@ -1987,10 +1987,10 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| DeviceName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_aws_launch_spec#virtual_name OceanAwsLaunchSpec#virtual_name}. | --- @@ -2002,7 +2002,7 @@ DeviceName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#device_name OceanAwsLaunchSpec#device_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#device_name OceanAwsLaunchSpec#device_name}. --- @@ -2016,7 +2016,7 @@ Ebs OceanAwsLaunchSpecBlockDeviceMappingsEbs ebs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#ebs OceanAwsLaunchSpec#ebs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#ebs OceanAwsLaunchSpec#ebs} --- @@ -2028,7 +2028,7 @@ NoDevice *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#no_device OceanAwsLaunchSpec#no_device}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#no_device OceanAwsLaunchSpec#no_device}. --- @@ -2040,7 +2040,7 @@ VirtualName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#virtual_name OceanAwsLaunchSpec#virtual_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#virtual_name OceanAwsLaunchSpec#virtual_name}. --- @@ -2068,15 +2068,15 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| DeleteOnTermination | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.169.1/docs/resources/ocean_aws_launch_spec#encrypted OceanAwsLaunchSpec#encrypted}. | -| Iops | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#iops OceanAwsLaunchSpec#iops}. | -| KmsKeyId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/docs/resources/ocean_aws_launch_spec#throughput OceanAwsLaunchSpec#throughput}. | -| VolumeSize | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.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.170.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.170.0/docs/resources/ocean_aws_launch_spec#volume_type OceanAwsLaunchSpec#volume_type}. | --- @@ -2088,7 +2088,7 @@ DeleteOnTermination interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#delete_on_termination OceanAwsLaunchSpec#delete_on_termination}. --- @@ -2102,7 +2102,7 @@ DynamicVolumeSize OceanAwsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSize dynamic_volume_size block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#dynamic_volume_size OceanAwsLaunchSpec#dynamic_volume_size} --- @@ -2114,7 +2114,7 @@ Encrypted interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#encrypted OceanAwsLaunchSpec#encrypted}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#encrypted OceanAwsLaunchSpec#encrypted}. --- @@ -2126,7 +2126,7 @@ Iops *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#iops OceanAwsLaunchSpec#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#iops OceanAwsLaunchSpec#iops}. --- @@ -2138,7 +2138,7 @@ KmsKeyId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#kms_key_id OceanAwsLaunchSpec#kms_key_id}. --- @@ -2150,7 +2150,7 @@ SnapshotId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#snapshot_id OceanAwsLaunchSpec#snapshot_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#snapshot_id OceanAwsLaunchSpec#snapshot_id}. --- @@ -2162,7 +2162,7 @@ Throughput *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#throughput OceanAwsLaunchSpec#throughput}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#throughput OceanAwsLaunchSpec#throughput}. --- @@ -2174,7 +2174,7 @@ VolumeSize *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#volume_size OceanAwsLaunchSpec#volume_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#volume_size OceanAwsLaunchSpec#volume_size}. --- @@ -2186,7 +2186,7 @@ VolumeType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#volume_type OceanAwsLaunchSpec#volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#volume_type OceanAwsLaunchSpec#volume_type}. --- @@ -2208,9 +2208,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| BaseSize | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/ocean_aws_launch_spec#resource OceanAwsLaunchSpec#resource}. | -| SizePerResourceUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.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.170.0/docs/resources/ocean_aws_launch_spec#size_per_resource_unit OceanAwsLaunchSpec#size_per_resource_unit}. | --- @@ -2222,7 +2222,7 @@ BaseSize *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#base_size OceanAwsLaunchSpec#base_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#base_size OceanAwsLaunchSpec#base_size}. --- @@ -2234,7 +2234,7 @@ Resource *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#resource OceanAwsLaunchSpec#resource}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#resource OceanAwsLaunchSpec#resource}. --- @@ -2246,7 +2246,7 @@ SizePerResourceUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#size_per_resource_unit OceanAwsLaunchSpec#size_per_resource_unit}. --- @@ -2311,8 +2311,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchs | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| OceanId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.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. | @@ -2321,28 +2321,28 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchs | DeleteOptions | OceanAwsLaunchSpecDeleteOptions | delete_options block. | | ElasticIpPool | interface{} | elastic_ip_pool block. | | EphemeralStorage | interface{} | ephemeral_storage block. | -| IamInstanceProfile | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/ocean_aws_launch_spec#id OceanAwsLaunchSpec#id}. | -| ImageId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.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.170.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.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#instance_types OceanAwsLaunchSpec#instance_types}. | | InstanceTypesFilters | OceanAwsLaunchSpecInstanceTypesFilters | instance_types_filters block. | | Labels | interface{} | labels block. | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#name OceanAwsLaunchSpec#name}. | -| PreferredSpotTypes | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.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.169.1/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.169.1/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.170.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.170.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.169.1/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.170.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.169.1/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.170.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.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#user_data OceanAwsLaunchSpec#user_data}. | --- @@ -2424,7 +2424,7 @@ OceanId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#ocean_id OceanAwsLaunchSpec#ocean_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#ocean_id OceanAwsLaunchSpec#ocean_id}. --- @@ -2436,7 +2436,7 @@ AssociatePublicIpAddress interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#associate_public_ip_address OceanAwsLaunchSpec#associate_public_ip_address}. --- @@ -2450,7 +2450,7 @@ AutoscaleDown interface{} autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#autoscale_down OceanAwsLaunchSpec#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#autoscale_down OceanAwsLaunchSpec#autoscale_down} --- @@ -2464,7 +2464,7 @@ AutoscaleHeadrooms interface{} autoscale_headrooms block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#autoscale_headrooms OceanAwsLaunchSpec#autoscale_headrooms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#autoscale_headrooms OceanAwsLaunchSpec#autoscale_headrooms} --- @@ -2478,7 +2478,7 @@ AutoscaleHeadroomsAutomatic interface{} autoscale_headrooms_automatic block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#autoscale_headrooms_automatic OceanAwsLaunchSpec#autoscale_headrooms_automatic} --- @@ -2492,7 +2492,7 @@ BlockDeviceMappings interface{} block_device_mappings block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#block_device_mappings OceanAwsLaunchSpec#block_device_mappings} --- @@ -2506,7 +2506,7 @@ CreateOptions OceanAwsLaunchSpecCreateOptions create_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#create_options OceanAwsLaunchSpec#create_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#create_options OceanAwsLaunchSpec#create_options} --- @@ -2520,7 +2520,7 @@ DeleteOptions OceanAwsLaunchSpecDeleteOptions delete_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#delete_options OceanAwsLaunchSpec#delete_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#delete_options OceanAwsLaunchSpec#delete_options} --- @@ -2534,7 +2534,7 @@ ElasticIpPool interface{} elastic_ip_pool block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#elastic_ip_pool OceanAwsLaunchSpec#elastic_ip_pool} --- @@ -2548,7 +2548,7 @@ EphemeralStorage interface{} ephemeral_storage block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#ephemeral_storage OceanAwsLaunchSpec#ephemeral_storage} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#ephemeral_storage OceanAwsLaunchSpec#ephemeral_storage} --- @@ -2560,7 +2560,7 @@ IamInstanceProfile *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#iam_instance_profile OceanAwsLaunchSpec#iam_instance_profile}. --- @@ -2572,7 +2572,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#id OceanAwsLaunchSpec#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. @@ -2587,7 +2587,7 @@ ImageId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#image_id OceanAwsLaunchSpec#image_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#image_id OceanAwsLaunchSpec#image_id}. --- @@ -2601,7 +2601,7 @@ Images interface{} images block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#images OceanAwsLaunchSpec#images} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#images OceanAwsLaunchSpec#images} --- @@ -2615,7 +2615,7 @@ InstanceMetadataOptions OceanAwsLaunchSpecInstanceMetadataOptions instance_metadata_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#instance_metadata_options OceanAwsLaunchSpec#instance_metadata_options} --- @@ -2627,7 +2627,7 @@ InstanceTypes *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#instance_types OceanAwsLaunchSpec#instance_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#instance_types OceanAwsLaunchSpec#instance_types}. --- @@ -2641,7 +2641,7 @@ InstanceTypesFilters OceanAwsLaunchSpecInstanceTypesFilters instance_types_filters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#instance_types_filters OceanAwsLaunchSpec#instance_types_filters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#instance_types_filters OceanAwsLaunchSpec#instance_types_filters} --- @@ -2655,7 +2655,7 @@ Labels interface{} labels block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#labels OceanAwsLaunchSpec#labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#labels OceanAwsLaunchSpec#labels} --- @@ -2667,7 +2667,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#name OceanAwsLaunchSpec#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#name OceanAwsLaunchSpec#name}. --- @@ -2679,7 +2679,7 @@ PreferredSpotTypes *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#preferred_spot_types OceanAwsLaunchSpec#preferred_spot_types}. --- @@ -2693,7 +2693,7 @@ ResourceLimits interface{} resource_limits block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#resource_limits OceanAwsLaunchSpec#resource_limits} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#resource_limits OceanAwsLaunchSpec#resource_limits} --- @@ -2705,7 +2705,7 @@ RestrictScaleDown interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#restrict_scale_down OceanAwsLaunchSpec#restrict_scale_down}. --- @@ -2717,7 +2717,7 @@ RootVolumeSize *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#root_volume_size OceanAwsLaunchSpec#root_volume_size}. --- @@ -2731,7 +2731,7 @@ SchedulingShutdownHours OceanAwsLaunchSpecSchedulingShutdownHours scheduling_shutdown_hours block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#scheduling_shutdown_hours OceanAwsLaunchSpec#scheduling_shutdown_hours} --- @@ -2745,7 +2745,7 @@ SchedulingTask interface{} scheduling_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#scheduling_task OceanAwsLaunchSpec#scheduling_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#scheduling_task OceanAwsLaunchSpec#scheduling_task} --- @@ -2757,7 +2757,7 @@ SecurityGroups *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#security_groups OceanAwsLaunchSpec#security_groups}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#security_groups OceanAwsLaunchSpec#security_groups}. --- @@ -2771,7 +2771,7 @@ Strategy interface{} strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#strategy OceanAwsLaunchSpec#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#strategy OceanAwsLaunchSpec#strategy} --- @@ -2783,7 +2783,7 @@ SubnetIds *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#subnet_ids OceanAwsLaunchSpec#subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#subnet_ids OceanAwsLaunchSpec#subnet_ids}. --- @@ -2797,7 +2797,7 @@ Tags interface{} tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#tags OceanAwsLaunchSpec#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#tags OceanAwsLaunchSpec#tags} --- @@ -2811,7 +2811,7 @@ Taints interface{} taints block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#taints OceanAwsLaunchSpec#taints} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#taints OceanAwsLaunchSpec#taints} --- @@ -2825,7 +2825,7 @@ UpdatePolicy OceanAwsLaunchSpecUpdatePolicy update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#update_policy OceanAwsLaunchSpec#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#update_policy OceanAwsLaunchSpec#update_policy} --- @@ -2837,7 +2837,7 @@ UserData *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#user_data OceanAwsLaunchSpec#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#user_data OceanAwsLaunchSpec#user_data}. --- @@ -2857,7 +2857,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| InitialNodes | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#initial_nodes OceanAwsLaunchSpec#initial_nodes}. | --- @@ -2869,7 +2869,7 @@ InitialNodes *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#initial_nodes OceanAwsLaunchSpec#initial_nodes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#initial_nodes OceanAwsLaunchSpec#initial_nodes}. --- @@ -2890,8 +2890,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| ForceDelete | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_aws_launch_spec#delete_nodes OceanAwsLaunchSpec#delete_nodes}. | --- @@ -2903,7 +2903,7 @@ ForceDelete interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#force_delete OceanAwsLaunchSpec#force_delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#force_delete OceanAwsLaunchSpec#force_delete}. --- @@ -2915,7 +2915,7 @@ DeleteNodes interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#delete_nodes OceanAwsLaunchSpec#delete_nodes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#delete_nodes OceanAwsLaunchSpec#delete_nodes}. --- @@ -2949,7 +2949,7 @@ TagSelector OceanAwsLaunchSpecElasticIpPoolTagSelector tag_selector block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#tag_selector OceanAwsLaunchSpec#tag_selector} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#tag_selector OceanAwsLaunchSpec#tag_selector} --- @@ -2970,8 +2970,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| TagKey | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_aws_launch_spec#tag_value OceanAwsLaunchSpec#tag_value}. | --- @@ -2983,7 +2983,7 @@ TagKey *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#tag_key OceanAwsLaunchSpec#tag_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#tag_key OceanAwsLaunchSpec#tag_key}. --- @@ -2995,7 +2995,7 @@ TagValue *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#tag_value OceanAwsLaunchSpec#tag_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#tag_value OceanAwsLaunchSpec#tag_value}. --- @@ -3015,7 +3015,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| EphemeralStorageDeviceName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#ephemeral_storage_device_name OceanAwsLaunchSpec#ephemeral_storage_device_name}. | +| EphemeralStorageDeviceName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#ephemeral_storage_device_name OceanAwsLaunchSpec#ephemeral_storage_device_name}. | --- @@ -3027,7 +3027,7 @@ EphemeralStorageDeviceName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#ephemeral_storage_device_name OceanAwsLaunchSpec#ephemeral_storage_device_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#ephemeral_storage_device_name OceanAwsLaunchSpec#ephemeral_storage_device_name}. --- @@ -3047,7 +3047,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| ImageId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#image_id OceanAwsLaunchSpec#image_id}. | --- @@ -3059,7 +3059,7 @@ ImageId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#image_id OceanAwsLaunchSpec#image_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#image_id OceanAwsLaunchSpec#image_id}. --- @@ -3080,8 +3080,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| HttpTokens | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_aws_launch_spec#http_put_response_hop_limit OceanAwsLaunchSpec#http_put_response_hop_limit}. | --- @@ -3093,7 +3093,7 @@ HttpTokens *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#http_tokens OceanAwsLaunchSpec#http_tokens}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#http_tokens OceanAwsLaunchSpec#http_tokens}. --- @@ -3105,7 +3105,7 @@ HttpPutResponseHopLimit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#http_put_response_hop_limit OceanAwsLaunchSpec#http_put_response_hop_limit}. --- @@ -3142,24 +3142,24 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| Categories | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#categories OceanAwsLaunchSpec#categories}. | -| DiskTypes | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#disk_types OceanAwsLaunchSpec#disk_types}. | -| ExcludeFamilies | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#exclude_families OceanAwsLaunchSpec#exclude_families}. | -| ExcludeMetal | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#exclude_metal OceanAwsLaunchSpec#exclude_metal}. | -| Hypervisor | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#hypervisor OceanAwsLaunchSpec#hypervisor}. | -| IncludeFamilies | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#include_families OceanAwsLaunchSpec#include_families}. | -| IsEnaSupported | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#is_ena_supported OceanAwsLaunchSpec#is_ena_supported}. | -| MaxGpu | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#max_gpu OceanAwsLaunchSpec#max_gpu}. | -| MaxMemoryGib | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#max_memory_gib OceanAwsLaunchSpec#max_memory_gib}. | -| MaxNetworkPerformance | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#max_network_performance OceanAwsLaunchSpec#max_network_performance}. | -| MaxVcpu | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#max_vcpu OceanAwsLaunchSpec#max_vcpu}. | -| MinEnis | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#min_enis OceanAwsLaunchSpec#min_enis}. | -| MinGpu | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#min_gpu OceanAwsLaunchSpec#min_gpu}. | -| MinMemoryGib | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#min_memory_gib OceanAwsLaunchSpec#min_memory_gib}. | -| MinNetworkPerformance | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#min_network_performance OceanAwsLaunchSpec#min_network_performance}. | -| MinVcpu | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#min_vcpu OceanAwsLaunchSpec#min_vcpu}. | -| RootDeviceTypes | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#root_device_types OceanAwsLaunchSpec#root_device_types}. | -| VirtualizationTypes | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#virtualization_types OceanAwsLaunchSpec#virtualization_types}. | +| Categories | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#categories OceanAwsLaunchSpec#categories}. | +| DiskTypes | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#disk_types OceanAwsLaunchSpec#disk_types}. | +| ExcludeFamilies | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#exclude_families OceanAwsLaunchSpec#exclude_families}. | +| ExcludeMetal | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#exclude_metal OceanAwsLaunchSpec#exclude_metal}. | +| Hypervisor | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#hypervisor OceanAwsLaunchSpec#hypervisor}. | +| IncludeFamilies | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#include_families OceanAwsLaunchSpec#include_families}. | +| IsEnaSupported | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#is_ena_supported OceanAwsLaunchSpec#is_ena_supported}. | +| MaxGpu | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#max_gpu OceanAwsLaunchSpec#max_gpu}. | +| MaxMemoryGib | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#max_memory_gib OceanAwsLaunchSpec#max_memory_gib}. | +| MaxNetworkPerformance | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#max_network_performance OceanAwsLaunchSpec#max_network_performance}. | +| MaxVcpu | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#max_vcpu OceanAwsLaunchSpec#max_vcpu}. | +| MinEnis | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#min_enis OceanAwsLaunchSpec#min_enis}. | +| MinGpu | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#min_gpu OceanAwsLaunchSpec#min_gpu}. | +| MinMemoryGib | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#min_memory_gib OceanAwsLaunchSpec#min_memory_gib}. | +| MinNetworkPerformance | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#min_network_performance OceanAwsLaunchSpec#min_network_performance}. | +| MinVcpu | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#min_vcpu OceanAwsLaunchSpec#min_vcpu}. | +| RootDeviceTypes | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#root_device_types OceanAwsLaunchSpec#root_device_types}. | +| VirtualizationTypes | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#virtualization_types OceanAwsLaunchSpec#virtualization_types}. | --- @@ -3171,7 +3171,7 @@ Categories *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#categories OceanAwsLaunchSpec#categories}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#categories OceanAwsLaunchSpec#categories}. --- @@ -3183,7 +3183,7 @@ DiskTypes *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#disk_types OceanAwsLaunchSpec#disk_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#disk_types OceanAwsLaunchSpec#disk_types}. --- @@ -3195,7 +3195,7 @@ ExcludeFamilies *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#exclude_families OceanAwsLaunchSpec#exclude_families}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#exclude_families OceanAwsLaunchSpec#exclude_families}. --- @@ -3207,7 +3207,7 @@ ExcludeMetal interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#exclude_metal OceanAwsLaunchSpec#exclude_metal}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#exclude_metal OceanAwsLaunchSpec#exclude_metal}. --- @@ -3219,7 +3219,7 @@ Hypervisor *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#hypervisor OceanAwsLaunchSpec#hypervisor}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#hypervisor OceanAwsLaunchSpec#hypervisor}. --- @@ -3231,7 +3231,7 @@ IncludeFamilies *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#include_families OceanAwsLaunchSpec#include_families}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#include_families OceanAwsLaunchSpec#include_families}. --- @@ -3243,7 +3243,7 @@ IsEnaSupported *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#is_ena_supported OceanAwsLaunchSpec#is_ena_supported}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#is_ena_supported OceanAwsLaunchSpec#is_ena_supported}. --- @@ -3255,7 +3255,7 @@ MaxGpu *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#max_gpu OceanAwsLaunchSpec#max_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#max_gpu OceanAwsLaunchSpec#max_gpu}. --- @@ -3267,7 +3267,7 @@ MaxMemoryGib *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#max_memory_gib OceanAwsLaunchSpec#max_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#max_memory_gib OceanAwsLaunchSpec#max_memory_gib}. --- @@ -3279,7 +3279,7 @@ MaxNetworkPerformance *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#max_network_performance OceanAwsLaunchSpec#max_network_performance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#max_network_performance OceanAwsLaunchSpec#max_network_performance}. --- @@ -3291,7 +3291,7 @@ MaxVcpu *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#max_vcpu OceanAwsLaunchSpec#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#max_vcpu OceanAwsLaunchSpec#max_vcpu}. --- @@ -3303,7 +3303,7 @@ MinEnis *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#min_enis OceanAwsLaunchSpec#min_enis}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#min_enis OceanAwsLaunchSpec#min_enis}. --- @@ -3315,7 +3315,7 @@ MinGpu *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#min_gpu OceanAwsLaunchSpec#min_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#min_gpu OceanAwsLaunchSpec#min_gpu}. --- @@ -3327,7 +3327,7 @@ MinMemoryGib *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#min_memory_gib OceanAwsLaunchSpec#min_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#min_memory_gib OceanAwsLaunchSpec#min_memory_gib}. --- @@ -3339,7 +3339,7 @@ MinNetworkPerformance *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#min_network_performance OceanAwsLaunchSpec#min_network_performance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#min_network_performance OceanAwsLaunchSpec#min_network_performance}. --- @@ -3351,7 +3351,7 @@ MinVcpu *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#min_vcpu OceanAwsLaunchSpec#min_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#min_vcpu OceanAwsLaunchSpec#min_vcpu}. --- @@ -3363,7 +3363,7 @@ RootDeviceTypes *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#root_device_types OceanAwsLaunchSpec#root_device_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#root_device_types OceanAwsLaunchSpec#root_device_types}. --- @@ -3375,7 +3375,7 @@ VirtualizationTypes *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#virtualization_types OceanAwsLaunchSpec#virtualization_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#virtualization_types OceanAwsLaunchSpec#virtualization_types}. --- @@ -3396,8 +3396,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key}. | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. | +| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. | --- @@ -3409,7 +3409,7 @@ Key *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key}. --- @@ -3421,7 +3421,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. --- @@ -3442,8 +3442,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| MaxInstanceCount | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_aws_launch_spec#min_instance_count OceanAwsLaunchSpec#min_instance_count}. | --- @@ -3455,7 +3455,7 @@ MaxInstanceCount *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#max_instance_count OceanAwsLaunchSpec#max_instance_count}. --- @@ -3467,7 +3467,7 @@ MinInstanceCount *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#min_instance_count OceanAwsLaunchSpec#min_instance_count}. --- @@ -3488,8 +3488,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| TimeWindows | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_aws_launch_spec#is_enabled OceanAwsLaunchSpec#is_enabled}. | --- @@ -3501,7 +3501,7 @@ TimeWindows *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#time_windows OceanAwsLaunchSpec#time_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#time_windows OceanAwsLaunchSpec#time_windows}. --- @@ -3513,7 +3513,7 @@ IsEnabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#is_enabled OceanAwsLaunchSpec#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#is_enabled OceanAwsLaunchSpec#is_enabled}. --- @@ -3536,9 +3536,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| CronExpression | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/ocean_aws_launch_spec#task_type OceanAwsLaunchSpec#task_type}. | | TaskHeadroom | interface{} | task_headroom block. | --- @@ -3551,7 +3551,7 @@ CronExpression *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#cron_expression OceanAwsLaunchSpec#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#cron_expression OceanAwsLaunchSpec#cron_expression}. --- @@ -3563,7 +3563,7 @@ IsEnabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#is_enabled OceanAwsLaunchSpec#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#is_enabled OceanAwsLaunchSpec#is_enabled}. --- @@ -3575,7 +3575,7 @@ TaskType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#task_type OceanAwsLaunchSpec#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#task_type OceanAwsLaunchSpec#task_type}. --- @@ -3589,7 +3589,7 @@ TaskHeadroom interface{} task_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#task_headroom OceanAwsLaunchSpec#task_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#task_headroom OceanAwsLaunchSpec#task_headroom} --- @@ -3612,10 +3612,10 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| NumOfUnits | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.0/docs/resources/ocean_aws_launch_spec#memory_per_unit OceanAwsLaunchSpec#memory_per_unit}. | --- @@ -3627,7 +3627,7 @@ NumOfUnits *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#num_of_units OceanAwsLaunchSpec#num_of_units}. --- @@ -3639,7 +3639,7 @@ CpuPerUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#cpu_per_unit OceanAwsLaunchSpec#cpu_per_unit}. --- @@ -3651,7 +3651,7 @@ GpuPerUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#gpu_per_unit OceanAwsLaunchSpec#gpu_per_unit}. --- @@ -3663,7 +3663,7 @@ MemoryPerUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#memory_per_unit OceanAwsLaunchSpec#memory_per_unit}. --- @@ -3683,7 +3683,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| SpotPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#spot_percentage OceanAwsLaunchSpec#spot_percentage}. | --- @@ -3695,7 +3695,7 @@ SpotPercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#spot_percentage OceanAwsLaunchSpec#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#spot_percentage OceanAwsLaunchSpec#spot_percentage}. --- @@ -3716,8 +3716,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key}. | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. | +| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. | --- @@ -3729,7 +3729,7 @@ Key *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key}. --- @@ -3741,7 +3741,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. --- @@ -3763,9 +3763,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| Effect | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#effect OceanAwsLaunchSpec#effect}. | -| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key}. | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. | +| Effect | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. | --- @@ -3777,7 +3777,7 @@ Effect *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#effect OceanAwsLaunchSpec#effect}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#effect OceanAwsLaunchSpec#effect}. --- @@ -3789,7 +3789,7 @@ Key *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key}. --- @@ -3801,7 +3801,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. --- @@ -3822,7 +3822,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| ShouldRoll | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#should_roll OceanAwsLaunchSpec#should_roll}. | | RollConfig | OceanAwsLaunchSpecUpdatePolicyRollConfig | roll_config block. | --- @@ -3835,7 +3835,7 @@ ShouldRoll interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#should_roll OceanAwsLaunchSpec#should_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#should_roll OceanAwsLaunchSpec#should_roll}. --- @@ -3849,7 +3849,7 @@ RollConfig OceanAwsLaunchSpecUpdatePolicyRollConfig roll_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#roll_config OceanAwsLaunchSpec#roll_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#roll_config OceanAwsLaunchSpec#roll_config} --- @@ -3869,7 +3869,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| BatchSizePercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#batch_size_percentage OceanAwsLaunchSpec#batch_size_percentage}. | --- @@ -3881,7 +3881,7 @@ BatchSizePercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#batch_size_percentage OceanAwsLaunchSpec#batch_size_percentage}. --- diff --git a/docs/oceanAwsLaunchSpec.java.md b/docs/oceanAwsLaunchSpec.java.md index 3f30951c4..1a3d211c5 100644 --- a/docs/oceanAwsLaunchSpec.java.md +++ b/docs/oceanAwsLaunchSpec.java.md @@ -4,7 +4,7 @@ ### OceanAwsLaunchSpec -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec spotinst_ocean_aws_launch_spec}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec spotinst_ocean_aws_launch_spec}. #### Initializers @@ -84,8 +84,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.169.1/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.169.1/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.170.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.170.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,28 +94,28 @@ OceanAwsLaunchSpec.Builder.create(Construct scope, java.lang.String id) | deleteOptions | OceanAwsLaunchSpecDeleteOptions | delete_options block. | | elasticIpPool | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanAwsLaunchSpecElasticIpPool> | elastic_ip_pool block. | | ephemeralStorage | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanAwsLaunchSpecEphemeralStorage> | ephemeral_storage block. | -| iamInstanceProfile | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#instance_types OceanAwsLaunchSpec#instance_types}. | | instanceTypesFilters | OceanAwsLaunchSpecInstanceTypesFilters | instance_types_filters block. | | labels | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanAwsLaunchSpecLabels> | labels block. | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.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.169.1/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.169.1/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.170.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.170.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.169.1/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.170.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.169.1/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.170.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.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#user_data OceanAwsLaunchSpec#user_data}. | --- @@ -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.169.1/docs/resources/ocean_aws_launch_spec#ocean_id OceanAwsLaunchSpec#ocean_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#ocean_id OceanAwsLaunchSpec#ocean_id}. --- @@ -191,7 +191,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#associate_public_ip_address OceanAwsLaunchSpec#associate_public_ip_address}. --- @@ -201,7 +201,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.169.1/docs/resources/ocean_aws_launch_spec#autoscale_down OceanAwsLaunchSpec#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#autoscale_down OceanAwsLaunchSpec#autoscale_down} --- @@ -211,7 +211,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.169.1/docs/resources/ocean_aws_launch_spec#autoscale_headrooms OceanAwsLaunchSpec#autoscale_headrooms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#autoscale_headrooms OceanAwsLaunchSpec#autoscale_headrooms} --- @@ -221,7 +221,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.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#autoscale_headrooms_automatic OceanAwsLaunchSpec#autoscale_headrooms_automatic} --- @@ -231,7 +231,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.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#block_device_mappings OceanAwsLaunchSpec#block_device_mappings} --- @@ -241,7 +241,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.169.1/docs/resources/ocean_aws_launch_spec#create_options OceanAwsLaunchSpec#create_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#create_options OceanAwsLaunchSpec#create_options} --- @@ -251,7 +251,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.169.1/docs/resources/ocean_aws_launch_spec#delete_options OceanAwsLaunchSpec#delete_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#delete_options OceanAwsLaunchSpec#delete_options} --- @@ -261,7 +261,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.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#elastic_ip_pool OceanAwsLaunchSpec#elastic_ip_pool} --- @@ -271,7 +271,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti ephemeral_storage block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#ephemeral_storage OceanAwsLaunchSpec#ephemeral_storage} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#ephemeral_storage OceanAwsLaunchSpec#ephemeral_storage} --- @@ -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.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#iam_instance_profile OceanAwsLaunchSpec#iam_instance_profile}. --- @@ -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.169.1/docs/resources/ocean_aws_launch_spec#id OceanAwsLaunchSpec#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. @@ -298,7 +298,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.169.1/docs/resources/ocean_aws_launch_spec#image_id OceanAwsLaunchSpec#image_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#image_id OceanAwsLaunchSpec#image_id}. --- @@ -308,7 +308,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.169.1/docs/resources/ocean_aws_launch_spec#images OceanAwsLaunchSpec#images} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#images OceanAwsLaunchSpec#images} --- @@ -318,7 +318,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.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#instance_metadata_options OceanAwsLaunchSpec#instance_metadata_options} --- @@ -326,7 +326,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.169.1/docs/resources/ocean_aws_launch_spec#instance_types OceanAwsLaunchSpec#instance_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#instance_types OceanAwsLaunchSpec#instance_types}. --- @@ -336,7 +336,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti instance_types_filters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#instance_types_filters OceanAwsLaunchSpec#instance_types_filters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#instance_types_filters OceanAwsLaunchSpec#instance_types_filters} --- @@ -346,7 +346,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.169.1/docs/resources/ocean_aws_launch_spec#labels OceanAwsLaunchSpec#labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#labels OceanAwsLaunchSpec#labels} --- @@ -354,7 +354,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#name OceanAwsLaunchSpec#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#name OceanAwsLaunchSpec#name}. --- @@ -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.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#preferred_spot_types OceanAwsLaunchSpec#preferred_spot_types}. --- @@ -372,7 +372,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.169.1/docs/resources/ocean_aws_launch_spec#resource_limits OceanAwsLaunchSpec#resource_limits} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#resource_limits OceanAwsLaunchSpec#resource_limits} --- @@ -380,7 +380,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.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#restrict_scale_down OceanAwsLaunchSpec#restrict_scale_down}. --- @@ -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.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#root_volume_size OceanAwsLaunchSpec#root_volume_size}. --- @@ -398,7 +398,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.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#scheduling_shutdown_hours OceanAwsLaunchSpec#scheduling_shutdown_hours} --- @@ -408,7 +408,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.169.1/docs/resources/ocean_aws_launch_spec#scheduling_task OceanAwsLaunchSpec#scheduling_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#scheduling_task OceanAwsLaunchSpec#scheduling_task} --- @@ -416,7 +416,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.169.1/docs/resources/ocean_aws_launch_spec#security_groups OceanAwsLaunchSpec#security_groups}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#security_groups OceanAwsLaunchSpec#security_groups}. --- @@ -426,7 +426,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.169.1/docs/resources/ocean_aws_launch_spec#strategy OceanAwsLaunchSpec#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#strategy OceanAwsLaunchSpec#strategy} --- @@ -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.169.1/docs/resources/ocean_aws_launch_spec#subnet_ids OceanAwsLaunchSpec#subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#subnet_ids OceanAwsLaunchSpec#subnet_ids}. --- @@ -444,7 +444,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.169.1/docs/resources/ocean_aws_launch_spec#tags OceanAwsLaunchSpec#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#tags OceanAwsLaunchSpec#tags} --- @@ -454,7 +454,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.169.1/docs/resources/ocean_aws_launch_spec#taints OceanAwsLaunchSpec#taints} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#taints OceanAwsLaunchSpec#taints} --- @@ -464,7 +464,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.169.1/docs/resources/ocean_aws_launch_spec#update_policy OceanAwsLaunchSpec#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#update_policy OceanAwsLaunchSpec#update_policy} --- @@ -472,7 +472,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#user_data OceanAwsLaunchSpec#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#user_data OceanAwsLaunchSpec#user_data}. --- @@ -1363,7 +1363,7 @@ The construct id used in the generated config for the OceanAwsLaunchSpec to impo The id of the existing OceanAwsLaunchSpec that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#import import section} in the documentation of this resource for the id to use --- @@ -2278,7 +2278,7 @@ OceanAwsLaunchSpecAutoscaleDown.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| maxScaleDownPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#max_scale_down_percentage OceanAwsLaunchSpec#max_scale_down_percentage}. | --- @@ -2290,7 +2290,7 @@ public java.lang.Number getMaxScaleDownPercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#max_scale_down_percentage OceanAwsLaunchSpec#max_scale_down_percentage}. --- @@ -2313,10 +2313,10 @@ OceanAwsLaunchSpecAutoscaleHeadrooms.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| numOfUnits | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.0/docs/resources/ocean_aws_launch_spec#memory_per_unit OceanAwsLaunchSpec#memory_per_unit}. | --- @@ -2328,7 +2328,7 @@ public java.lang.Number getNumOfUnits(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#num_of_units OceanAwsLaunchSpec#num_of_units}. --- @@ -2340,7 +2340,7 @@ public java.lang.Number getCpuPerUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#cpu_per_unit OceanAwsLaunchSpec#cpu_per_unit}. --- @@ -2352,7 +2352,7 @@ public java.lang.Number getGpuPerUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#gpu_per_unit OceanAwsLaunchSpec#gpu_per_unit}. --- @@ -2364,7 +2364,7 @@ public java.lang.Number getMemoryPerUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#memory_per_unit OceanAwsLaunchSpec#memory_per_unit}. --- @@ -2384,7 +2384,7 @@ OceanAwsLaunchSpecAutoscaleHeadroomsAutomatic.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| autoHeadroomPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#auto_headroom_percentage OceanAwsLaunchSpec#auto_headroom_percentage}. | --- @@ -2396,7 +2396,7 @@ public java.lang.Number getAutoHeadroomPercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#auto_headroom_percentage OceanAwsLaunchSpec#auto_headroom_percentage}. --- @@ -2419,10 +2419,10 @@ OceanAwsLaunchSpecBlockDeviceMappings.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| deviceName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_aws_launch_spec#virtual_name OceanAwsLaunchSpec#virtual_name}. | --- @@ -2434,7 +2434,7 @@ public java.lang.String getDeviceName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#device_name OceanAwsLaunchSpec#device_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#device_name OceanAwsLaunchSpec#device_name}. --- @@ -2448,7 +2448,7 @@ public OceanAwsLaunchSpecBlockDeviceMappingsEbs getEbs(); ebs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#ebs OceanAwsLaunchSpec#ebs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#ebs OceanAwsLaunchSpec#ebs} --- @@ -2460,7 +2460,7 @@ public java.lang.String getNoDevice(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#no_device OceanAwsLaunchSpec#no_device}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#no_device OceanAwsLaunchSpec#no_device}. --- @@ -2472,7 +2472,7 @@ public java.lang.String getVirtualName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#virtual_name OceanAwsLaunchSpec#virtual_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#virtual_name OceanAwsLaunchSpec#virtual_name}. --- @@ -2502,15 +2502,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.169.1/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.170.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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.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.170.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.170.0/docs/resources/ocean_aws_launch_spec#volume_type OceanAwsLaunchSpec#volume_type}. | --- @@ -2522,7 +2522,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.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#delete_on_termination OceanAwsLaunchSpec#delete_on_termination}. --- @@ -2536,7 +2536,7 @@ public OceanAwsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSize getDynamicVolum dynamic_volume_size block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#dynamic_volume_size OceanAwsLaunchSpec#dynamic_volume_size} --- @@ -2548,7 +2548,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.169.1/docs/resources/ocean_aws_launch_spec#encrypted OceanAwsLaunchSpec#encrypted}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#encrypted OceanAwsLaunchSpec#encrypted}. --- @@ -2560,7 +2560,7 @@ public java.lang.Number getIops(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#iops OceanAwsLaunchSpec#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#iops OceanAwsLaunchSpec#iops}. --- @@ -2572,7 +2572,7 @@ public java.lang.String getKmsKeyId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#kms_key_id OceanAwsLaunchSpec#kms_key_id}. --- @@ -2584,7 +2584,7 @@ public java.lang.String getSnapshotId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#snapshot_id OceanAwsLaunchSpec#snapshot_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#snapshot_id OceanAwsLaunchSpec#snapshot_id}. --- @@ -2596,7 +2596,7 @@ public java.lang.Number getThroughput(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#throughput OceanAwsLaunchSpec#throughput}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#throughput OceanAwsLaunchSpec#throughput}. --- @@ -2608,7 +2608,7 @@ public java.lang.Number getVolumeSize(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#volume_size OceanAwsLaunchSpec#volume_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#volume_size OceanAwsLaunchSpec#volume_size}. --- @@ -2620,7 +2620,7 @@ public java.lang.String getVolumeType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#volume_type OceanAwsLaunchSpec#volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#volume_type OceanAwsLaunchSpec#volume_type}. --- @@ -2642,9 +2642,9 @@ OceanAwsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSize.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| baseSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/ocean_aws_launch_spec#size_per_resource_unit OceanAwsLaunchSpec#size_per_resource_unit}. | --- @@ -2656,7 +2656,7 @@ public java.lang.Number getBaseSize(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#base_size OceanAwsLaunchSpec#base_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#base_size OceanAwsLaunchSpec#base_size}. --- @@ -2668,7 +2668,7 @@ public java.lang.String getResource(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#resource OceanAwsLaunchSpec#resource}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#resource OceanAwsLaunchSpec#resource}. --- @@ -2680,7 +2680,7 @@ public java.lang.Number getSizePerResourceUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#size_per_resource_unit OceanAwsLaunchSpec#size_per_resource_unit}. --- @@ -2764,8 +2764,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.169.1/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.169.1/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.170.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.170.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. | @@ -2774,28 +2774,28 @@ OceanAwsLaunchSpecConfig.builder() | deleteOptions | OceanAwsLaunchSpecDeleteOptions | delete_options block. | | elasticIpPool | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanAwsLaunchSpecElasticIpPool> | elastic_ip_pool block. | | ephemeralStorage | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanAwsLaunchSpecEphemeralStorage> | ephemeral_storage block. | -| iamInstanceProfile | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#instance_types OceanAwsLaunchSpec#instance_types}. | | instanceTypesFilters | OceanAwsLaunchSpecInstanceTypesFilters | instance_types_filters block. | | labels | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanAwsLaunchSpecLabels> | labels block. | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.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.169.1/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.169.1/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.170.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.170.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.169.1/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.170.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.169.1/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.170.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.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#user_data OceanAwsLaunchSpec#user_data}. | --- @@ -2877,7 +2877,7 @@ public java.lang.String getOceanId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#ocean_id OceanAwsLaunchSpec#ocean_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#ocean_id OceanAwsLaunchSpec#ocean_id}. --- @@ -2889,7 +2889,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.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#associate_public_ip_address OceanAwsLaunchSpec#associate_public_ip_address}. --- @@ -2903,7 +2903,7 @@ public java.lang.Object getAutoscaleDown(); autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#autoscale_down OceanAwsLaunchSpec#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#autoscale_down OceanAwsLaunchSpec#autoscale_down} --- @@ -2917,7 +2917,7 @@ public java.lang.Object getAutoscaleHeadrooms(); autoscale_headrooms block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#autoscale_headrooms OceanAwsLaunchSpec#autoscale_headrooms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#autoscale_headrooms OceanAwsLaunchSpec#autoscale_headrooms} --- @@ -2931,7 +2931,7 @@ public java.lang.Object getAutoscaleHeadroomsAutomatic(); autoscale_headrooms_automatic block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#autoscale_headrooms_automatic OceanAwsLaunchSpec#autoscale_headrooms_automatic} --- @@ -2945,7 +2945,7 @@ public java.lang.Object getBlockDeviceMappings(); block_device_mappings block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#block_device_mappings OceanAwsLaunchSpec#block_device_mappings} --- @@ -2959,7 +2959,7 @@ public OceanAwsLaunchSpecCreateOptions getCreateOptions(); create_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#create_options OceanAwsLaunchSpec#create_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#create_options OceanAwsLaunchSpec#create_options} --- @@ -2973,7 +2973,7 @@ public OceanAwsLaunchSpecDeleteOptions getDeleteOptions(); delete_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#delete_options OceanAwsLaunchSpec#delete_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#delete_options OceanAwsLaunchSpec#delete_options} --- @@ -2987,7 +2987,7 @@ public java.lang.Object getElasticIpPool(); elastic_ip_pool block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#elastic_ip_pool OceanAwsLaunchSpec#elastic_ip_pool} --- @@ -3001,7 +3001,7 @@ public java.lang.Object getEphemeralStorage(); ephemeral_storage block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#ephemeral_storage OceanAwsLaunchSpec#ephemeral_storage} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#ephemeral_storage OceanAwsLaunchSpec#ephemeral_storage} --- @@ -3013,7 +3013,7 @@ public java.lang.String getIamInstanceProfile(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#iam_instance_profile OceanAwsLaunchSpec#iam_instance_profile}. --- @@ -3025,7 +3025,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#id OceanAwsLaunchSpec#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. @@ -3040,7 +3040,7 @@ public java.lang.String getImageId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#image_id OceanAwsLaunchSpec#image_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#image_id OceanAwsLaunchSpec#image_id}. --- @@ -3054,7 +3054,7 @@ public java.lang.Object getImages(); images block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#images OceanAwsLaunchSpec#images} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#images OceanAwsLaunchSpec#images} --- @@ -3068,7 +3068,7 @@ public OceanAwsLaunchSpecInstanceMetadataOptions getInstanceMetadataOptions(); instance_metadata_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#instance_metadata_options OceanAwsLaunchSpec#instance_metadata_options} --- @@ -3080,7 +3080,7 @@ public java.util.List getInstanceTypes(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#instance_types OceanAwsLaunchSpec#instance_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#instance_types OceanAwsLaunchSpec#instance_types}. --- @@ -3094,7 +3094,7 @@ public OceanAwsLaunchSpecInstanceTypesFilters getInstanceTypesFilters(); instance_types_filters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#instance_types_filters OceanAwsLaunchSpec#instance_types_filters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#instance_types_filters OceanAwsLaunchSpec#instance_types_filters} --- @@ -3108,7 +3108,7 @@ public java.lang.Object getLabels(); labels block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#labels OceanAwsLaunchSpec#labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#labels OceanAwsLaunchSpec#labels} --- @@ -3120,7 +3120,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#name OceanAwsLaunchSpec#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#name OceanAwsLaunchSpec#name}. --- @@ -3132,7 +3132,7 @@ public java.util.List getPreferredSpotTypes(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#preferred_spot_types OceanAwsLaunchSpec#preferred_spot_types}. --- @@ -3146,7 +3146,7 @@ public java.lang.Object getResourceLimits(); resource_limits block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#resource_limits OceanAwsLaunchSpec#resource_limits} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#resource_limits OceanAwsLaunchSpec#resource_limits} --- @@ -3158,7 +3158,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.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#restrict_scale_down OceanAwsLaunchSpec#restrict_scale_down}. --- @@ -3170,7 +3170,7 @@ public java.lang.Number getRootVolumeSize(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#root_volume_size OceanAwsLaunchSpec#root_volume_size}. --- @@ -3184,7 +3184,7 @@ public OceanAwsLaunchSpecSchedulingShutdownHours getSchedulingShutdownHours(); scheduling_shutdown_hours block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#scheduling_shutdown_hours OceanAwsLaunchSpec#scheduling_shutdown_hours} --- @@ -3198,7 +3198,7 @@ public java.lang.Object getSchedulingTask(); scheduling_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#scheduling_task OceanAwsLaunchSpec#scheduling_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#scheduling_task OceanAwsLaunchSpec#scheduling_task} --- @@ -3210,7 +3210,7 @@ public java.util.List getSecurityGroups(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#security_groups OceanAwsLaunchSpec#security_groups}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#security_groups OceanAwsLaunchSpec#security_groups}. --- @@ -3224,7 +3224,7 @@ public java.lang.Object getStrategy(); strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#strategy OceanAwsLaunchSpec#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#strategy OceanAwsLaunchSpec#strategy} --- @@ -3236,7 +3236,7 @@ public java.util.List getSubnetIds(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#subnet_ids OceanAwsLaunchSpec#subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#subnet_ids OceanAwsLaunchSpec#subnet_ids}. --- @@ -3250,7 +3250,7 @@ public java.lang.Object getTags(); tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#tags OceanAwsLaunchSpec#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#tags OceanAwsLaunchSpec#tags} --- @@ -3264,7 +3264,7 @@ public java.lang.Object getTaints(); taints block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#taints OceanAwsLaunchSpec#taints} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#taints OceanAwsLaunchSpec#taints} --- @@ -3278,7 +3278,7 @@ public OceanAwsLaunchSpecUpdatePolicy getUpdatePolicy(); update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#update_policy OceanAwsLaunchSpec#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#update_policy OceanAwsLaunchSpec#update_policy} --- @@ -3290,7 +3290,7 @@ public java.lang.String getUserData(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#user_data OceanAwsLaunchSpec#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#user_data OceanAwsLaunchSpec#user_data}. --- @@ -3310,7 +3310,7 @@ OceanAwsLaunchSpecCreateOptions.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| initialNodes | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#initial_nodes OceanAwsLaunchSpec#initial_nodes}. | --- @@ -3322,7 +3322,7 @@ public java.lang.Number getInitialNodes(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#initial_nodes OceanAwsLaunchSpec#initial_nodes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#initial_nodes OceanAwsLaunchSpec#initial_nodes}. --- @@ -3345,8 +3345,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.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_aws_launch_spec#delete_nodes OceanAwsLaunchSpec#delete_nodes}. | --- @@ -3358,7 +3358,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.169.1/docs/resources/ocean_aws_launch_spec#force_delete OceanAwsLaunchSpec#force_delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#force_delete OceanAwsLaunchSpec#force_delete}. --- @@ -3370,7 +3370,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.169.1/docs/resources/ocean_aws_launch_spec#delete_nodes OceanAwsLaunchSpec#delete_nodes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#delete_nodes OceanAwsLaunchSpec#delete_nodes}. --- @@ -3404,7 +3404,7 @@ public OceanAwsLaunchSpecElasticIpPoolTagSelector getTagSelector(); tag_selector block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#tag_selector OceanAwsLaunchSpec#tag_selector} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#tag_selector OceanAwsLaunchSpec#tag_selector} --- @@ -3425,8 +3425,8 @@ OceanAwsLaunchSpecElasticIpPoolTagSelector.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| tagKey | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_aws_launch_spec#tag_value OceanAwsLaunchSpec#tag_value}. | --- @@ -3438,7 +3438,7 @@ public java.lang.String getTagKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#tag_key OceanAwsLaunchSpec#tag_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#tag_key OceanAwsLaunchSpec#tag_key}. --- @@ -3450,7 +3450,7 @@ public java.lang.String getTagValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#tag_value OceanAwsLaunchSpec#tag_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#tag_value OceanAwsLaunchSpec#tag_value}. --- @@ -3470,7 +3470,7 @@ OceanAwsLaunchSpecEphemeralStorage.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| ephemeralStorageDeviceName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#ephemeral_storage_device_name OceanAwsLaunchSpec#ephemeral_storage_device_name}. | +| ephemeralStorageDeviceName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#ephemeral_storage_device_name OceanAwsLaunchSpec#ephemeral_storage_device_name}. | --- @@ -3482,7 +3482,7 @@ public java.lang.String getEphemeralStorageDeviceName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#ephemeral_storage_device_name OceanAwsLaunchSpec#ephemeral_storage_device_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#ephemeral_storage_device_name OceanAwsLaunchSpec#ephemeral_storage_device_name}. --- @@ -3502,7 +3502,7 @@ OceanAwsLaunchSpecImages.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| imageId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#image_id OceanAwsLaunchSpec#image_id}. | --- @@ -3514,7 +3514,7 @@ public java.lang.String getImageId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#image_id OceanAwsLaunchSpec#image_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#image_id OceanAwsLaunchSpec#image_id}. --- @@ -3535,8 +3535,8 @@ OceanAwsLaunchSpecInstanceMetadataOptions.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| httpTokens | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_aws_launch_spec#http_put_response_hop_limit OceanAwsLaunchSpec#http_put_response_hop_limit}. | --- @@ -3548,7 +3548,7 @@ public java.lang.String getHttpTokens(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#http_tokens OceanAwsLaunchSpec#http_tokens}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#http_tokens OceanAwsLaunchSpec#http_tokens}. --- @@ -3560,7 +3560,7 @@ public java.lang.Number getHttpPutResponseHopLimit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#http_put_response_hop_limit OceanAwsLaunchSpec#http_put_response_hop_limit}. --- @@ -3598,24 +3598,24 @@ OceanAwsLaunchSpecInstanceTypesFilters.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| categories | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#categories OceanAwsLaunchSpec#categories}. | -| diskTypes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#disk_types OceanAwsLaunchSpec#disk_types}. | -| excludeFamilies | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#exclude_families OceanAwsLaunchSpec#exclude_families}. | -| excludeMetal | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#exclude_metal OceanAwsLaunchSpec#exclude_metal}. | -| hypervisor | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#hypervisor OceanAwsLaunchSpec#hypervisor}. | -| includeFamilies | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#include_families OceanAwsLaunchSpec#include_families}. | -| isEnaSupported | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#is_ena_supported OceanAwsLaunchSpec#is_ena_supported}. | -| maxGpu | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#max_gpu OceanAwsLaunchSpec#max_gpu}. | -| maxMemoryGib | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#max_memory_gib OceanAwsLaunchSpec#max_memory_gib}. | -| maxNetworkPerformance | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#max_network_performance OceanAwsLaunchSpec#max_network_performance}. | -| maxVcpu | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#max_vcpu OceanAwsLaunchSpec#max_vcpu}. | -| minEnis | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#min_enis OceanAwsLaunchSpec#min_enis}. | -| minGpu | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#min_gpu OceanAwsLaunchSpec#min_gpu}. | -| minMemoryGib | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#min_memory_gib OceanAwsLaunchSpec#min_memory_gib}. | -| minNetworkPerformance | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#min_network_performance OceanAwsLaunchSpec#min_network_performance}. | -| minVcpu | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#min_vcpu OceanAwsLaunchSpec#min_vcpu}. | -| rootDeviceTypes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#root_device_types OceanAwsLaunchSpec#root_device_types}. | -| virtualizationTypes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#virtualization_types OceanAwsLaunchSpec#virtualization_types}. | +| categories | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#categories OceanAwsLaunchSpec#categories}. | +| diskTypes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#disk_types OceanAwsLaunchSpec#disk_types}. | +| excludeFamilies | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#exclude_families OceanAwsLaunchSpec#exclude_families}. | +| excludeMetal | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#exclude_metal OceanAwsLaunchSpec#exclude_metal}. | +| hypervisor | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#hypervisor OceanAwsLaunchSpec#hypervisor}. | +| includeFamilies | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#include_families OceanAwsLaunchSpec#include_families}. | +| isEnaSupported | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#is_ena_supported OceanAwsLaunchSpec#is_ena_supported}. | +| maxGpu | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#max_gpu OceanAwsLaunchSpec#max_gpu}. | +| maxMemoryGib | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#max_memory_gib OceanAwsLaunchSpec#max_memory_gib}. | +| maxNetworkPerformance | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#max_network_performance OceanAwsLaunchSpec#max_network_performance}. | +| maxVcpu | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#max_vcpu OceanAwsLaunchSpec#max_vcpu}. | +| minEnis | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#min_enis OceanAwsLaunchSpec#min_enis}. | +| minGpu | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#min_gpu OceanAwsLaunchSpec#min_gpu}. | +| minMemoryGib | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#min_memory_gib OceanAwsLaunchSpec#min_memory_gib}. | +| minNetworkPerformance | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#min_network_performance OceanAwsLaunchSpec#min_network_performance}. | +| minVcpu | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#min_vcpu OceanAwsLaunchSpec#min_vcpu}. | +| rootDeviceTypes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#root_device_types OceanAwsLaunchSpec#root_device_types}. | +| virtualizationTypes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#virtualization_types OceanAwsLaunchSpec#virtualization_types}. | --- @@ -3627,7 +3627,7 @@ public java.util.List getCategories(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#categories OceanAwsLaunchSpec#categories}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#categories OceanAwsLaunchSpec#categories}. --- @@ -3639,7 +3639,7 @@ public java.util.List getDiskTypes(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#disk_types OceanAwsLaunchSpec#disk_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#disk_types OceanAwsLaunchSpec#disk_types}. --- @@ -3651,7 +3651,7 @@ public java.util.List getExcludeFamilies(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#exclude_families OceanAwsLaunchSpec#exclude_families}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#exclude_families OceanAwsLaunchSpec#exclude_families}. --- @@ -3663,7 +3663,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.169.1/docs/resources/ocean_aws_launch_spec#exclude_metal OceanAwsLaunchSpec#exclude_metal}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#exclude_metal OceanAwsLaunchSpec#exclude_metal}. --- @@ -3675,7 +3675,7 @@ public java.util.List getHypervisor(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#hypervisor OceanAwsLaunchSpec#hypervisor}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#hypervisor OceanAwsLaunchSpec#hypervisor}. --- @@ -3687,7 +3687,7 @@ public java.util.List getIncludeFamilies(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#include_families OceanAwsLaunchSpec#include_families}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#include_families OceanAwsLaunchSpec#include_families}. --- @@ -3699,7 +3699,7 @@ public java.lang.String getIsEnaSupported(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#is_ena_supported OceanAwsLaunchSpec#is_ena_supported}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#is_ena_supported OceanAwsLaunchSpec#is_ena_supported}. --- @@ -3711,7 +3711,7 @@ public java.lang.Number getMaxGpu(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#max_gpu OceanAwsLaunchSpec#max_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#max_gpu OceanAwsLaunchSpec#max_gpu}. --- @@ -3723,7 +3723,7 @@ public java.lang.Number getMaxMemoryGib(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#max_memory_gib OceanAwsLaunchSpec#max_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#max_memory_gib OceanAwsLaunchSpec#max_memory_gib}. --- @@ -3735,7 +3735,7 @@ public java.lang.Number getMaxNetworkPerformance(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#max_network_performance OceanAwsLaunchSpec#max_network_performance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#max_network_performance OceanAwsLaunchSpec#max_network_performance}. --- @@ -3747,7 +3747,7 @@ public java.lang.Number getMaxVcpu(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#max_vcpu OceanAwsLaunchSpec#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#max_vcpu OceanAwsLaunchSpec#max_vcpu}. --- @@ -3759,7 +3759,7 @@ public java.lang.Number getMinEnis(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#min_enis OceanAwsLaunchSpec#min_enis}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#min_enis OceanAwsLaunchSpec#min_enis}. --- @@ -3771,7 +3771,7 @@ public java.lang.Number getMinGpu(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#min_gpu OceanAwsLaunchSpec#min_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#min_gpu OceanAwsLaunchSpec#min_gpu}. --- @@ -3783,7 +3783,7 @@ public java.lang.Number getMinMemoryGib(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#min_memory_gib OceanAwsLaunchSpec#min_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#min_memory_gib OceanAwsLaunchSpec#min_memory_gib}. --- @@ -3795,7 +3795,7 @@ public java.lang.Number getMinNetworkPerformance(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#min_network_performance OceanAwsLaunchSpec#min_network_performance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#min_network_performance OceanAwsLaunchSpec#min_network_performance}. --- @@ -3807,7 +3807,7 @@ public java.lang.Number getMinVcpu(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#min_vcpu OceanAwsLaunchSpec#min_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#min_vcpu OceanAwsLaunchSpec#min_vcpu}. --- @@ -3819,7 +3819,7 @@ public java.util.List getRootDeviceTypes(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#root_device_types OceanAwsLaunchSpec#root_device_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#root_device_types OceanAwsLaunchSpec#root_device_types}. --- @@ -3831,7 +3831,7 @@ public java.util.List getVirtualizationTypes(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#virtualization_types OceanAwsLaunchSpec#virtualization_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#virtualization_types OceanAwsLaunchSpec#virtualization_types}. --- @@ -3852,8 +3852,8 @@ OceanAwsLaunchSpecLabels.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. | --- @@ -3865,7 +3865,7 @@ public java.lang.String getKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key}. --- @@ -3877,7 +3877,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. --- @@ -3898,8 +3898,8 @@ OceanAwsLaunchSpecResourceLimits.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| maxInstanceCount | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_aws_launch_spec#min_instance_count OceanAwsLaunchSpec#min_instance_count}. | --- @@ -3911,7 +3911,7 @@ public java.lang.Number getMaxInstanceCount(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#max_instance_count OceanAwsLaunchSpec#max_instance_count}. --- @@ -3923,7 +3923,7 @@ public java.lang.Number getMinInstanceCount(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#min_instance_count OceanAwsLaunchSpec#min_instance_count}. --- @@ -3945,8 +3945,8 @@ OceanAwsLaunchSpecSchedulingShutdownHours.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| timeWindows | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_aws_launch_spec#is_enabled OceanAwsLaunchSpec#is_enabled}. | --- @@ -3958,7 +3958,7 @@ public java.util.List getTimeWindows(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#time_windows OceanAwsLaunchSpec#time_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#time_windows OceanAwsLaunchSpec#time_windows}. --- @@ -3970,7 +3970,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.169.1/docs/resources/ocean_aws_launch_spec#is_enabled OceanAwsLaunchSpec#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#is_enabled OceanAwsLaunchSpec#is_enabled}. --- @@ -3995,9 +3995,9 @@ OceanAwsLaunchSpecSchedulingTask.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| cronExpression | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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. | --- @@ -4010,7 +4010,7 @@ public java.lang.String getCronExpression(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#cron_expression OceanAwsLaunchSpec#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#cron_expression OceanAwsLaunchSpec#cron_expression}. --- @@ -4022,7 +4022,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.169.1/docs/resources/ocean_aws_launch_spec#is_enabled OceanAwsLaunchSpec#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#is_enabled OceanAwsLaunchSpec#is_enabled}. --- @@ -4034,7 +4034,7 @@ public java.lang.String getTaskType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#task_type OceanAwsLaunchSpec#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#task_type OceanAwsLaunchSpec#task_type}. --- @@ -4048,7 +4048,7 @@ public java.lang.Object getTaskHeadroom(); task_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#task_headroom OceanAwsLaunchSpec#task_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#task_headroom OceanAwsLaunchSpec#task_headroom} --- @@ -4071,10 +4071,10 @@ OceanAwsLaunchSpecSchedulingTaskTaskHeadroom.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| numOfUnits | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.0/docs/resources/ocean_aws_launch_spec#memory_per_unit OceanAwsLaunchSpec#memory_per_unit}. | --- @@ -4086,7 +4086,7 @@ public java.lang.Number getNumOfUnits(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#num_of_units OceanAwsLaunchSpec#num_of_units}. --- @@ -4098,7 +4098,7 @@ public java.lang.Number getCpuPerUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#cpu_per_unit OceanAwsLaunchSpec#cpu_per_unit}. --- @@ -4110,7 +4110,7 @@ public java.lang.Number getGpuPerUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#gpu_per_unit OceanAwsLaunchSpec#gpu_per_unit}. --- @@ -4122,7 +4122,7 @@ public java.lang.Number getMemoryPerUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#memory_per_unit OceanAwsLaunchSpec#memory_per_unit}. --- @@ -4142,7 +4142,7 @@ OceanAwsLaunchSpecStrategy.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| spotPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#spot_percentage OceanAwsLaunchSpec#spot_percentage}. | --- @@ -4154,7 +4154,7 @@ public java.lang.Number getSpotPercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#spot_percentage OceanAwsLaunchSpec#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#spot_percentage OceanAwsLaunchSpec#spot_percentage}. --- @@ -4175,8 +4175,8 @@ OceanAwsLaunchSpecTags.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. | --- @@ -4188,7 +4188,7 @@ public java.lang.String getKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key}. --- @@ -4200,7 +4200,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. --- @@ -4222,9 +4222,9 @@ OceanAwsLaunchSpecTaints.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| effect | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. | --- @@ -4236,7 +4236,7 @@ public java.lang.String getEffect(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#effect OceanAwsLaunchSpec#effect}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#effect OceanAwsLaunchSpec#effect}. --- @@ -4248,7 +4248,7 @@ public java.lang.String getKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key}. --- @@ -4260,7 +4260,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. --- @@ -4282,7 +4282,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.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#should_roll OceanAwsLaunchSpec#should_roll}. | | rollConfig | OceanAwsLaunchSpecUpdatePolicyRollConfig | roll_config block. | --- @@ -4295,7 +4295,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.169.1/docs/resources/ocean_aws_launch_spec#should_roll OceanAwsLaunchSpec#should_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#should_roll OceanAwsLaunchSpec#should_roll}. --- @@ -4309,7 +4309,7 @@ public OceanAwsLaunchSpecUpdatePolicyRollConfig getRollConfig(); roll_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#roll_config OceanAwsLaunchSpec#roll_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#roll_config OceanAwsLaunchSpec#roll_config} --- @@ -4329,7 +4329,7 @@ OceanAwsLaunchSpecUpdatePolicyRollConfig.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| batchSizePercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#batch_size_percentage OceanAwsLaunchSpec#batch_size_percentage}. | --- @@ -4341,7 +4341,7 @@ public java.lang.Number getBatchSizePercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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 f5b50ceca..da5ef3604 100644 --- a/docs/oceanAwsLaunchSpec.python.md +++ b/docs/oceanAwsLaunchSpec.python.md @@ -4,7 +4,7 @@ ### OceanAwsLaunchSpec -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec spotinst_ocean_aws_launch_spec}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec spotinst_ocean_aws_launch_spec}. #### Initializers @@ -67,8 +67,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.169.1/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.169.1/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.170.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.170.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. | @@ -77,28 +77,28 @@ oceanAwsLaunchSpec.OceanAwsLaunchSpec( | delete_options | OceanAwsLaunchSpecDeleteOptions | delete_options block. | | elastic_ip_pool | typing.Union[cdktf.IResolvable, typing.List[OceanAwsLaunchSpecElasticIpPool]] | elastic_ip_pool block. | | ephemeral_storage | typing.Union[cdktf.IResolvable, typing.List[OceanAwsLaunchSpecEphemeralStorage]] | ephemeral_storage block. | -| iam_instance_profile | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#instance_types OceanAwsLaunchSpec#instance_types}. | | instance_types_filters | OceanAwsLaunchSpecInstanceTypesFilters | instance_types_filters block. | | labels | typing.Union[cdktf.IResolvable, typing.List[OceanAwsLaunchSpecLabels]] | labels block. | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.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.169.1/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.169.1/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.170.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.170.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.169.1/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.170.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.169.1/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.170.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.169.1/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.170.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.169.1/docs/resources/ocean_aws_launch_spec#ocean_id OceanAwsLaunchSpec#ocean_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.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.169.1/docs/resources/ocean_aws_launch_spec#autoscale_down OceanAwsLaunchSpec#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aws_launch_spec#autoscale_headrooms OceanAwsLaunchSpec#autoscale_headrooms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.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.169.1/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.170.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.169.1/docs/resources/ocean_aws_launch_spec#create_options OceanAwsLaunchSpec#create_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aws_launch_spec#delete_options OceanAwsLaunchSpec#delete_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#elastic_ip_pool OceanAwsLaunchSpec#elastic_ip_pool} --- @@ -254,7 +254,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti ephemeral_storage block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#ephemeral_storage OceanAwsLaunchSpec#ephemeral_storage} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#ephemeral_storage OceanAwsLaunchSpec#ephemeral_storage} --- @@ -262,7 +262,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#iam_instance_profile OceanAwsLaunchSpec#iam_instance_profile}. --- @@ -270,7 +270,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#id OceanAwsLaunchSpec#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. @@ -281,7 +281,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.169.1/docs/resources/ocean_aws_launch_spec#image_id OceanAwsLaunchSpec#image_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#image_id OceanAwsLaunchSpec#image_id}. --- @@ -291,7 +291,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.169.1/docs/resources/ocean_aws_launch_spec#images OceanAwsLaunchSpec#images} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#images OceanAwsLaunchSpec#images} --- @@ -301,7 +301,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.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#instance_metadata_options OceanAwsLaunchSpec#instance_metadata_options} --- @@ -309,7 +309,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.169.1/docs/resources/ocean_aws_launch_spec#instance_types OceanAwsLaunchSpec#instance_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#instance_types OceanAwsLaunchSpec#instance_types}. --- @@ -319,7 +319,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti instance_types_filters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#instance_types_filters OceanAwsLaunchSpec#instance_types_filters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#instance_types_filters OceanAwsLaunchSpec#instance_types_filters} --- @@ -329,7 +329,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.169.1/docs/resources/ocean_aws_launch_spec#labels OceanAwsLaunchSpec#labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#labels OceanAwsLaunchSpec#labels} --- @@ -337,7 +337,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#name OceanAwsLaunchSpec#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#name OceanAwsLaunchSpec#name}. --- @@ -345,7 +345,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.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#preferred_spot_types OceanAwsLaunchSpec#preferred_spot_types}. --- @@ -355,7 +355,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.169.1/docs/resources/ocean_aws_launch_spec#resource_limits OceanAwsLaunchSpec#resource_limits} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#resource_limits OceanAwsLaunchSpec#resource_limits} --- @@ -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.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#restrict_scale_down OceanAwsLaunchSpec#restrict_scale_down}. --- @@ -371,7 +371,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#root_volume_size OceanAwsLaunchSpec#root_volume_size}. --- @@ -381,7 +381,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.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#scheduling_shutdown_hours OceanAwsLaunchSpec#scheduling_shutdown_hours} --- @@ -391,7 +391,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.169.1/docs/resources/ocean_aws_launch_spec#scheduling_task OceanAwsLaunchSpec#scheduling_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#scheduling_task OceanAwsLaunchSpec#scheduling_task} --- @@ -399,7 +399,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.169.1/docs/resources/ocean_aws_launch_spec#security_groups OceanAwsLaunchSpec#security_groups}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#security_groups OceanAwsLaunchSpec#security_groups}. --- @@ -409,7 +409,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.169.1/docs/resources/ocean_aws_launch_spec#strategy OceanAwsLaunchSpec#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#strategy OceanAwsLaunchSpec#strategy} --- @@ -417,7 +417,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.169.1/docs/resources/ocean_aws_launch_spec#subnet_ids OceanAwsLaunchSpec#subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#subnet_ids OceanAwsLaunchSpec#subnet_ids}. --- @@ -427,7 +427,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.169.1/docs/resources/ocean_aws_launch_spec#tags OceanAwsLaunchSpec#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#tags OceanAwsLaunchSpec#tags} --- @@ -437,7 +437,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.169.1/docs/resources/ocean_aws_launch_spec#taints OceanAwsLaunchSpec#taints} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#taints OceanAwsLaunchSpec#taints} --- @@ -447,7 +447,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.169.1/docs/resources/ocean_aws_launch_spec#update_policy OceanAwsLaunchSpec#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#update_policy OceanAwsLaunchSpec#update_policy} --- @@ -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.169.1/docs/resources/ocean_aws_launch_spec#user_data OceanAwsLaunchSpec#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#user_data OceanAwsLaunchSpec#user_data}. --- @@ -932,7 +932,7 @@ def put_create_options( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#initial_nodes OceanAwsLaunchSpec#initial_nodes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#initial_nodes OceanAwsLaunchSpec#initial_nodes}. --- @@ -949,7 +949,7 @@ def put_delete_options( - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#force_delete OceanAwsLaunchSpec#force_delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#force_delete OceanAwsLaunchSpec#force_delete}. --- @@ -957,7 +957,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#delete_nodes OceanAwsLaunchSpec#delete_nodes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#delete_nodes OceanAwsLaunchSpec#delete_nodes}. --- @@ -1016,7 +1016,7 @@ def put_instance_metadata_options( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#http_tokens OceanAwsLaunchSpec#http_tokens}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#http_tokens OceanAwsLaunchSpec#http_tokens}. --- @@ -1024,7 +1024,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#http_put_response_hop_limit OceanAwsLaunchSpec#http_put_response_hop_limit}. --- @@ -1057,7 +1057,7 @@ def put_instance_types_filters( - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#categories OceanAwsLaunchSpec#categories}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#categories OceanAwsLaunchSpec#categories}. --- @@ -1065,7 +1065,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.169.1/docs/resources/ocean_aws_launch_spec#disk_types OceanAwsLaunchSpec#disk_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#disk_types OceanAwsLaunchSpec#disk_types}. --- @@ -1073,7 +1073,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.169.1/docs/resources/ocean_aws_launch_spec#exclude_families OceanAwsLaunchSpec#exclude_families}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#exclude_families OceanAwsLaunchSpec#exclude_families}. --- @@ -1081,7 +1081,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#exclude_metal OceanAwsLaunchSpec#exclude_metal}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#exclude_metal OceanAwsLaunchSpec#exclude_metal}. --- @@ -1089,7 +1089,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.169.1/docs/resources/ocean_aws_launch_spec#hypervisor OceanAwsLaunchSpec#hypervisor}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#hypervisor OceanAwsLaunchSpec#hypervisor}. --- @@ -1097,7 +1097,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.169.1/docs/resources/ocean_aws_launch_spec#include_families OceanAwsLaunchSpec#include_families}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#include_families OceanAwsLaunchSpec#include_families}. --- @@ -1105,7 +1105,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#is_ena_supported OceanAwsLaunchSpec#is_ena_supported}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#is_ena_supported OceanAwsLaunchSpec#is_ena_supported}. --- @@ -1113,7 +1113,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#max_gpu OceanAwsLaunchSpec#max_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#max_gpu OceanAwsLaunchSpec#max_gpu}. --- @@ -1121,7 +1121,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#max_memory_gib OceanAwsLaunchSpec#max_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#max_memory_gib OceanAwsLaunchSpec#max_memory_gib}. --- @@ -1129,7 +1129,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#max_network_performance OceanAwsLaunchSpec#max_network_performance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#max_network_performance OceanAwsLaunchSpec#max_network_performance}. --- @@ -1137,7 +1137,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#max_vcpu OceanAwsLaunchSpec#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#max_vcpu OceanAwsLaunchSpec#max_vcpu}. --- @@ -1145,7 +1145,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#min_enis OceanAwsLaunchSpec#min_enis}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#min_enis OceanAwsLaunchSpec#min_enis}. --- @@ -1153,7 +1153,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#min_gpu OceanAwsLaunchSpec#min_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#min_gpu OceanAwsLaunchSpec#min_gpu}. --- @@ -1161,7 +1161,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#min_memory_gib OceanAwsLaunchSpec#min_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#min_memory_gib OceanAwsLaunchSpec#min_memory_gib}. --- @@ -1169,7 +1169,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#min_network_performance OceanAwsLaunchSpec#min_network_performance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#min_network_performance OceanAwsLaunchSpec#min_network_performance}. --- @@ -1177,7 +1177,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#min_vcpu OceanAwsLaunchSpec#min_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#min_vcpu OceanAwsLaunchSpec#min_vcpu}. --- @@ -1185,7 +1185,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#root_device_types OceanAwsLaunchSpec#root_device_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#root_device_types OceanAwsLaunchSpec#root_device_types}. --- @@ -1193,7 +1193,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#virtualization_types OceanAwsLaunchSpec#virtualization_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#virtualization_types OceanAwsLaunchSpec#virtualization_types}. --- @@ -1238,7 +1238,7 @@ def put_scheduling_shutdown_hours( - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#time_windows OceanAwsLaunchSpec#time_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#time_windows OceanAwsLaunchSpec#time_windows}. --- @@ -1246,7 +1246,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#is_enabled OceanAwsLaunchSpec#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#is_enabled OceanAwsLaunchSpec#is_enabled}. --- @@ -1319,7 +1319,7 @@ def put_update_policy( - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#should_roll OceanAwsLaunchSpec#should_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#should_roll OceanAwsLaunchSpec#should_roll}. --- @@ -1329,7 +1329,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.169.1/docs/resources/ocean_aws_launch_spec#roll_config OceanAwsLaunchSpec#roll_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#roll_config OceanAwsLaunchSpec#roll_config} --- @@ -1633,7 +1633,7 @@ The construct id used in the generated config for the OceanAwsLaunchSpec to impo The id of the existing OceanAwsLaunchSpec that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#import import section} in the documentation of this resource for the id to use --- @@ -2548,7 +2548,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.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#max_scale_down_percentage OceanAwsLaunchSpec#max_scale_down_percentage}. | --- @@ -2560,7 +2560,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.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#max_scale_down_percentage OceanAwsLaunchSpec#max_scale_down_percentage}. --- @@ -2583,10 +2583,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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.0/docs/resources/ocean_aws_launch_spec#memory_per_unit OceanAwsLaunchSpec#memory_per_unit}. | --- @@ -2598,7 +2598,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.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#num_of_units OceanAwsLaunchSpec#num_of_units}. --- @@ -2610,7 +2610,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.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#cpu_per_unit OceanAwsLaunchSpec#cpu_per_unit}. --- @@ -2622,7 +2622,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.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#gpu_per_unit OceanAwsLaunchSpec#gpu_per_unit}. --- @@ -2634,7 +2634,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.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#memory_per_unit OceanAwsLaunchSpec#memory_per_unit}. --- @@ -2654,7 +2654,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.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#auto_headroom_percentage OceanAwsLaunchSpec#auto_headroom_percentage}. | --- @@ -2666,7 +2666,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.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#auto_headroom_percentage OceanAwsLaunchSpec#auto_headroom_percentage}. --- @@ -2689,10 +2689,10 @@ oceanAwsLaunchSpec.OceanAwsLaunchSpecBlockDeviceMappings( | **Name** | **Type** | **Description** | | --- | --- | --- | -| device_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_aws_launch_spec#virtual_name OceanAwsLaunchSpec#virtual_name}. | --- @@ -2704,7 +2704,7 @@ device_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#device_name OceanAwsLaunchSpec#device_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#device_name OceanAwsLaunchSpec#device_name}. --- @@ -2718,7 +2718,7 @@ ebs: OceanAwsLaunchSpecBlockDeviceMappingsEbs ebs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#ebs OceanAwsLaunchSpec#ebs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#ebs OceanAwsLaunchSpec#ebs} --- @@ -2730,7 +2730,7 @@ no_device: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#no_device OceanAwsLaunchSpec#no_device}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#no_device OceanAwsLaunchSpec#no_device}. --- @@ -2742,7 +2742,7 @@ virtual_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#virtual_name OceanAwsLaunchSpec#virtual_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#virtual_name OceanAwsLaunchSpec#virtual_name}. --- @@ -2770,15 +2770,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.169.1/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.170.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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.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.170.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.170.0/docs/resources/ocean_aws_launch_spec#volume_type OceanAwsLaunchSpec#volume_type}. | --- @@ -2790,7 +2790,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.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#delete_on_termination OceanAwsLaunchSpec#delete_on_termination}. --- @@ -2804,7 +2804,7 @@ dynamic_volume_size: OceanAwsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSize dynamic_volume_size block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#dynamic_volume_size OceanAwsLaunchSpec#dynamic_volume_size} --- @@ -2816,7 +2816,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.169.1/docs/resources/ocean_aws_launch_spec#encrypted OceanAwsLaunchSpec#encrypted}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#encrypted OceanAwsLaunchSpec#encrypted}. --- @@ -2828,7 +2828,7 @@ iops: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#iops OceanAwsLaunchSpec#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#iops OceanAwsLaunchSpec#iops}. --- @@ -2840,7 +2840,7 @@ kms_key_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#kms_key_id OceanAwsLaunchSpec#kms_key_id}. --- @@ -2852,7 +2852,7 @@ snapshot_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#snapshot_id OceanAwsLaunchSpec#snapshot_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#snapshot_id OceanAwsLaunchSpec#snapshot_id}. --- @@ -2864,7 +2864,7 @@ throughput: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#throughput OceanAwsLaunchSpec#throughput}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#throughput OceanAwsLaunchSpec#throughput}. --- @@ -2876,7 +2876,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.169.1/docs/resources/ocean_aws_launch_spec#volume_size OceanAwsLaunchSpec#volume_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#volume_size OceanAwsLaunchSpec#volume_size}. --- @@ -2888,7 +2888,7 @@ volume_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#volume_type OceanAwsLaunchSpec#volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#volume_type OceanAwsLaunchSpec#volume_type}. --- @@ -2910,9 +2910,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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/ocean_aws_launch_spec#size_per_resource_unit OceanAwsLaunchSpec#size_per_resource_unit}. | --- @@ -2924,7 +2924,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.169.1/docs/resources/ocean_aws_launch_spec#base_size OceanAwsLaunchSpec#base_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#base_size OceanAwsLaunchSpec#base_size}. --- @@ -2936,7 +2936,7 @@ resource: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#resource OceanAwsLaunchSpec#resource}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#resource OceanAwsLaunchSpec#resource}. --- @@ -2948,7 +2948,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.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#size_per_resource_unit OceanAwsLaunchSpec#size_per_resource_unit}. --- @@ -3013,8 +3013,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.169.1/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.169.1/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.170.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.170.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. | @@ -3023,28 +3023,28 @@ oceanAwsLaunchSpec.OceanAwsLaunchSpecConfig( | delete_options | OceanAwsLaunchSpecDeleteOptions | delete_options block. | | elastic_ip_pool | typing.Union[cdktf.IResolvable, typing.List[OceanAwsLaunchSpecElasticIpPool]] | elastic_ip_pool block. | | ephemeral_storage | typing.Union[cdktf.IResolvable, typing.List[OceanAwsLaunchSpecEphemeralStorage]] | ephemeral_storage block. | -| iam_instance_profile | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#instance_types OceanAwsLaunchSpec#instance_types}. | | instance_types_filters | OceanAwsLaunchSpecInstanceTypesFilters | instance_types_filters block. | | labels | typing.Union[cdktf.IResolvable, typing.List[OceanAwsLaunchSpecLabels]] | labels block. | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.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.169.1/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.169.1/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.170.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.170.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.169.1/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.170.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.169.1/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.170.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.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#user_data OceanAwsLaunchSpec#user_data}. | --- @@ -3126,7 +3126,7 @@ ocean_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#ocean_id OceanAwsLaunchSpec#ocean_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#ocean_id OceanAwsLaunchSpec#ocean_id}. --- @@ -3138,7 +3138,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.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#associate_public_ip_address OceanAwsLaunchSpec#associate_public_ip_address}. --- @@ -3152,7 +3152,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.169.1/docs/resources/ocean_aws_launch_spec#autoscale_down OceanAwsLaunchSpec#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#autoscale_down OceanAwsLaunchSpec#autoscale_down} --- @@ -3166,7 +3166,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.169.1/docs/resources/ocean_aws_launch_spec#autoscale_headrooms OceanAwsLaunchSpec#autoscale_headrooms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#autoscale_headrooms OceanAwsLaunchSpec#autoscale_headrooms} --- @@ -3180,7 +3180,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.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#autoscale_headrooms_automatic OceanAwsLaunchSpec#autoscale_headrooms_automatic} --- @@ -3194,7 +3194,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.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#block_device_mappings OceanAwsLaunchSpec#block_device_mappings} --- @@ -3208,7 +3208,7 @@ create_options: OceanAwsLaunchSpecCreateOptions create_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#create_options OceanAwsLaunchSpec#create_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#create_options OceanAwsLaunchSpec#create_options} --- @@ -3222,7 +3222,7 @@ delete_options: OceanAwsLaunchSpecDeleteOptions delete_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#delete_options OceanAwsLaunchSpec#delete_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#delete_options OceanAwsLaunchSpec#delete_options} --- @@ -3236,7 +3236,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.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#elastic_ip_pool OceanAwsLaunchSpec#elastic_ip_pool} --- @@ -3250,7 +3250,7 @@ ephemeral_storage: typing.Union[IResolvable, typing.List[OceanAwsLaunchSpecEphem ephemeral_storage block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#ephemeral_storage OceanAwsLaunchSpec#ephemeral_storage} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#ephemeral_storage OceanAwsLaunchSpec#ephemeral_storage} --- @@ -3262,7 +3262,7 @@ iam_instance_profile: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#iam_instance_profile OceanAwsLaunchSpec#iam_instance_profile}. --- @@ -3274,7 +3274,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#id OceanAwsLaunchSpec#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. @@ -3289,7 +3289,7 @@ image_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#image_id OceanAwsLaunchSpec#image_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#image_id OceanAwsLaunchSpec#image_id}. --- @@ -3303,7 +3303,7 @@ images: typing.Union[IResolvable, typing.List[OceanAwsLaunchSpecImages]] images block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#images OceanAwsLaunchSpec#images} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#images OceanAwsLaunchSpec#images} --- @@ -3317,7 +3317,7 @@ instance_metadata_options: OceanAwsLaunchSpecInstanceMetadataOptions instance_metadata_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#instance_metadata_options OceanAwsLaunchSpec#instance_metadata_options} --- @@ -3329,7 +3329,7 @@ instance_types: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#instance_types OceanAwsLaunchSpec#instance_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#instance_types OceanAwsLaunchSpec#instance_types}. --- @@ -3343,7 +3343,7 @@ instance_types_filters: OceanAwsLaunchSpecInstanceTypesFilters instance_types_filters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#instance_types_filters OceanAwsLaunchSpec#instance_types_filters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#instance_types_filters OceanAwsLaunchSpec#instance_types_filters} --- @@ -3357,7 +3357,7 @@ labels: typing.Union[IResolvable, typing.List[OceanAwsLaunchSpecLabels]] labels block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#labels OceanAwsLaunchSpec#labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#labels OceanAwsLaunchSpec#labels} --- @@ -3369,7 +3369,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#name OceanAwsLaunchSpec#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#name OceanAwsLaunchSpec#name}. --- @@ -3381,7 +3381,7 @@ preferred_spot_types: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#preferred_spot_types OceanAwsLaunchSpec#preferred_spot_types}. --- @@ -3395,7 +3395,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.169.1/docs/resources/ocean_aws_launch_spec#resource_limits OceanAwsLaunchSpec#resource_limits} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#resource_limits OceanAwsLaunchSpec#resource_limits} --- @@ -3407,7 +3407,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.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#restrict_scale_down OceanAwsLaunchSpec#restrict_scale_down}. --- @@ -3419,7 +3419,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.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#root_volume_size OceanAwsLaunchSpec#root_volume_size}. --- @@ -3433,7 +3433,7 @@ scheduling_shutdown_hours: OceanAwsLaunchSpecSchedulingShutdownHours scheduling_shutdown_hours block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#scheduling_shutdown_hours OceanAwsLaunchSpec#scheduling_shutdown_hours} --- @@ -3447,7 +3447,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.169.1/docs/resources/ocean_aws_launch_spec#scheduling_task OceanAwsLaunchSpec#scheduling_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#scheduling_task OceanAwsLaunchSpec#scheduling_task} --- @@ -3459,7 +3459,7 @@ security_groups: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#security_groups OceanAwsLaunchSpec#security_groups}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#security_groups OceanAwsLaunchSpec#security_groups}. --- @@ -3473,7 +3473,7 @@ strategy: typing.Union[IResolvable, typing.List[OceanAwsLaunchSpecStrategy]] strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#strategy OceanAwsLaunchSpec#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#strategy OceanAwsLaunchSpec#strategy} --- @@ -3485,7 +3485,7 @@ subnet_ids: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#subnet_ids OceanAwsLaunchSpec#subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#subnet_ids OceanAwsLaunchSpec#subnet_ids}. --- @@ -3499,7 +3499,7 @@ tags: typing.Union[IResolvable, typing.List[OceanAwsLaunchSpecTags]] tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#tags OceanAwsLaunchSpec#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#tags OceanAwsLaunchSpec#tags} --- @@ -3513,7 +3513,7 @@ taints: typing.Union[IResolvable, typing.List[OceanAwsLaunchSpecTaints]] taints block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#taints OceanAwsLaunchSpec#taints} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#taints OceanAwsLaunchSpec#taints} --- @@ -3527,7 +3527,7 @@ update_policy: OceanAwsLaunchSpecUpdatePolicy update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#update_policy OceanAwsLaunchSpec#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#update_policy OceanAwsLaunchSpec#update_policy} --- @@ -3539,7 +3539,7 @@ user_data: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#user_data OceanAwsLaunchSpec#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#user_data OceanAwsLaunchSpec#user_data}. --- @@ -3559,7 +3559,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.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#initial_nodes OceanAwsLaunchSpec#initial_nodes}. | --- @@ -3571,7 +3571,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.169.1/docs/resources/ocean_aws_launch_spec#initial_nodes OceanAwsLaunchSpec#initial_nodes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#initial_nodes OceanAwsLaunchSpec#initial_nodes}. --- @@ -3592,8 +3592,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.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_aws_launch_spec#delete_nodes OceanAwsLaunchSpec#delete_nodes}. | --- @@ -3605,7 +3605,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.169.1/docs/resources/ocean_aws_launch_spec#force_delete OceanAwsLaunchSpec#force_delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#force_delete OceanAwsLaunchSpec#force_delete}. --- @@ -3617,7 +3617,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.169.1/docs/resources/ocean_aws_launch_spec#delete_nodes OceanAwsLaunchSpec#delete_nodes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#delete_nodes OceanAwsLaunchSpec#delete_nodes}. --- @@ -3651,7 +3651,7 @@ tag_selector: OceanAwsLaunchSpecElasticIpPoolTagSelector tag_selector block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#tag_selector OceanAwsLaunchSpec#tag_selector} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#tag_selector OceanAwsLaunchSpec#tag_selector} --- @@ -3672,8 +3672,8 @@ oceanAwsLaunchSpec.OceanAwsLaunchSpecElasticIpPoolTagSelector( | **Name** | **Type** | **Description** | | --- | --- | --- | -| tag_key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_aws_launch_spec#tag_value OceanAwsLaunchSpec#tag_value}. | --- @@ -3685,7 +3685,7 @@ tag_key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#tag_key OceanAwsLaunchSpec#tag_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#tag_key OceanAwsLaunchSpec#tag_key}. --- @@ -3697,7 +3697,7 @@ tag_value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#tag_value OceanAwsLaunchSpec#tag_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#tag_value OceanAwsLaunchSpec#tag_value}. --- @@ -3717,7 +3717,7 @@ oceanAwsLaunchSpec.OceanAwsLaunchSpecEphemeralStorage( | **Name** | **Type** | **Description** | | --- | --- | --- | -| ephemeral_storage_device_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#ephemeral_storage_device_name OceanAwsLaunchSpec#ephemeral_storage_device_name}. | +| ephemeral_storage_device_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#ephemeral_storage_device_name OceanAwsLaunchSpec#ephemeral_storage_device_name}. | --- @@ -3729,7 +3729,7 @@ ephemeral_storage_device_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#ephemeral_storage_device_name OceanAwsLaunchSpec#ephemeral_storage_device_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#ephemeral_storage_device_name OceanAwsLaunchSpec#ephemeral_storage_device_name}. --- @@ -3749,7 +3749,7 @@ oceanAwsLaunchSpec.OceanAwsLaunchSpecImages( | **Name** | **Type** | **Description** | | --- | --- | --- | -| image_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#image_id OceanAwsLaunchSpec#image_id}. | --- @@ -3761,7 +3761,7 @@ image_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#image_id OceanAwsLaunchSpec#image_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#image_id OceanAwsLaunchSpec#image_id}. --- @@ -3782,8 +3782,8 @@ oceanAwsLaunchSpec.OceanAwsLaunchSpecInstanceMetadataOptions( | **Name** | **Type** | **Description** | | --- | --- | --- | -| http_tokens | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_aws_launch_spec#http_put_response_hop_limit OceanAwsLaunchSpec#http_put_response_hop_limit}. | --- @@ -3795,7 +3795,7 @@ http_tokens: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#http_tokens OceanAwsLaunchSpec#http_tokens}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#http_tokens OceanAwsLaunchSpec#http_tokens}. --- @@ -3807,7 +3807,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.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#http_put_response_hop_limit OceanAwsLaunchSpec#http_put_response_hop_limit}. --- @@ -3844,24 +3844,24 @@ oceanAwsLaunchSpec.OceanAwsLaunchSpecInstanceTypesFilters( | **Name** | **Type** | **Description** | | --- | --- | --- | -| categories | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#categories OceanAwsLaunchSpec#categories}. | -| disk_types | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#disk_types OceanAwsLaunchSpec#disk_types}. | -| exclude_families | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#exclude_families OceanAwsLaunchSpec#exclude_families}. | -| exclude_metal | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#exclude_metal OceanAwsLaunchSpec#exclude_metal}. | -| hypervisor | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#hypervisor OceanAwsLaunchSpec#hypervisor}. | -| include_families | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#include_families OceanAwsLaunchSpec#include_families}. | -| is_ena_supported | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#is_ena_supported OceanAwsLaunchSpec#is_ena_supported}. | -| max_gpu | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#max_gpu OceanAwsLaunchSpec#max_gpu}. | -| max_memory_gib | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#max_memory_gib OceanAwsLaunchSpec#max_memory_gib}. | -| max_network_performance | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#max_network_performance OceanAwsLaunchSpec#max_network_performance}. | -| max_vcpu | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#max_vcpu OceanAwsLaunchSpec#max_vcpu}. | -| min_enis | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#min_enis OceanAwsLaunchSpec#min_enis}. | -| min_gpu | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#min_gpu OceanAwsLaunchSpec#min_gpu}. | -| min_memory_gib | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#min_memory_gib OceanAwsLaunchSpec#min_memory_gib}. | -| min_network_performance | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#min_network_performance OceanAwsLaunchSpec#min_network_performance}. | -| min_vcpu | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#min_vcpu OceanAwsLaunchSpec#min_vcpu}. | -| root_device_types | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#root_device_types OceanAwsLaunchSpec#root_device_types}. | -| virtualization_types | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#virtualization_types OceanAwsLaunchSpec#virtualization_types}. | +| categories | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#categories OceanAwsLaunchSpec#categories}. | +| disk_types | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#disk_types OceanAwsLaunchSpec#disk_types}. | +| exclude_families | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#exclude_families OceanAwsLaunchSpec#exclude_families}. | +| exclude_metal | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#exclude_metal OceanAwsLaunchSpec#exclude_metal}. | +| hypervisor | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#hypervisor OceanAwsLaunchSpec#hypervisor}. | +| include_families | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#include_families OceanAwsLaunchSpec#include_families}. | +| is_ena_supported | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#is_ena_supported OceanAwsLaunchSpec#is_ena_supported}. | +| max_gpu | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#max_gpu OceanAwsLaunchSpec#max_gpu}. | +| max_memory_gib | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#max_memory_gib OceanAwsLaunchSpec#max_memory_gib}. | +| max_network_performance | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#max_network_performance OceanAwsLaunchSpec#max_network_performance}. | +| max_vcpu | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#max_vcpu OceanAwsLaunchSpec#max_vcpu}. | +| min_enis | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#min_enis OceanAwsLaunchSpec#min_enis}. | +| min_gpu | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#min_gpu OceanAwsLaunchSpec#min_gpu}. | +| min_memory_gib | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#min_memory_gib OceanAwsLaunchSpec#min_memory_gib}. | +| min_network_performance | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#min_network_performance OceanAwsLaunchSpec#min_network_performance}. | +| min_vcpu | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#min_vcpu OceanAwsLaunchSpec#min_vcpu}. | +| root_device_types | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#root_device_types OceanAwsLaunchSpec#root_device_types}. | +| virtualization_types | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#virtualization_types OceanAwsLaunchSpec#virtualization_types}. | --- @@ -3873,7 +3873,7 @@ categories: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#categories OceanAwsLaunchSpec#categories}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#categories OceanAwsLaunchSpec#categories}. --- @@ -3885,7 +3885,7 @@ disk_types: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#disk_types OceanAwsLaunchSpec#disk_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#disk_types OceanAwsLaunchSpec#disk_types}. --- @@ -3897,7 +3897,7 @@ exclude_families: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#exclude_families OceanAwsLaunchSpec#exclude_families}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#exclude_families OceanAwsLaunchSpec#exclude_families}. --- @@ -3909,7 +3909,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.169.1/docs/resources/ocean_aws_launch_spec#exclude_metal OceanAwsLaunchSpec#exclude_metal}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#exclude_metal OceanAwsLaunchSpec#exclude_metal}. --- @@ -3921,7 +3921,7 @@ hypervisor: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#hypervisor OceanAwsLaunchSpec#hypervisor}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#hypervisor OceanAwsLaunchSpec#hypervisor}. --- @@ -3933,7 +3933,7 @@ include_families: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#include_families OceanAwsLaunchSpec#include_families}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#include_families OceanAwsLaunchSpec#include_families}. --- @@ -3945,7 +3945,7 @@ is_ena_supported: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#is_ena_supported OceanAwsLaunchSpec#is_ena_supported}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#is_ena_supported OceanAwsLaunchSpec#is_ena_supported}. --- @@ -3957,7 +3957,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.169.1/docs/resources/ocean_aws_launch_spec#max_gpu OceanAwsLaunchSpec#max_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#max_gpu OceanAwsLaunchSpec#max_gpu}. --- @@ -3969,7 +3969,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.169.1/docs/resources/ocean_aws_launch_spec#max_memory_gib OceanAwsLaunchSpec#max_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#max_memory_gib OceanAwsLaunchSpec#max_memory_gib}. --- @@ -3981,7 +3981,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.169.1/docs/resources/ocean_aws_launch_spec#max_network_performance OceanAwsLaunchSpec#max_network_performance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#max_network_performance OceanAwsLaunchSpec#max_network_performance}. --- @@ -3993,7 +3993,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.169.1/docs/resources/ocean_aws_launch_spec#max_vcpu OceanAwsLaunchSpec#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#max_vcpu OceanAwsLaunchSpec#max_vcpu}. --- @@ -4005,7 +4005,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.169.1/docs/resources/ocean_aws_launch_spec#min_enis OceanAwsLaunchSpec#min_enis}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#min_enis OceanAwsLaunchSpec#min_enis}. --- @@ -4017,7 +4017,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.169.1/docs/resources/ocean_aws_launch_spec#min_gpu OceanAwsLaunchSpec#min_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#min_gpu OceanAwsLaunchSpec#min_gpu}. --- @@ -4029,7 +4029,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.169.1/docs/resources/ocean_aws_launch_spec#min_memory_gib OceanAwsLaunchSpec#min_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#min_memory_gib OceanAwsLaunchSpec#min_memory_gib}. --- @@ -4041,7 +4041,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.169.1/docs/resources/ocean_aws_launch_spec#min_network_performance OceanAwsLaunchSpec#min_network_performance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#min_network_performance OceanAwsLaunchSpec#min_network_performance}. --- @@ -4053,7 +4053,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.169.1/docs/resources/ocean_aws_launch_spec#min_vcpu OceanAwsLaunchSpec#min_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#min_vcpu OceanAwsLaunchSpec#min_vcpu}. --- @@ -4065,7 +4065,7 @@ root_device_types: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#root_device_types OceanAwsLaunchSpec#root_device_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#root_device_types OceanAwsLaunchSpec#root_device_types}. --- @@ -4077,7 +4077,7 @@ virtualization_types: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#virtualization_types OceanAwsLaunchSpec#virtualization_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#virtualization_types OceanAwsLaunchSpec#virtualization_types}. --- @@ -4098,8 +4098,8 @@ oceanAwsLaunchSpec.OceanAwsLaunchSpecLabels( | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key}. | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. | +| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. | --- @@ -4111,7 +4111,7 @@ key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key}. --- @@ -4123,7 +4123,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. --- @@ -4144,8 +4144,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.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_aws_launch_spec#min_instance_count OceanAwsLaunchSpec#min_instance_count}. | --- @@ -4157,7 +4157,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.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#max_instance_count OceanAwsLaunchSpec#max_instance_count}. --- @@ -4169,7 +4169,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.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#min_instance_count OceanAwsLaunchSpec#min_instance_count}. --- @@ -4190,8 +4190,8 @@ oceanAwsLaunchSpec.OceanAwsLaunchSpecSchedulingShutdownHours( | **Name** | **Type** | **Description** | | --- | --- | --- | -| time_windows | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_aws_launch_spec#is_enabled OceanAwsLaunchSpec#is_enabled}. | --- @@ -4203,7 +4203,7 @@ time_windows: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#time_windows OceanAwsLaunchSpec#time_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#time_windows OceanAwsLaunchSpec#time_windows}. --- @@ -4215,7 +4215,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.169.1/docs/resources/ocean_aws_launch_spec#is_enabled OceanAwsLaunchSpec#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#is_enabled OceanAwsLaunchSpec#is_enabled}. --- @@ -4238,9 +4238,9 @@ oceanAwsLaunchSpec.OceanAwsLaunchSpecSchedulingTask( | **Name** | **Type** | **Description** | | --- | --- | --- | -| cron_expression | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/ocean_aws_launch_spec#task_type OceanAwsLaunchSpec#task_type}. | | task_headroom | typing.Union[cdktf.IResolvable, typing.List[OceanAwsLaunchSpecSchedulingTaskTaskHeadroom]] | task_headroom block. | --- @@ -4253,7 +4253,7 @@ cron_expression: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#cron_expression OceanAwsLaunchSpec#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#cron_expression OceanAwsLaunchSpec#cron_expression}. --- @@ -4265,7 +4265,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.169.1/docs/resources/ocean_aws_launch_spec#is_enabled OceanAwsLaunchSpec#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#is_enabled OceanAwsLaunchSpec#is_enabled}. --- @@ -4277,7 +4277,7 @@ task_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#task_type OceanAwsLaunchSpec#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#task_type OceanAwsLaunchSpec#task_type}. --- @@ -4291,7 +4291,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.169.1/docs/resources/ocean_aws_launch_spec#task_headroom OceanAwsLaunchSpec#task_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#task_headroom OceanAwsLaunchSpec#task_headroom} --- @@ -4314,10 +4314,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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.0/docs/resources/ocean_aws_launch_spec#memory_per_unit OceanAwsLaunchSpec#memory_per_unit}. | --- @@ -4329,7 +4329,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.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#num_of_units OceanAwsLaunchSpec#num_of_units}. --- @@ -4341,7 +4341,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.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#cpu_per_unit OceanAwsLaunchSpec#cpu_per_unit}. --- @@ -4353,7 +4353,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.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#gpu_per_unit OceanAwsLaunchSpec#gpu_per_unit}. --- @@ -4365,7 +4365,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.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#memory_per_unit OceanAwsLaunchSpec#memory_per_unit}. --- @@ -4385,7 +4385,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.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#spot_percentage OceanAwsLaunchSpec#spot_percentage}. | --- @@ -4397,7 +4397,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.169.1/docs/resources/ocean_aws_launch_spec#spot_percentage OceanAwsLaunchSpec#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#spot_percentage OceanAwsLaunchSpec#spot_percentage}. --- @@ -4418,8 +4418,8 @@ oceanAwsLaunchSpec.OceanAwsLaunchSpecTags( | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key}. | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. | +| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. | --- @@ -4431,7 +4431,7 @@ key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key}. --- @@ -4443,7 +4443,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. --- @@ -4465,9 +4465,9 @@ oceanAwsLaunchSpec.OceanAwsLaunchSpecTaints( | **Name** | **Type** | **Description** | | --- | --- | --- | -| effect | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#effect OceanAwsLaunchSpec#effect}. | -| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key}. | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. | +| effect | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. | --- @@ -4479,7 +4479,7 @@ effect: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#effect OceanAwsLaunchSpec#effect}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#effect OceanAwsLaunchSpec#effect}. --- @@ -4491,7 +4491,7 @@ key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key}. --- @@ -4503,7 +4503,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. --- @@ -4524,7 +4524,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.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#should_roll OceanAwsLaunchSpec#should_roll}. | | roll_config | OceanAwsLaunchSpecUpdatePolicyRollConfig | roll_config block. | --- @@ -4537,7 +4537,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.169.1/docs/resources/ocean_aws_launch_spec#should_roll OceanAwsLaunchSpec#should_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#should_roll OceanAwsLaunchSpec#should_roll}. --- @@ -4551,7 +4551,7 @@ roll_config: OceanAwsLaunchSpecUpdatePolicyRollConfig roll_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#roll_config OceanAwsLaunchSpec#roll_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#roll_config OceanAwsLaunchSpec#roll_config} --- @@ -4571,7 +4571,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.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#batch_size_percentage OceanAwsLaunchSpec#batch_size_percentage}. | --- @@ -4583,7 +4583,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.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#batch_size_percentage OceanAwsLaunchSpec#batch_size_percentage}. --- @@ -6740,7 +6740,7 @@ def put_dynamic_volume_size( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#base_size OceanAwsLaunchSpec#base_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#base_size OceanAwsLaunchSpec#base_size}. --- @@ -6748,7 +6748,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#resource OceanAwsLaunchSpec#resource}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#resource OceanAwsLaunchSpec#resource}. --- @@ -6756,7 +6756,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#size_per_resource_unit OceanAwsLaunchSpec#size_per_resource_unit}. --- @@ -7501,7 +7501,7 @@ def put_ebs( - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#delete_on_termination OceanAwsLaunchSpec#delete_on_termination}. --- @@ -7511,7 +7511,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.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#dynamic_volume_size OceanAwsLaunchSpec#dynamic_volume_size} --- @@ -7519,7 +7519,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#encrypted OceanAwsLaunchSpec#encrypted}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#encrypted OceanAwsLaunchSpec#encrypted}. --- @@ -7527,7 +7527,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#iops OceanAwsLaunchSpec#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#iops OceanAwsLaunchSpec#iops}. --- @@ -7535,7 +7535,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#kms_key_id OceanAwsLaunchSpec#kms_key_id}. --- @@ -7543,7 +7543,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#snapshot_id OceanAwsLaunchSpec#snapshot_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#snapshot_id OceanAwsLaunchSpec#snapshot_id}. --- @@ -7551,7 +7551,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#throughput OceanAwsLaunchSpec#throughput}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#throughput OceanAwsLaunchSpec#throughput}. --- @@ -7559,7 +7559,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#volume_size OceanAwsLaunchSpec#volume_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#volume_size OceanAwsLaunchSpec#volume_size}. --- @@ -7567,7 +7567,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#volume_type OceanAwsLaunchSpec#volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#volume_type OceanAwsLaunchSpec#volume_type}. --- @@ -8790,7 +8790,7 @@ def put_tag_selector( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#tag_key OceanAwsLaunchSpec#tag_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#tag_key OceanAwsLaunchSpec#tag_key}. --- @@ -8798,7 +8798,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#tag_value OceanAwsLaunchSpec#tag_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#tag_value OceanAwsLaunchSpec#tag_value}. --- @@ -15583,7 +15583,7 @@ def put_roll_config( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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 79c5563b6..875f9f16a 100644 --- a/docs/oceanAwsLaunchSpec.typescript.md +++ b/docs/oceanAwsLaunchSpec.typescript.md @@ -4,7 +4,7 @@ ### OceanAwsLaunchSpec -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec spotinst_ocean_aws_launch_spec}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec spotinst_ocean_aws_launch_spec}. #### Initializers @@ -931,7 +931,7 @@ The construct id used in the generated config for the OceanAwsLaunchSpec to impo The id of the existing OceanAwsLaunchSpec that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#import import section} in the documentation of this resource for the id to use --- @@ -1844,7 +1844,7 @@ const oceanAwsLaunchSpecAutoscaleDown: oceanAwsLaunchSpec.OceanAwsLaunchSpecAuto | **Name** | **Type** | **Description** | | --- | --- | --- | -| maxScaleDownPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#max_scale_down_percentage OceanAwsLaunchSpec#max_scale_down_percentage}. | --- @@ -1856,7 +1856,7 @@ public readonly maxScaleDownPercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#max_scale_down_percentage OceanAwsLaunchSpec#max_scale_down_percentage}. --- @@ -1874,10 +1874,10 @@ const oceanAwsLaunchSpecAutoscaleHeadrooms: oceanAwsLaunchSpec.OceanAwsLaunchSpe | **Name** | **Type** | **Description** | | --- | --- | --- | -| numOfUnits | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.0/docs/resources/ocean_aws_launch_spec#memory_per_unit OceanAwsLaunchSpec#memory_per_unit}. | --- @@ -1889,7 +1889,7 @@ public readonly numOfUnits: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#num_of_units OceanAwsLaunchSpec#num_of_units}. --- @@ -1901,7 +1901,7 @@ public readonly cpuPerUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#cpu_per_unit OceanAwsLaunchSpec#cpu_per_unit}. --- @@ -1913,7 +1913,7 @@ public readonly gpuPerUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#gpu_per_unit OceanAwsLaunchSpec#gpu_per_unit}. --- @@ -1925,7 +1925,7 @@ public readonly memoryPerUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#memory_per_unit OceanAwsLaunchSpec#memory_per_unit}. --- @@ -1943,7 +1943,7 @@ const oceanAwsLaunchSpecAutoscaleHeadroomsAutomatic: oceanAwsLaunchSpec.OceanAws | **Name** | **Type** | **Description** | | --- | --- | --- | -| autoHeadroomPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#auto_headroom_percentage OceanAwsLaunchSpec#auto_headroom_percentage}. | --- @@ -1955,7 +1955,7 @@ public readonly autoHeadroomPercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#auto_headroom_percentage OceanAwsLaunchSpec#auto_headroom_percentage}. --- @@ -1973,10 +1973,10 @@ const oceanAwsLaunchSpecBlockDeviceMappings: oceanAwsLaunchSpec.OceanAwsLaunchSp | **Name** | **Type** | **Description** | | --- | --- | --- | -| deviceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_aws_launch_spec#virtual_name OceanAwsLaunchSpec#virtual_name}. | --- @@ -1988,7 +1988,7 @@ public readonly deviceName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#device_name OceanAwsLaunchSpec#device_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#device_name OceanAwsLaunchSpec#device_name}. --- @@ -2002,7 +2002,7 @@ public readonly ebs: OceanAwsLaunchSpecBlockDeviceMappingsEbs; ebs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#ebs OceanAwsLaunchSpec#ebs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#ebs OceanAwsLaunchSpec#ebs} --- @@ -2014,7 +2014,7 @@ public readonly noDevice: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#no_device OceanAwsLaunchSpec#no_device}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#no_device OceanAwsLaunchSpec#no_device}. --- @@ -2026,7 +2026,7 @@ public readonly virtualName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#virtual_name OceanAwsLaunchSpec#virtual_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#virtual_name OceanAwsLaunchSpec#virtual_name}. --- @@ -2044,15 +2044,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.169.1/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.170.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.169.1/docs/resources/ocean_aws_launch_spec#encrypted OceanAwsLaunchSpec#encrypted}. | -| iops | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#iops OceanAwsLaunchSpec#iops}. | -| kmsKeyId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/docs/resources/ocean_aws_launch_spec#throughput OceanAwsLaunchSpec#throughput}. | -| volumeSize | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.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.170.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.170.0/docs/resources/ocean_aws_launch_spec#volume_type OceanAwsLaunchSpec#volume_type}. | --- @@ -2064,7 +2064,7 @@ public readonly deleteOnTermination: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#delete_on_termination OceanAwsLaunchSpec#delete_on_termination}. --- @@ -2078,7 +2078,7 @@ public readonly dynamicVolumeSize: OceanAwsLaunchSpecBlockDeviceMappingsEbsDynam dynamic_volume_size block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#dynamic_volume_size OceanAwsLaunchSpec#dynamic_volume_size} --- @@ -2090,7 +2090,7 @@ public readonly encrypted: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#encrypted OceanAwsLaunchSpec#encrypted}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#encrypted OceanAwsLaunchSpec#encrypted}. --- @@ -2102,7 +2102,7 @@ public readonly iops: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#iops OceanAwsLaunchSpec#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#iops OceanAwsLaunchSpec#iops}. --- @@ -2114,7 +2114,7 @@ public readonly kmsKeyId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#kms_key_id OceanAwsLaunchSpec#kms_key_id}. --- @@ -2126,7 +2126,7 @@ public readonly snapshotId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#snapshot_id OceanAwsLaunchSpec#snapshot_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#snapshot_id OceanAwsLaunchSpec#snapshot_id}. --- @@ -2138,7 +2138,7 @@ public readonly throughput: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#throughput OceanAwsLaunchSpec#throughput}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#throughput OceanAwsLaunchSpec#throughput}. --- @@ -2150,7 +2150,7 @@ public readonly volumeSize: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#volume_size OceanAwsLaunchSpec#volume_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#volume_size OceanAwsLaunchSpec#volume_size}. --- @@ -2162,7 +2162,7 @@ public readonly volumeType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#volume_type OceanAwsLaunchSpec#volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#volume_type OceanAwsLaunchSpec#volume_type}. --- @@ -2180,9 +2180,9 @@ const oceanAwsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSize: oceanAwsLaunchS | **Name** | **Type** | **Description** | | --- | --- | --- | -| baseSize | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/ocean_aws_launch_spec#resource OceanAwsLaunchSpec#resource}. | -| sizePerResourceUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.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.170.0/docs/resources/ocean_aws_launch_spec#size_per_resource_unit OceanAwsLaunchSpec#size_per_resource_unit}. | --- @@ -2194,7 +2194,7 @@ public readonly baseSize: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#base_size OceanAwsLaunchSpec#base_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#base_size OceanAwsLaunchSpec#base_size}. --- @@ -2206,7 +2206,7 @@ public readonly resource: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#resource OceanAwsLaunchSpec#resource}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#resource OceanAwsLaunchSpec#resource}. --- @@ -2218,7 +2218,7 @@ public readonly sizePerResourceUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#size_per_resource_unit OceanAwsLaunchSpec#size_per_resource_unit}. --- @@ -2243,8 +2243,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.169.1/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.169.1/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.170.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.170.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. | @@ -2253,28 +2253,28 @@ const oceanAwsLaunchSpecConfig: oceanAwsLaunchSpec.OceanAwsLaunchSpecConfig = { | deleteOptions | OceanAwsLaunchSpecDeleteOptions | delete_options block. | | elasticIpPool | cdktf.IResolvable \| OceanAwsLaunchSpecElasticIpPool[] | elastic_ip_pool block. | | ephemeralStorage | cdktf.IResolvable \| OceanAwsLaunchSpecEphemeralStorage[] | ephemeral_storage block. | -| iamInstanceProfile | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/ocean_aws_launch_spec#id OceanAwsLaunchSpec#id}. | -| imageId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.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.170.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.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#instance_types OceanAwsLaunchSpec#instance_types}. | | instanceTypesFilters | OceanAwsLaunchSpecInstanceTypesFilters | instance_types_filters block. | | labels | cdktf.IResolvable \| OceanAwsLaunchSpecLabels[] | labels block. | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#name OceanAwsLaunchSpec#name}. | -| preferredSpotTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.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.169.1/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.169.1/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.170.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.170.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.169.1/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.170.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.169.1/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.170.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.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#user_data OceanAwsLaunchSpec#user_data}. | --- @@ -2356,7 +2356,7 @@ public readonly oceanId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#ocean_id OceanAwsLaunchSpec#ocean_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#ocean_id OceanAwsLaunchSpec#ocean_id}. --- @@ -2368,7 +2368,7 @@ public readonly associatePublicIpAddress: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#associate_public_ip_address OceanAwsLaunchSpec#associate_public_ip_address}. --- @@ -2382,7 +2382,7 @@ public readonly autoscaleDown: IResolvable | OceanAwsLaunchSpecAutoscaleDown[]; autoscale_down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#autoscale_down OceanAwsLaunchSpec#autoscale_down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#autoscale_down OceanAwsLaunchSpec#autoscale_down} --- @@ -2396,7 +2396,7 @@ public readonly autoscaleHeadrooms: IResolvable | OceanAwsLaunchSpecAutoscaleHea autoscale_headrooms block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#autoscale_headrooms OceanAwsLaunchSpec#autoscale_headrooms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#autoscale_headrooms OceanAwsLaunchSpec#autoscale_headrooms} --- @@ -2410,7 +2410,7 @@ public readonly autoscaleHeadroomsAutomatic: IResolvable | OceanAwsLaunchSpecAut autoscale_headrooms_automatic block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#autoscale_headrooms_automatic OceanAwsLaunchSpec#autoscale_headrooms_automatic} --- @@ -2424,7 +2424,7 @@ public readonly blockDeviceMappings: IResolvable | OceanAwsLaunchSpecBlockDevice block_device_mappings block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#block_device_mappings OceanAwsLaunchSpec#block_device_mappings} --- @@ -2438,7 +2438,7 @@ public readonly createOptions: OceanAwsLaunchSpecCreateOptions; create_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#create_options OceanAwsLaunchSpec#create_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#create_options OceanAwsLaunchSpec#create_options} --- @@ -2452,7 +2452,7 @@ public readonly deleteOptions: OceanAwsLaunchSpecDeleteOptions; delete_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#delete_options OceanAwsLaunchSpec#delete_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#delete_options OceanAwsLaunchSpec#delete_options} --- @@ -2466,7 +2466,7 @@ public readonly elasticIpPool: IResolvable | OceanAwsLaunchSpecElasticIpPool[]; elastic_ip_pool block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#elastic_ip_pool OceanAwsLaunchSpec#elastic_ip_pool} --- @@ -2480,7 +2480,7 @@ public readonly ephemeralStorage: IResolvable | OceanAwsLaunchSpecEphemeralStora ephemeral_storage block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#ephemeral_storage OceanAwsLaunchSpec#ephemeral_storage} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#ephemeral_storage OceanAwsLaunchSpec#ephemeral_storage} --- @@ -2492,7 +2492,7 @@ public readonly iamInstanceProfile: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#iam_instance_profile OceanAwsLaunchSpec#iam_instance_profile}. --- @@ -2504,7 +2504,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#id OceanAwsLaunchSpec#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. @@ -2519,7 +2519,7 @@ public readonly imageId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#image_id OceanAwsLaunchSpec#image_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#image_id OceanAwsLaunchSpec#image_id}. --- @@ -2533,7 +2533,7 @@ public readonly images: IResolvable | OceanAwsLaunchSpecImages[]; images block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#images OceanAwsLaunchSpec#images} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#images OceanAwsLaunchSpec#images} --- @@ -2547,7 +2547,7 @@ public readonly instanceMetadataOptions: OceanAwsLaunchSpecInstanceMetadataOptio instance_metadata_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#instance_metadata_options OceanAwsLaunchSpec#instance_metadata_options} --- @@ -2559,7 +2559,7 @@ public readonly instanceTypes: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#instance_types OceanAwsLaunchSpec#instance_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#instance_types OceanAwsLaunchSpec#instance_types}. --- @@ -2573,7 +2573,7 @@ public readonly instanceTypesFilters: OceanAwsLaunchSpecInstanceTypesFilters; instance_types_filters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#instance_types_filters OceanAwsLaunchSpec#instance_types_filters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#instance_types_filters OceanAwsLaunchSpec#instance_types_filters} --- @@ -2587,7 +2587,7 @@ public readonly labels: IResolvable | OceanAwsLaunchSpecLabels[]; labels block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#labels OceanAwsLaunchSpec#labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#labels OceanAwsLaunchSpec#labels} --- @@ -2599,7 +2599,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#name OceanAwsLaunchSpec#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#name OceanAwsLaunchSpec#name}. --- @@ -2611,7 +2611,7 @@ public readonly preferredSpotTypes: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#preferred_spot_types OceanAwsLaunchSpec#preferred_spot_types}. --- @@ -2625,7 +2625,7 @@ public readonly resourceLimits: IResolvable | OceanAwsLaunchSpecResourceLimits[] resource_limits block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#resource_limits OceanAwsLaunchSpec#resource_limits} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#resource_limits OceanAwsLaunchSpec#resource_limits} --- @@ -2637,7 +2637,7 @@ public readonly restrictScaleDown: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#restrict_scale_down OceanAwsLaunchSpec#restrict_scale_down}. --- @@ -2649,7 +2649,7 @@ public readonly rootVolumeSize: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#root_volume_size OceanAwsLaunchSpec#root_volume_size}. --- @@ -2663,7 +2663,7 @@ public readonly schedulingShutdownHours: OceanAwsLaunchSpecSchedulingShutdownHou scheduling_shutdown_hours block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#scheduling_shutdown_hours OceanAwsLaunchSpec#scheduling_shutdown_hours} --- @@ -2677,7 +2677,7 @@ public readonly schedulingTask: IResolvable | OceanAwsLaunchSpecSchedulingTask[] scheduling_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#scheduling_task OceanAwsLaunchSpec#scheduling_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#scheduling_task OceanAwsLaunchSpec#scheduling_task} --- @@ -2689,7 +2689,7 @@ public readonly securityGroups: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#security_groups OceanAwsLaunchSpec#security_groups}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#security_groups OceanAwsLaunchSpec#security_groups}. --- @@ -2703,7 +2703,7 @@ public readonly strategy: IResolvable | OceanAwsLaunchSpecStrategy[]; strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#strategy OceanAwsLaunchSpec#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#strategy OceanAwsLaunchSpec#strategy} --- @@ -2715,7 +2715,7 @@ public readonly subnetIds: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#subnet_ids OceanAwsLaunchSpec#subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#subnet_ids OceanAwsLaunchSpec#subnet_ids}. --- @@ -2729,7 +2729,7 @@ public readonly tags: IResolvable | OceanAwsLaunchSpecTags[]; tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#tags OceanAwsLaunchSpec#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#tags OceanAwsLaunchSpec#tags} --- @@ -2743,7 +2743,7 @@ public readonly taints: IResolvable | OceanAwsLaunchSpecTaints[]; taints block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#taints OceanAwsLaunchSpec#taints} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#taints OceanAwsLaunchSpec#taints} --- @@ -2757,7 +2757,7 @@ public readonly updatePolicy: OceanAwsLaunchSpecUpdatePolicy; update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#update_policy OceanAwsLaunchSpec#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#update_policy OceanAwsLaunchSpec#update_policy} --- @@ -2769,7 +2769,7 @@ public readonly userData: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#user_data OceanAwsLaunchSpec#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#user_data OceanAwsLaunchSpec#user_data}. --- @@ -2787,7 +2787,7 @@ const oceanAwsLaunchSpecCreateOptions: oceanAwsLaunchSpec.OceanAwsLaunchSpecCrea | **Name** | **Type** | **Description** | | --- | --- | --- | -| initialNodes | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#initial_nodes OceanAwsLaunchSpec#initial_nodes}. | --- @@ -2799,7 +2799,7 @@ public readonly initialNodes: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#initial_nodes OceanAwsLaunchSpec#initial_nodes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#initial_nodes OceanAwsLaunchSpec#initial_nodes}. --- @@ -2817,8 +2817,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.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_aws_launch_spec#delete_nodes OceanAwsLaunchSpec#delete_nodes}. | --- @@ -2830,7 +2830,7 @@ public readonly forceDelete: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#force_delete OceanAwsLaunchSpec#force_delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#force_delete OceanAwsLaunchSpec#force_delete}. --- @@ -2842,7 +2842,7 @@ public readonly deleteNodes: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#delete_nodes OceanAwsLaunchSpec#delete_nodes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#delete_nodes OceanAwsLaunchSpec#delete_nodes}. --- @@ -2874,7 +2874,7 @@ public readonly tagSelector: OceanAwsLaunchSpecElasticIpPoolTagSelector; tag_selector block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#tag_selector OceanAwsLaunchSpec#tag_selector} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#tag_selector OceanAwsLaunchSpec#tag_selector} --- @@ -2892,8 +2892,8 @@ const oceanAwsLaunchSpecElasticIpPoolTagSelector: oceanAwsLaunchSpec.OceanAwsLau | **Name** | **Type** | **Description** | | --- | --- | --- | -| tagKey | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_aws_launch_spec#tag_value OceanAwsLaunchSpec#tag_value}. | --- @@ -2905,7 +2905,7 @@ public readonly tagKey: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#tag_key OceanAwsLaunchSpec#tag_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#tag_key OceanAwsLaunchSpec#tag_key}. --- @@ -2917,7 +2917,7 @@ public readonly tagValue: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#tag_value OceanAwsLaunchSpec#tag_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#tag_value OceanAwsLaunchSpec#tag_value}. --- @@ -2935,7 +2935,7 @@ const oceanAwsLaunchSpecEphemeralStorage: oceanAwsLaunchSpec.OceanAwsLaunchSpecE | **Name** | **Type** | **Description** | | --- | --- | --- | -| ephemeralStorageDeviceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#ephemeral_storage_device_name OceanAwsLaunchSpec#ephemeral_storage_device_name}. | +| ephemeralStorageDeviceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#ephemeral_storage_device_name OceanAwsLaunchSpec#ephemeral_storage_device_name}. | --- @@ -2947,7 +2947,7 @@ public readonly ephemeralStorageDeviceName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#ephemeral_storage_device_name OceanAwsLaunchSpec#ephemeral_storage_device_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#ephemeral_storage_device_name OceanAwsLaunchSpec#ephemeral_storage_device_name}. --- @@ -2965,7 +2965,7 @@ const oceanAwsLaunchSpecImages: oceanAwsLaunchSpec.OceanAwsLaunchSpecImages = { | **Name** | **Type** | **Description** | | --- | --- | --- | -| imageId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#image_id OceanAwsLaunchSpec#image_id}. | --- @@ -2977,7 +2977,7 @@ public readonly imageId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#image_id OceanAwsLaunchSpec#image_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#image_id OceanAwsLaunchSpec#image_id}. --- @@ -2995,8 +2995,8 @@ const oceanAwsLaunchSpecInstanceMetadataOptions: oceanAwsLaunchSpec.OceanAwsLaun | **Name** | **Type** | **Description** | | --- | --- | --- | -| httpTokens | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_aws_launch_spec#http_put_response_hop_limit OceanAwsLaunchSpec#http_put_response_hop_limit}. | --- @@ -3008,7 +3008,7 @@ public readonly httpTokens: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#http_tokens OceanAwsLaunchSpec#http_tokens}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#http_tokens OceanAwsLaunchSpec#http_tokens}. --- @@ -3020,7 +3020,7 @@ public readonly httpPutResponseHopLimit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#http_put_response_hop_limit OceanAwsLaunchSpec#http_put_response_hop_limit}. --- @@ -3038,24 +3038,24 @@ const oceanAwsLaunchSpecInstanceTypesFilters: oceanAwsLaunchSpec.OceanAwsLaunchS | **Name** | **Type** | **Description** | | --- | --- | --- | -| categories | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#categories OceanAwsLaunchSpec#categories}. | -| diskTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#disk_types OceanAwsLaunchSpec#disk_types}. | -| excludeFamilies | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#exclude_families OceanAwsLaunchSpec#exclude_families}. | -| excludeMetal | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#exclude_metal OceanAwsLaunchSpec#exclude_metal}. | -| hypervisor | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#hypervisor OceanAwsLaunchSpec#hypervisor}. | -| includeFamilies | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#include_families OceanAwsLaunchSpec#include_families}. | -| isEnaSupported | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#is_ena_supported OceanAwsLaunchSpec#is_ena_supported}. | -| maxGpu | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#max_gpu OceanAwsLaunchSpec#max_gpu}. | -| maxMemoryGib | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#max_memory_gib OceanAwsLaunchSpec#max_memory_gib}. | -| maxNetworkPerformance | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#max_network_performance OceanAwsLaunchSpec#max_network_performance}. | -| maxVcpu | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#max_vcpu OceanAwsLaunchSpec#max_vcpu}. | -| minEnis | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#min_enis OceanAwsLaunchSpec#min_enis}. | -| minGpu | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#min_gpu OceanAwsLaunchSpec#min_gpu}. | -| minMemoryGib | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#min_memory_gib OceanAwsLaunchSpec#min_memory_gib}. | -| minNetworkPerformance | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#min_network_performance OceanAwsLaunchSpec#min_network_performance}. | -| minVcpu | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#min_vcpu OceanAwsLaunchSpec#min_vcpu}. | -| rootDeviceTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#root_device_types OceanAwsLaunchSpec#root_device_types}. | -| virtualizationTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#virtualization_types OceanAwsLaunchSpec#virtualization_types}. | +| categories | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#categories OceanAwsLaunchSpec#categories}. | +| diskTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#disk_types OceanAwsLaunchSpec#disk_types}. | +| excludeFamilies | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#exclude_families OceanAwsLaunchSpec#exclude_families}. | +| excludeMetal | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#exclude_metal OceanAwsLaunchSpec#exclude_metal}. | +| hypervisor | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#hypervisor OceanAwsLaunchSpec#hypervisor}. | +| includeFamilies | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#include_families OceanAwsLaunchSpec#include_families}. | +| isEnaSupported | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#is_ena_supported OceanAwsLaunchSpec#is_ena_supported}. | +| maxGpu | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#max_gpu OceanAwsLaunchSpec#max_gpu}. | +| maxMemoryGib | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#max_memory_gib OceanAwsLaunchSpec#max_memory_gib}. | +| maxNetworkPerformance | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#max_network_performance OceanAwsLaunchSpec#max_network_performance}. | +| maxVcpu | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#max_vcpu OceanAwsLaunchSpec#max_vcpu}. | +| minEnis | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#min_enis OceanAwsLaunchSpec#min_enis}. | +| minGpu | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#min_gpu OceanAwsLaunchSpec#min_gpu}. | +| minMemoryGib | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#min_memory_gib OceanAwsLaunchSpec#min_memory_gib}. | +| minNetworkPerformance | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#min_network_performance OceanAwsLaunchSpec#min_network_performance}. | +| minVcpu | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#min_vcpu OceanAwsLaunchSpec#min_vcpu}. | +| rootDeviceTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#root_device_types OceanAwsLaunchSpec#root_device_types}. | +| virtualizationTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#virtualization_types OceanAwsLaunchSpec#virtualization_types}. | --- @@ -3067,7 +3067,7 @@ public readonly categories: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#categories OceanAwsLaunchSpec#categories}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#categories OceanAwsLaunchSpec#categories}. --- @@ -3079,7 +3079,7 @@ public readonly diskTypes: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#disk_types OceanAwsLaunchSpec#disk_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#disk_types OceanAwsLaunchSpec#disk_types}. --- @@ -3091,7 +3091,7 @@ public readonly excludeFamilies: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#exclude_families OceanAwsLaunchSpec#exclude_families}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#exclude_families OceanAwsLaunchSpec#exclude_families}. --- @@ -3103,7 +3103,7 @@ public readonly excludeMetal: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#exclude_metal OceanAwsLaunchSpec#exclude_metal}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#exclude_metal OceanAwsLaunchSpec#exclude_metal}. --- @@ -3115,7 +3115,7 @@ public readonly hypervisor: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#hypervisor OceanAwsLaunchSpec#hypervisor}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#hypervisor OceanAwsLaunchSpec#hypervisor}. --- @@ -3127,7 +3127,7 @@ public readonly includeFamilies: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#include_families OceanAwsLaunchSpec#include_families}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#include_families OceanAwsLaunchSpec#include_families}. --- @@ -3139,7 +3139,7 @@ public readonly isEnaSupported: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#is_ena_supported OceanAwsLaunchSpec#is_ena_supported}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#is_ena_supported OceanAwsLaunchSpec#is_ena_supported}. --- @@ -3151,7 +3151,7 @@ public readonly maxGpu: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#max_gpu OceanAwsLaunchSpec#max_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#max_gpu OceanAwsLaunchSpec#max_gpu}. --- @@ -3163,7 +3163,7 @@ public readonly maxMemoryGib: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#max_memory_gib OceanAwsLaunchSpec#max_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#max_memory_gib OceanAwsLaunchSpec#max_memory_gib}. --- @@ -3175,7 +3175,7 @@ public readonly maxNetworkPerformance: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#max_network_performance OceanAwsLaunchSpec#max_network_performance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#max_network_performance OceanAwsLaunchSpec#max_network_performance}. --- @@ -3187,7 +3187,7 @@ public readonly maxVcpu: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#max_vcpu OceanAwsLaunchSpec#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#max_vcpu OceanAwsLaunchSpec#max_vcpu}. --- @@ -3199,7 +3199,7 @@ public readonly minEnis: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#min_enis OceanAwsLaunchSpec#min_enis}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#min_enis OceanAwsLaunchSpec#min_enis}. --- @@ -3211,7 +3211,7 @@ public readonly minGpu: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#min_gpu OceanAwsLaunchSpec#min_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#min_gpu OceanAwsLaunchSpec#min_gpu}. --- @@ -3223,7 +3223,7 @@ public readonly minMemoryGib: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#min_memory_gib OceanAwsLaunchSpec#min_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#min_memory_gib OceanAwsLaunchSpec#min_memory_gib}. --- @@ -3235,7 +3235,7 @@ public readonly minNetworkPerformance: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#min_network_performance OceanAwsLaunchSpec#min_network_performance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#min_network_performance OceanAwsLaunchSpec#min_network_performance}. --- @@ -3247,7 +3247,7 @@ public readonly minVcpu: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#min_vcpu OceanAwsLaunchSpec#min_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#min_vcpu OceanAwsLaunchSpec#min_vcpu}. --- @@ -3259,7 +3259,7 @@ public readonly rootDeviceTypes: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#root_device_types OceanAwsLaunchSpec#root_device_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#root_device_types OceanAwsLaunchSpec#root_device_types}. --- @@ -3271,7 +3271,7 @@ public readonly virtualizationTypes: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#virtualization_types OceanAwsLaunchSpec#virtualization_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#virtualization_types OceanAwsLaunchSpec#virtualization_types}. --- @@ -3289,8 +3289,8 @@ const oceanAwsLaunchSpecLabels: oceanAwsLaunchSpec.OceanAwsLaunchSpecLabels = { | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key}. | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. | +| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. | --- @@ -3302,7 +3302,7 @@ public readonly key: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key}. --- @@ -3314,7 +3314,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. --- @@ -3332,8 +3332,8 @@ const oceanAwsLaunchSpecResourceLimits: oceanAwsLaunchSpec.OceanAwsLaunchSpecRes | **Name** | **Type** | **Description** | | --- | --- | --- | -| maxInstanceCount | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_aws_launch_spec#min_instance_count OceanAwsLaunchSpec#min_instance_count}. | --- @@ -3345,7 +3345,7 @@ public readonly maxInstanceCount: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#max_instance_count OceanAwsLaunchSpec#max_instance_count}. --- @@ -3357,7 +3357,7 @@ public readonly minInstanceCount: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#min_instance_count OceanAwsLaunchSpec#min_instance_count}. --- @@ -3375,8 +3375,8 @@ const oceanAwsLaunchSpecSchedulingShutdownHours: oceanAwsLaunchSpec.OceanAwsLaun | **Name** | **Type** | **Description** | | --- | --- | --- | -| timeWindows | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_aws_launch_spec#is_enabled OceanAwsLaunchSpec#is_enabled}. | --- @@ -3388,7 +3388,7 @@ public readonly timeWindows: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#time_windows OceanAwsLaunchSpec#time_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#time_windows OceanAwsLaunchSpec#time_windows}. --- @@ -3400,7 +3400,7 @@ public readonly isEnabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#is_enabled OceanAwsLaunchSpec#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#is_enabled OceanAwsLaunchSpec#is_enabled}. --- @@ -3418,9 +3418,9 @@ const oceanAwsLaunchSpecSchedulingTask: oceanAwsLaunchSpec.OceanAwsLaunchSpecSch | **Name** | **Type** | **Description** | | --- | --- | --- | -| cronExpression | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/ocean_aws_launch_spec#task_type OceanAwsLaunchSpec#task_type}. | | taskHeadroom | cdktf.IResolvable \| OceanAwsLaunchSpecSchedulingTaskTaskHeadroom[] | task_headroom block. | --- @@ -3433,7 +3433,7 @@ public readonly cronExpression: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#cron_expression OceanAwsLaunchSpec#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#cron_expression OceanAwsLaunchSpec#cron_expression}. --- @@ -3445,7 +3445,7 @@ public readonly isEnabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#is_enabled OceanAwsLaunchSpec#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#is_enabled OceanAwsLaunchSpec#is_enabled}. --- @@ -3457,7 +3457,7 @@ public readonly taskType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#task_type OceanAwsLaunchSpec#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#task_type OceanAwsLaunchSpec#task_type}. --- @@ -3471,7 +3471,7 @@ public readonly taskHeadroom: IResolvable | OceanAwsLaunchSpecSchedulingTaskTask task_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#task_headroom OceanAwsLaunchSpec#task_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#task_headroom OceanAwsLaunchSpec#task_headroom} --- @@ -3489,10 +3489,10 @@ const oceanAwsLaunchSpecSchedulingTaskTaskHeadroom: oceanAwsLaunchSpec.OceanAwsL | **Name** | **Type** | **Description** | | --- | --- | --- | -| numOfUnits | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.0/docs/resources/ocean_aws_launch_spec#memory_per_unit OceanAwsLaunchSpec#memory_per_unit}. | --- @@ -3504,7 +3504,7 @@ public readonly numOfUnits: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#num_of_units OceanAwsLaunchSpec#num_of_units}. --- @@ -3516,7 +3516,7 @@ public readonly cpuPerUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#cpu_per_unit OceanAwsLaunchSpec#cpu_per_unit}. --- @@ -3528,7 +3528,7 @@ public readonly gpuPerUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#gpu_per_unit OceanAwsLaunchSpec#gpu_per_unit}. --- @@ -3540,7 +3540,7 @@ public readonly memoryPerUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#memory_per_unit OceanAwsLaunchSpec#memory_per_unit}. --- @@ -3558,7 +3558,7 @@ const oceanAwsLaunchSpecStrategy: oceanAwsLaunchSpec.OceanAwsLaunchSpecStrategy | **Name** | **Type** | **Description** | | --- | --- | --- | -| spotPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#spot_percentage OceanAwsLaunchSpec#spot_percentage}. | --- @@ -3570,7 +3570,7 @@ public readonly spotPercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#spot_percentage OceanAwsLaunchSpec#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#spot_percentage OceanAwsLaunchSpec#spot_percentage}. --- @@ -3588,8 +3588,8 @@ const oceanAwsLaunchSpecTags: oceanAwsLaunchSpec.OceanAwsLaunchSpecTags = { ... | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key}. | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. | +| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. | --- @@ -3601,7 +3601,7 @@ public readonly key: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key}. --- @@ -3613,7 +3613,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. --- @@ -3631,9 +3631,9 @@ const oceanAwsLaunchSpecTaints: oceanAwsLaunchSpec.OceanAwsLaunchSpecTaints = { | **Name** | **Type** | **Description** | | --- | --- | --- | -| effect | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#effect OceanAwsLaunchSpec#effect}. | -| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key}. | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. | +| effect | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. | --- @@ -3645,7 +3645,7 @@ public readonly effect: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#effect OceanAwsLaunchSpec#effect}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#effect OceanAwsLaunchSpec#effect}. --- @@ -3657,7 +3657,7 @@ public readonly key: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key}. --- @@ -3669,7 +3669,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value}. --- @@ -3687,7 +3687,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.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#should_roll OceanAwsLaunchSpec#should_roll}. | | rollConfig | OceanAwsLaunchSpecUpdatePolicyRollConfig | roll_config block. | --- @@ -3700,7 +3700,7 @@ public readonly shouldRoll: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#should_roll OceanAwsLaunchSpec#should_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#should_roll OceanAwsLaunchSpec#should_roll}. --- @@ -3714,7 +3714,7 @@ public readonly rollConfig: OceanAwsLaunchSpecUpdatePolicyRollConfig; roll_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#roll_config OceanAwsLaunchSpec#roll_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#roll_config OceanAwsLaunchSpec#roll_config} --- @@ -3732,7 +3732,7 @@ const oceanAwsLaunchSpecUpdatePolicyRollConfig: oceanAwsLaunchSpec.OceanAwsLaunc | **Name** | **Type** | **Description** | | --- | --- | --- | -| batchSizePercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#batch_size_percentage OceanAwsLaunchSpec#batch_size_percentage}. | --- @@ -3744,7 +3744,7 @@ public readonly batchSizePercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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 5dc9f4f0d..2b7137796 100644 --- a/docs/oceanEcs.csharp.md +++ b/docs/oceanEcs.csharp.md @@ -4,7 +4,7 @@ ### OceanEcs -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs spotinst_ocean_ecs}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs spotinst_ocean_ecs}. #### Initializers @@ -793,7 +793,7 @@ The construct id used in the generated config for the OceanEcs to import. The id of the existing OceanEcs that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#import import section} in the documentation of this resource for the id to use --- @@ -1738,15 +1738,15 @@ new OceanEcsAutoscaler { | **Name** | **Type** | **Description** | | --- | --- | --- | -| AutoHeadroomPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/ocean_ecs#cooldown OceanEcs#cooldown}. | +| AutoHeadroomPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.169.1/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.170.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.169.1/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.169.1/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. | +| IsAutoConfig | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.169.1/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.170.0/docs/resources/ocean_ecs#should_scale_down_non_service_tasks OceanEcs#should_scale_down_non_service_tasks}. | --- @@ -1758,7 +1758,7 @@ public double AutoHeadroomPercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#auto_headroom_percentage OceanEcs#auto_headroom_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#auto_headroom_percentage OceanEcs#auto_headroom_percentage}. --- @@ -1770,7 +1770,7 @@ public double Cooldown { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#cooldown OceanEcs#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#cooldown OceanEcs#cooldown}. --- @@ -1784,7 +1784,7 @@ public OceanEcsAutoscalerDown Down { get; set; } down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#down OceanEcs#down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#down OceanEcs#down} --- @@ -1796,7 +1796,7 @@ public object EnableAutomaticAndManualHeadroom { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs#enable_automatic_and_manual_headroom OceanEcs#enable_automatic_and_manual_headroom}. --- @@ -1810,7 +1810,7 @@ public OceanEcsAutoscalerHeadroom Headroom { get; set; } headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#headroom OceanEcs#headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#headroom OceanEcs#headroom} --- @@ -1822,7 +1822,7 @@ public object IsAutoConfig { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#is_auto_config OceanEcs#is_auto_config}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#is_auto_config OceanEcs#is_auto_config}. --- @@ -1834,7 +1834,7 @@ public object IsEnabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. --- @@ -1848,7 +1848,7 @@ public OceanEcsAutoscalerResourceLimits ResourceLimits { get; set; } resource_limits block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#resource_limits OceanEcs#resource_limits} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#resource_limits OceanEcs#resource_limits} --- @@ -1860,7 +1860,7 @@ public object ShouldScaleDownNonServiceTasks { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs#should_scale_down_non_service_tasks OceanEcs#should_scale_down_non_service_tasks}. --- @@ -1880,7 +1880,7 @@ new OceanEcsAutoscalerDown { | **Name** | **Type** | **Description** | | --- | --- | --- | -| MaxScaleDownPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs#max_scale_down_percentage OceanEcs#max_scale_down_percentage}. | --- @@ -1892,7 +1892,7 @@ public double MaxScaleDownPercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs#max_scale_down_percentage OceanEcs#max_scale_down_percentage}. --- @@ -1914,9 +1914,9 @@ new OceanEcsAutoscalerHeadroom { | **Name** | **Type** | **Description** | | --- | --- | --- | -| CpuPerUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/ocean_ecs#num_of_units OceanEcs#num_of_units}. | --- @@ -1928,7 +1928,7 @@ public double CpuPerUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#cpu_per_unit OceanEcs#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#cpu_per_unit OceanEcs#cpu_per_unit}. --- @@ -1940,7 +1940,7 @@ public double MemoryPerUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#memory_per_unit OceanEcs#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#memory_per_unit OceanEcs#memory_per_unit}. --- @@ -1952,7 +1952,7 @@ public double NumOfUnits { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#num_of_units OceanEcs#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#num_of_units OceanEcs#num_of_units}. --- @@ -1973,8 +1973,8 @@ new OceanEcsAutoscalerResourceLimits { | **Name** | **Type** | **Description** | | --- | --- | --- | -| MaxMemoryGib | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/ocean_ecs#max_vcpu OceanEcs#max_vcpu}. | +| MaxMemoryGib | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/ocean_ecs#max_vcpu OceanEcs#max_vcpu}. | --- @@ -1986,7 +1986,7 @@ public double MaxMemoryGib { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#max_memory_gib OceanEcs#max_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#max_memory_gib OceanEcs#max_memory_gib}. --- @@ -1998,7 +1998,7 @@ public double MaxVcpu { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#max_vcpu OceanEcs#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#max_vcpu OceanEcs#max_vcpu}. --- @@ -2021,10 +2021,10 @@ new OceanEcsBlockDeviceMappings { | **Name** | **Type** | **Description** | | --- | --- | --- | -| DeviceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#device_name OceanEcs#device_name}. | +| DeviceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_ecs#no_device OceanEcs#no_device}. | -| VirtualName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#virtual_name OceanEcs#virtual_name}. | +| NoDevice | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/ocean_ecs#virtual_name OceanEcs#virtual_name}. | --- @@ -2036,7 +2036,7 @@ public string DeviceName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#device_name OceanEcs#device_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#device_name OceanEcs#device_name}. --- @@ -2050,7 +2050,7 @@ public OceanEcsBlockDeviceMappingsEbs Ebs { get; set; } ebs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#ebs OceanEcs#ebs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#ebs OceanEcs#ebs} --- @@ -2062,7 +2062,7 @@ public string NoDevice { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#no_device OceanEcs#no_device}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#no_device OceanEcs#no_device}. --- @@ -2074,7 +2074,7 @@ public string VirtualName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#virtual_name OceanEcs#virtual_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#virtual_name OceanEcs#virtual_name}. --- @@ -2102,15 +2102,15 @@ new OceanEcsBlockDeviceMappingsEbs { | **Name** | **Type** | **Description** | | --- | --- | --- | -| DeleteOnTermination | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.169.1/docs/resources/ocean_ecs#encrypted OceanEcs#encrypted}. | -| Iops | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#iops OceanEcs#iops}. | -| KmsKeyId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/ocean_ecs#snapshot_id OceanEcs#snapshot_id}. | -| Throughput | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#throughput OceanEcs#throughput}. | -| VolumeSize | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#volume_size OceanEcs#volume_size}. | -| VolumeType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#volume_type OceanEcs#volume_type}. | +| Encrypted | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#encrypted OceanEcs#encrypted}. | +| Iops | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#iops OceanEcs#iops}. | +| KmsKeyId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.0/docs/resources/ocean_ecs#throughput OceanEcs#throughput}. | +| VolumeSize | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/ocean_ecs#volume_type OceanEcs#volume_type}. | --- @@ -2122,7 +2122,7 @@ public object DeleteOnTermination { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#delete_on_termination OceanEcs#delete_on_termination}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#delete_on_termination OceanEcs#delete_on_termination}. --- @@ -2136,7 +2136,7 @@ public OceanEcsBlockDeviceMappingsEbsDynamicVolumeSize DynamicVolumeSize { get; dynamic_volume_size block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#dynamic_volume_size OceanEcs#dynamic_volume_size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#dynamic_volume_size OceanEcs#dynamic_volume_size} --- @@ -2148,7 +2148,7 @@ public object Encrypted { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#encrypted OceanEcs#encrypted}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#encrypted OceanEcs#encrypted}. --- @@ -2160,7 +2160,7 @@ public double Iops { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#iops OceanEcs#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#iops OceanEcs#iops}. --- @@ -2172,7 +2172,7 @@ public string KmsKeyId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#kms_key_id OceanEcs#kms_key_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#kms_key_id OceanEcs#kms_key_id}. --- @@ -2184,7 +2184,7 @@ public string SnapshotId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#snapshot_id OceanEcs#snapshot_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#snapshot_id OceanEcs#snapshot_id}. --- @@ -2196,7 +2196,7 @@ public double Throughput { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#throughput OceanEcs#throughput}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#throughput OceanEcs#throughput}. --- @@ -2208,7 +2208,7 @@ public double VolumeSize { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#volume_size OceanEcs#volume_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#volume_size OceanEcs#volume_size}. --- @@ -2220,7 +2220,7 @@ public string VolumeType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#volume_type OceanEcs#volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#volume_type OceanEcs#volume_type}. --- @@ -2242,9 +2242,9 @@ new OceanEcsBlockDeviceMappingsEbsDynamicVolumeSize { | **Name** | **Type** | **Description** | | --- | --- | --- | -| BaseSize | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#base_size OceanEcs#base_size}. | -| Resource | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#resource OceanEcs#resource}. | -| SizePerResourceUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.0/docs/resources/ocean_ecs#resource OceanEcs#resource}. | +| SizePerResourceUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#size_per_resource_unit OceanEcs#size_per_resource_unit}. | --- @@ -2256,7 +2256,7 @@ public double BaseSize { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#base_size OceanEcs#base_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#base_size OceanEcs#base_size}. --- @@ -2268,7 +2268,7 @@ public string Resource { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#resource OceanEcs#resource}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#resource OceanEcs#resource}. --- @@ -2280,7 +2280,7 @@ public double SizePerResourceUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs#size_per_resource_unit OceanEcs#size_per_resource_unit}. --- @@ -2300,7 +2300,7 @@ new OceanEcsClusterOrientation { | **Name** | **Type** | **Description** | | --- | --- | --- | -| AvailabilityVsCost | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs#availability_vs_cost OceanEcs#availability_vs_cost}. | --- @@ -2312,7 +2312,7 @@ public string AvailabilityVsCost { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#availability_vs_cost OceanEcs#availability_vs_cost}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#availability_vs_cost OceanEcs#availability_vs_cost}. --- @@ -2378,39 +2378,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.169.1/docs/resources/ocean_ecs#cluster_name OceanEcs#cluster_name}. | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#name OceanEcs#name}. | -| Region | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#region OceanEcs#region}. | -| SecurityGroupIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/ocean_ecs#subnet_ids OceanEcs#subnet_ids}. | -| AssociatePublicIpAddress | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.0/docs/resources/ocean_ecs#name OceanEcs#name}. | +| Region | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#region OceanEcs#region}. | +| SecurityGroupIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.169.1/docs/resources/ocean_ecs#blacklist OceanEcs#blacklist}. | +| Blacklist | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_ecs#desired_capacity OceanEcs#desired_capacity}. | -| DrainingTimeout | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#draining_timeout OceanEcs#draining_timeout}. | -| EbsOptimized | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#ebs_optimized OceanEcs#ebs_optimized}. | +| DesiredCapacity | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.169.1/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.169.1/docs/resources/ocean_ecs#id OceanEcs#id}. | -| ImageId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#image_id OceanEcs#image_id}. | +| IamInstanceProfile | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/ocean_ecs#id OceanEcs#id}. | +| ImageId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_ecs#key_pair OceanEcs#key_pair}. | +| KeyPair | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_ecs#max_size OceanEcs#max_size}. | -| MinSize | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#min_size OceanEcs#min_size}. | -| Monitoring | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#monitoring OceanEcs#monitoring}. | +| MaxSize | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.169.1/docs/resources/ocean_ecs#spot_percentage OceanEcs#spot_percentage}. | +| SpotPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.169.1/docs/resources/ocean_ecs#user_data OceanEcs#user_data}. | -| UtilizeCommitments | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#utilize_commitments OceanEcs#utilize_commitments}. | -| UtilizeReservedInstances | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/ocean_ecs#whitelist OceanEcs#whitelist}. | +| UseAsTemplateOnly | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.170.0/docs/resources/ocean_ecs#whitelist OceanEcs#whitelist}. | --- @@ -2492,7 +2492,7 @@ public string ClusterName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#cluster_name OceanEcs#cluster_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#cluster_name OceanEcs#cluster_name}. --- @@ -2504,7 +2504,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#name OceanEcs#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#name OceanEcs#name}. --- @@ -2516,7 +2516,7 @@ public string Region { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#region OceanEcs#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#region OceanEcs#region}. --- @@ -2528,7 +2528,7 @@ public string[] SecurityGroupIds { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#security_group_ids OceanEcs#security_group_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#security_group_ids OceanEcs#security_group_ids}. --- @@ -2540,7 +2540,7 @@ public string[] SubnetIds { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#subnet_ids OceanEcs#subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#subnet_ids OceanEcs#subnet_ids}. --- @@ -2552,7 +2552,7 @@ public object AssociatePublicIpAddress { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs#associate_public_ip_address OceanEcs#associate_public_ip_address}. --- @@ -2566,7 +2566,7 @@ public OceanEcsAutoscaler Autoscaler { get; set; } autoscaler block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#autoscaler OceanEcs#autoscaler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#autoscaler OceanEcs#autoscaler} --- @@ -2578,7 +2578,7 @@ public string[] Blacklist { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#blacklist OceanEcs#blacklist}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#blacklist OceanEcs#blacklist}. --- @@ -2592,7 +2592,7 @@ public object BlockDeviceMappings { get; set; } block_device_mappings block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#block_device_mappings OceanEcs#block_device_mappings} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#block_device_mappings OceanEcs#block_device_mappings} --- @@ -2606,7 +2606,7 @@ public object ClusterOrientation { get; set; } cluster_orientation block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#cluster_orientation OceanEcs#cluster_orientation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#cluster_orientation OceanEcs#cluster_orientation} --- @@ -2618,7 +2618,7 @@ public double DesiredCapacity { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#desired_capacity OceanEcs#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#desired_capacity OceanEcs#desired_capacity}. --- @@ -2630,7 +2630,7 @@ public double DrainingTimeout { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#draining_timeout OceanEcs#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#draining_timeout OceanEcs#draining_timeout}. --- @@ -2642,7 +2642,7 @@ public object EbsOptimized { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#ebs_optimized OceanEcs#ebs_optimized}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#ebs_optimized OceanEcs#ebs_optimized}. --- @@ -2656,7 +2656,7 @@ public OceanEcsFilters Filters { get; set; } filters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#filters OceanEcs#filters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#filters OceanEcs#filters} --- @@ -2668,7 +2668,7 @@ public string IamInstanceProfile { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#iam_instance_profile OceanEcs#iam_instance_profile}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#iam_instance_profile OceanEcs#iam_instance_profile}. --- @@ -2680,7 +2680,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#id OceanEcs#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. @@ -2695,7 +2695,7 @@ public string ImageId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#image_id OceanEcs#image_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#image_id OceanEcs#image_id}. --- @@ -2709,7 +2709,7 @@ public OceanEcsInstanceMetadataOptions InstanceMetadataOptions { get; set; } instance_metadata_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#instance_metadata_options OceanEcs#instance_metadata_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#instance_metadata_options OceanEcs#instance_metadata_options} --- @@ -2721,7 +2721,7 @@ public string KeyPair { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#key_pair OceanEcs#key_pair}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#key_pair OceanEcs#key_pair}. --- @@ -2735,7 +2735,7 @@ public OceanEcsLogging Logging { get; set; } logging block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#logging OceanEcs#logging} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#logging OceanEcs#logging} --- @@ -2747,7 +2747,7 @@ public double MaxSize { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#max_size OceanEcs#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#max_size OceanEcs#max_size}. --- @@ -2759,7 +2759,7 @@ public double MinSize { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#min_size OceanEcs#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#min_size OceanEcs#min_size}. --- @@ -2771,7 +2771,7 @@ public object Monitoring { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#monitoring OceanEcs#monitoring}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#monitoring OceanEcs#monitoring}. --- @@ -2785,7 +2785,7 @@ public OceanEcsOptimizeImages OptimizeImages { get; set; } optimize_images block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#optimize_images OceanEcs#optimize_images} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#optimize_images OceanEcs#optimize_images} --- @@ -2799,7 +2799,7 @@ public object ScheduledTask { get; set; } scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#scheduled_task OceanEcs#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#scheduled_task OceanEcs#scheduled_task} --- @@ -2811,7 +2811,7 @@ public double SpotPercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#spot_percentage OceanEcs#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#spot_percentage OceanEcs#spot_percentage}. --- @@ -2825,7 +2825,7 @@ public object Tags { get; set; } tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#tags OceanEcs#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#tags OceanEcs#tags} --- @@ -2839,7 +2839,7 @@ public OceanEcsUpdatePolicy UpdatePolicy { get; set; } update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#update_policy OceanEcs#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#update_policy OceanEcs#update_policy} --- @@ -2851,7 +2851,7 @@ public object UseAsTemplateOnly { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs#use_as_template_only OceanEcs#use_as_template_only}. --- @@ -2863,7 +2863,7 @@ public string UserData { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#user_data OceanEcs#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#user_data OceanEcs#user_data}. --- @@ -2875,7 +2875,7 @@ public object UtilizeCommitments { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#utilize_commitments OceanEcs#utilize_commitments}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#utilize_commitments OceanEcs#utilize_commitments}. --- @@ -2887,7 +2887,7 @@ public object UtilizeReservedInstances { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#utilize_reserved_instances OceanEcs#utilize_reserved_instances}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#utilize_reserved_instances OceanEcs#utilize_reserved_instances}. --- @@ -2899,7 +2899,7 @@ public string[] Whitelist { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#whitelist OceanEcs#whitelist}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#whitelist OceanEcs#whitelist}. --- @@ -2937,25 +2937,25 @@ new OceanEcsFilters { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Architectures | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#architectures OceanEcs#architectures}. | -| Categories | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#categories OceanEcs#categories}. | -| DiskTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#disk_types OceanEcs#disk_types}. | -| ExcludeFamilies | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#exclude_families OceanEcs#exclude_families}. | -| ExcludeMetal | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#exclude_metal OceanEcs#exclude_metal}. | -| Hypervisor | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#hypervisor OceanEcs#hypervisor}. | -| IncludeFamilies | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#include_families OceanEcs#include_families}. | -| IsEnaSupported | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/ocean_ecs#max_gpu OceanEcs#max_gpu}. | -| MaxMemoryGib | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/docs/resources/ocean_ecs#max_vcpu OceanEcs#max_vcpu}. | -| MinEnis | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#min_enis OceanEcs#min_enis}. | -| MinGpu | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#min_gpu OceanEcs#min_gpu}. | -| MinMemoryGib | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/docs/resources/ocean_ecs#min_vcpu OceanEcs#min_vcpu}. | -| RootDeviceTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/ocean_ecs#virtualization_types OceanEcs#virtualization_types}. | +| Architectures | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#architectures OceanEcs#architectures}. | +| Categories | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#categories OceanEcs#categories}. | +| DiskTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.0/docs/resources/ocean_ecs#hypervisor OceanEcs#hypervisor}. | +| IncludeFamilies | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.0/docs/resources/ocean_ecs#virtualization_types OceanEcs#virtualization_types}. | --- @@ -2967,7 +2967,7 @@ public string[] Architectures { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#architectures OceanEcs#architectures}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#architectures OceanEcs#architectures}. --- @@ -2979,7 +2979,7 @@ public string[] Categories { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#categories OceanEcs#categories}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#categories OceanEcs#categories}. --- @@ -2991,7 +2991,7 @@ public string[] DiskTypes { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#disk_types OceanEcs#disk_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#disk_types OceanEcs#disk_types}. --- @@ -3003,7 +3003,7 @@ public string[] ExcludeFamilies { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#exclude_families OceanEcs#exclude_families}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#exclude_families OceanEcs#exclude_families}. --- @@ -3015,7 +3015,7 @@ public object ExcludeMetal { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#exclude_metal OceanEcs#exclude_metal}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#exclude_metal OceanEcs#exclude_metal}. --- @@ -3027,7 +3027,7 @@ public string[] Hypervisor { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#hypervisor OceanEcs#hypervisor}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#hypervisor OceanEcs#hypervisor}. --- @@ -3039,7 +3039,7 @@ public string[] IncludeFamilies { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#include_families OceanEcs#include_families}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#include_families OceanEcs#include_families}. --- @@ -3051,7 +3051,7 @@ public string IsEnaSupported { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#is_ena_supported OceanEcs#is_ena_supported}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#is_ena_supported OceanEcs#is_ena_supported}. --- @@ -3063,7 +3063,7 @@ public double MaxGpu { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#max_gpu OceanEcs#max_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#max_gpu OceanEcs#max_gpu}. --- @@ -3075,7 +3075,7 @@ public double MaxMemoryGib { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#max_memory_gib OceanEcs#max_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#max_memory_gib OceanEcs#max_memory_gib}. --- @@ -3087,7 +3087,7 @@ public double MaxNetworkPerformance { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#max_network_performance OceanEcs#max_network_performance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#max_network_performance OceanEcs#max_network_performance}. --- @@ -3099,7 +3099,7 @@ public double MaxVcpu { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#max_vcpu OceanEcs#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#max_vcpu OceanEcs#max_vcpu}. --- @@ -3111,7 +3111,7 @@ public double MinEnis { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#min_enis OceanEcs#min_enis}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#min_enis OceanEcs#min_enis}. --- @@ -3123,7 +3123,7 @@ public double MinGpu { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#min_gpu OceanEcs#min_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#min_gpu OceanEcs#min_gpu}. --- @@ -3135,7 +3135,7 @@ public double MinMemoryGib { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#min_memory_gib OceanEcs#min_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#min_memory_gib OceanEcs#min_memory_gib}. --- @@ -3147,7 +3147,7 @@ public double MinNetworkPerformance { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#min_network_performance OceanEcs#min_network_performance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#min_network_performance OceanEcs#min_network_performance}. --- @@ -3159,7 +3159,7 @@ public double MinVcpu { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#min_vcpu OceanEcs#min_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#min_vcpu OceanEcs#min_vcpu}. --- @@ -3171,7 +3171,7 @@ public string[] RootDeviceTypes { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#root_device_types OceanEcs#root_device_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#root_device_types OceanEcs#root_device_types}. --- @@ -3183,7 +3183,7 @@ public string[] VirtualizationTypes { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#virtualization_types OceanEcs#virtualization_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#virtualization_types OceanEcs#virtualization_types}. --- @@ -3204,8 +3204,8 @@ new OceanEcsInstanceMetadataOptions { | **Name** | **Type** | **Description** | | --- | --- | --- | -| HttpTokens | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#http_tokens OceanEcs#http_tokens}. | -| HttpPutResponseHopLimit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.0/docs/resources/ocean_ecs#http_put_response_hop_limit OceanEcs#http_put_response_hop_limit}. | --- @@ -3217,7 +3217,7 @@ public string HttpTokens { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#http_tokens OceanEcs#http_tokens}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#http_tokens OceanEcs#http_tokens}. --- @@ -3229,7 +3229,7 @@ public double HttpPutResponseHopLimit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs#http_put_response_hop_limit OceanEcs#http_put_response_hop_limit}. --- @@ -3263,7 +3263,7 @@ public OceanEcsLoggingExport Export { get; set; } export block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#export OceanEcs#export} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#export OceanEcs#export} --- @@ -3297,7 +3297,7 @@ public object S3 { get; set; } s3 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#s3 OceanEcs#s3} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#s3 OceanEcs#s3} --- @@ -3317,7 +3317,7 @@ new OceanEcsLoggingExportS3 { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#id OceanEcs#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#id OceanEcs#id}. | --- @@ -3329,7 +3329,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#id OceanEcs#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. @@ -3354,9 +3354,9 @@ new OceanEcsOptimizeImages { | **Name** | **Type** | **Description** | | --- | --- | --- | -| PerformAt | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#perform_at OceanEcs#perform_at}. | -| ShouldOptimizeEcsAmi | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/ocean_ecs#time_windows OceanEcs#time_windows}. | +| PerformAt | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.0/docs/resources/ocean_ecs#time_windows OceanEcs#time_windows}. | --- @@ -3368,7 +3368,7 @@ public string PerformAt { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#perform_at OceanEcs#perform_at}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#perform_at OceanEcs#perform_at}. --- @@ -3380,7 +3380,7 @@ public object ShouldOptimizeEcsAmi { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs#should_optimize_ecs_ami OceanEcs#should_optimize_ecs_ami}. --- @@ -3392,7 +3392,7 @@ public string[] TimeWindows { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#time_windows OceanEcs#time_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#time_windows OceanEcs#time_windows}. --- @@ -3428,7 +3428,7 @@ public OceanEcsScheduledTaskShutdownHours ShutdownHours { get; set; } shutdown_hours block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#shutdown_hours OceanEcs#shutdown_hours} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#shutdown_hours OceanEcs#shutdown_hours} --- @@ -3442,7 +3442,7 @@ public object Tasks { get; set; } tasks block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#tasks OceanEcs#tasks} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#tasks OceanEcs#tasks} --- @@ -3463,8 +3463,8 @@ new OceanEcsScheduledTaskShutdownHours { | **Name** | **Type** | **Description** | | --- | --- | --- | -| TimeWindows | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#time_windows OceanEcs#time_windows}. | -| IsEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. | +| TimeWindows | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. | --- @@ -3476,7 +3476,7 @@ public string[] TimeWindows { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#time_windows OceanEcs#time_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#time_windows OceanEcs#time_windows}. --- @@ -3488,7 +3488,7 @@ public object IsEnabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. --- @@ -3510,9 +3510,9 @@ new OceanEcsScheduledTaskTasks { | **Name** | **Type** | **Description** | | --- | --- | --- | -| CronExpression | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#cron_expression OceanEcs#cron_expression}. | -| IsEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. | -| TaskType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#task_type OceanEcs#task_type}. | +| CronExpression | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.0/docs/resources/ocean_ecs#task_type OceanEcs#task_type}. | --- @@ -3524,7 +3524,7 @@ public string CronExpression { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#cron_expression OceanEcs#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#cron_expression OceanEcs#cron_expression}. --- @@ -3536,7 +3536,7 @@ public object IsEnabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. --- @@ -3548,7 +3548,7 @@ public string TaskType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#task_type OceanEcs#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#task_type OceanEcs#task_type}. --- @@ -3569,8 +3569,8 @@ new OceanEcsTags { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#key OceanEcs#key}. | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#value OceanEcs#value}. | +| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#key OceanEcs#key}. | +| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#value OceanEcs#value}. | --- @@ -3582,7 +3582,7 @@ public string Key { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#key OceanEcs#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#key OceanEcs#key}. --- @@ -3594,7 +3594,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#value OceanEcs#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#value OceanEcs#value}. --- @@ -3617,9 +3617,9 @@ new OceanEcsUpdatePolicy { | **Name** | **Type** | **Description** | | --- | --- | --- | -| ShouldRoll | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#should_roll OceanEcs#should_roll}. | -| AutoApplyTags | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/ocean_ecs#conditioned_roll OceanEcs#conditioned_roll}. | +| ShouldRoll | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.0/docs/resources/ocean_ecs#conditioned_roll OceanEcs#conditioned_roll}. | | RollConfig | OceanEcsUpdatePolicyRollConfig | roll_config block. | --- @@ -3632,7 +3632,7 @@ public object ShouldRoll { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#should_roll OceanEcs#should_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#should_roll OceanEcs#should_roll}. --- @@ -3644,7 +3644,7 @@ public object AutoApplyTags { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#auto_apply_tags OceanEcs#auto_apply_tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#auto_apply_tags OceanEcs#auto_apply_tags}. --- @@ -3656,7 +3656,7 @@ public object ConditionedRoll { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#conditioned_roll OceanEcs#conditioned_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#conditioned_roll OceanEcs#conditioned_roll}. --- @@ -3670,7 +3670,7 @@ public OceanEcsUpdatePolicyRollConfig RollConfig { get; set; } roll_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#roll_config OceanEcs#roll_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#roll_config OceanEcs#roll_config} --- @@ -3691,8 +3691,8 @@ new OceanEcsUpdatePolicyRollConfig { | **Name** | **Type** | **Description** | | --- | --- | --- | -| BatchSizePercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_ecs#batch_min_healthy_percentage OceanEcs#batch_min_healthy_percentage}. | --- @@ -3704,7 +3704,7 @@ public double BatchSizePercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#batch_size_percentage OceanEcs#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#batch_size_percentage OceanEcs#batch_size_percentage}. --- @@ -3716,7 +3716,7 @@ public double BatchMinHealthyPercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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 3de912f73..96658b470 100644 --- a/docs/oceanEcs.go.md +++ b/docs/oceanEcs.go.md @@ -4,7 +4,7 @@ ### OceanEcs -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs spotinst_ocean_ecs}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs spotinst_ocean_ecs}. #### Initializers @@ -793,7 +793,7 @@ The construct id used in the generated config for the OceanEcs to import. The id of the existing OceanEcs that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#import import section} in the documentation of this resource for the id to use --- @@ -1738,15 +1738,15 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs" | **Name** | **Type** | **Description** | | --- | --- | --- | -| AutoHeadroomPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/ocean_ecs#cooldown OceanEcs#cooldown}. | +| AutoHeadroomPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.169.1/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.170.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.169.1/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.169.1/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. | +| IsAutoConfig | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.169.1/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.170.0/docs/resources/ocean_ecs#should_scale_down_non_service_tasks OceanEcs#should_scale_down_non_service_tasks}. | --- @@ -1758,7 +1758,7 @@ AutoHeadroomPercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#auto_headroom_percentage OceanEcs#auto_headroom_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#auto_headroom_percentage OceanEcs#auto_headroom_percentage}. --- @@ -1770,7 +1770,7 @@ Cooldown *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#cooldown OceanEcs#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#cooldown OceanEcs#cooldown}. --- @@ -1784,7 +1784,7 @@ Down OceanEcsAutoscalerDown down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#down OceanEcs#down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#down OceanEcs#down} --- @@ -1796,7 +1796,7 @@ EnableAutomaticAndManualHeadroom interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs#enable_automatic_and_manual_headroom OceanEcs#enable_automatic_and_manual_headroom}. --- @@ -1810,7 +1810,7 @@ Headroom OceanEcsAutoscalerHeadroom headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#headroom OceanEcs#headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#headroom OceanEcs#headroom} --- @@ -1822,7 +1822,7 @@ IsAutoConfig interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#is_auto_config OceanEcs#is_auto_config}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#is_auto_config OceanEcs#is_auto_config}. --- @@ -1834,7 +1834,7 @@ IsEnabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. --- @@ -1848,7 +1848,7 @@ ResourceLimits OceanEcsAutoscalerResourceLimits resource_limits block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#resource_limits OceanEcs#resource_limits} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#resource_limits OceanEcs#resource_limits} --- @@ -1860,7 +1860,7 @@ ShouldScaleDownNonServiceTasks interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs#should_scale_down_non_service_tasks OceanEcs#should_scale_down_non_service_tasks}. --- @@ -1880,7 +1880,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs" | **Name** | **Type** | **Description** | | --- | --- | --- | -| MaxScaleDownPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs#max_scale_down_percentage OceanEcs#max_scale_down_percentage}. | --- @@ -1892,7 +1892,7 @@ MaxScaleDownPercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs#max_scale_down_percentage OceanEcs#max_scale_down_percentage}. --- @@ -1914,9 +1914,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs" | **Name** | **Type** | **Description** | | --- | --- | --- | -| CpuPerUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/ocean_ecs#num_of_units OceanEcs#num_of_units}. | --- @@ -1928,7 +1928,7 @@ CpuPerUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#cpu_per_unit OceanEcs#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#cpu_per_unit OceanEcs#cpu_per_unit}. --- @@ -1940,7 +1940,7 @@ MemoryPerUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#memory_per_unit OceanEcs#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#memory_per_unit OceanEcs#memory_per_unit}. --- @@ -1952,7 +1952,7 @@ NumOfUnits *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#num_of_units OceanEcs#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#num_of_units OceanEcs#num_of_units}. --- @@ -1973,8 +1973,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs" | **Name** | **Type** | **Description** | | --- | --- | --- | -| MaxMemoryGib | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/ocean_ecs#max_vcpu OceanEcs#max_vcpu}. | +| MaxMemoryGib | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/ocean_ecs#max_vcpu OceanEcs#max_vcpu}. | --- @@ -1986,7 +1986,7 @@ MaxMemoryGib *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#max_memory_gib OceanEcs#max_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#max_memory_gib OceanEcs#max_memory_gib}. --- @@ -1998,7 +1998,7 @@ MaxVcpu *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#max_vcpu OceanEcs#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#max_vcpu OceanEcs#max_vcpu}. --- @@ -2021,10 +2021,10 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs" | **Name** | **Type** | **Description** | | --- | --- | --- | -| DeviceName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#device_name OceanEcs#device_name}. | +| DeviceName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_ecs#no_device OceanEcs#no_device}. | -| VirtualName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#virtual_name OceanEcs#virtual_name}. | +| NoDevice | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/ocean_ecs#virtual_name OceanEcs#virtual_name}. | --- @@ -2036,7 +2036,7 @@ DeviceName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#device_name OceanEcs#device_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#device_name OceanEcs#device_name}. --- @@ -2050,7 +2050,7 @@ Ebs OceanEcsBlockDeviceMappingsEbs ebs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#ebs OceanEcs#ebs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#ebs OceanEcs#ebs} --- @@ -2062,7 +2062,7 @@ NoDevice *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#no_device OceanEcs#no_device}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#no_device OceanEcs#no_device}. --- @@ -2074,7 +2074,7 @@ VirtualName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#virtual_name OceanEcs#virtual_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#virtual_name OceanEcs#virtual_name}. --- @@ -2102,15 +2102,15 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs" | **Name** | **Type** | **Description** | | --- | --- | --- | -| DeleteOnTermination | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.169.1/docs/resources/ocean_ecs#encrypted OceanEcs#encrypted}. | -| Iops | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#iops OceanEcs#iops}. | -| KmsKeyId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/ocean_ecs#snapshot_id OceanEcs#snapshot_id}. | -| Throughput | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#throughput OceanEcs#throughput}. | -| VolumeSize | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#volume_size OceanEcs#volume_size}. | -| VolumeType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#volume_type OceanEcs#volume_type}. | +| Encrypted | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#encrypted OceanEcs#encrypted}. | +| Iops | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#iops OceanEcs#iops}. | +| KmsKeyId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.0/docs/resources/ocean_ecs#throughput OceanEcs#throughput}. | +| VolumeSize | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/ocean_ecs#volume_type OceanEcs#volume_type}. | --- @@ -2122,7 +2122,7 @@ DeleteOnTermination interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#delete_on_termination OceanEcs#delete_on_termination}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#delete_on_termination OceanEcs#delete_on_termination}. --- @@ -2136,7 +2136,7 @@ DynamicVolumeSize OceanEcsBlockDeviceMappingsEbsDynamicVolumeSize dynamic_volume_size block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#dynamic_volume_size OceanEcs#dynamic_volume_size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#dynamic_volume_size OceanEcs#dynamic_volume_size} --- @@ -2148,7 +2148,7 @@ Encrypted interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#encrypted OceanEcs#encrypted}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#encrypted OceanEcs#encrypted}. --- @@ -2160,7 +2160,7 @@ Iops *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#iops OceanEcs#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#iops OceanEcs#iops}. --- @@ -2172,7 +2172,7 @@ KmsKeyId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#kms_key_id OceanEcs#kms_key_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#kms_key_id OceanEcs#kms_key_id}. --- @@ -2184,7 +2184,7 @@ SnapshotId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#snapshot_id OceanEcs#snapshot_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#snapshot_id OceanEcs#snapshot_id}. --- @@ -2196,7 +2196,7 @@ Throughput *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#throughput OceanEcs#throughput}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#throughput OceanEcs#throughput}. --- @@ -2208,7 +2208,7 @@ VolumeSize *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#volume_size OceanEcs#volume_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#volume_size OceanEcs#volume_size}. --- @@ -2220,7 +2220,7 @@ VolumeType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#volume_type OceanEcs#volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#volume_type OceanEcs#volume_type}. --- @@ -2242,9 +2242,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs" | **Name** | **Type** | **Description** | | --- | --- | --- | -| BaseSize | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#base_size OceanEcs#base_size}. | -| Resource | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#resource OceanEcs#resource}. | -| SizePerResourceUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.0/docs/resources/ocean_ecs#resource OceanEcs#resource}. | +| SizePerResourceUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#size_per_resource_unit OceanEcs#size_per_resource_unit}. | --- @@ -2256,7 +2256,7 @@ BaseSize *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#base_size OceanEcs#base_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#base_size OceanEcs#base_size}. --- @@ -2268,7 +2268,7 @@ Resource *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#resource OceanEcs#resource}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#resource OceanEcs#resource}. --- @@ -2280,7 +2280,7 @@ SizePerResourceUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs#size_per_resource_unit OceanEcs#size_per_resource_unit}. --- @@ -2300,7 +2300,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs" | **Name** | **Type** | **Description** | | --- | --- | --- | -| AvailabilityVsCost | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs#availability_vs_cost OceanEcs#availability_vs_cost}. | --- @@ -2312,7 +2312,7 @@ AvailabilityVsCost *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#availability_vs_cost OceanEcs#availability_vs_cost}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#availability_vs_cost OceanEcs#availability_vs_cost}. --- @@ -2378,39 +2378,39 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs" | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| ClusterName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#cluster_name OceanEcs#cluster_name}. | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#name OceanEcs#name}. | -| Region | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#region OceanEcs#region}. | -| SecurityGroupIds | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/ocean_ecs#subnet_ids OceanEcs#subnet_ids}. | -| AssociatePublicIpAddress | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.0/docs/resources/ocean_ecs#name OceanEcs#name}. | +| Region | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#region OceanEcs#region}. | +| SecurityGroupIds | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.169.1/docs/resources/ocean_ecs#blacklist OceanEcs#blacklist}. | +| Blacklist | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_ecs#desired_capacity OceanEcs#desired_capacity}. | -| DrainingTimeout | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#draining_timeout OceanEcs#draining_timeout}. | -| EbsOptimized | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#ebs_optimized OceanEcs#ebs_optimized}. | +| DesiredCapacity | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.169.1/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.169.1/docs/resources/ocean_ecs#id OceanEcs#id}. | -| ImageId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#image_id OceanEcs#image_id}. | +| IamInstanceProfile | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/ocean_ecs#id OceanEcs#id}. | +| ImageId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_ecs#key_pair OceanEcs#key_pair}. | +| KeyPair | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_ecs#max_size OceanEcs#max_size}. | -| MinSize | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#min_size OceanEcs#min_size}. | -| Monitoring | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#monitoring OceanEcs#monitoring}. | +| MaxSize | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.169.1/docs/resources/ocean_ecs#spot_percentage OceanEcs#spot_percentage}. | +| SpotPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.169.1/docs/resources/ocean_ecs#user_data OceanEcs#user_data}. | -| UtilizeCommitments | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#utilize_commitments OceanEcs#utilize_commitments}. | -| UtilizeReservedInstances | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/ocean_ecs#whitelist OceanEcs#whitelist}. | +| UseAsTemplateOnly | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.170.0/docs/resources/ocean_ecs#whitelist OceanEcs#whitelist}. | --- @@ -2492,7 +2492,7 @@ ClusterName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#cluster_name OceanEcs#cluster_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#cluster_name OceanEcs#cluster_name}. --- @@ -2504,7 +2504,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#name OceanEcs#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#name OceanEcs#name}. --- @@ -2516,7 +2516,7 @@ Region *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#region OceanEcs#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#region OceanEcs#region}. --- @@ -2528,7 +2528,7 @@ SecurityGroupIds *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#security_group_ids OceanEcs#security_group_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#security_group_ids OceanEcs#security_group_ids}. --- @@ -2540,7 +2540,7 @@ SubnetIds *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#subnet_ids OceanEcs#subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#subnet_ids OceanEcs#subnet_ids}. --- @@ -2552,7 +2552,7 @@ AssociatePublicIpAddress interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs#associate_public_ip_address OceanEcs#associate_public_ip_address}. --- @@ -2566,7 +2566,7 @@ Autoscaler OceanEcsAutoscaler autoscaler block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#autoscaler OceanEcs#autoscaler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#autoscaler OceanEcs#autoscaler} --- @@ -2578,7 +2578,7 @@ Blacklist *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#blacklist OceanEcs#blacklist}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#blacklist OceanEcs#blacklist}. --- @@ -2592,7 +2592,7 @@ BlockDeviceMappings interface{} block_device_mappings block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#block_device_mappings OceanEcs#block_device_mappings} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#block_device_mappings OceanEcs#block_device_mappings} --- @@ -2606,7 +2606,7 @@ ClusterOrientation interface{} cluster_orientation block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#cluster_orientation OceanEcs#cluster_orientation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#cluster_orientation OceanEcs#cluster_orientation} --- @@ -2618,7 +2618,7 @@ DesiredCapacity *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#desired_capacity OceanEcs#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#desired_capacity OceanEcs#desired_capacity}. --- @@ -2630,7 +2630,7 @@ DrainingTimeout *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#draining_timeout OceanEcs#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#draining_timeout OceanEcs#draining_timeout}. --- @@ -2642,7 +2642,7 @@ EbsOptimized interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#ebs_optimized OceanEcs#ebs_optimized}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#ebs_optimized OceanEcs#ebs_optimized}. --- @@ -2656,7 +2656,7 @@ Filters OceanEcsFilters filters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#filters OceanEcs#filters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#filters OceanEcs#filters} --- @@ -2668,7 +2668,7 @@ IamInstanceProfile *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#iam_instance_profile OceanEcs#iam_instance_profile}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#iam_instance_profile OceanEcs#iam_instance_profile}. --- @@ -2680,7 +2680,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#id OceanEcs#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. @@ -2695,7 +2695,7 @@ ImageId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#image_id OceanEcs#image_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#image_id OceanEcs#image_id}. --- @@ -2709,7 +2709,7 @@ InstanceMetadataOptions OceanEcsInstanceMetadataOptions instance_metadata_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#instance_metadata_options OceanEcs#instance_metadata_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#instance_metadata_options OceanEcs#instance_metadata_options} --- @@ -2721,7 +2721,7 @@ KeyPair *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#key_pair OceanEcs#key_pair}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#key_pair OceanEcs#key_pair}. --- @@ -2735,7 +2735,7 @@ Logging OceanEcsLogging logging block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#logging OceanEcs#logging} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#logging OceanEcs#logging} --- @@ -2747,7 +2747,7 @@ MaxSize *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#max_size OceanEcs#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#max_size OceanEcs#max_size}. --- @@ -2759,7 +2759,7 @@ MinSize *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#min_size OceanEcs#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#min_size OceanEcs#min_size}. --- @@ -2771,7 +2771,7 @@ Monitoring interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#monitoring OceanEcs#monitoring}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#monitoring OceanEcs#monitoring}. --- @@ -2785,7 +2785,7 @@ OptimizeImages OceanEcsOptimizeImages optimize_images block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#optimize_images OceanEcs#optimize_images} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#optimize_images OceanEcs#optimize_images} --- @@ -2799,7 +2799,7 @@ ScheduledTask interface{} scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#scheduled_task OceanEcs#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#scheduled_task OceanEcs#scheduled_task} --- @@ -2811,7 +2811,7 @@ SpotPercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#spot_percentage OceanEcs#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#spot_percentage OceanEcs#spot_percentage}. --- @@ -2825,7 +2825,7 @@ Tags interface{} tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#tags OceanEcs#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#tags OceanEcs#tags} --- @@ -2839,7 +2839,7 @@ UpdatePolicy OceanEcsUpdatePolicy update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#update_policy OceanEcs#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#update_policy OceanEcs#update_policy} --- @@ -2851,7 +2851,7 @@ UseAsTemplateOnly interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs#use_as_template_only OceanEcs#use_as_template_only}. --- @@ -2863,7 +2863,7 @@ UserData *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#user_data OceanEcs#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#user_data OceanEcs#user_data}. --- @@ -2875,7 +2875,7 @@ UtilizeCommitments interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#utilize_commitments OceanEcs#utilize_commitments}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#utilize_commitments OceanEcs#utilize_commitments}. --- @@ -2887,7 +2887,7 @@ UtilizeReservedInstances interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#utilize_reserved_instances OceanEcs#utilize_reserved_instances}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#utilize_reserved_instances OceanEcs#utilize_reserved_instances}. --- @@ -2899,7 +2899,7 @@ Whitelist *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#whitelist OceanEcs#whitelist}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#whitelist OceanEcs#whitelist}. --- @@ -2937,25 +2937,25 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Architectures | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#architectures OceanEcs#architectures}. | -| Categories | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#categories OceanEcs#categories}. | -| DiskTypes | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#disk_types OceanEcs#disk_types}. | -| ExcludeFamilies | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#exclude_families OceanEcs#exclude_families}. | -| ExcludeMetal | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#exclude_metal OceanEcs#exclude_metal}. | -| Hypervisor | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#hypervisor OceanEcs#hypervisor}. | -| IncludeFamilies | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#include_families OceanEcs#include_families}. | -| IsEnaSupported | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/ocean_ecs#max_gpu OceanEcs#max_gpu}. | -| MaxMemoryGib | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/docs/resources/ocean_ecs#max_vcpu OceanEcs#max_vcpu}. | -| MinEnis | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#min_enis OceanEcs#min_enis}. | -| MinGpu | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#min_gpu OceanEcs#min_gpu}. | -| MinMemoryGib | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/docs/resources/ocean_ecs#min_vcpu OceanEcs#min_vcpu}. | -| RootDeviceTypes | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/ocean_ecs#virtualization_types OceanEcs#virtualization_types}. | +| Architectures | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#architectures OceanEcs#architectures}. | +| Categories | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#categories OceanEcs#categories}. | +| DiskTypes | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.0/docs/resources/ocean_ecs#hypervisor OceanEcs#hypervisor}. | +| IncludeFamilies | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.0/docs/resources/ocean_ecs#virtualization_types OceanEcs#virtualization_types}. | --- @@ -2967,7 +2967,7 @@ Architectures *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#architectures OceanEcs#architectures}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#architectures OceanEcs#architectures}. --- @@ -2979,7 +2979,7 @@ Categories *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#categories OceanEcs#categories}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#categories OceanEcs#categories}. --- @@ -2991,7 +2991,7 @@ DiskTypes *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#disk_types OceanEcs#disk_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#disk_types OceanEcs#disk_types}. --- @@ -3003,7 +3003,7 @@ ExcludeFamilies *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#exclude_families OceanEcs#exclude_families}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#exclude_families OceanEcs#exclude_families}. --- @@ -3015,7 +3015,7 @@ ExcludeMetal interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#exclude_metal OceanEcs#exclude_metal}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#exclude_metal OceanEcs#exclude_metal}. --- @@ -3027,7 +3027,7 @@ Hypervisor *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#hypervisor OceanEcs#hypervisor}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#hypervisor OceanEcs#hypervisor}. --- @@ -3039,7 +3039,7 @@ IncludeFamilies *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#include_families OceanEcs#include_families}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#include_families OceanEcs#include_families}. --- @@ -3051,7 +3051,7 @@ IsEnaSupported *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#is_ena_supported OceanEcs#is_ena_supported}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#is_ena_supported OceanEcs#is_ena_supported}. --- @@ -3063,7 +3063,7 @@ MaxGpu *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#max_gpu OceanEcs#max_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#max_gpu OceanEcs#max_gpu}. --- @@ -3075,7 +3075,7 @@ MaxMemoryGib *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#max_memory_gib OceanEcs#max_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#max_memory_gib OceanEcs#max_memory_gib}. --- @@ -3087,7 +3087,7 @@ MaxNetworkPerformance *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#max_network_performance OceanEcs#max_network_performance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#max_network_performance OceanEcs#max_network_performance}. --- @@ -3099,7 +3099,7 @@ MaxVcpu *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#max_vcpu OceanEcs#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#max_vcpu OceanEcs#max_vcpu}. --- @@ -3111,7 +3111,7 @@ MinEnis *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#min_enis OceanEcs#min_enis}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#min_enis OceanEcs#min_enis}. --- @@ -3123,7 +3123,7 @@ MinGpu *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#min_gpu OceanEcs#min_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#min_gpu OceanEcs#min_gpu}. --- @@ -3135,7 +3135,7 @@ MinMemoryGib *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#min_memory_gib OceanEcs#min_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#min_memory_gib OceanEcs#min_memory_gib}. --- @@ -3147,7 +3147,7 @@ MinNetworkPerformance *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#min_network_performance OceanEcs#min_network_performance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#min_network_performance OceanEcs#min_network_performance}. --- @@ -3159,7 +3159,7 @@ MinVcpu *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#min_vcpu OceanEcs#min_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#min_vcpu OceanEcs#min_vcpu}. --- @@ -3171,7 +3171,7 @@ RootDeviceTypes *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#root_device_types OceanEcs#root_device_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#root_device_types OceanEcs#root_device_types}. --- @@ -3183,7 +3183,7 @@ VirtualizationTypes *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#virtualization_types OceanEcs#virtualization_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#virtualization_types OceanEcs#virtualization_types}. --- @@ -3204,8 +3204,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs" | **Name** | **Type** | **Description** | | --- | --- | --- | -| HttpTokens | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#http_tokens OceanEcs#http_tokens}. | -| HttpPutResponseHopLimit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.0/docs/resources/ocean_ecs#http_put_response_hop_limit OceanEcs#http_put_response_hop_limit}. | --- @@ -3217,7 +3217,7 @@ HttpTokens *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#http_tokens OceanEcs#http_tokens}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#http_tokens OceanEcs#http_tokens}. --- @@ -3229,7 +3229,7 @@ HttpPutResponseHopLimit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs#http_put_response_hop_limit OceanEcs#http_put_response_hop_limit}. --- @@ -3263,7 +3263,7 @@ Export OceanEcsLoggingExport export block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#export OceanEcs#export} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#export OceanEcs#export} --- @@ -3297,7 +3297,7 @@ S3 interface{} s3 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#s3 OceanEcs#s3} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#s3 OceanEcs#s3} --- @@ -3317,7 +3317,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#id OceanEcs#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#id OceanEcs#id}. | --- @@ -3329,7 +3329,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#id OceanEcs#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. @@ -3354,9 +3354,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs" | **Name** | **Type** | **Description** | | --- | --- | --- | -| PerformAt | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#perform_at OceanEcs#perform_at}. | -| ShouldOptimizeEcsAmi | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/ocean_ecs#time_windows OceanEcs#time_windows}. | +| PerformAt | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.0/docs/resources/ocean_ecs#time_windows OceanEcs#time_windows}. | --- @@ -3368,7 +3368,7 @@ PerformAt *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#perform_at OceanEcs#perform_at}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#perform_at OceanEcs#perform_at}. --- @@ -3380,7 +3380,7 @@ ShouldOptimizeEcsAmi interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs#should_optimize_ecs_ami OceanEcs#should_optimize_ecs_ami}. --- @@ -3392,7 +3392,7 @@ TimeWindows *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#time_windows OceanEcs#time_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#time_windows OceanEcs#time_windows}. --- @@ -3428,7 +3428,7 @@ ShutdownHours OceanEcsScheduledTaskShutdownHours shutdown_hours block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#shutdown_hours OceanEcs#shutdown_hours} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#shutdown_hours OceanEcs#shutdown_hours} --- @@ -3442,7 +3442,7 @@ Tasks interface{} tasks block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#tasks OceanEcs#tasks} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#tasks OceanEcs#tasks} --- @@ -3463,8 +3463,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs" | **Name** | **Type** | **Description** | | --- | --- | --- | -| TimeWindows | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#time_windows OceanEcs#time_windows}. | -| IsEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. | +| TimeWindows | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. | --- @@ -3476,7 +3476,7 @@ TimeWindows *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#time_windows OceanEcs#time_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#time_windows OceanEcs#time_windows}. --- @@ -3488,7 +3488,7 @@ IsEnabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. --- @@ -3510,9 +3510,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs" | **Name** | **Type** | **Description** | | --- | --- | --- | -| CronExpression | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#cron_expression OceanEcs#cron_expression}. | -| IsEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. | -| TaskType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#task_type OceanEcs#task_type}. | +| CronExpression | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.0/docs/resources/ocean_ecs#task_type OceanEcs#task_type}. | --- @@ -3524,7 +3524,7 @@ CronExpression *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#cron_expression OceanEcs#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#cron_expression OceanEcs#cron_expression}. --- @@ -3536,7 +3536,7 @@ IsEnabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. --- @@ -3548,7 +3548,7 @@ TaskType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#task_type OceanEcs#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#task_type OceanEcs#task_type}. --- @@ -3569,8 +3569,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#key OceanEcs#key}. | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#value OceanEcs#value}. | +| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#key OceanEcs#key}. | +| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#value OceanEcs#value}. | --- @@ -3582,7 +3582,7 @@ Key *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#key OceanEcs#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#key OceanEcs#key}. --- @@ -3594,7 +3594,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#value OceanEcs#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#value OceanEcs#value}. --- @@ -3617,9 +3617,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs" | **Name** | **Type** | **Description** | | --- | --- | --- | -| ShouldRoll | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#should_roll OceanEcs#should_roll}. | -| AutoApplyTags | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/ocean_ecs#conditioned_roll OceanEcs#conditioned_roll}. | +| ShouldRoll | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.0/docs/resources/ocean_ecs#conditioned_roll OceanEcs#conditioned_roll}. | | RollConfig | OceanEcsUpdatePolicyRollConfig | roll_config block. | --- @@ -3632,7 +3632,7 @@ ShouldRoll interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#should_roll OceanEcs#should_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#should_roll OceanEcs#should_roll}. --- @@ -3644,7 +3644,7 @@ AutoApplyTags interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#auto_apply_tags OceanEcs#auto_apply_tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#auto_apply_tags OceanEcs#auto_apply_tags}. --- @@ -3656,7 +3656,7 @@ ConditionedRoll interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#conditioned_roll OceanEcs#conditioned_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#conditioned_roll OceanEcs#conditioned_roll}. --- @@ -3670,7 +3670,7 @@ RollConfig OceanEcsUpdatePolicyRollConfig roll_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#roll_config OceanEcs#roll_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#roll_config OceanEcs#roll_config} --- @@ -3691,8 +3691,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs" | **Name** | **Type** | **Description** | | --- | --- | --- | -| BatchSizePercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_ecs#batch_min_healthy_percentage OceanEcs#batch_min_healthy_percentage}. | --- @@ -3704,7 +3704,7 @@ BatchSizePercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#batch_size_percentage OceanEcs#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#batch_size_percentage OceanEcs#batch_size_percentage}. --- @@ -3716,7 +3716,7 @@ BatchMinHealthyPercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs#batch_min_healthy_percentage OceanEcs#batch_min_healthy_percentage}. --- diff --git a/docs/oceanEcs.java.md b/docs/oceanEcs.java.md index 2381cc43a..e3029f2cd 100644 --- a/docs/oceanEcs.java.md +++ b/docs/oceanEcs.java.md @@ -4,7 +4,7 @@ ### OceanEcs -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs spotinst_ocean_ecs}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs spotinst_ocean_ecs}. #### Initializers @@ -80,39 +80,39 @@ OceanEcs.Builder.create(Construct scope, java.lang.String id) | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| clusterName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/ocean_ecs#name OceanEcs#name}. | -| region | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#region OceanEcs#region}. | -| securityGroupIds | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.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.170.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.169.1/docs/resources/ocean_ecs#blacklist OceanEcs#blacklist}. | +| blacklist | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.169.1/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.169.1/docs/resources/ocean_ecs#id OceanEcs#id}. | -| imageId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.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.170.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.169.1/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.170.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.169.1/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.169.1/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.169.1/docs/resources/ocean_ecs#monitoring OceanEcs#monitoring}. | +| maxSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.169.1/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.170.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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.0/docs/resources/ocean_ecs#whitelist OceanEcs#whitelist}. | --- @@ -180,7 +180,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#cluster_name OceanEcs#cluster_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#cluster_name OceanEcs#cluster_name}. --- @@ -188,7 +188,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#name OceanEcs#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#name OceanEcs#name}. --- @@ -196,7 +196,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#region OceanEcs#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#region OceanEcs#region}. --- @@ -204,7 +204,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.169.1/docs/resources/ocean_ecs#security_group_ids OceanEcs#security_group_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#security_group_ids OceanEcs#security_group_ids}. --- @@ -212,7 +212,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#subnet_ids OceanEcs#subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#subnet_ids OceanEcs#subnet_ids}. --- @@ -220,7 +220,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.169.1/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.170.0/docs/resources/ocean_ecs#associate_public_ip_address OceanEcs#associate_public_ip_address}. --- @@ -230,7 +230,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.169.1/docs/resources/ocean_ecs#autoscaler OceanEcs#autoscaler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#autoscaler OceanEcs#autoscaler} --- @@ -238,7 +238,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.169.1/docs/resources/ocean_ecs#blacklist OceanEcs#blacklist}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#blacklist OceanEcs#blacklist}. --- @@ -248,7 +248,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.169.1/docs/resources/ocean_ecs#block_device_mappings OceanEcs#block_device_mappings} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#block_device_mappings OceanEcs#block_device_mappings} --- @@ -258,7 +258,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.169.1/docs/resources/ocean_ecs#cluster_orientation OceanEcs#cluster_orientation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#cluster_orientation OceanEcs#cluster_orientation} --- @@ -266,7 +266,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.169.1/docs/resources/ocean_ecs#desired_capacity OceanEcs#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#desired_capacity OceanEcs#desired_capacity}. --- @@ -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.169.1/docs/resources/ocean_ecs#draining_timeout OceanEcs#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#draining_timeout OceanEcs#draining_timeout}. --- @@ -282,7 +282,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.169.1/docs/resources/ocean_ecs#ebs_optimized OceanEcs#ebs_optimized}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#ebs_optimized OceanEcs#ebs_optimized}. --- @@ -292,7 +292,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.169.1/docs/resources/ocean_ecs#filters OceanEcs#filters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#filters OceanEcs#filters} --- @@ -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.169.1/docs/resources/ocean_ecs#iam_instance_profile OceanEcs#iam_instance_profile}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#iam_instance_profile OceanEcs#iam_instance_profile}. --- @@ -308,7 +308,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#id OceanEcs#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. @@ -319,7 +319,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.169.1/docs/resources/ocean_ecs#image_id OceanEcs#image_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#image_id OceanEcs#image_id}. --- @@ -329,7 +329,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.169.1/docs/resources/ocean_ecs#instance_metadata_options OceanEcs#instance_metadata_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#instance_metadata_options OceanEcs#instance_metadata_options} --- @@ -337,7 +337,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#key_pair OceanEcs#key_pair}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#key_pair OceanEcs#key_pair}. --- @@ -347,7 +347,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti logging block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#logging OceanEcs#logging} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#logging OceanEcs#logging} --- @@ -355,7 +355,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#max_size OceanEcs#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#max_size OceanEcs#max_size}. --- @@ -363,7 +363,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#min_size OceanEcs#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#min_size OceanEcs#min_size}. --- @@ -371,7 +371,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#monitoring OceanEcs#monitoring}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#monitoring OceanEcs#monitoring}. --- @@ -381,7 +381,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti optimize_images block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#optimize_images OceanEcs#optimize_images} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#optimize_images OceanEcs#optimize_images} --- @@ -391,7 +391,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#scheduled_task OceanEcs#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#scheduled_task OceanEcs#scheduled_task} --- @@ -399,7 +399,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#spot_percentage OceanEcs#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#spot_percentage OceanEcs#spot_percentage}. --- @@ -409,7 +409,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#tags OceanEcs#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#tags OceanEcs#tags} --- @@ -419,7 +419,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#update_policy OceanEcs#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#update_policy OceanEcs#update_policy} --- @@ -427,7 +427,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs#use_as_template_only OceanEcs#use_as_template_only}. --- @@ -435,7 +435,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#user_data OceanEcs#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#user_data OceanEcs#user_data}. --- @@ -443,7 +443,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#utilize_commitments OceanEcs#utilize_commitments}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#utilize_commitments OceanEcs#utilize_commitments}. --- @@ -451,7 +451,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#utilize_reserved_instances OceanEcs#utilize_reserved_instances}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#utilize_reserved_instances OceanEcs#utilize_reserved_instances}. --- @@ -459,7 +459,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#whitelist OceanEcs#whitelist}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#whitelist OceanEcs#whitelist}. --- @@ -1212,7 +1212,7 @@ The construct id used in the generated config for the OceanEcs to import. The id of the existing OceanEcs that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#import import section} in the documentation of this resource for the id to use --- @@ -2161,15 +2161,15 @@ OceanEcsAutoscaler.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| autoHeadroomPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/ocean_ecs#cooldown OceanEcs#cooldown}. | +| autoHeadroomPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.169.1/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.170.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.169.1/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.169.1/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.170.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.170.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.169.1/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.170.0/docs/resources/ocean_ecs#should_scale_down_non_service_tasks OceanEcs#should_scale_down_non_service_tasks}. | --- @@ -2181,7 +2181,7 @@ public java.lang.Number getAutoHeadroomPercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#auto_headroom_percentage OceanEcs#auto_headroom_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#auto_headroom_percentage OceanEcs#auto_headroom_percentage}. --- @@ -2193,7 +2193,7 @@ public java.lang.Number getCooldown(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#cooldown OceanEcs#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#cooldown OceanEcs#cooldown}. --- @@ -2207,7 +2207,7 @@ public OceanEcsAutoscalerDown getDown(); down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#down OceanEcs#down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#down OceanEcs#down} --- @@ -2219,7 +2219,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.169.1/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.170.0/docs/resources/ocean_ecs#enable_automatic_and_manual_headroom OceanEcs#enable_automatic_and_manual_headroom}. --- @@ -2233,7 +2233,7 @@ public OceanEcsAutoscalerHeadroom getHeadroom(); headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#headroom OceanEcs#headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#headroom OceanEcs#headroom} --- @@ -2245,7 +2245,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.169.1/docs/resources/ocean_ecs#is_auto_config OceanEcs#is_auto_config}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#is_auto_config OceanEcs#is_auto_config}. --- @@ -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.169.1/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. --- @@ -2271,7 +2271,7 @@ public OceanEcsAutoscalerResourceLimits getResourceLimits(); resource_limits block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#resource_limits OceanEcs#resource_limits} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#resource_limits OceanEcs#resource_limits} --- @@ -2283,7 +2283,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.169.1/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.170.0/docs/resources/ocean_ecs#should_scale_down_non_service_tasks OceanEcs#should_scale_down_non_service_tasks}. --- @@ -2303,7 +2303,7 @@ OceanEcsAutoscalerDown.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| maxScaleDownPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs#max_scale_down_percentage OceanEcs#max_scale_down_percentage}. | --- @@ -2315,7 +2315,7 @@ public java.lang.Number getMaxScaleDownPercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs#max_scale_down_percentage OceanEcs#max_scale_down_percentage}. --- @@ -2337,9 +2337,9 @@ OceanEcsAutoscalerHeadroom.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| cpuPerUnit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/ocean_ecs#num_of_units OceanEcs#num_of_units}. | --- @@ -2351,7 +2351,7 @@ public java.lang.Number getCpuPerUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#cpu_per_unit OceanEcs#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#cpu_per_unit OceanEcs#cpu_per_unit}. --- @@ -2363,7 +2363,7 @@ public java.lang.Number getMemoryPerUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#memory_per_unit OceanEcs#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#memory_per_unit OceanEcs#memory_per_unit}. --- @@ -2375,7 +2375,7 @@ public java.lang.Number getNumOfUnits(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#num_of_units OceanEcs#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#num_of_units OceanEcs#num_of_units}. --- @@ -2396,8 +2396,8 @@ OceanEcsAutoscalerResourceLimits.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| maxMemoryGib | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_ecs#max_vcpu OceanEcs#max_vcpu}. | --- @@ -2409,7 +2409,7 @@ public java.lang.Number getMaxMemoryGib(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#max_memory_gib OceanEcs#max_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#max_memory_gib OceanEcs#max_memory_gib}. --- @@ -2421,7 +2421,7 @@ public java.lang.Number getMaxVcpu(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#max_vcpu OceanEcs#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#max_vcpu OceanEcs#max_vcpu}. --- @@ -2444,10 +2444,10 @@ OceanEcsBlockDeviceMappings.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| deviceName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_ecs#virtual_name OceanEcs#virtual_name}. | --- @@ -2459,7 +2459,7 @@ public java.lang.String getDeviceName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#device_name OceanEcs#device_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#device_name OceanEcs#device_name}. --- @@ -2473,7 +2473,7 @@ public OceanEcsBlockDeviceMappingsEbs getEbs(); ebs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#ebs OceanEcs#ebs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#ebs OceanEcs#ebs} --- @@ -2485,7 +2485,7 @@ public java.lang.String getNoDevice(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#no_device OceanEcs#no_device}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#no_device OceanEcs#no_device}. --- @@ -2497,7 +2497,7 @@ public java.lang.String getVirtualName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#virtual_name OceanEcs#virtual_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#virtual_name OceanEcs#virtual_name}. --- @@ -2527,15 +2527,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.169.1/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.170.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.169.1/docs/resources/ocean_ecs#encrypted OceanEcs#encrypted}. | -| iops | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#iops OceanEcs#iops}. | -| kmsKeyId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/docs/resources/ocean_ecs#throughput OceanEcs#throughput}. | -| volumeSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.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.170.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.170.0/docs/resources/ocean_ecs#volume_type OceanEcs#volume_type}. | --- @@ -2547,7 +2547,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.169.1/docs/resources/ocean_ecs#delete_on_termination OceanEcs#delete_on_termination}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#delete_on_termination OceanEcs#delete_on_termination}. --- @@ -2561,7 +2561,7 @@ public OceanEcsBlockDeviceMappingsEbsDynamicVolumeSize getDynamicVolumeSize(); dynamic_volume_size block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#dynamic_volume_size OceanEcs#dynamic_volume_size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#dynamic_volume_size OceanEcs#dynamic_volume_size} --- @@ -2573,7 +2573,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.169.1/docs/resources/ocean_ecs#encrypted OceanEcs#encrypted}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#encrypted OceanEcs#encrypted}. --- @@ -2585,7 +2585,7 @@ public java.lang.Number getIops(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#iops OceanEcs#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#iops OceanEcs#iops}. --- @@ -2597,7 +2597,7 @@ public java.lang.String getKmsKeyId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#kms_key_id OceanEcs#kms_key_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#kms_key_id OceanEcs#kms_key_id}. --- @@ -2609,7 +2609,7 @@ public java.lang.String getSnapshotId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#snapshot_id OceanEcs#snapshot_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#snapshot_id OceanEcs#snapshot_id}. --- @@ -2621,7 +2621,7 @@ public java.lang.Number getThroughput(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#throughput OceanEcs#throughput}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#throughput OceanEcs#throughput}. --- @@ -2633,7 +2633,7 @@ public java.lang.Number getVolumeSize(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#volume_size OceanEcs#volume_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#volume_size OceanEcs#volume_size}. --- @@ -2645,7 +2645,7 @@ public java.lang.String getVolumeType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#volume_type OceanEcs#volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#volume_type OceanEcs#volume_type}. --- @@ -2667,9 +2667,9 @@ OceanEcsBlockDeviceMappingsEbsDynamicVolumeSize.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| baseSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/ocean_ecs#resource OceanEcs#resource}. | -| sizePerResourceUnit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.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.170.0/docs/resources/ocean_ecs#size_per_resource_unit OceanEcs#size_per_resource_unit}. | --- @@ -2681,7 +2681,7 @@ public java.lang.Number getBaseSize(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#base_size OceanEcs#base_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#base_size OceanEcs#base_size}. --- @@ -2693,7 +2693,7 @@ public java.lang.String getResource(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#resource OceanEcs#resource}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#resource OceanEcs#resource}. --- @@ -2705,7 +2705,7 @@ public java.lang.Number getSizePerResourceUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs#size_per_resource_unit OceanEcs#size_per_resource_unit}. --- @@ -2725,7 +2725,7 @@ OceanEcsClusterOrientation.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| availabilityVsCost | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs#availability_vs_cost OceanEcs#availability_vs_cost}. | --- @@ -2737,7 +2737,7 @@ public java.lang.String getAvailabilityVsCost(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#availability_vs_cost OceanEcs#availability_vs_cost}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#availability_vs_cost OceanEcs#availability_vs_cost}. --- @@ -2817,39 +2817,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.169.1/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.169.1/docs/resources/ocean_ecs#name OceanEcs#name}. | -| region | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#region OceanEcs#region}. | -| securityGroupIds | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.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.170.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.169.1/docs/resources/ocean_ecs#blacklist OceanEcs#blacklist}. | +| blacklist | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.169.1/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.169.1/docs/resources/ocean_ecs#id OceanEcs#id}. | -| imageId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.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.170.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.169.1/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.170.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.169.1/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.169.1/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.169.1/docs/resources/ocean_ecs#monitoring OceanEcs#monitoring}. | +| maxSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.169.1/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.170.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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.0/docs/resources/ocean_ecs#whitelist OceanEcs#whitelist}. | --- @@ -2931,7 +2931,7 @@ public java.lang.String getClusterName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#cluster_name OceanEcs#cluster_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#cluster_name OceanEcs#cluster_name}. --- @@ -2943,7 +2943,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#name OceanEcs#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#name OceanEcs#name}. --- @@ -2955,7 +2955,7 @@ public java.lang.String getRegion(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#region OceanEcs#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#region OceanEcs#region}. --- @@ -2967,7 +2967,7 @@ public java.util.List getSecurityGroupIds(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#security_group_ids OceanEcs#security_group_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#security_group_ids OceanEcs#security_group_ids}. --- @@ -2979,7 +2979,7 @@ public java.util.List getSubnetIds(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#subnet_ids OceanEcs#subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#subnet_ids OceanEcs#subnet_ids}. --- @@ -2991,7 +2991,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.169.1/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.170.0/docs/resources/ocean_ecs#associate_public_ip_address OceanEcs#associate_public_ip_address}. --- @@ -3005,7 +3005,7 @@ public OceanEcsAutoscaler getAutoscaler(); autoscaler block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#autoscaler OceanEcs#autoscaler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#autoscaler OceanEcs#autoscaler} --- @@ -3017,7 +3017,7 @@ public java.util.List getBlacklist(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#blacklist OceanEcs#blacklist}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#blacklist OceanEcs#blacklist}. --- @@ -3031,7 +3031,7 @@ public java.lang.Object getBlockDeviceMappings(); block_device_mappings block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#block_device_mappings OceanEcs#block_device_mappings} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#block_device_mappings OceanEcs#block_device_mappings} --- @@ -3045,7 +3045,7 @@ public java.lang.Object getClusterOrientation(); cluster_orientation block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#cluster_orientation OceanEcs#cluster_orientation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#cluster_orientation OceanEcs#cluster_orientation} --- @@ -3057,7 +3057,7 @@ public java.lang.Number getDesiredCapacity(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#desired_capacity OceanEcs#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#desired_capacity OceanEcs#desired_capacity}. --- @@ -3069,7 +3069,7 @@ public java.lang.Number getDrainingTimeout(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#draining_timeout OceanEcs#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#draining_timeout OceanEcs#draining_timeout}. --- @@ -3081,7 +3081,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.169.1/docs/resources/ocean_ecs#ebs_optimized OceanEcs#ebs_optimized}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#ebs_optimized OceanEcs#ebs_optimized}. --- @@ -3095,7 +3095,7 @@ public OceanEcsFilters getFilters(); filters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#filters OceanEcs#filters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#filters OceanEcs#filters} --- @@ -3107,7 +3107,7 @@ public java.lang.String getIamInstanceProfile(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#iam_instance_profile OceanEcs#iam_instance_profile}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#iam_instance_profile OceanEcs#iam_instance_profile}. --- @@ -3119,7 +3119,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#id OceanEcs#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. @@ -3134,7 +3134,7 @@ public java.lang.String getImageId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#image_id OceanEcs#image_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#image_id OceanEcs#image_id}. --- @@ -3148,7 +3148,7 @@ public OceanEcsInstanceMetadataOptions getInstanceMetadataOptions(); instance_metadata_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#instance_metadata_options OceanEcs#instance_metadata_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#instance_metadata_options OceanEcs#instance_metadata_options} --- @@ -3160,7 +3160,7 @@ public java.lang.String getKeyPair(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#key_pair OceanEcs#key_pair}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#key_pair OceanEcs#key_pair}. --- @@ -3174,7 +3174,7 @@ public OceanEcsLogging getLogging(); logging block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#logging OceanEcs#logging} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#logging OceanEcs#logging} --- @@ -3186,7 +3186,7 @@ public java.lang.Number getMaxSize(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#max_size OceanEcs#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#max_size OceanEcs#max_size}. --- @@ -3198,7 +3198,7 @@ public java.lang.Number getMinSize(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#min_size OceanEcs#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#min_size OceanEcs#min_size}. --- @@ -3210,7 +3210,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.169.1/docs/resources/ocean_ecs#monitoring OceanEcs#monitoring}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#monitoring OceanEcs#monitoring}. --- @@ -3224,7 +3224,7 @@ public OceanEcsOptimizeImages getOptimizeImages(); optimize_images block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#optimize_images OceanEcs#optimize_images} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#optimize_images OceanEcs#optimize_images} --- @@ -3238,7 +3238,7 @@ public java.lang.Object getScheduledTask(); scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#scheduled_task OceanEcs#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#scheduled_task OceanEcs#scheduled_task} --- @@ -3250,7 +3250,7 @@ public java.lang.Number getSpotPercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#spot_percentage OceanEcs#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#spot_percentage OceanEcs#spot_percentage}. --- @@ -3264,7 +3264,7 @@ public java.lang.Object getTags(); tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#tags OceanEcs#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#tags OceanEcs#tags} --- @@ -3278,7 +3278,7 @@ public OceanEcsUpdatePolicy getUpdatePolicy(); update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#update_policy OceanEcs#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#update_policy OceanEcs#update_policy} --- @@ -3290,7 +3290,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.169.1/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.170.0/docs/resources/ocean_ecs#use_as_template_only OceanEcs#use_as_template_only}. --- @@ -3302,7 +3302,7 @@ public java.lang.String getUserData(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#user_data OceanEcs#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#user_data OceanEcs#user_data}. --- @@ -3314,7 +3314,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.169.1/docs/resources/ocean_ecs#utilize_commitments OceanEcs#utilize_commitments}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#utilize_commitments OceanEcs#utilize_commitments}. --- @@ -3326,7 +3326,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.169.1/docs/resources/ocean_ecs#utilize_reserved_instances OceanEcs#utilize_reserved_instances}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#utilize_reserved_instances OceanEcs#utilize_reserved_instances}. --- @@ -3338,7 +3338,7 @@ public java.util.List getWhitelist(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#whitelist OceanEcs#whitelist}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#whitelist OceanEcs#whitelist}. --- @@ -3377,25 +3377,25 @@ OceanEcsFilters.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| architectures | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#architectures OceanEcs#architectures}. | -| categories | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#categories OceanEcs#categories}. | -| diskTypes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/docs/resources/ocean_ecs#hypervisor OceanEcs#hypervisor}. | -| includeFamilies | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.0/docs/resources/ocean_ecs#virtualization_types OceanEcs#virtualization_types}. | --- @@ -3407,7 +3407,7 @@ public java.util.List getArchitectures(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#architectures OceanEcs#architectures}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#architectures OceanEcs#architectures}. --- @@ -3419,7 +3419,7 @@ public java.util.List getCategories(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#categories OceanEcs#categories}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#categories OceanEcs#categories}. --- @@ -3431,7 +3431,7 @@ public java.util.List getDiskTypes(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#disk_types OceanEcs#disk_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#disk_types OceanEcs#disk_types}. --- @@ -3443,7 +3443,7 @@ public java.util.List getExcludeFamilies(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#exclude_families OceanEcs#exclude_families}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#exclude_families OceanEcs#exclude_families}. --- @@ -3455,7 +3455,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.169.1/docs/resources/ocean_ecs#exclude_metal OceanEcs#exclude_metal}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#exclude_metal OceanEcs#exclude_metal}. --- @@ -3467,7 +3467,7 @@ public java.util.List getHypervisor(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#hypervisor OceanEcs#hypervisor}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#hypervisor OceanEcs#hypervisor}. --- @@ -3479,7 +3479,7 @@ public java.util.List getIncludeFamilies(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#include_families OceanEcs#include_families}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#include_families OceanEcs#include_families}. --- @@ -3491,7 +3491,7 @@ public java.lang.String getIsEnaSupported(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#is_ena_supported OceanEcs#is_ena_supported}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#is_ena_supported OceanEcs#is_ena_supported}. --- @@ -3503,7 +3503,7 @@ public java.lang.Number getMaxGpu(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#max_gpu OceanEcs#max_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#max_gpu OceanEcs#max_gpu}. --- @@ -3515,7 +3515,7 @@ public java.lang.Number getMaxMemoryGib(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#max_memory_gib OceanEcs#max_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#max_memory_gib OceanEcs#max_memory_gib}. --- @@ -3527,7 +3527,7 @@ public java.lang.Number getMaxNetworkPerformance(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#max_network_performance OceanEcs#max_network_performance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#max_network_performance OceanEcs#max_network_performance}. --- @@ -3539,7 +3539,7 @@ public java.lang.Number getMaxVcpu(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#max_vcpu OceanEcs#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#max_vcpu OceanEcs#max_vcpu}. --- @@ -3551,7 +3551,7 @@ public java.lang.Number getMinEnis(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#min_enis OceanEcs#min_enis}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#min_enis OceanEcs#min_enis}. --- @@ -3563,7 +3563,7 @@ public java.lang.Number getMinGpu(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#min_gpu OceanEcs#min_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#min_gpu OceanEcs#min_gpu}. --- @@ -3575,7 +3575,7 @@ public java.lang.Number getMinMemoryGib(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#min_memory_gib OceanEcs#min_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#min_memory_gib OceanEcs#min_memory_gib}. --- @@ -3587,7 +3587,7 @@ public java.lang.Number getMinNetworkPerformance(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#min_network_performance OceanEcs#min_network_performance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#min_network_performance OceanEcs#min_network_performance}. --- @@ -3599,7 +3599,7 @@ public java.lang.Number getMinVcpu(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#min_vcpu OceanEcs#min_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#min_vcpu OceanEcs#min_vcpu}. --- @@ -3611,7 +3611,7 @@ public java.util.List getRootDeviceTypes(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#root_device_types OceanEcs#root_device_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#root_device_types OceanEcs#root_device_types}. --- @@ -3623,7 +3623,7 @@ public java.util.List getVirtualizationTypes(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#virtualization_types OceanEcs#virtualization_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#virtualization_types OceanEcs#virtualization_types}. --- @@ -3644,8 +3644,8 @@ OceanEcsInstanceMetadataOptions.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| httpTokens | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_ecs#http_put_response_hop_limit OceanEcs#http_put_response_hop_limit}. | --- @@ -3657,7 +3657,7 @@ public java.lang.String getHttpTokens(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#http_tokens OceanEcs#http_tokens}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#http_tokens OceanEcs#http_tokens}. --- @@ -3669,7 +3669,7 @@ public java.lang.Number getHttpPutResponseHopLimit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs#http_put_response_hop_limit OceanEcs#http_put_response_hop_limit}. --- @@ -3703,7 +3703,7 @@ public OceanEcsLoggingExport getExport(); export block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#export OceanEcs#export} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#export OceanEcs#export} --- @@ -3738,7 +3738,7 @@ public java.lang.Object getS3(); s3 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#s3 OceanEcs#s3} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#s3 OceanEcs#s3} --- @@ -3758,7 +3758,7 @@ OceanEcsLoggingExportS3.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#id OceanEcs#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#id OceanEcs#id}. | --- @@ -3770,7 +3770,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#id OceanEcs#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. @@ -3796,9 +3796,9 @@ OceanEcsOptimizeImages.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| performAt | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/ocean_ecs#time_windows OceanEcs#time_windows}. | --- @@ -3810,7 +3810,7 @@ public java.lang.String getPerformAt(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#perform_at OceanEcs#perform_at}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#perform_at OceanEcs#perform_at}. --- @@ -3822,7 +3822,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.169.1/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.170.0/docs/resources/ocean_ecs#should_optimize_ecs_ami OceanEcs#should_optimize_ecs_ami}. --- @@ -3834,7 +3834,7 @@ public java.util.List getTimeWindows(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#time_windows OceanEcs#time_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#time_windows OceanEcs#time_windows}. --- @@ -3871,7 +3871,7 @@ public OceanEcsScheduledTaskShutdownHours getShutdownHours(); shutdown_hours block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#shutdown_hours OceanEcs#shutdown_hours} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#shutdown_hours OceanEcs#shutdown_hours} --- @@ -3885,7 +3885,7 @@ public java.lang.Object getTasks(); tasks block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#tasks OceanEcs#tasks} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#tasks OceanEcs#tasks} --- @@ -3907,8 +3907,8 @@ OceanEcsScheduledTaskShutdownHours.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| timeWindows | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. | --- @@ -3920,7 +3920,7 @@ public java.util.List getTimeWindows(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#time_windows OceanEcs#time_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#time_windows OceanEcs#time_windows}. --- @@ -3932,7 +3932,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.169.1/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. --- @@ -3955,9 +3955,9 @@ OceanEcsScheduledTaskTasks.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| cronExpression | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/ocean_ecs#task_type OceanEcs#task_type}. | --- @@ -3969,7 +3969,7 @@ public java.lang.String getCronExpression(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#cron_expression OceanEcs#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#cron_expression OceanEcs#cron_expression}. --- @@ -3981,7 +3981,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.169.1/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. --- @@ -3993,7 +3993,7 @@ public java.lang.String getTaskType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#task_type OceanEcs#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#task_type OceanEcs#task_type}. --- @@ -4014,8 +4014,8 @@ OceanEcsTags.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#key OceanEcs#key}. | -| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#value OceanEcs#value}. | +| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/ocean_ecs#value OceanEcs#value}. | --- @@ -4027,7 +4027,7 @@ public java.lang.String getKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#key OceanEcs#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#key OceanEcs#key}. --- @@ -4039,7 +4039,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#value OceanEcs#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#value OceanEcs#value}. --- @@ -4065,9 +4065,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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/ocean_ecs#conditioned_roll OceanEcs#conditioned_roll}. | | rollConfig | OceanEcsUpdatePolicyRollConfig | roll_config block. | --- @@ -4080,7 +4080,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.169.1/docs/resources/ocean_ecs#should_roll OceanEcs#should_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#should_roll OceanEcs#should_roll}. --- @@ -4092,7 +4092,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.169.1/docs/resources/ocean_ecs#auto_apply_tags OceanEcs#auto_apply_tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#auto_apply_tags OceanEcs#auto_apply_tags}. --- @@ -4104,7 +4104,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.169.1/docs/resources/ocean_ecs#conditioned_roll OceanEcs#conditioned_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#conditioned_roll OceanEcs#conditioned_roll}. --- @@ -4118,7 +4118,7 @@ public OceanEcsUpdatePolicyRollConfig getRollConfig(); roll_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#roll_config OceanEcs#roll_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#roll_config OceanEcs#roll_config} --- @@ -4139,8 +4139,8 @@ OceanEcsUpdatePolicyRollConfig.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| batchSizePercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_ecs#batch_min_healthy_percentage OceanEcs#batch_min_healthy_percentage}. | --- @@ -4152,7 +4152,7 @@ public java.lang.Number getBatchSizePercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#batch_size_percentage OceanEcs#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#batch_size_percentage OceanEcs#batch_size_percentage}. --- @@ -4164,7 +4164,7 @@ public java.lang.Number getBatchMinHealthyPercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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 405af043a..ed3f8eded 100644 --- a/docs/oceanEcs.python.md +++ b/docs/oceanEcs.python.md @@ -4,7 +4,7 @@ ### OceanEcs -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs spotinst_ocean_ecs}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs spotinst_ocean_ecs}. #### Initializers @@ -68,39 +68,39 @@ oceanEcs.OceanEcs( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| cluster_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#cluster_name OceanEcs#cluster_name}. | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#name OceanEcs#name}. | -| region | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_ecs#name OceanEcs#name}. | +| region | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.169.1/docs/resources/ocean_ecs#blacklist OceanEcs#blacklist}. | +| blacklist | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.169.1/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.169.1/docs/resources/ocean_ecs#id OceanEcs#id}. | -| image_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.0/docs/resources/ocean_ecs#id OceanEcs#id}. | +| image_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.169.1/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.170.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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.0/docs/resources/ocean_ecs#whitelist OceanEcs#whitelist}. | --- @@ -168,7 +168,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#cluster_name OceanEcs#cluster_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#cluster_name OceanEcs#cluster_name}. --- @@ -176,7 +176,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#name OceanEcs#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#name OceanEcs#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.169.1/docs/resources/ocean_ecs#region OceanEcs#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#region OceanEcs#region}. --- @@ -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.169.1/docs/resources/ocean_ecs#security_group_ids OceanEcs#security_group_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#security_group_ids OceanEcs#security_group_ids}. --- @@ -200,7 +200,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#subnet_ids OceanEcs#subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#subnet_ids OceanEcs#subnet_ids}. --- @@ -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.169.1/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.170.0/docs/resources/ocean_ecs#associate_public_ip_address OceanEcs#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.169.1/docs/resources/ocean_ecs#autoscaler OceanEcs#autoscaler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#autoscaler OceanEcs#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.169.1/docs/resources/ocean_ecs#blacklist OceanEcs#blacklist}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#blacklist OceanEcs#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.169.1/docs/resources/ocean_ecs#block_device_mappings OceanEcs#block_device_mappings} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#block_device_mappings OceanEcs#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.169.1/docs/resources/ocean_ecs#cluster_orientation OceanEcs#cluster_orientation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#cluster_orientation OceanEcs#cluster_orientation} --- @@ -254,7 +254,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#desired_capacity OceanEcs#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#desired_capacity OceanEcs#desired_capacity}. --- @@ -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.169.1/docs/resources/ocean_ecs#draining_timeout OceanEcs#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#draining_timeout OceanEcs#draining_timeout}. --- @@ -270,7 +270,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#ebs_optimized OceanEcs#ebs_optimized}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#ebs_optimized OceanEcs#ebs_optimized}. --- @@ -280,7 +280,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.169.1/docs/resources/ocean_ecs#filters OceanEcs#filters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#filters OceanEcs#filters} --- @@ -288,7 +288,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#iam_instance_profile OceanEcs#iam_instance_profile}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#iam_instance_profile OceanEcs#iam_instance_profile}. --- @@ -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.169.1/docs/resources/ocean_ecs#id OceanEcs#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. @@ -307,7 +307,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.169.1/docs/resources/ocean_ecs#image_id OceanEcs#image_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#image_id OceanEcs#image_id}. --- @@ -317,7 +317,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.169.1/docs/resources/ocean_ecs#instance_metadata_options OceanEcs#instance_metadata_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#instance_metadata_options OceanEcs#instance_metadata_options} --- @@ -325,7 +325,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#key_pair OceanEcs#key_pair}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#key_pair OceanEcs#key_pair}. --- @@ -335,7 +335,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti logging block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#logging OceanEcs#logging} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#logging OceanEcs#logging} --- @@ -343,7 +343,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#max_size OceanEcs#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#max_size OceanEcs#max_size}. --- @@ -351,7 +351,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#min_size OceanEcs#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#min_size OceanEcs#min_size}. --- @@ -359,7 +359,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#monitoring OceanEcs#monitoring}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#monitoring OceanEcs#monitoring}. --- @@ -369,7 +369,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti optimize_images block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#optimize_images OceanEcs#optimize_images} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#optimize_images OceanEcs#optimize_images} --- @@ -379,7 +379,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#scheduled_task OceanEcs#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#scheduled_task OceanEcs#scheduled_task} --- @@ -387,7 +387,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#spot_percentage OceanEcs#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#spot_percentage OceanEcs#spot_percentage}. --- @@ -397,7 +397,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#tags OceanEcs#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#tags OceanEcs#tags} --- @@ -407,7 +407,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#update_policy OceanEcs#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#update_policy OceanEcs#update_policy} --- @@ -415,7 +415,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs#use_as_template_only OceanEcs#use_as_template_only}. --- @@ -423,7 +423,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#user_data OceanEcs#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#user_data OceanEcs#user_data}. --- @@ -431,7 +431,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#utilize_commitments OceanEcs#utilize_commitments}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#utilize_commitments OceanEcs#utilize_commitments}. --- @@ -439,7 +439,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#utilize_reserved_instances OceanEcs#utilize_reserved_instances}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#utilize_reserved_instances OceanEcs#utilize_reserved_instances}. --- @@ -447,7 +447,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#whitelist OceanEcs#whitelist}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#whitelist OceanEcs#whitelist}. --- @@ -864,7 +864,7 @@ def put_autoscaler( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#auto_headroom_percentage OceanEcs#auto_headroom_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#auto_headroom_percentage OceanEcs#auto_headroom_percentage}. --- @@ -872,7 +872,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#cooldown OceanEcs#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#cooldown OceanEcs#cooldown}. --- @@ -882,7 +882,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.169.1/docs/resources/ocean_ecs#down OceanEcs#down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#down OceanEcs#down} --- @@ -890,7 +890,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs#enable_automatic_and_manual_headroom OceanEcs#enable_automatic_and_manual_headroom}. --- @@ -900,7 +900,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.169.1/docs/resources/ocean_ecs#headroom OceanEcs#headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#headroom OceanEcs#headroom} --- @@ -908,7 +908,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#is_auto_config OceanEcs#is_auto_config}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#is_auto_config OceanEcs#is_auto_config}. --- @@ -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.169.1/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. --- @@ -926,7 +926,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.169.1/docs/resources/ocean_ecs#resource_limits OceanEcs#resource_limits} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#resource_limits OceanEcs#resource_limits} --- @@ -934,7 +934,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs#should_scale_down_non_service_tasks OceanEcs#should_scale_down_non_service_tasks}. --- @@ -996,7 +996,7 @@ def put_filters( - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#architectures OceanEcs#architectures}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#architectures OceanEcs#architectures}. --- @@ -1004,7 +1004,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.169.1/docs/resources/ocean_ecs#categories OceanEcs#categories}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#categories OceanEcs#categories}. --- @@ -1012,7 +1012,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.169.1/docs/resources/ocean_ecs#disk_types OceanEcs#disk_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#disk_types OceanEcs#disk_types}. --- @@ -1020,7 +1020,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.169.1/docs/resources/ocean_ecs#exclude_families OceanEcs#exclude_families}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#exclude_families OceanEcs#exclude_families}. --- @@ -1028,7 +1028,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#exclude_metal OceanEcs#exclude_metal}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#exclude_metal OceanEcs#exclude_metal}. --- @@ -1036,7 +1036,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.169.1/docs/resources/ocean_ecs#hypervisor OceanEcs#hypervisor}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#hypervisor OceanEcs#hypervisor}. --- @@ -1044,7 +1044,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.169.1/docs/resources/ocean_ecs#include_families OceanEcs#include_families}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#include_families OceanEcs#include_families}. --- @@ -1052,7 +1052,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#is_ena_supported OceanEcs#is_ena_supported}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#is_ena_supported OceanEcs#is_ena_supported}. --- @@ -1060,7 +1060,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#max_gpu OceanEcs#max_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#max_gpu OceanEcs#max_gpu}. --- @@ -1068,7 +1068,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#max_memory_gib OceanEcs#max_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#max_memory_gib OceanEcs#max_memory_gib}. --- @@ -1076,7 +1076,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#max_network_performance OceanEcs#max_network_performance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#max_network_performance OceanEcs#max_network_performance}. --- @@ -1084,7 +1084,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#max_vcpu OceanEcs#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#max_vcpu OceanEcs#max_vcpu}. --- @@ -1092,7 +1092,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#min_enis OceanEcs#min_enis}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#min_enis OceanEcs#min_enis}. --- @@ -1100,7 +1100,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#min_gpu OceanEcs#min_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#min_gpu OceanEcs#min_gpu}. --- @@ -1108,7 +1108,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#min_memory_gib OceanEcs#min_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#min_memory_gib OceanEcs#min_memory_gib}. --- @@ -1116,7 +1116,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#min_network_performance OceanEcs#min_network_performance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#min_network_performance OceanEcs#min_network_performance}. --- @@ -1124,7 +1124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#min_vcpu OceanEcs#min_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#min_vcpu OceanEcs#min_vcpu}. --- @@ -1132,7 +1132,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.169.1/docs/resources/ocean_ecs#root_device_types OceanEcs#root_device_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#root_device_types OceanEcs#root_device_types}. --- @@ -1140,7 +1140,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.169.1/docs/resources/ocean_ecs#virtualization_types OceanEcs#virtualization_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#virtualization_types OceanEcs#virtualization_types}. --- @@ -1157,7 +1157,7 @@ def put_instance_metadata_options( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#http_tokens OceanEcs#http_tokens}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#http_tokens OceanEcs#http_tokens}. --- @@ -1165,7 +1165,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs#http_put_response_hop_limit OceanEcs#http_put_response_hop_limit}. --- @@ -1183,7 +1183,7 @@ def put_logging( export block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#export OceanEcs#export} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#export OceanEcs#export} --- @@ -1201,7 +1201,7 @@ def put_optimize_images( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#perform_at OceanEcs#perform_at}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#perform_at OceanEcs#perform_at}. --- @@ -1209,7 +1209,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs#should_optimize_ecs_ami OceanEcs#should_optimize_ecs_ami}. --- @@ -1217,7 +1217,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.169.1/docs/resources/ocean_ecs#time_windows OceanEcs#time_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#time_windows OceanEcs#time_windows}. --- @@ -1264,7 +1264,7 @@ def put_update_policy( - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#should_roll OceanEcs#should_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#should_roll OceanEcs#should_roll}. --- @@ -1272,7 +1272,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#auto_apply_tags OceanEcs#auto_apply_tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#auto_apply_tags OceanEcs#auto_apply_tags}. --- @@ -1280,7 +1280,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#conditioned_roll OceanEcs#conditioned_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#conditioned_roll OceanEcs#conditioned_roll}. --- @@ -1290,7 +1290,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.169.1/docs/resources/ocean_ecs#roll_config OceanEcs#roll_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#roll_config OceanEcs#roll_config} --- @@ -1576,7 +1576,7 @@ The construct id used in the generated config for the OceanEcs to import. The id of the existing OceanEcs that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#import import section} in the documentation of this resource for the id to use --- @@ -2521,15 +2521,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.169.1/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.169.1/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.170.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.170.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.169.1/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.170.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.169.1/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.169.1/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.170.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.170.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.169.1/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.170.0/docs/resources/ocean_ecs#should_scale_down_non_service_tasks OceanEcs#should_scale_down_non_service_tasks}. | --- @@ -2541,7 +2541,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.169.1/docs/resources/ocean_ecs#auto_headroom_percentage OceanEcs#auto_headroom_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#auto_headroom_percentage OceanEcs#auto_headroom_percentage}. --- @@ -2553,7 +2553,7 @@ cooldown: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#cooldown OceanEcs#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#cooldown OceanEcs#cooldown}. --- @@ -2567,7 +2567,7 @@ down: OceanEcsAutoscalerDown down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#down OceanEcs#down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#down OceanEcs#down} --- @@ -2579,7 +2579,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.169.1/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.170.0/docs/resources/ocean_ecs#enable_automatic_and_manual_headroom OceanEcs#enable_automatic_and_manual_headroom}. --- @@ -2593,7 +2593,7 @@ headroom: OceanEcsAutoscalerHeadroom headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#headroom OceanEcs#headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#headroom OceanEcs#headroom} --- @@ -2605,7 +2605,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.169.1/docs/resources/ocean_ecs#is_auto_config OceanEcs#is_auto_config}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#is_auto_config OceanEcs#is_auto_config}. --- @@ -2617,7 +2617,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.169.1/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. --- @@ -2631,7 +2631,7 @@ resource_limits: OceanEcsAutoscalerResourceLimits resource_limits block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#resource_limits OceanEcs#resource_limits} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#resource_limits OceanEcs#resource_limits} --- @@ -2643,7 +2643,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.169.1/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.170.0/docs/resources/ocean_ecs#should_scale_down_non_service_tasks OceanEcs#should_scale_down_non_service_tasks}. --- @@ -2663,7 +2663,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.169.1/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.170.0/docs/resources/ocean_ecs#max_scale_down_percentage OceanEcs#max_scale_down_percentage}. | --- @@ -2675,7 +2675,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.169.1/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.170.0/docs/resources/ocean_ecs#max_scale_down_percentage OceanEcs#max_scale_down_percentage}. --- @@ -2697,9 +2697,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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/ocean_ecs#num_of_units OceanEcs#num_of_units}. | --- @@ -2711,7 +2711,7 @@ cpu_per_unit: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#cpu_per_unit OceanEcs#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#cpu_per_unit OceanEcs#cpu_per_unit}. --- @@ -2723,7 +2723,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.169.1/docs/resources/ocean_ecs#memory_per_unit OceanEcs#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#memory_per_unit OceanEcs#memory_per_unit}. --- @@ -2735,7 +2735,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.169.1/docs/resources/ocean_ecs#num_of_units OceanEcs#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#num_of_units OceanEcs#num_of_units}. --- @@ -2756,8 +2756,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.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_ecs#max_vcpu OceanEcs#max_vcpu}. | --- @@ -2769,7 +2769,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.169.1/docs/resources/ocean_ecs#max_memory_gib OceanEcs#max_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#max_memory_gib OceanEcs#max_memory_gib}. --- @@ -2781,7 +2781,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.169.1/docs/resources/ocean_ecs#max_vcpu OceanEcs#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#max_vcpu OceanEcs#max_vcpu}. --- @@ -2804,10 +2804,10 @@ oceanEcs.OceanEcsBlockDeviceMappings( | **Name** | **Type** | **Description** | | --- | --- | --- | -| device_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_ecs#virtual_name OceanEcs#virtual_name}. | --- @@ -2819,7 +2819,7 @@ device_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#device_name OceanEcs#device_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#device_name OceanEcs#device_name}. --- @@ -2833,7 +2833,7 @@ ebs: OceanEcsBlockDeviceMappingsEbs ebs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#ebs OceanEcs#ebs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#ebs OceanEcs#ebs} --- @@ -2845,7 +2845,7 @@ no_device: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#no_device OceanEcs#no_device}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#no_device OceanEcs#no_device}. --- @@ -2857,7 +2857,7 @@ virtual_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#virtual_name OceanEcs#virtual_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#virtual_name OceanEcs#virtual_name}. --- @@ -2885,15 +2885,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.169.1/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.170.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.169.1/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.169.1/docs/resources/ocean_ecs#iops OceanEcs#iops}. | -| kms_key_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.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.170.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.170.0/docs/resources/ocean_ecs#volume_type OceanEcs#volume_type}. | --- @@ -2905,7 +2905,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.169.1/docs/resources/ocean_ecs#delete_on_termination OceanEcs#delete_on_termination}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#delete_on_termination OceanEcs#delete_on_termination}. --- @@ -2919,7 +2919,7 @@ dynamic_volume_size: OceanEcsBlockDeviceMappingsEbsDynamicVolumeSize dynamic_volume_size block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#dynamic_volume_size OceanEcs#dynamic_volume_size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#dynamic_volume_size OceanEcs#dynamic_volume_size} --- @@ -2931,7 +2931,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.169.1/docs/resources/ocean_ecs#encrypted OceanEcs#encrypted}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#encrypted OceanEcs#encrypted}. --- @@ -2943,7 +2943,7 @@ iops: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#iops OceanEcs#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#iops OceanEcs#iops}. --- @@ -2955,7 +2955,7 @@ kms_key_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#kms_key_id OceanEcs#kms_key_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#kms_key_id OceanEcs#kms_key_id}. --- @@ -2967,7 +2967,7 @@ snapshot_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#snapshot_id OceanEcs#snapshot_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#snapshot_id OceanEcs#snapshot_id}. --- @@ -2979,7 +2979,7 @@ throughput: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#throughput OceanEcs#throughput}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#throughput OceanEcs#throughput}. --- @@ -2991,7 +2991,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.169.1/docs/resources/ocean_ecs#volume_size OceanEcs#volume_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#volume_size OceanEcs#volume_size}. --- @@ -3003,7 +3003,7 @@ volume_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#volume_type OceanEcs#volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#volume_type OceanEcs#volume_type}. --- @@ -3025,9 +3025,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.169.1/docs/resources/ocean_ecs#base_size OceanEcs#base_size}. | -| resource | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/ocean_ecs#size_per_resource_unit OceanEcs#size_per_resource_unit}. | --- @@ -3039,7 +3039,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.169.1/docs/resources/ocean_ecs#base_size OceanEcs#base_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#base_size OceanEcs#base_size}. --- @@ -3051,7 +3051,7 @@ resource: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#resource OceanEcs#resource}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#resource OceanEcs#resource}. --- @@ -3063,7 +3063,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.169.1/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.170.0/docs/resources/ocean_ecs#size_per_resource_unit OceanEcs#size_per_resource_unit}. --- @@ -3083,7 +3083,7 @@ oceanEcs.OceanEcsClusterOrientation( | **Name** | **Type** | **Description** | | --- | --- | --- | -| availability_vs_cost | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs#availability_vs_cost OceanEcs#availability_vs_cost}. | --- @@ -3095,7 +3095,7 @@ availability_vs_cost: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#availability_vs_cost OceanEcs#availability_vs_cost}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#availability_vs_cost OceanEcs#availability_vs_cost}. --- @@ -3161,39 +3161,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.169.1/docs/resources/ocean_ecs#cluster_name OceanEcs#cluster_name}. | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#name OceanEcs#name}. | -| region | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_ecs#name OceanEcs#name}. | +| region | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.169.1/docs/resources/ocean_ecs#blacklist OceanEcs#blacklist}. | +| blacklist | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.169.1/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.169.1/docs/resources/ocean_ecs#id OceanEcs#id}. | -| image_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.0/docs/resources/ocean_ecs#id OceanEcs#id}. | +| image_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.169.1/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.170.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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.0/docs/resources/ocean_ecs#whitelist OceanEcs#whitelist}. | --- @@ -3275,7 +3275,7 @@ cluster_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#cluster_name OceanEcs#cluster_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#cluster_name OceanEcs#cluster_name}. --- @@ -3287,7 +3287,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#name OceanEcs#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#name OceanEcs#name}. --- @@ -3299,7 +3299,7 @@ region: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#region OceanEcs#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#region OceanEcs#region}. --- @@ -3311,7 +3311,7 @@ security_group_ids: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#security_group_ids OceanEcs#security_group_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#security_group_ids OceanEcs#security_group_ids}. --- @@ -3323,7 +3323,7 @@ subnet_ids: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#subnet_ids OceanEcs#subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#subnet_ids OceanEcs#subnet_ids}. --- @@ -3335,7 +3335,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.169.1/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.170.0/docs/resources/ocean_ecs#associate_public_ip_address OceanEcs#associate_public_ip_address}. --- @@ -3349,7 +3349,7 @@ autoscaler: OceanEcsAutoscaler autoscaler block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#autoscaler OceanEcs#autoscaler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#autoscaler OceanEcs#autoscaler} --- @@ -3361,7 +3361,7 @@ blacklist: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#blacklist OceanEcs#blacklist}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#blacklist OceanEcs#blacklist}. --- @@ -3375,7 +3375,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.169.1/docs/resources/ocean_ecs#block_device_mappings OceanEcs#block_device_mappings} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#block_device_mappings OceanEcs#block_device_mappings} --- @@ -3389,7 +3389,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.169.1/docs/resources/ocean_ecs#cluster_orientation OceanEcs#cluster_orientation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#cluster_orientation OceanEcs#cluster_orientation} --- @@ -3401,7 +3401,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.169.1/docs/resources/ocean_ecs#desired_capacity OceanEcs#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#desired_capacity OceanEcs#desired_capacity}. --- @@ -3413,7 +3413,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.169.1/docs/resources/ocean_ecs#draining_timeout OceanEcs#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#draining_timeout OceanEcs#draining_timeout}. --- @@ -3425,7 +3425,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.169.1/docs/resources/ocean_ecs#ebs_optimized OceanEcs#ebs_optimized}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#ebs_optimized OceanEcs#ebs_optimized}. --- @@ -3439,7 +3439,7 @@ filters: OceanEcsFilters filters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#filters OceanEcs#filters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#filters OceanEcs#filters} --- @@ -3451,7 +3451,7 @@ iam_instance_profile: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#iam_instance_profile OceanEcs#iam_instance_profile}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#iam_instance_profile OceanEcs#iam_instance_profile}. --- @@ -3463,7 +3463,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#id OceanEcs#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. @@ -3478,7 +3478,7 @@ image_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#image_id OceanEcs#image_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#image_id OceanEcs#image_id}. --- @@ -3492,7 +3492,7 @@ instance_metadata_options: OceanEcsInstanceMetadataOptions instance_metadata_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#instance_metadata_options OceanEcs#instance_metadata_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#instance_metadata_options OceanEcs#instance_metadata_options} --- @@ -3504,7 +3504,7 @@ key_pair: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#key_pair OceanEcs#key_pair}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#key_pair OceanEcs#key_pair}. --- @@ -3518,7 +3518,7 @@ logging: OceanEcsLogging logging block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#logging OceanEcs#logging} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#logging OceanEcs#logging} --- @@ -3530,7 +3530,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.169.1/docs/resources/ocean_ecs#max_size OceanEcs#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#max_size OceanEcs#max_size}. --- @@ -3542,7 +3542,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.169.1/docs/resources/ocean_ecs#min_size OceanEcs#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#min_size OceanEcs#min_size}. --- @@ -3554,7 +3554,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.169.1/docs/resources/ocean_ecs#monitoring OceanEcs#monitoring}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#monitoring OceanEcs#monitoring}. --- @@ -3568,7 +3568,7 @@ optimize_images: OceanEcsOptimizeImages optimize_images block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#optimize_images OceanEcs#optimize_images} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#optimize_images OceanEcs#optimize_images} --- @@ -3582,7 +3582,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.169.1/docs/resources/ocean_ecs#scheduled_task OceanEcs#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#scheduled_task OceanEcs#scheduled_task} --- @@ -3594,7 +3594,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.169.1/docs/resources/ocean_ecs#spot_percentage OceanEcs#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#spot_percentage OceanEcs#spot_percentage}. --- @@ -3608,7 +3608,7 @@ tags: typing.Union[IResolvable, typing.List[OceanEcsTags]] tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#tags OceanEcs#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#tags OceanEcs#tags} --- @@ -3622,7 +3622,7 @@ update_policy: OceanEcsUpdatePolicy update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#update_policy OceanEcs#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#update_policy OceanEcs#update_policy} --- @@ -3634,7 +3634,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.169.1/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.170.0/docs/resources/ocean_ecs#use_as_template_only OceanEcs#use_as_template_only}. --- @@ -3646,7 +3646,7 @@ user_data: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#user_data OceanEcs#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#user_data OceanEcs#user_data}. --- @@ -3658,7 +3658,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.169.1/docs/resources/ocean_ecs#utilize_commitments OceanEcs#utilize_commitments}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#utilize_commitments OceanEcs#utilize_commitments}. --- @@ -3670,7 +3670,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.169.1/docs/resources/ocean_ecs#utilize_reserved_instances OceanEcs#utilize_reserved_instances}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#utilize_reserved_instances OceanEcs#utilize_reserved_instances}. --- @@ -3682,7 +3682,7 @@ whitelist: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#whitelist OceanEcs#whitelist}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#whitelist OceanEcs#whitelist}. --- @@ -3720,25 +3720,25 @@ oceanEcs.OceanEcsFilters( | **Name** | **Type** | **Description** | | --- | --- | --- | -| architectures | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#architectures OceanEcs#architectures}. | -| categories | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.0/docs/resources/ocean_ecs#virtualization_types OceanEcs#virtualization_types}. | --- @@ -3750,7 +3750,7 @@ architectures: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#architectures OceanEcs#architectures}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#architectures OceanEcs#architectures}. --- @@ -3762,7 +3762,7 @@ categories: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#categories OceanEcs#categories}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#categories OceanEcs#categories}. --- @@ -3774,7 +3774,7 @@ disk_types: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#disk_types OceanEcs#disk_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#disk_types OceanEcs#disk_types}. --- @@ -3786,7 +3786,7 @@ exclude_families: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#exclude_families OceanEcs#exclude_families}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#exclude_families OceanEcs#exclude_families}. --- @@ -3798,7 +3798,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.169.1/docs/resources/ocean_ecs#exclude_metal OceanEcs#exclude_metal}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#exclude_metal OceanEcs#exclude_metal}. --- @@ -3810,7 +3810,7 @@ hypervisor: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#hypervisor OceanEcs#hypervisor}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#hypervisor OceanEcs#hypervisor}. --- @@ -3822,7 +3822,7 @@ include_families: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#include_families OceanEcs#include_families}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#include_families OceanEcs#include_families}. --- @@ -3834,7 +3834,7 @@ is_ena_supported: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#is_ena_supported OceanEcs#is_ena_supported}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#is_ena_supported OceanEcs#is_ena_supported}. --- @@ -3846,7 +3846,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.169.1/docs/resources/ocean_ecs#max_gpu OceanEcs#max_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#max_gpu OceanEcs#max_gpu}. --- @@ -3858,7 +3858,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.169.1/docs/resources/ocean_ecs#max_memory_gib OceanEcs#max_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#max_memory_gib OceanEcs#max_memory_gib}. --- @@ -3870,7 +3870,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.169.1/docs/resources/ocean_ecs#max_network_performance OceanEcs#max_network_performance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#max_network_performance OceanEcs#max_network_performance}. --- @@ -3882,7 +3882,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.169.1/docs/resources/ocean_ecs#max_vcpu OceanEcs#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#max_vcpu OceanEcs#max_vcpu}. --- @@ -3894,7 +3894,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.169.1/docs/resources/ocean_ecs#min_enis OceanEcs#min_enis}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#min_enis OceanEcs#min_enis}. --- @@ -3906,7 +3906,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.169.1/docs/resources/ocean_ecs#min_gpu OceanEcs#min_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#min_gpu OceanEcs#min_gpu}. --- @@ -3918,7 +3918,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.169.1/docs/resources/ocean_ecs#min_memory_gib OceanEcs#min_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#min_memory_gib OceanEcs#min_memory_gib}. --- @@ -3930,7 +3930,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.169.1/docs/resources/ocean_ecs#min_network_performance OceanEcs#min_network_performance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#min_network_performance OceanEcs#min_network_performance}. --- @@ -3942,7 +3942,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.169.1/docs/resources/ocean_ecs#min_vcpu OceanEcs#min_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#min_vcpu OceanEcs#min_vcpu}. --- @@ -3954,7 +3954,7 @@ root_device_types: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#root_device_types OceanEcs#root_device_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#root_device_types OceanEcs#root_device_types}. --- @@ -3966,7 +3966,7 @@ virtualization_types: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#virtualization_types OceanEcs#virtualization_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#virtualization_types OceanEcs#virtualization_types}. --- @@ -3987,8 +3987,8 @@ oceanEcs.OceanEcsInstanceMetadataOptions( | **Name** | **Type** | **Description** | | --- | --- | --- | -| http_tokens | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_ecs#http_put_response_hop_limit OceanEcs#http_put_response_hop_limit}. | --- @@ -4000,7 +4000,7 @@ http_tokens: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#http_tokens OceanEcs#http_tokens}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#http_tokens OceanEcs#http_tokens}. --- @@ -4012,7 +4012,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.169.1/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.170.0/docs/resources/ocean_ecs#http_put_response_hop_limit OceanEcs#http_put_response_hop_limit}. --- @@ -4046,7 +4046,7 @@ export: OceanEcsLoggingExport export block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#export OceanEcs#export} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#export OceanEcs#export} --- @@ -4080,7 +4080,7 @@ s3: typing.Union[IResolvable, typing.List[OceanEcsLoggingExportS3]] s3 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#s3 OceanEcs#s3} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#s3 OceanEcs#s3} --- @@ -4100,7 +4100,7 @@ oceanEcs.OceanEcsLoggingExportS3( | **Name** | **Type** | **Description** | | --- | --- | --- | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#id OceanEcs#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#id OceanEcs#id}. | --- @@ -4112,7 +4112,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#id OceanEcs#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. @@ -4137,9 +4137,9 @@ oceanEcs.OceanEcsOptimizeImages( | **Name** | **Type** | **Description** | | --- | --- | --- | -| perform_at | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/ocean_ecs#time_windows OceanEcs#time_windows}. | --- @@ -4151,7 +4151,7 @@ perform_at: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#perform_at OceanEcs#perform_at}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#perform_at OceanEcs#perform_at}. --- @@ -4163,7 +4163,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.169.1/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.170.0/docs/resources/ocean_ecs#should_optimize_ecs_ami OceanEcs#should_optimize_ecs_ami}. --- @@ -4175,7 +4175,7 @@ time_windows: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#time_windows OceanEcs#time_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#time_windows OceanEcs#time_windows}. --- @@ -4211,7 +4211,7 @@ shutdown_hours: OceanEcsScheduledTaskShutdownHours shutdown_hours block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#shutdown_hours OceanEcs#shutdown_hours} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#shutdown_hours OceanEcs#shutdown_hours} --- @@ -4225,7 +4225,7 @@ tasks: typing.Union[IResolvable, typing.List[OceanEcsScheduledTaskTasks]] tasks block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#tasks OceanEcs#tasks} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#tasks OceanEcs#tasks} --- @@ -4246,8 +4246,8 @@ oceanEcs.OceanEcsScheduledTaskShutdownHours( | **Name** | **Type** | **Description** | | --- | --- | --- | -| time_windows | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. | --- @@ -4259,7 +4259,7 @@ time_windows: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#time_windows OceanEcs#time_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#time_windows OceanEcs#time_windows}. --- @@ -4271,7 +4271,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.169.1/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. --- @@ -4293,9 +4293,9 @@ oceanEcs.OceanEcsScheduledTaskTasks( | **Name** | **Type** | **Description** | | --- | --- | --- | -| cron_expression | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/ocean_ecs#task_type OceanEcs#task_type}. | --- @@ -4307,7 +4307,7 @@ cron_expression: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#cron_expression OceanEcs#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#cron_expression OceanEcs#cron_expression}. --- @@ -4319,7 +4319,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.169.1/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. --- @@ -4331,7 +4331,7 @@ task_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#task_type OceanEcs#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#task_type OceanEcs#task_type}. --- @@ -4352,8 +4352,8 @@ oceanEcs.OceanEcsTags( | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#key OceanEcs#key}. | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#value OceanEcs#value}. | +| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#key OceanEcs#key}. | +| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#value OceanEcs#value}. | --- @@ -4365,7 +4365,7 @@ key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#key OceanEcs#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#key OceanEcs#key}. --- @@ -4377,7 +4377,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#value OceanEcs#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#value OceanEcs#value}. --- @@ -4400,9 +4400,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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/ocean_ecs#conditioned_roll OceanEcs#conditioned_roll}. | | roll_config | OceanEcsUpdatePolicyRollConfig | roll_config block. | --- @@ -4415,7 +4415,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.169.1/docs/resources/ocean_ecs#should_roll OceanEcs#should_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#should_roll OceanEcs#should_roll}. --- @@ -4427,7 +4427,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.169.1/docs/resources/ocean_ecs#auto_apply_tags OceanEcs#auto_apply_tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#auto_apply_tags OceanEcs#auto_apply_tags}. --- @@ -4439,7 +4439,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.169.1/docs/resources/ocean_ecs#conditioned_roll OceanEcs#conditioned_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#conditioned_roll OceanEcs#conditioned_roll}. --- @@ -4453,7 +4453,7 @@ roll_config: OceanEcsUpdatePolicyRollConfig roll_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#roll_config OceanEcs#roll_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#roll_config OceanEcs#roll_config} --- @@ -4474,8 +4474,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.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_ecs#batch_min_healthy_percentage OceanEcs#batch_min_healthy_percentage}. | --- @@ -4487,7 +4487,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.169.1/docs/resources/ocean_ecs#batch_size_percentage OceanEcs#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#batch_size_percentage OceanEcs#batch_size_percentage}. --- @@ -4499,7 +4499,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.169.1/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.170.0/docs/resources/ocean_ecs#batch_min_healthy_percentage OceanEcs#batch_min_healthy_percentage}. --- @@ -5421,7 +5421,7 @@ def put_down( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs#max_scale_down_percentage OceanEcs#max_scale_down_percentage}. --- @@ -5439,7 +5439,7 @@ def put_headroom( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#cpu_per_unit OceanEcs#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#cpu_per_unit OceanEcs#cpu_per_unit}. --- @@ -5447,7 +5447,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#memory_per_unit OceanEcs#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#memory_per_unit OceanEcs#memory_per_unit}. --- @@ -5455,7 +5455,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#num_of_units OceanEcs#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#num_of_units OceanEcs#num_of_units}. --- @@ -5472,7 +5472,7 @@ def put_resource_limits( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#max_memory_gib OceanEcs#max_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#max_memory_gib OceanEcs#max_memory_gib}. --- @@ -5480,7 +5480,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#max_vcpu OceanEcs#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#max_vcpu OceanEcs#max_vcpu}. --- @@ -6706,7 +6706,7 @@ def put_dynamic_volume_size( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#base_size OceanEcs#base_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#base_size OceanEcs#base_size}. --- @@ -6714,7 +6714,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#resource OceanEcs#resource}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#resource OceanEcs#resource}. --- @@ -6722,7 +6722,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs#size_per_resource_unit OceanEcs#size_per_resource_unit}. --- @@ -7466,7 +7466,7 @@ def put_ebs( - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#delete_on_termination OceanEcs#delete_on_termination}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#delete_on_termination OceanEcs#delete_on_termination}. --- @@ -7476,7 +7476,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.169.1/docs/resources/ocean_ecs#dynamic_volume_size OceanEcs#dynamic_volume_size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#dynamic_volume_size OceanEcs#dynamic_volume_size} --- @@ -7484,7 +7484,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#encrypted OceanEcs#encrypted}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#encrypted OceanEcs#encrypted}. --- @@ -7492,7 +7492,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#iops OceanEcs#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#iops OceanEcs#iops}. --- @@ -7500,7 +7500,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#kms_key_id OceanEcs#kms_key_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#kms_key_id OceanEcs#kms_key_id}. --- @@ -7508,7 +7508,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#snapshot_id OceanEcs#snapshot_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#snapshot_id OceanEcs#snapshot_id}. --- @@ -7516,7 +7516,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#throughput OceanEcs#throughput}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#throughput OceanEcs#throughput}. --- @@ -7524,7 +7524,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#volume_size OceanEcs#volume_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#volume_size OceanEcs#volume_size}. --- @@ -7532,7 +7532,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#volume_type OceanEcs#volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#volume_type OceanEcs#volume_type}. --- @@ -10379,7 +10379,7 @@ def put_export( s3 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#s3 OceanEcs#s3} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#s3 OceanEcs#s3} --- @@ -11239,7 +11239,7 @@ def put_shutdown_hours( - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#time_windows OceanEcs#time_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#time_windows OceanEcs#time_windows}. --- @@ -11247,7 +11247,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. --- @@ -12975,7 +12975,7 @@ def put_roll_config( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#batch_size_percentage OceanEcs#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#batch_size_percentage OceanEcs#batch_size_percentage}. --- @@ -12983,7 +12983,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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 1d9a7935a..64dfcb584 100644 --- a/docs/oceanEcs.typescript.md +++ b/docs/oceanEcs.typescript.md @@ -4,7 +4,7 @@ ### OceanEcs -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs spotinst_ocean_ecs}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs spotinst_ocean_ecs}. #### Initializers @@ -793,7 +793,7 @@ The construct id used in the generated config for the OceanEcs to import. The id of the existing OceanEcs that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#import import section} in the documentation of this resource for the id to use --- @@ -1728,15 +1728,15 @@ const oceanEcsAutoscaler: oceanEcs.OceanEcsAutoscaler = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| autoHeadroomPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/ocean_ecs#cooldown OceanEcs#cooldown}. | +| autoHeadroomPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.169.1/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.170.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.169.1/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.169.1/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.170.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.170.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.169.1/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.170.0/docs/resources/ocean_ecs#should_scale_down_non_service_tasks OceanEcs#should_scale_down_non_service_tasks}. | --- @@ -1748,7 +1748,7 @@ public readonly autoHeadroomPercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#auto_headroom_percentage OceanEcs#auto_headroom_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#auto_headroom_percentage OceanEcs#auto_headroom_percentage}. --- @@ -1760,7 +1760,7 @@ public readonly cooldown: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#cooldown OceanEcs#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#cooldown OceanEcs#cooldown}. --- @@ -1774,7 +1774,7 @@ public readonly down: OceanEcsAutoscalerDown; down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#down OceanEcs#down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#down OceanEcs#down} --- @@ -1786,7 +1786,7 @@ public readonly enableAutomaticAndManualHeadroom: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs#enable_automatic_and_manual_headroom OceanEcs#enable_automatic_and_manual_headroom}. --- @@ -1800,7 +1800,7 @@ public readonly headroom: OceanEcsAutoscalerHeadroom; headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#headroom OceanEcs#headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#headroom OceanEcs#headroom} --- @@ -1812,7 +1812,7 @@ public readonly isAutoConfig: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#is_auto_config OceanEcs#is_auto_config}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#is_auto_config OceanEcs#is_auto_config}. --- @@ -1824,7 +1824,7 @@ public readonly isEnabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. --- @@ -1838,7 +1838,7 @@ public readonly resourceLimits: OceanEcsAutoscalerResourceLimits; resource_limits block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#resource_limits OceanEcs#resource_limits} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#resource_limits OceanEcs#resource_limits} --- @@ -1850,7 +1850,7 @@ public readonly shouldScaleDownNonServiceTasks: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs#should_scale_down_non_service_tasks OceanEcs#should_scale_down_non_service_tasks}. --- @@ -1868,7 +1868,7 @@ const oceanEcsAutoscalerDown: oceanEcs.OceanEcsAutoscalerDown = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| maxScaleDownPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs#max_scale_down_percentage OceanEcs#max_scale_down_percentage}. | --- @@ -1880,7 +1880,7 @@ public readonly maxScaleDownPercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs#max_scale_down_percentage OceanEcs#max_scale_down_percentage}. --- @@ -1898,9 +1898,9 @@ const oceanEcsAutoscalerHeadroom: oceanEcs.OceanEcsAutoscalerHeadroom = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| cpuPerUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/ocean_ecs#num_of_units OceanEcs#num_of_units}. | --- @@ -1912,7 +1912,7 @@ public readonly cpuPerUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#cpu_per_unit OceanEcs#cpu_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#cpu_per_unit OceanEcs#cpu_per_unit}. --- @@ -1924,7 +1924,7 @@ public readonly memoryPerUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#memory_per_unit OceanEcs#memory_per_unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#memory_per_unit OceanEcs#memory_per_unit}. --- @@ -1936,7 +1936,7 @@ public readonly numOfUnits: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#num_of_units OceanEcs#num_of_units}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#num_of_units OceanEcs#num_of_units}. --- @@ -1954,8 +1954,8 @@ const oceanEcsAutoscalerResourceLimits: oceanEcs.OceanEcsAutoscalerResourceLimit | **Name** | **Type** | **Description** | | --- | --- | --- | -| maxMemoryGib | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/ocean_ecs#max_vcpu OceanEcs#max_vcpu}. | +| maxMemoryGib | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/ocean_ecs#max_vcpu OceanEcs#max_vcpu}. | --- @@ -1967,7 +1967,7 @@ public readonly maxMemoryGib: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#max_memory_gib OceanEcs#max_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#max_memory_gib OceanEcs#max_memory_gib}. --- @@ -1979,7 +1979,7 @@ public readonly maxVcpu: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#max_vcpu OceanEcs#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#max_vcpu OceanEcs#max_vcpu}. --- @@ -1997,10 +1997,10 @@ const oceanEcsBlockDeviceMappings: oceanEcs.OceanEcsBlockDeviceMappings = { ... | **Name** | **Type** | **Description** | | --- | --- | --- | -| deviceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#device_name OceanEcs#device_name}. | +| deviceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_ecs#no_device OceanEcs#no_device}. | -| virtualName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#virtual_name OceanEcs#virtual_name}. | +| noDevice | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/ocean_ecs#virtual_name OceanEcs#virtual_name}. | --- @@ -2012,7 +2012,7 @@ public readonly deviceName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#device_name OceanEcs#device_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#device_name OceanEcs#device_name}. --- @@ -2026,7 +2026,7 @@ public readonly ebs: OceanEcsBlockDeviceMappingsEbs; ebs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#ebs OceanEcs#ebs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#ebs OceanEcs#ebs} --- @@ -2038,7 +2038,7 @@ public readonly noDevice: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#no_device OceanEcs#no_device}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#no_device OceanEcs#no_device}. --- @@ -2050,7 +2050,7 @@ public readonly virtualName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#virtual_name OceanEcs#virtual_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#virtual_name OceanEcs#virtual_name}. --- @@ -2068,15 +2068,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.169.1/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.170.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.169.1/docs/resources/ocean_ecs#encrypted OceanEcs#encrypted}. | -| iops | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#iops OceanEcs#iops}. | -| kmsKeyId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/ocean_ecs#snapshot_id OceanEcs#snapshot_id}. | -| throughput | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#throughput OceanEcs#throughput}. | -| volumeSize | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#volume_size OceanEcs#volume_size}. | -| volumeType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs#encrypted OceanEcs#encrypted}. | +| iops | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#iops OceanEcs#iops}. | +| kmsKeyId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.0/docs/resources/ocean_ecs#throughput OceanEcs#throughput}. | +| volumeSize | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/ocean_ecs#volume_type OceanEcs#volume_type}. | --- @@ -2088,7 +2088,7 @@ public readonly deleteOnTermination: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#delete_on_termination OceanEcs#delete_on_termination}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#delete_on_termination OceanEcs#delete_on_termination}. --- @@ -2102,7 +2102,7 @@ public readonly dynamicVolumeSize: OceanEcsBlockDeviceMappingsEbsDynamicVolumeSi dynamic_volume_size block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#dynamic_volume_size OceanEcs#dynamic_volume_size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#dynamic_volume_size OceanEcs#dynamic_volume_size} --- @@ -2114,7 +2114,7 @@ public readonly encrypted: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#encrypted OceanEcs#encrypted}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#encrypted OceanEcs#encrypted}. --- @@ -2126,7 +2126,7 @@ public readonly iops: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#iops OceanEcs#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#iops OceanEcs#iops}. --- @@ -2138,7 +2138,7 @@ public readonly kmsKeyId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#kms_key_id OceanEcs#kms_key_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#kms_key_id OceanEcs#kms_key_id}. --- @@ -2150,7 +2150,7 @@ public readonly snapshotId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#snapshot_id OceanEcs#snapshot_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#snapshot_id OceanEcs#snapshot_id}. --- @@ -2162,7 +2162,7 @@ public readonly throughput: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#throughput OceanEcs#throughput}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#throughput OceanEcs#throughput}. --- @@ -2174,7 +2174,7 @@ public readonly volumeSize: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#volume_size OceanEcs#volume_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#volume_size OceanEcs#volume_size}. --- @@ -2186,7 +2186,7 @@ public readonly volumeType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#volume_type OceanEcs#volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#volume_type OceanEcs#volume_type}. --- @@ -2204,9 +2204,9 @@ const oceanEcsBlockDeviceMappingsEbsDynamicVolumeSize: oceanEcs.OceanEcsBlockDev | **Name** | **Type** | **Description** | | --- | --- | --- | -| baseSize | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#base_size OceanEcs#base_size}. | -| resource | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#resource OceanEcs#resource}. | -| sizePerResourceUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.0/docs/resources/ocean_ecs#resource OceanEcs#resource}. | +| sizePerResourceUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#size_per_resource_unit OceanEcs#size_per_resource_unit}. | --- @@ -2218,7 +2218,7 @@ public readonly baseSize: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#base_size OceanEcs#base_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#base_size OceanEcs#base_size}. --- @@ -2230,7 +2230,7 @@ public readonly resource: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#resource OceanEcs#resource}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#resource OceanEcs#resource}. --- @@ -2242,7 +2242,7 @@ public readonly sizePerResourceUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs#size_per_resource_unit OceanEcs#size_per_resource_unit}. --- @@ -2260,7 +2260,7 @@ const oceanEcsClusterOrientation: oceanEcs.OceanEcsClusterOrientation = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| availabilityVsCost | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs#availability_vs_cost OceanEcs#availability_vs_cost}. | --- @@ -2272,7 +2272,7 @@ public readonly availabilityVsCost: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#availability_vs_cost OceanEcs#availability_vs_cost}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#availability_vs_cost OceanEcs#availability_vs_cost}. --- @@ -2297,39 +2297,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.169.1/docs/resources/ocean_ecs#cluster_name OceanEcs#cluster_name}. | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#name OceanEcs#name}. | -| region | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#region OceanEcs#region}. | -| securityGroupIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_ecs#name OceanEcs#name}. | +| region | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#region OceanEcs#region}. | +| securityGroupIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.169.1/docs/resources/ocean_ecs#blacklist OceanEcs#blacklist}. | +| blacklist | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_ecs#desired_capacity OceanEcs#desired_capacity}. | -| drainingTimeout | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/ocean_ecs#ebs_optimized OceanEcs#ebs_optimized}. | +| desiredCapacity | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.169.1/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.169.1/docs/resources/ocean_ecs#id OceanEcs#id}. | -| imageId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#image_id OceanEcs#image_id}. | +| iamInstanceProfile | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/ocean_ecs#id OceanEcs#id}. | +| imageId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_ecs#key_pair OceanEcs#key_pair}. | +| keyPair | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_ecs#max_size OceanEcs#max_size}. | -| minSize | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/ocean_ecs#monitoring OceanEcs#monitoring}. | +| maxSize | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.169.1/docs/resources/ocean_ecs#spot_percentage OceanEcs#spot_percentage}. | +| spotPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/docs/resources/ocean_ecs#whitelist OceanEcs#whitelist}. | +| useAsTemplateOnly | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.170.0/docs/resources/ocean_ecs#whitelist OceanEcs#whitelist}. | --- @@ -2411,7 +2411,7 @@ public readonly clusterName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#cluster_name OceanEcs#cluster_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#cluster_name OceanEcs#cluster_name}. --- @@ -2423,7 +2423,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#name OceanEcs#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#name OceanEcs#name}. --- @@ -2435,7 +2435,7 @@ public readonly region: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#region OceanEcs#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#region OceanEcs#region}. --- @@ -2447,7 +2447,7 @@ public readonly securityGroupIds: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#security_group_ids OceanEcs#security_group_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#security_group_ids OceanEcs#security_group_ids}. --- @@ -2459,7 +2459,7 @@ public readonly subnetIds: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#subnet_ids OceanEcs#subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#subnet_ids OceanEcs#subnet_ids}. --- @@ -2471,7 +2471,7 @@ public readonly associatePublicIpAddress: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs#associate_public_ip_address OceanEcs#associate_public_ip_address}. --- @@ -2485,7 +2485,7 @@ public readonly autoscaler: OceanEcsAutoscaler; autoscaler block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#autoscaler OceanEcs#autoscaler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#autoscaler OceanEcs#autoscaler} --- @@ -2497,7 +2497,7 @@ public readonly blacklist: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#blacklist OceanEcs#blacklist}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#blacklist OceanEcs#blacklist}. --- @@ -2511,7 +2511,7 @@ public readonly blockDeviceMappings: IResolvable | OceanEcsBlockDeviceMappings[] block_device_mappings block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#block_device_mappings OceanEcs#block_device_mappings} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#block_device_mappings OceanEcs#block_device_mappings} --- @@ -2525,7 +2525,7 @@ public readonly clusterOrientation: IResolvable | OceanEcsClusterOrientation[]; cluster_orientation block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#cluster_orientation OceanEcs#cluster_orientation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#cluster_orientation OceanEcs#cluster_orientation} --- @@ -2537,7 +2537,7 @@ public readonly desiredCapacity: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#desired_capacity OceanEcs#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#desired_capacity OceanEcs#desired_capacity}. --- @@ -2549,7 +2549,7 @@ public readonly drainingTimeout: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#draining_timeout OceanEcs#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#draining_timeout OceanEcs#draining_timeout}. --- @@ -2561,7 +2561,7 @@ public readonly ebsOptimized: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#ebs_optimized OceanEcs#ebs_optimized}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#ebs_optimized OceanEcs#ebs_optimized}. --- @@ -2575,7 +2575,7 @@ public readonly filters: OceanEcsFilters; filters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#filters OceanEcs#filters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#filters OceanEcs#filters} --- @@ -2587,7 +2587,7 @@ public readonly iamInstanceProfile: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#iam_instance_profile OceanEcs#iam_instance_profile}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#iam_instance_profile OceanEcs#iam_instance_profile}. --- @@ -2599,7 +2599,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#id OceanEcs#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. @@ -2614,7 +2614,7 @@ public readonly imageId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#image_id OceanEcs#image_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#image_id OceanEcs#image_id}. --- @@ -2628,7 +2628,7 @@ public readonly instanceMetadataOptions: OceanEcsInstanceMetadataOptions; instance_metadata_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#instance_metadata_options OceanEcs#instance_metadata_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#instance_metadata_options OceanEcs#instance_metadata_options} --- @@ -2640,7 +2640,7 @@ public readonly keyPair: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#key_pair OceanEcs#key_pair}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#key_pair OceanEcs#key_pair}. --- @@ -2654,7 +2654,7 @@ public readonly logging: OceanEcsLogging; logging block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#logging OceanEcs#logging} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#logging OceanEcs#logging} --- @@ -2666,7 +2666,7 @@ public readonly maxSize: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#max_size OceanEcs#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#max_size OceanEcs#max_size}. --- @@ -2678,7 +2678,7 @@ public readonly minSize: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#min_size OceanEcs#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#min_size OceanEcs#min_size}. --- @@ -2690,7 +2690,7 @@ public readonly monitoring: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#monitoring OceanEcs#monitoring}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#monitoring OceanEcs#monitoring}. --- @@ -2704,7 +2704,7 @@ public readonly optimizeImages: OceanEcsOptimizeImages; optimize_images block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#optimize_images OceanEcs#optimize_images} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#optimize_images OceanEcs#optimize_images} --- @@ -2718,7 +2718,7 @@ public readonly scheduledTask: IResolvable | OceanEcsScheduledTask[]; scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#scheduled_task OceanEcs#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#scheduled_task OceanEcs#scheduled_task} --- @@ -2730,7 +2730,7 @@ public readonly spotPercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#spot_percentage OceanEcs#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#spot_percentage OceanEcs#spot_percentage}. --- @@ -2744,7 +2744,7 @@ public readonly tags: IResolvable | OceanEcsTags[]; tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#tags OceanEcs#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#tags OceanEcs#tags} --- @@ -2758,7 +2758,7 @@ public readonly updatePolicy: OceanEcsUpdatePolicy; update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#update_policy OceanEcs#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#update_policy OceanEcs#update_policy} --- @@ -2770,7 +2770,7 @@ public readonly useAsTemplateOnly: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs#use_as_template_only OceanEcs#use_as_template_only}. --- @@ -2782,7 +2782,7 @@ public readonly userData: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#user_data OceanEcs#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#user_data OceanEcs#user_data}. --- @@ -2794,7 +2794,7 @@ public readonly utilizeCommitments: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#utilize_commitments OceanEcs#utilize_commitments}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#utilize_commitments OceanEcs#utilize_commitments}. --- @@ -2806,7 +2806,7 @@ public readonly utilizeReservedInstances: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#utilize_reserved_instances OceanEcs#utilize_reserved_instances}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#utilize_reserved_instances OceanEcs#utilize_reserved_instances}. --- @@ -2818,7 +2818,7 @@ public readonly whitelist: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#whitelist OceanEcs#whitelist}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#whitelist OceanEcs#whitelist}. --- @@ -2836,25 +2836,25 @@ const oceanEcsFilters: oceanEcs.OceanEcsFilters = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| architectures | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#architectures OceanEcs#architectures}. | -| categories | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#categories OceanEcs#categories}. | -| diskTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#disk_types OceanEcs#disk_types}. | -| excludeFamilies | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/ocean_ecs#exclude_metal OceanEcs#exclude_metal}. | -| hypervisor | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#hypervisor OceanEcs#hypervisor}. | -| includeFamilies | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#include_families OceanEcs#include_families}. | -| isEnaSupported | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/ocean_ecs#max_gpu OceanEcs#max_gpu}. | -| maxMemoryGib | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/docs/resources/ocean_ecs#max_vcpu OceanEcs#max_vcpu}. | -| minEnis | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#min_enis OceanEcs#min_enis}. | -| minGpu | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#min_gpu OceanEcs#min_gpu}. | -| minMemoryGib | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/docs/resources/ocean_ecs#min_vcpu OceanEcs#min_vcpu}. | -| rootDeviceTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/ocean_ecs#virtualization_types OceanEcs#virtualization_types}. | +| architectures | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#architectures OceanEcs#architectures}. | +| categories | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#categories OceanEcs#categories}. | +| diskTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.0/docs/resources/ocean_ecs#hypervisor OceanEcs#hypervisor}. | +| includeFamilies | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.0/docs/resources/ocean_ecs#virtualization_types OceanEcs#virtualization_types}. | --- @@ -2866,7 +2866,7 @@ public readonly architectures: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#architectures OceanEcs#architectures}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#architectures OceanEcs#architectures}. --- @@ -2878,7 +2878,7 @@ public readonly categories: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#categories OceanEcs#categories}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#categories OceanEcs#categories}. --- @@ -2890,7 +2890,7 @@ public readonly diskTypes: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#disk_types OceanEcs#disk_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#disk_types OceanEcs#disk_types}. --- @@ -2902,7 +2902,7 @@ public readonly excludeFamilies: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#exclude_families OceanEcs#exclude_families}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#exclude_families OceanEcs#exclude_families}. --- @@ -2914,7 +2914,7 @@ public readonly excludeMetal: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#exclude_metal OceanEcs#exclude_metal}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#exclude_metal OceanEcs#exclude_metal}. --- @@ -2926,7 +2926,7 @@ public readonly hypervisor: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#hypervisor OceanEcs#hypervisor}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#hypervisor OceanEcs#hypervisor}. --- @@ -2938,7 +2938,7 @@ public readonly includeFamilies: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#include_families OceanEcs#include_families}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#include_families OceanEcs#include_families}. --- @@ -2950,7 +2950,7 @@ public readonly isEnaSupported: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#is_ena_supported OceanEcs#is_ena_supported}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#is_ena_supported OceanEcs#is_ena_supported}. --- @@ -2962,7 +2962,7 @@ public readonly maxGpu: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#max_gpu OceanEcs#max_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#max_gpu OceanEcs#max_gpu}. --- @@ -2974,7 +2974,7 @@ public readonly maxMemoryGib: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#max_memory_gib OceanEcs#max_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#max_memory_gib OceanEcs#max_memory_gib}. --- @@ -2986,7 +2986,7 @@ public readonly maxNetworkPerformance: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#max_network_performance OceanEcs#max_network_performance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#max_network_performance OceanEcs#max_network_performance}. --- @@ -2998,7 +2998,7 @@ public readonly maxVcpu: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#max_vcpu OceanEcs#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#max_vcpu OceanEcs#max_vcpu}. --- @@ -3010,7 +3010,7 @@ public readonly minEnis: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#min_enis OceanEcs#min_enis}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#min_enis OceanEcs#min_enis}. --- @@ -3022,7 +3022,7 @@ public readonly minGpu: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#min_gpu OceanEcs#min_gpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#min_gpu OceanEcs#min_gpu}. --- @@ -3034,7 +3034,7 @@ public readonly minMemoryGib: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#min_memory_gib OceanEcs#min_memory_gib}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#min_memory_gib OceanEcs#min_memory_gib}. --- @@ -3046,7 +3046,7 @@ public readonly minNetworkPerformance: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#min_network_performance OceanEcs#min_network_performance}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#min_network_performance OceanEcs#min_network_performance}. --- @@ -3058,7 +3058,7 @@ public readonly minVcpu: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#min_vcpu OceanEcs#min_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#min_vcpu OceanEcs#min_vcpu}. --- @@ -3070,7 +3070,7 @@ public readonly rootDeviceTypes: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#root_device_types OceanEcs#root_device_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#root_device_types OceanEcs#root_device_types}. --- @@ -3082,7 +3082,7 @@ public readonly virtualizationTypes: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#virtualization_types OceanEcs#virtualization_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#virtualization_types OceanEcs#virtualization_types}. --- @@ -3100,8 +3100,8 @@ const oceanEcsInstanceMetadataOptions: oceanEcs.OceanEcsInstanceMetadataOptions | **Name** | **Type** | **Description** | | --- | --- | --- | -| httpTokens | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#http_tokens OceanEcs#http_tokens}. | -| httpPutResponseHopLimit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.0/docs/resources/ocean_ecs#http_put_response_hop_limit OceanEcs#http_put_response_hop_limit}. | --- @@ -3113,7 +3113,7 @@ public readonly httpTokens: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#http_tokens OceanEcs#http_tokens}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#http_tokens OceanEcs#http_tokens}. --- @@ -3125,7 +3125,7 @@ public readonly httpPutResponseHopLimit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs#http_put_response_hop_limit OceanEcs#http_put_response_hop_limit}. --- @@ -3157,7 +3157,7 @@ public readonly export: OceanEcsLoggingExport; export block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#export OceanEcs#export} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#export OceanEcs#export} --- @@ -3189,7 +3189,7 @@ public readonly s3: IResolvable | OceanEcsLoggingExportS3[]; s3 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#s3 OceanEcs#s3} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#s3 OceanEcs#s3} --- @@ -3207,7 +3207,7 @@ const oceanEcsLoggingExportS3: oceanEcs.OceanEcsLoggingExportS3 = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#id OceanEcs#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#id OceanEcs#id}. | --- @@ -3219,7 +3219,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#id OceanEcs#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. @@ -3240,9 +3240,9 @@ const oceanEcsOptimizeImages: oceanEcs.OceanEcsOptimizeImages = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| performAt | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/docs/resources/ocean_ecs#time_windows OceanEcs#time_windows}. | +| performAt | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.0/docs/resources/ocean_ecs#time_windows OceanEcs#time_windows}. | --- @@ -3254,7 +3254,7 @@ public readonly performAt: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#perform_at OceanEcs#perform_at}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#perform_at OceanEcs#perform_at}. --- @@ -3266,7 +3266,7 @@ public readonly shouldOptimizeEcsAmi: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs#should_optimize_ecs_ami OceanEcs#should_optimize_ecs_ami}. --- @@ -3278,7 +3278,7 @@ public readonly timeWindows: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#time_windows OceanEcs#time_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#time_windows OceanEcs#time_windows}. --- @@ -3311,7 +3311,7 @@ public readonly shutdownHours: OceanEcsScheduledTaskShutdownHours; shutdown_hours block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#shutdown_hours OceanEcs#shutdown_hours} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#shutdown_hours OceanEcs#shutdown_hours} --- @@ -3325,7 +3325,7 @@ public readonly tasks: IResolvable | OceanEcsScheduledTaskTasks[]; tasks block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#tasks OceanEcs#tasks} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#tasks OceanEcs#tasks} --- @@ -3343,8 +3343,8 @@ const oceanEcsScheduledTaskShutdownHours: oceanEcs.OceanEcsScheduledTaskShutdown | **Name** | **Type** | **Description** | | --- | --- | --- | -| timeWindows | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. | +| timeWindows | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. | --- @@ -3356,7 +3356,7 @@ public readonly timeWindows: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#time_windows OceanEcs#time_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#time_windows OceanEcs#time_windows}. --- @@ -3368,7 +3368,7 @@ public readonly isEnabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. --- @@ -3386,9 +3386,9 @@ const oceanEcsScheduledTaskTasks: oceanEcs.OceanEcsScheduledTaskTasks = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| cronExpression | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. | -| taskType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#task_type OceanEcs#task_type}. | +| cronExpression | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.0/docs/resources/ocean_ecs#task_type OceanEcs#task_type}. | --- @@ -3400,7 +3400,7 @@ public readonly cronExpression: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#cron_expression OceanEcs#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#cron_expression OceanEcs#cron_expression}. --- @@ -3412,7 +3412,7 @@ public readonly isEnabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled}. --- @@ -3424,7 +3424,7 @@ public readonly taskType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#task_type OceanEcs#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#task_type OceanEcs#task_type}. --- @@ -3442,8 +3442,8 @@ const oceanEcsTags: oceanEcs.OceanEcsTags = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#key OceanEcs#key}. | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#value OceanEcs#value}. | +| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#key OceanEcs#key}. | +| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#value OceanEcs#value}. | --- @@ -3455,7 +3455,7 @@ public readonly key: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#key OceanEcs#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#key OceanEcs#key}. --- @@ -3467,7 +3467,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#value OceanEcs#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#value OceanEcs#value}. --- @@ -3485,9 +3485,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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/ocean_ecs#conditioned_roll OceanEcs#conditioned_roll}. | | rollConfig | OceanEcsUpdatePolicyRollConfig | roll_config block. | --- @@ -3500,7 +3500,7 @@ public readonly shouldRoll: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#should_roll OceanEcs#should_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#should_roll OceanEcs#should_roll}. --- @@ -3512,7 +3512,7 @@ public readonly autoApplyTags: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#auto_apply_tags OceanEcs#auto_apply_tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#auto_apply_tags OceanEcs#auto_apply_tags}. --- @@ -3524,7 +3524,7 @@ public readonly conditionedRoll: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#conditioned_roll OceanEcs#conditioned_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#conditioned_roll OceanEcs#conditioned_roll}. --- @@ -3538,7 +3538,7 @@ public readonly rollConfig: OceanEcsUpdatePolicyRollConfig; roll_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#roll_config OceanEcs#roll_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#roll_config OceanEcs#roll_config} --- @@ -3556,8 +3556,8 @@ const oceanEcsUpdatePolicyRollConfig: oceanEcs.OceanEcsUpdatePolicyRollConfig = | **Name** | **Type** | **Description** | | --- | --- | --- | -| batchSizePercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_ecs#batch_min_healthy_percentage OceanEcs#batch_min_healthy_percentage}. | --- @@ -3569,7 +3569,7 @@ public readonly batchSizePercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#batch_size_percentage OceanEcs#batch_size_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#batch_size_percentage OceanEcs#batch_size_percentage}. --- @@ -3581,7 +3581,7 @@ public readonly batchMinHealthyPercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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 e74dd9b19..8da7d33e2 100644 --- a/docs/oceanEcsLaunchSpec.csharp.md +++ b/docs/oceanEcsLaunchSpec.csharp.md @@ -4,7 +4,7 @@ ### OceanEcsLaunchSpec -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec spotinst_ocean_ecs_launch_spec}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec spotinst_ocean_ecs_launch_spec}. #### Initializers @@ -690,7 +690,7 @@ The construct id used in the generated config for the OceanEcsLaunchSpec to impo The id of the existing OceanEcsLaunchSpec that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#import import section} in the documentation of this resource for the id to use --- @@ -1320,8 +1320,8 @@ new OceanEcsLaunchSpecAttributes { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#key OceanEcsLaunchSpec#key}. | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#value OceanEcsLaunchSpec#value}. | +| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/ocean_ecs_launch_spec#value OceanEcsLaunchSpec#value}. | --- @@ -1333,7 +1333,7 @@ public string Key { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#key OceanEcsLaunchSpec#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#key OceanEcsLaunchSpec#key}. --- @@ -1345,7 +1345,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#value OceanEcsLaunchSpec#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#value OceanEcsLaunchSpec#value}. --- @@ -1367,9 +1367,9 @@ new OceanEcsLaunchSpecAutoscaleHeadrooms { | **Name** | **Type** | **Description** | | --- | --- | --- | -| NumOfUnits | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/ocean_ecs_launch_spec#memory_per_unit OceanEcsLaunchSpec#memory_per_unit}. | --- @@ -1381,7 +1381,7 @@ public double NumOfUnits { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs_launch_spec#num_of_units OceanEcsLaunchSpec#num_of_units}. --- @@ -1393,7 +1393,7 @@ public double CpuPerUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs_launch_spec#cpu_per_unit OceanEcsLaunchSpec#cpu_per_unit}. --- @@ -1405,7 +1405,7 @@ public double MemoryPerUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs_launch_spec#memory_per_unit OceanEcsLaunchSpec#memory_per_unit}. --- @@ -1428,10 +1428,10 @@ new OceanEcsLaunchSpecBlockDeviceMappings { | **Name** | **Type** | **Description** | | --- | --- | --- | -| DeviceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_ecs_launch_spec#virtual_name OceanEcsLaunchSpec#virtual_name}. | --- @@ -1443,7 +1443,7 @@ public string DeviceName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#device_name OceanEcsLaunchSpec#device_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#device_name OceanEcsLaunchSpec#device_name}. --- @@ -1457,7 +1457,7 @@ public OceanEcsLaunchSpecBlockDeviceMappingsEbs Ebs { get; set; } ebs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#ebs OceanEcsLaunchSpec#ebs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#ebs OceanEcsLaunchSpec#ebs} --- @@ -1469,7 +1469,7 @@ public string NoDevice { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#no_device OceanEcsLaunchSpec#no_device}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#no_device OceanEcsLaunchSpec#no_device}. --- @@ -1481,7 +1481,7 @@ public string VirtualName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#virtual_name OceanEcsLaunchSpec#virtual_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#virtual_name OceanEcsLaunchSpec#virtual_name}. --- @@ -1509,15 +1509,15 @@ new OceanEcsLaunchSpecBlockDeviceMappingsEbs { | **Name** | **Type** | **Description** | | --- | --- | --- | -| DeleteOnTermination | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.169.1/docs/resources/ocean_ecs_launch_spec#encrypted OceanEcsLaunchSpec#encrypted}. | -| Iops | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#iops OceanEcsLaunchSpec#iops}. | -| KmsKeyId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/docs/resources/ocean_ecs_launch_spec#throughput OceanEcsLaunchSpec#throughput}. | -| VolumeSize | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.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.170.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.170.0/docs/resources/ocean_ecs_launch_spec#volume_type OceanEcsLaunchSpec#volume_type}. | --- @@ -1529,7 +1529,7 @@ public object DeleteOnTermination { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs_launch_spec#delete_on_termination OceanEcsLaunchSpec#delete_on_termination}. --- @@ -1543,7 +1543,7 @@ public OceanEcsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSize DynamicVolumeSi dynamic_volume_size block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs_launch_spec#dynamic_volume_size OceanEcsLaunchSpec#dynamic_volume_size} --- @@ -1555,7 +1555,7 @@ public object Encrypted { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#encrypted OceanEcsLaunchSpec#encrypted}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#encrypted OceanEcsLaunchSpec#encrypted}. --- @@ -1567,7 +1567,7 @@ public double Iops { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#iops OceanEcsLaunchSpec#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#iops OceanEcsLaunchSpec#iops}. --- @@ -1579,7 +1579,7 @@ public string KmsKeyId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs_launch_spec#kms_key_id OceanEcsLaunchSpec#kms_key_id}. --- @@ -1591,7 +1591,7 @@ public string SnapshotId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#snapshot_id OceanEcsLaunchSpec#snapshot_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#snapshot_id OceanEcsLaunchSpec#snapshot_id}. --- @@ -1603,7 +1603,7 @@ public double Throughput { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#throughput OceanEcsLaunchSpec#throughput}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#throughput OceanEcsLaunchSpec#throughput}. --- @@ -1615,7 +1615,7 @@ public double VolumeSize { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#volume_size OceanEcsLaunchSpec#volume_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#volume_size OceanEcsLaunchSpec#volume_size}. --- @@ -1627,7 +1627,7 @@ public string VolumeType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#volume_type OceanEcsLaunchSpec#volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#volume_type OceanEcsLaunchSpec#volume_type}. --- @@ -1649,9 +1649,9 @@ new OceanEcsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSize { | **Name** | **Type** | **Description** | | --- | --- | --- | -| BaseSize | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/ocean_ecs_launch_spec#resource OceanEcsLaunchSpec#resource}. | -| SizePerResourceUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.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.170.0/docs/resources/ocean_ecs_launch_spec#size_per_resource_unit OceanEcsLaunchSpec#size_per_resource_unit}. | --- @@ -1663,7 +1663,7 @@ public double BaseSize { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#base_size OceanEcsLaunchSpec#base_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#base_size OceanEcsLaunchSpec#base_size}. --- @@ -1675,7 +1675,7 @@ public string Resource { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#resource OceanEcsLaunchSpec#resource}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#resource OceanEcsLaunchSpec#resource}. --- @@ -1687,7 +1687,7 @@ public double SizePerResourceUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs_launch_spec#size_per_resource_unit OceanEcsLaunchSpec#size_per_resource_unit}. --- @@ -1739,25 +1739,25 @@ new OceanEcsLaunchSpecConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#name OceanEcsLaunchSpec#name}. | -| OceanId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.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.169.1/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.169.1/docs/resources/ocean_ecs_launch_spec#id OceanEcsLaunchSpec#id}. | -| ImageId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.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.170.0/docs/resources/ocean_ecs_launch_spec#image_id OceanEcsLaunchSpec#image_id}. | | Images | object | images block. | | InstanceMetadataOptions | OceanEcsLaunchSpecInstanceMetadataOptions | instance_metadata_options block. | -| InstanceTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.169.1/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.170.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.169.1/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.170.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.169.1/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.170.0/docs/resources/ocean_ecs_launch_spec#user_data OceanEcsLaunchSpec#user_data}. | --- @@ -1839,7 +1839,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#name OceanEcsLaunchSpec#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#name OceanEcsLaunchSpec#name}. --- @@ -1851,7 +1851,7 @@ public string OceanId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#ocean_id OceanEcsLaunchSpec#ocean_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#ocean_id OceanEcsLaunchSpec#ocean_id}. --- @@ -1865,7 +1865,7 @@ public object Attributes { get; set; } attributes block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#attributes OceanEcsLaunchSpec#attributes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#attributes OceanEcsLaunchSpec#attributes} --- @@ -1879,7 +1879,7 @@ public object AutoscaleHeadrooms { get; set; } autoscale_headrooms block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#autoscale_headrooms OceanEcsLaunchSpec#autoscale_headrooms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#autoscale_headrooms OceanEcsLaunchSpec#autoscale_headrooms} --- @@ -1893,7 +1893,7 @@ public object BlockDeviceMappings { get; set; } block_device_mappings block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs_launch_spec#block_device_mappings OceanEcsLaunchSpec#block_device_mappings} --- @@ -1905,7 +1905,7 @@ public string IamInstanceProfile { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs_launch_spec#iam_instance_profile OceanEcsLaunchSpec#iam_instance_profile}. --- @@ -1917,7 +1917,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#id OceanEcsLaunchSpec#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#id OceanEcsLaunchSpec#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1932,7 +1932,7 @@ public string ImageId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#image_id OceanEcsLaunchSpec#image_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#image_id OceanEcsLaunchSpec#image_id}. --- @@ -1946,7 +1946,7 @@ public object Images { get; set; } images block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#images OceanEcsLaunchSpec#images} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#images OceanEcsLaunchSpec#images} --- @@ -1960,7 +1960,7 @@ public OceanEcsLaunchSpecInstanceMetadataOptions InstanceMetadataOptions { get; instance_metadata_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs_launch_spec#instance_metadata_options OceanEcsLaunchSpec#instance_metadata_options} --- @@ -1972,7 +1972,7 @@ public string[] InstanceTypes { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#instance_types OceanEcsLaunchSpec#instance_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#instance_types OceanEcsLaunchSpec#instance_types}. --- @@ -1984,7 +1984,7 @@ public string[] PreferredSpotTypes { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs_launch_spec#preferred_spot_types OceanEcsLaunchSpec#preferred_spot_types}. --- @@ -1996,7 +1996,7 @@ public object RestrictScaleDown { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs_launch_spec#restrict_scale_down OceanEcsLaunchSpec#restrict_scale_down}. --- @@ -2010,7 +2010,7 @@ public object SchedulingTask { get; set; } scheduling_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#scheduling_task OceanEcsLaunchSpec#scheduling_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#scheduling_task OceanEcsLaunchSpec#scheduling_task} --- @@ -2022,7 +2022,7 @@ public string[] SecurityGroupIds { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs_launch_spec#security_group_ids OceanEcsLaunchSpec#security_group_ids}. --- @@ -2036,7 +2036,7 @@ public object Strategy { get; set; } strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#strategy OceanEcsLaunchSpec#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#strategy OceanEcsLaunchSpec#strategy} --- @@ -2048,7 +2048,7 @@ public string[] SubnetIds { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#subnet_ids OceanEcsLaunchSpec#subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#subnet_ids OceanEcsLaunchSpec#subnet_ids}. --- @@ -2062,7 +2062,7 @@ public object Tags { get; set; } tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#tags OceanEcsLaunchSpec#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#tags OceanEcsLaunchSpec#tags} --- @@ -2074,7 +2074,7 @@ public string UserData { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#user_data OceanEcsLaunchSpec#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#user_data OceanEcsLaunchSpec#user_data}. --- @@ -2094,7 +2094,7 @@ new OceanEcsLaunchSpecImages { | **Name** | **Type** | **Description** | | --- | --- | --- | -| ImageId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#image_id OceanEcsLaunchSpec#image_id}. | +| ImageId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#image_id OceanEcsLaunchSpec#image_id}. | --- @@ -2106,7 +2106,7 @@ public string ImageId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#image_id OceanEcsLaunchSpec#image_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#image_id OceanEcsLaunchSpec#image_id}. --- @@ -2127,8 +2127,8 @@ new OceanEcsLaunchSpecInstanceMetadataOptions { | **Name** | **Type** | **Description** | | --- | --- | --- | -| HttpTokens | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_ecs_launch_spec#http_put_response_hop_limit OceanEcsLaunchSpec#http_put_response_hop_limit}. | --- @@ -2140,7 +2140,7 @@ public string HttpTokens { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#http_tokens OceanEcsLaunchSpec#http_tokens}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#http_tokens OceanEcsLaunchSpec#http_tokens}. --- @@ -2152,7 +2152,7 @@ public double HttpPutResponseHopLimit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs_launch_spec#http_put_response_hop_limit OceanEcsLaunchSpec#http_put_response_hop_limit}. --- @@ -2175,9 +2175,9 @@ new OceanEcsLaunchSpecSchedulingTask { | **Name** | **Type** | **Description** | | --- | --- | --- | -| CronExpression | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/ocean_ecs_launch_spec#task_type OceanEcsLaunchSpec#task_type}. | | TaskHeadroom | object | task_headroom block. | --- @@ -2190,7 +2190,7 @@ public string CronExpression { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#cron_expression OceanEcsLaunchSpec#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#cron_expression OceanEcsLaunchSpec#cron_expression}. --- @@ -2202,7 +2202,7 @@ public object IsEnabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#is_enabled OceanEcsLaunchSpec#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#is_enabled OceanEcsLaunchSpec#is_enabled}. --- @@ -2214,7 +2214,7 @@ public string TaskType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#task_type OceanEcsLaunchSpec#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#task_type OceanEcsLaunchSpec#task_type}. --- @@ -2228,7 +2228,7 @@ public object TaskHeadroom { get; set; } task_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#task_headroom OceanEcsLaunchSpec#task_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#task_headroom OceanEcsLaunchSpec#task_headroom} --- @@ -2250,9 +2250,9 @@ new OceanEcsLaunchSpecSchedulingTaskTaskHeadroom { | **Name** | **Type** | **Description** | | --- | --- | --- | -| NumOfUnits | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/ocean_ecs_launch_spec#memory_per_unit OceanEcsLaunchSpec#memory_per_unit}. | --- @@ -2264,7 +2264,7 @@ public double NumOfUnits { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs_launch_spec#num_of_units OceanEcsLaunchSpec#num_of_units}. --- @@ -2276,7 +2276,7 @@ public double CpuPerUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs_launch_spec#cpu_per_unit OceanEcsLaunchSpec#cpu_per_unit}. --- @@ -2288,7 +2288,7 @@ public double MemoryPerUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs_launch_spec#memory_per_unit OceanEcsLaunchSpec#memory_per_unit}. --- @@ -2308,7 +2308,7 @@ new OceanEcsLaunchSpecStrategy { | **Name** | **Type** | **Description** | | --- | --- | --- | -| SpotPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs_launch_spec#spot_percentage OceanEcsLaunchSpec#spot_percentage}. | --- @@ -2320,7 +2320,7 @@ public double SpotPercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#spot_percentage OceanEcsLaunchSpec#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#spot_percentage OceanEcsLaunchSpec#spot_percentage}. --- @@ -2341,8 +2341,8 @@ new OceanEcsLaunchSpecTags { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#key OceanEcsLaunchSpec#key}. | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#value OceanEcsLaunchSpec#value}. | +| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/ocean_ecs_launch_spec#value OceanEcsLaunchSpec#value}. | --- @@ -2354,7 +2354,7 @@ public string Key { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#key OceanEcsLaunchSpec#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#key OceanEcsLaunchSpec#key}. --- @@ -2366,7 +2366,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#value OceanEcsLaunchSpec#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#value OceanEcsLaunchSpec#value}. --- diff --git a/docs/oceanEcsLaunchSpec.go.md b/docs/oceanEcsLaunchSpec.go.md index 12d87cc0f..548b64fbd 100644 --- a/docs/oceanEcsLaunchSpec.go.md +++ b/docs/oceanEcsLaunchSpec.go.md @@ -4,7 +4,7 @@ ### OceanEcsLaunchSpec -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec spotinst_ocean_ecs_launch_spec}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec spotinst_ocean_ecs_launch_spec}. #### Initializers @@ -690,7 +690,7 @@ The construct id used in the generated config for the OceanEcsLaunchSpec to impo The id of the existing OceanEcsLaunchSpec that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#import import section} in the documentation of this resource for the id to use --- @@ -1320,8 +1320,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecslaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#key OceanEcsLaunchSpec#key}. | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#value OceanEcsLaunchSpec#value}. | +| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/ocean_ecs_launch_spec#value OceanEcsLaunchSpec#value}. | --- @@ -1333,7 +1333,7 @@ Key *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#key OceanEcsLaunchSpec#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#key OceanEcsLaunchSpec#key}. --- @@ -1345,7 +1345,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#value OceanEcsLaunchSpec#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#value OceanEcsLaunchSpec#value}. --- @@ -1367,9 +1367,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecslaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| NumOfUnits | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/ocean_ecs_launch_spec#memory_per_unit OceanEcsLaunchSpec#memory_per_unit}. | --- @@ -1381,7 +1381,7 @@ NumOfUnits *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs_launch_spec#num_of_units OceanEcsLaunchSpec#num_of_units}. --- @@ -1393,7 +1393,7 @@ CpuPerUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs_launch_spec#cpu_per_unit OceanEcsLaunchSpec#cpu_per_unit}. --- @@ -1405,7 +1405,7 @@ MemoryPerUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs_launch_spec#memory_per_unit OceanEcsLaunchSpec#memory_per_unit}. --- @@ -1428,10 +1428,10 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecslaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| DeviceName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_ecs_launch_spec#virtual_name OceanEcsLaunchSpec#virtual_name}. | --- @@ -1443,7 +1443,7 @@ DeviceName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#device_name OceanEcsLaunchSpec#device_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#device_name OceanEcsLaunchSpec#device_name}. --- @@ -1457,7 +1457,7 @@ Ebs OceanEcsLaunchSpecBlockDeviceMappingsEbs ebs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#ebs OceanEcsLaunchSpec#ebs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#ebs OceanEcsLaunchSpec#ebs} --- @@ -1469,7 +1469,7 @@ NoDevice *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#no_device OceanEcsLaunchSpec#no_device}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#no_device OceanEcsLaunchSpec#no_device}. --- @@ -1481,7 +1481,7 @@ VirtualName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#virtual_name OceanEcsLaunchSpec#virtual_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#virtual_name OceanEcsLaunchSpec#virtual_name}. --- @@ -1509,15 +1509,15 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecslaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| DeleteOnTermination | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.169.1/docs/resources/ocean_ecs_launch_spec#encrypted OceanEcsLaunchSpec#encrypted}. | -| Iops | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#iops OceanEcsLaunchSpec#iops}. | -| KmsKeyId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/docs/resources/ocean_ecs_launch_spec#throughput OceanEcsLaunchSpec#throughput}. | -| VolumeSize | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.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.170.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.170.0/docs/resources/ocean_ecs_launch_spec#volume_type OceanEcsLaunchSpec#volume_type}. | --- @@ -1529,7 +1529,7 @@ DeleteOnTermination interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs_launch_spec#delete_on_termination OceanEcsLaunchSpec#delete_on_termination}. --- @@ -1543,7 +1543,7 @@ DynamicVolumeSize OceanEcsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSize dynamic_volume_size block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs_launch_spec#dynamic_volume_size OceanEcsLaunchSpec#dynamic_volume_size} --- @@ -1555,7 +1555,7 @@ Encrypted interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#encrypted OceanEcsLaunchSpec#encrypted}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#encrypted OceanEcsLaunchSpec#encrypted}. --- @@ -1567,7 +1567,7 @@ Iops *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#iops OceanEcsLaunchSpec#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#iops OceanEcsLaunchSpec#iops}. --- @@ -1579,7 +1579,7 @@ KmsKeyId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs_launch_spec#kms_key_id OceanEcsLaunchSpec#kms_key_id}. --- @@ -1591,7 +1591,7 @@ SnapshotId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#snapshot_id OceanEcsLaunchSpec#snapshot_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#snapshot_id OceanEcsLaunchSpec#snapshot_id}. --- @@ -1603,7 +1603,7 @@ Throughput *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#throughput OceanEcsLaunchSpec#throughput}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#throughput OceanEcsLaunchSpec#throughput}. --- @@ -1615,7 +1615,7 @@ VolumeSize *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#volume_size OceanEcsLaunchSpec#volume_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#volume_size OceanEcsLaunchSpec#volume_size}. --- @@ -1627,7 +1627,7 @@ VolumeType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#volume_type OceanEcsLaunchSpec#volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#volume_type OceanEcsLaunchSpec#volume_type}. --- @@ -1649,9 +1649,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecslaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| BaseSize | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/ocean_ecs_launch_spec#resource OceanEcsLaunchSpec#resource}. | -| SizePerResourceUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.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.170.0/docs/resources/ocean_ecs_launch_spec#size_per_resource_unit OceanEcsLaunchSpec#size_per_resource_unit}. | --- @@ -1663,7 +1663,7 @@ BaseSize *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#base_size OceanEcsLaunchSpec#base_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#base_size OceanEcsLaunchSpec#base_size}. --- @@ -1675,7 +1675,7 @@ Resource *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#resource OceanEcsLaunchSpec#resource}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#resource OceanEcsLaunchSpec#resource}. --- @@ -1687,7 +1687,7 @@ SizePerResourceUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs_launch_spec#size_per_resource_unit OceanEcsLaunchSpec#size_per_resource_unit}. --- @@ -1739,25 +1739,25 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecslaunchs | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#name OceanEcsLaunchSpec#name}. | -| OceanId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.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.169.1/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.169.1/docs/resources/ocean_ecs_launch_spec#id OceanEcsLaunchSpec#id}. | -| ImageId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.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.170.0/docs/resources/ocean_ecs_launch_spec#image_id OceanEcsLaunchSpec#image_id}. | | Images | interface{} | images block. | | InstanceMetadataOptions | OceanEcsLaunchSpecInstanceMetadataOptions | instance_metadata_options block. | -| InstanceTypes | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.169.1/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.170.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.169.1/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.170.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.169.1/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.170.0/docs/resources/ocean_ecs_launch_spec#user_data OceanEcsLaunchSpec#user_data}. | --- @@ -1839,7 +1839,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#name OceanEcsLaunchSpec#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#name OceanEcsLaunchSpec#name}. --- @@ -1851,7 +1851,7 @@ OceanId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#ocean_id OceanEcsLaunchSpec#ocean_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#ocean_id OceanEcsLaunchSpec#ocean_id}. --- @@ -1865,7 +1865,7 @@ Attributes interface{} attributes block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#attributes OceanEcsLaunchSpec#attributes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#attributes OceanEcsLaunchSpec#attributes} --- @@ -1879,7 +1879,7 @@ AutoscaleHeadrooms interface{} autoscale_headrooms block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#autoscale_headrooms OceanEcsLaunchSpec#autoscale_headrooms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#autoscale_headrooms OceanEcsLaunchSpec#autoscale_headrooms} --- @@ -1893,7 +1893,7 @@ BlockDeviceMappings interface{} block_device_mappings block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs_launch_spec#block_device_mappings OceanEcsLaunchSpec#block_device_mappings} --- @@ -1905,7 +1905,7 @@ IamInstanceProfile *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs_launch_spec#iam_instance_profile OceanEcsLaunchSpec#iam_instance_profile}. --- @@ -1917,7 +1917,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#id OceanEcsLaunchSpec#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#id OceanEcsLaunchSpec#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1932,7 +1932,7 @@ ImageId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#image_id OceanEcsLaunchSpec#image_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#image_id OceanEcsLaunchSpec#image_id}. --- @@ -1946,7 +1946,7 @@ Images interface{} images block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#images OceanEcsLaunchSpec#images} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#images OceanEcsLaunchSpec#images} --- @@ -1960,7 +1960,7 @@ InstanceMetadataOptions OceanEcsLaunchSpecInstanceMetadataOptions instance_metadata_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs_launch_spec#instance_metadata_options OceanEcsLaunchSpec#instance_metadata_options} --- @@ -1972,7 +1972,7 @@ InstanceTypes *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#instance_types OceanEcsLaunchSpec#instance_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#instance_types OceanEcsLaunchSpec#instance_types}. --- @@ -1984,7 +1984,7 @@ PreferredSpotTypes *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs_launch_spec#preferred_spot_types OceanEcsLaunchSpec#preferred_spot_types}. --- @@ -1996,7 +1996,7 @@ RestrictScaleDown interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs_launch_spec#restrict_scale_down OceanEcsLaunchSpec#restrict_scale_down}. --- @@ -2010,7 +2010,7 @@ SchedulingTask interface{} scheduling_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#scheduling_task OceanEcsLaunchSpec#scheduling_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#scheduling_task OceanEcsLaunchSpec#scheduling_task} --- @@ -2022,7 +2022,7 @@ SecurityGroupIds *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs_launch_spec#security_group_ids OceanEcsLaunchSpec#security_group_ids}. --- @@ -2036,7 +2036,7 @@ Strategy interface{} strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#strategy OceanEcsLaunchSpec#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#strategy OceanEcsLaunchSpec#strategy} --- @@ -2048,7 +2048,7 @@ SubnetIds *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#subnet_ids OceanEcsLaunchSpec#subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#subnet_ids OceanEcsLaunchSpec#subnet_ids}. --- @@ -2062,7 +2062,7 @@ Tags interface{} tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#tags OceanEcsLaunchSpec#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#tags OceanEcsLaunchSpec#tags} --- @@ -2074,7 +2074,7 @@ UserData *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#user_data OceanEcsLaunchSpec#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#user_data OceanEcsLaunchSpec#user_data}. --- @@ -2094,7 +2094,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecslaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| ImageId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#image_id OceanEcsLaunchSpec#image_id}. | +| ImageId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#image_id OceanEcsLaunchSpec#image_id}. | --- @@ -2106,7 +2106,7 @@ ImageId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#image_id OceanEcsLaunchSpec#image_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#image_id OceanEcsLaunchSpec#image_id}. --- @@ -2127,8 +2127,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecslaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| HttpTokens | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_ecs_launch_spec#http_put_response_hop_limit OceanEcsLaunchSpec#http_put_response_hop_limit}. | --- @@ -2140,7 +2140,7 @@ HttpTokens *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#http_tokens OceanEcsLaunchSpec#http_tokens}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#http_tokens OceanEcsLaunchSpec#http_tokens}. --- @@ -2152,7 +2152,7 @@ HttpPutResponseHopLimit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs_launch_spec#http_put_response_hop_limit OceanEcsLaunchSpec#http_put_response_hop_limit}. --- @@ -2175,9 +2175,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecslaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| CronExpression | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/ocean_ecs_launch_spec#task_type OceanEcsLaunchSpec#task_type}. | | TaskHeadroom | interface{} | task_headroom block. | --- @@ -2190,7 +2190,7 @@ CronExpression *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#cron_expression OceanEcsLaunchSpec#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#cron_expression OceanEcsLaunchSpec#cron_expression}. --- @@ -2202,7 +2202,7 @@ IsEnabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#is_enabled OceanEcsLaunchSpec#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#is_enabled OceanEcsLaunchSpec#is_enabled}. --- @@ -2214,7 +2214,7 @@ TaskType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#task_type OceanEcsLaunchSpec#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#task_type OceanEcsLaunchSpec#task_type}. --- @@ -2228,7 +2228,7 @@ TaskHeadroom interface{} task_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#task_headroom OceanEcsLaunchSpec#task_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#task_headroom OceanEcsLaunchSpec#task_headroom} --- @@ -2250,9 +2250,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecslaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| NumOfUnits | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/ocean_ecs_launch_spec#memory_per_unit OceanEcsLaunchSpec#memory_per_unit}. | --- @@ -2264,7 +2264,7 @@ NumOfUnits *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs_launch_spec#num_of_units OceanEcsLaunchSpec#num_of_units}. --- @@ -2276,7 +2276,7 @@ CpuPerUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs_launch_spec#cpu_per_unit OceanEcsLaunchSpec#cpu_per_unit}. --- @@ -2288,7 +2288,7 @@ MemoryPerUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs_launch_spec#memory_per_unit OceanEcsLaunchSpec#memory_per_unit}. --- @@ -2308,7 +2308,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecslaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| SpotPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs_launch_spec#spot_percentage OceanEcsLaunchSpec#spot_percentage}. | --- @@ -2320,7 +2320,7 @@ SpotPercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#spot_percentage OceanEcsLaunchSpec#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#spot_percentage OceanEcsLaunchSpec#spot_percentage}. --- @@ -2341,8 +2341,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecslaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#key OceanEcsLaunchSpec#key}. | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#value OceanEcsLaunchSpec#value}. | +| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/ocean_ecs_launch_spec#value OceanEcsLaunchSpec#value}. | --- @@ -2354,7 +2354,7 @@ Key *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#key OceanEcsLaunchSpec#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#key OceanEcsLaunchSpec#key}. --- @@ -2366,7 +2366,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#value OceanEcsLaunchSpec#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#value OceanEcsLaunchSpec#value}. --- diff --git a/docs/oceanEcsLaunchSpec.java.md b/docs/oceanEcsLaunchSpec.java.md index 4c516f618..82f7c5c3d 100644 --- a/docs/oceanEcsLaunchSpec.java.md +++ b/docs/oceanEcsLaunchSpec.java.md @@ -4,7 +4,7 @@ ### OceanEcsLaunchSpec -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec spotinst_ocean_ecs_launch_spec}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec spotinst_ocean_ecs_launch_spec}. #### Initializers @@ -64,25 +64,25 @@ OceanEcsLaunchSpec.Builder.create(Construct scope, java.lang.String id) | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/ocean_ecs_launch_spec#image_id OceanEcsLaunchSpec#image_id}. | | images | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanEcsLaunchSpecImages> | images block. | | instanceMetadataOptions | OceanEcsLaunchSpecInstanceMetadataOptions | instance_metadata_options block. | -| instanceTypes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.169.1/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.170.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.169.1/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.170.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.169.1/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.170.0/docs/resources/ocean_ecs_launch_spec#user_data OceanEcsLaunchSpec#user_data}. | --- @@ -150,7 +150,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#name OceanEcsLaunchSpec#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#name OceanEcsLaunchSpec#name}. --- @@ -158,7 +158,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#ocean_id OceanEcsLaunchSpec#ocean_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#ocean_id OceanEcsLaunchSpec#ocean_id}. --- @@ -168,7 +168,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti attributes block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#attributes OceanEcsLaunchSpec#attributes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#attributes OceanEcsLaunchSpec#attributes} --- @@ -178,7 +178,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti autoscale_headrooms block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#autoscale_headrooms OceanEcsLaunchSpec#autoscale_headrooms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#autoscale_headrooms OceanEcsLaunchSpec#autoscale_headrooms} --- @@ -188,7 +188,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti block_device_mappings block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs_launch_spec#block_device_mappings OceanEcsLaunchSpec#block_device_mappings} --- @@ -196,7 +196,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs_launch_spec#iam_instance_profile OceanEcsLaunchSpec#iam_instance_profile}. --- @@ -204,7 +204,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#id OceanEcsLaunchSpec#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#id OceanEcsLaunchSpec#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -215,7 +215,7 @@ If you experience problems setting this value it might not be settable. Please t - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#image_id OceanEcsLaunchSpec#image_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#image_id OceanEcsLaunchSpec#image_id}. --- @@ -225,7 +225,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti images block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#images OceanEcsLaunchSpec#images} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#images OceanEcsLaunchSpec#images} --- @@ -235,7 +235,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti instance_metadata_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs_launch_spec#instance_metadata_options OceanEcsLaunchSpec#instance_metadata_options} --- @@ -243,7 +243,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#instance_types OceanEcsLaunchSpec#instance_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#instance_types OceanEcsLaunchSpec#instance_types}. --- @@ -251,7 +251,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs_launch_spec#preferred_spot_types OceanEcsLaunchSpec#preferred_spot_types}. --- @@ -259,7 +259,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs_launch_spec#restrict_scale_down OceanEcsLaunchSpec#restrict_scale_down}. --- @@ -269,7 +269,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti scheduling_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#scheduling_task OceanEcsLaunchSpec#scheduling_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#scheduling_task OceanEcsLaunchSpec#scheduling_task} --- @@ -277,7 +277,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs_launch_spec#security_group_ids OceanEcsLaunchSpec#security_group_ids}. --- @@ -287,7 +287,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#strategy OceanEcsLaunchSpec#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#strategy OceanEcsLaunchSpec#strategy} --- @@ -295,7 +295,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#subnet_ids OceanEcsLaunchSpec#subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#subnet_ids OceanEcsLaunchSpec#subnet_ids}. --- @@ -305,7 +305,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#tags OceanEcsLaunchSpec#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#tags OceanEcsLaunchSpec#tags} --- @@ -313,7 +313,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#user_data OceanEcsLaunchSpec#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#user_data OceanEcsLaunchSpec#user_data}. --- @@ -963,7 +963,7 @@ The construct id used in the generated config for the OceanEcsLaunchSpec to impo The id of the existing OceanEcsLaunchSpec that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#import import section} in the documentation of this resource for the id to use --- @@ -1593,8 +1593,8 @@ OceanEcsLaunchSpecAttributes.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_ecs_launch_spec#value OceanEcsLaunchSpec#value}. | --- @@ -1606,7 +1606,7 @@ public java.lang.String getKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#key OceanEcsLaunchSpec#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#key OceanEcsLaunchSpec#key}. --- @@ -1618,7 +1618,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#value OceanEcsLaunchSpec#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#value OceanEcsLaunchSpec#value}. --- @@ -1640,9 +1640,9 @@ OceanEcsLaunchSpecAutoscaleHeadrooms.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| numOfUnits | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/ocean_ecs_launch_spec#memory_per_unit OceanEcsLaunchSpec#memory_per_unit}. | --- @@ -1654,7 +1654,7 @@ public java.lang.Number getNumOfUnits(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs_launch_spec#num_of_units OceanEcsLaunchSpec#num_of_units}. --- @@ -1666,7 +1666,7 @@ public java.lang.Number getCpuPerUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs_launch_spec#cpu_per_unit OceanEcsLaunchSpec#cpu_per_unit}. --- @@ -1678,7 +1678,7 @@ public java.lang.Number getMemoryPerUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs_launch_spec#memory_per_unit OceanEcsLaunchSpec#memory_per_unit}. --- @@ -1701,10 +1701,10 @@ OceanEcsLaunchSpecBlockDeviceMappings.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| deviceName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_ecs_launch_spec#virtual_name OceanEcsLaunchSpec#virtual_name}. | --- @@ -1716,7 +1716,7 @@ public java.lang.String getDeviceName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#device_name OceanEcsLaunchSpec#device_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#device_name OceanEcsLaunchSpec#device_name}. --- @@ -1730,7 +1730,7 @@ public OceanEcsLaunchSpecBlockDeviceMappingsEbs getEbs(); ebs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#ebs OceanEcsLaunchSpec#ebs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#ebs OceanEcsLaunchSpec#ebs} --- @@ -1742,7 +1742,7 @@ public java.lang.String getNoDevice(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#no_device OceanEcsLaunchSpec#no_device}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#no_device OceanEcsLaunchSpec#no_device}. --- @@ -1754,7 +1754,7 @@ public java.lang.String getVirtualName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#virtual_name OceanEcsLaunchSpec#virtual_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#virtual_name OceanEcsLaunchSpec#virtual_name}. --- @@ -1784,15 +1784,15 @@ OceanEcsLaunchSpecBlockDeviceMappingsEbs.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| deleteOnTermination | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.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.170.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.170.0/docs/resources/ocean_ecs_launch_spec#volume_type OceanEcsLaunchSpec#volume_type}. | --- @@ -1804,7 +1804,7 @@ public java.lang.Object getDeleteOnTermination(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs_launch_spec#delete_on_termination OceanEcsLaunchSpec#delete_on_termination}. --- @@ -1818,7 +1818,7 @@ public OceanEcsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSize getDynamicVolum dynamic_volume_size block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs_launch_spec#dynamic_volume_size OceanEcsLaunchSpec#dynamic_volume_size} --- @@ -1830,7 +1830,7 @@ public java.lang.Object getEncrypted(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#encrypted OceanEcsLaunchSpec#encrypted}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#encrypted OceanEcsLaunchSpec#encrypted}. --- @@ -1842,7 +1842,7 @@ public java.lang.Number getIops(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#iops OceanEcsLaunchSpec#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#iops OceanEcsLaunchSpec#iops}. --- @@ -1854,7 +1854,7 @@ public java.lang.String getKmsKeyId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs_launch_spec#kms_key_id OceanEcsLaunchSpec#kms_key_id}. --- @@ -1866,7 +1866,7 @@ public java.lang.String getSnapshotId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#snapshot_id OceanEcsLaunchSpec#snapshot_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#snapshot_id OceanEcsLaunchSpec#snapshot_id}. --- @@ -1878,7 +1878,7 @@ public java.lang.Number getThroughput(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#throughput OceanEcsLaunchSpec#throughput}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#throughput OceanEcsLaunchSpec#throughput}. --- @@ -1890,7 +1890,7 @@ public java.lang.Number getVolumeSize(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#volume_size OceanEcsLaunchSpec#volume_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#volume_size OceanEcsLaunchSpec#volume_size}. --- @@ -1902,7 +1902,7 @@ public java.lang.String getVolumeType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#volume_type OceanEcsLaunchSpec#volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#volume_type OceanEcsLaunchSpec#volume_type}. --- @@ -1924,9 +1924,9 @@ OceanEcsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSize.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| baseSize | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/ocean_ecs_launch_spec#size_per_resource_unit OceanEcsLaunchSpec#size_per_resource_unit}. | --- @@ -1938,7 +1938,7 @@ public java.lang.Number getBaseSize(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#base_size OceanEcsLaunchSpec#base_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#base_size OceanEcsLaunchSpec#base_size}. --- @@ -1950,7 +1950,7 @@ public java.lang.String getResource(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#resource OceanEcsLaunchSpec#resource}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#resource OceanEcsLaunchSpec#resource}. --- @@ -1962,7 +1962,7 @@ public java.lang.Number getSizePerResourceUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs_launch_spec#size_per_resource_unit OceanEcsLaunchSpec#size_per_resource_unit}. --- @@ -2026,25 +2026,25 @@ OceanEcsLaunchSpecConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/ocean_ecs_launch_spec#image_id OceanEcsLaunchSpec#image_id}. | | images | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanEcsLaunchSpecImages> | images block. | | instanceMetadataOptions | OceanEcsLaunchSpecInstanceMetadataOptions | instance_metadata_options block. | -| instanceTypes | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.169.1/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.170.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.169.1/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.170.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.169.1/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.170.0/docs/resources/ocean_ecs_launch_spec#user_data OceanEcsLaunchSpec#user_data}. | --- @@ -2126,7 +2126,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#name OceanEcsLaunchSpec#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#name OceanEcsLaunchSpec#name}. --- @@ -2138,7 +2138,7 @@ public java.lang.String getOceanId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#ocean_id OceanEcsLaunchSpec#ocean_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#ocean_id OceanEcsLaunchSpec#ocean_id}. --- @@ -2152,7 +2152,7 @@ public java.lang.Object getAttributes(); attributes block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#attributes OceanEcsLaunchSpec#attributes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#attributes OceanEcsLaunchSpec#attributes} --- @@ -2166,7 +2166,7 @@ public java.lang.Object getAutoscaleHeadrooms(); autoscale_headrooms block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#autoscale_headrooms OceanEcsLaunchSpec#autoscale_headrooms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#autoscale_headrooms OceanEcsLaunchSpec#autoscale_headrooms} --- @@ -2180,7 +2180,7 @@ public java.lang.Object getBlockDeviceMappings(); block_device_mappings block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs_launch_spec#block_device_mappings OceanEcsLaunchSpec#block_device_mappings} --- @@ -2192,7 +2192,7 @@ public java.lang.String getIamInstanceProfile(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs_launch_spec#iam_instance_profile OceanEcsLaunchSpec#iam_instance_profile}. --- @@ -2204,7 +2204,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#id OceanEcsLaunchSpec#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#id OceanEcsLaunchSpec#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -2219,7 +2219,7 @@ public java.lang.String getImageId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#image_id OceanEcsLaunchSpec#image_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#image_id OceanEcsLaunchSpec#image_id}. --- @@ -2233,7 +2233,7 @@ public java.lang.Object getImages(); images block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#images OceanEcsLaunchSpec#images} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#images OceanEcsLaunchSpec#images} --- @@ -2247,7 +2247,7 @@ public OceanEcsLaunchSpecInstanceMetadataOptions getInstanceMetadataOptions(); instance_metadata_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs_launch_spec#instance_metadata_options OceanEcsLaunchSpec#instance_metadata_options} --- @@ -2259,7 +2259,7 @@ public java.util.List getInstanceTypes(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#instance_types OceanEcsLaunchSpec#instance_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#instance_types OceanEcsLaunchSpec#instance_types}. --- @@ -2271,7 +2271,7 @@ public java.util.List getPreferredSpotTypes(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs_launch_spec#preferred_spot_types OceanEcsLaunchSpec#preferred_spot_types}. --- @@ -2283,7 +2283,7 @@ public java.lang.Object getRestrictScaleDown(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs_launch_spec#restrict_scale_down OceanEcsLaunchSpec#restrict_scale_down}. --- @@ -2297,7 +2297,7 @@ public java.lang.Object getSchedulingTask(); scheduling_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#scheduling_task OceanEcsLaunchSpec#scheduling_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#scheduling_task OceanEcsLaunchSpec#scheduling_task} --- @@ -2309,7 +2309,7 @@ public java.util.List getSecurityGroupIds(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs_launch_spec#security_group_ids OceanEcsLaunchSpec#security_group_ids}. --- @@ -2323,7 +2323,7 @@ public java.lang.Object getStrategy(); strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#strategy OceanEcsLaunchSpec#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#strategy OceanEcsLaunchSpec#strategy} --- @@ -2335,7 +2335,7 @@ public java.util.List getSubnetIds(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#subnet_ids OceanEcsLaunchSpec#subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#subnet_ids OceanEcsLaunchSpec#subnet_ids}. --- @@ -2349,7 +2349,7 @@ public java.lang.Object getTags(); tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#tags OceanEcsLaunchSpec#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#tags OceanEcsLaunchSpec#tags} --- @@ -2361,7 +2361,7 @@ public java.lang.String getUserData(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#user_data OceanEcsLaunchSpec#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#user_data OceanEcsLaunchSpec#user_data}. --- @@ -2381,7 +2381,7 @@ OceanEcsLaunchSpecImages.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| imageId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#image_id OceanEcsLaunchSpec#image_id}. | +| imageId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#image_id OceanEcsLaunchSpec#image_id}. | --- @@ -2393,7 +2393,7 @@ public java.lang.String getImageId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#image_id OceanEcsLaunchSpec#image_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#image_id OceanEcsLaunchSpec#image_id}. --- @@ -2414,8 +2414,8 @@ OceanEcsLaunchSpecInstanceMetadataOptions.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| httpTokens | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_ecs_launch_spec#http_put_response_hop_limit OceanEcsLaunchSpec#http_put_response_hop_limit}. | --- @@ -2427,7 +2427,7 @@ public java.lang.String getHttpTokens(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#http_tokens OceanEcsLaunchSpec#http_tokens}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#http_tokens OceanEcsLaunchSpec#http_tokens}. --- @@ -2439,7 +2439,7 @@ public java.lang.Number getHttpPutResponseHopLimit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs_launch_spec#http_put_response_hop_limit OceanEcsLaunchSpec#http_put_response_hop_limit}. --- @@ -2464,9 +2464,9 @@ OceanEcsLaunchSpecSchedulingTask.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| cronExpression | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/ocean_ecs_launch_spec#task_type OceanEcsLaunchSpec#task_type}. | | taskHeadroom | com.hashicorp.cdktf.IResolvable OR java.util.List<OceanEcsLaunchSpecSchedulingTaskTaskHeadroom> | task_headroom block. | --- @@ -2479,7 +2479,7 @@ public java.lang.String getCronExpression(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#cron_expression OceanEcsLaunchSpec#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#cron_expression OceanEcsLaunchSpec#cron_expression}. --- @@ -2491,7 +2491,7 @@ public java.lang.Object getIsEnabled(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#is_enabled OceanEcsLaunchSpec#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#is_enabled OceanEcsLaunchSpec#is_enabled}. --- @@ -2503,7 +2503,7 @@ public java.lang.String getTaskType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#task_type OceanEcsLaunchSpec#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#task_type OceanEcsLaunchSpec#task_type}. --- @@ -2517,7 +2517,7 @@ public java.lang.Object getTaskHeadroom(); task_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#task_headroom OceanEcsLaunchSpec#task_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#task_headroom OceanEcsLaunchSpec#task_headroom} --- @@ -2539,9 +2539,9 @@ OceanEcsLaunchSpecSchedulingTaskTaskHeadroom.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| numOfUnits | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/ocean_ecs_launch_spec#memory_per_unit OceanEcsLaunchSpec#memory_per_unit}. | --- @@ -2553,7 +2553,7 @@ public java.lang.Number getNumOfUnits(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs_launch_spec#num_of_units OceanEcsLaunchSpec#num_of_units}. --- @@ -2565,7 +2565,7 @@ public java.lang.Number getCpuPerUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs_launch_spec#cpu_per_unit OceanEcsLaunchSpec#cpu_per_unit}. --- @@ -2577,7 +2577,7 @@ public java.lang.Number getMemoryPerUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs_launch_spec#memory_per_unit OceanEcsLaunchSpec#memory_per_unit}. --- @@ -2597,7 +2597,7 @@ OceanEcsLaunchSpecStrategy.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| spotPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs_launch_spec#spot_percentage OceanEcsLaunchSpec#spot_percentage}. | --- @@ -2609,7 +2609,7 @@ public java.lang.Number getSpotPercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#spot_percentage OceanEcsLaunchSpec#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#spot_percentage OceanEcsLaunchSpec#spot_percentage}. --- @@ -2630,8 +2630,8 @@ OceanEcsLaunchSpecTags.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_ecs_launch_spec#value OceanEcsLaunchSpec#value}. | --- @@ -2643,7 +2643,7 @@ public java.lang.String getKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#key OceanEcsLaunchSpec#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#key OceanEcsLaunchSpec#key}. --- @@ -2655,7 +2655,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#value OceanEcsLaunchSpec#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#value OceanEcsLaunchSpec#value}. --- diff --git a/docs/oceanEcsLaunchSpec.python.md b/docs/oceanEcsLaunchSpec.python.md index 6b5e96a79..19da9faee 100644 --- a/docs/oceanEcsLaunchSpec.python.md +++ b/docs/oceanEcsLaunchSpec.python.md @@ -4,7 +4,7 @@ ### OceanEcsLaunchSpec -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec spotinst_ocean_ecs_launch_spec}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec spotinst_ocean_ecs_launch_spec}. #### Initializers @@ -54,25 +54,25 @@ oceanEcsLaunchSpec.OceanEcsLaunchSpec( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/ocean_ecs_launch_spec#image_id OceanEcsLaunchSpec#image_id}. | | images | typing.Union[cdktf.IResolvable, typing.List[OceanEcsLaunchSpecImages]] | images block. | | instance_metadata_options | OceanEcsLaunchSpecInstanceMetadataOptions | instance_metadata_options block. | -| instance_types | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.169.1/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.170.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.169.1/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.170.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.169.1/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.170.0/docs/resources/ocean_ecs_launch_spec#user_data OceanEcsLaunchSpec#user_data}. | --- @@ -140,7 +140,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#name OceanEcsLaunchSpec#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#name OceanEcsLaunchSpec#name}. --- @@ -148,7 +148,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#ocean_id OceanEcsLaunchSpec#ocean_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#ocean_id OceanEcsLaunchSpec#ocean_id}. --- @@ -158,7 +158,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti attributes block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#attributes OceanEcsLaunchSpec#attributes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#attributes OceanEcsLaunchSpec#attributes} --- @@ -168,7 +168,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti autoscale_headrooms block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#autoscale_headrooms OceanEcsLaunchSpec#autoscale_headrooms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#autoscale_headrooms OceanEcsLaunchSpec#autoscale_headrooms} --- @@ -178,7 +178,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti block_device_mappings block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs_launch_spec#block_device_mappings OceanEcsLaunchSpec#block_device_mappings} --- @@ -186,7 +186,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs_launch_spec#iam_instance_profile OceanEcsLaunchSpec#iam_instance_profile}. --- @@ -194,7 +194,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#id OceanEcsLaunchSpec#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#id OceanEcsLaunchSpec#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -205,7 +205,7 @@ If you experience problems setting this value it might not be settable. Please t - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#image_id OceanEcsLaunchSpec#image_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#image_id OceanEcsLaunchSpec#image_id}. --- @@ -215,7 +215,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti images block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#images OceanEcsLaunchSpec#images} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#images OceanEcsLaunchSpec#images} --- @@ -225,7 +225,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti instance_metadata_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs_launch_spec#instance_metadata_options OceanEcsLaunchSpec#instance_metadata_options} --- @@ -233,7 +233,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#instance_types OceanEcsLaunchSpec#instance_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#instance_types OceanEcsLaunchSpec#instance_types}. --- @@ -241,7 +241,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs_launch_spec#preferred_spot_types OceanEcsLaunchSpec#preferred_spot_types}. --- @@ -249,7 +249,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs_launch_spec#restrict_scale_down OceanEcsLaunchSpec#restrict_scale_down}. --- @@ -259,7 +259,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti scheduling_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#scheduling_task OceanEcsLaunchSpec#scheduling_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#scheduling_task OceanEcsLaunchSpec#scheduling_task} --- @@ -267,7 +267,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs_launch_spec#security_group_ids OceanEcsLaunchSpec#security_group_ids}. --- @@ -277,7 +277,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#strategy OceanEcsLaunchSpec#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#strategy OceanEcsLaunchSpec#strategy} --- @@ -285,7 +285,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#subnet_ids OceanEcsLaunchSpec#subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#subnet_ids OceanEcsLaunchSpec#subnet_ids}. --- @@ -295,7 +295,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#tags OceanEcsLaunchSpec#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#tags OceanEcsLaunchSpec#tags} --- @@ -303,7 +303,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#user_data OceanEcsLaunchSpec#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#user_data OceanEcsLaunchSpec#user_data}. --- @@ -756,7 +756,7 @@ def put_instance_metadata_options( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#http_tokens OceanEcsLaunchSpec#http_tokens}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#http_tokens OceanEcsLaunchSpec#http_tokens}. --- @@ -764,7 +764,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs_launch_spec#http_put_response_hop_limit OceanEcsLaunchSpec#http_put_response_hop_limit}. --- @@ -1026,7 +1026,7 @@ The construct id used in the generated config for the OceanEcsLaunchSpec to impo The id of the existing OceanEcsLaunchSpec that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#import import section} in the documentation of this resource for the id to use --- @@ -1656,8 +1656,8 @@ oceanEcsLaunchSpec.OceanEcsLaunchSpecAttributes( | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#key OceanEcsLaunchSpec#key}. | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#value OceanEcsLaunchSpec#value}. | +| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/ocean_ecs_launch_spec#value OceanEcsLaunchSpec#value}. | --- @@ -1669,7 +1669,7 @@ key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#key OceanEcsLaunchSpec#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#key OceanEcsLaunchSpec#key}. --- @@ -1681,7 +1681,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#value OceanEcsLaunchSpec#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#value OceanEcsLaunchSpec#value}. --- @@ -1703,9 +1703,9 @@ oceanEcsLaunchSpec.OceanEcsLaunchSpecAutoscaleHeadrooms( | **Name** | **Type** | **Description** | | --- | --- | --- | -| num_of_units | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/ocean_ecs_launch_spec#memory_per_unit OceanEcsLaunchSpec#memory_per_unit}. | --- @@ -1717,7 +1717,7 @@ num_of_units: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs_launch_spec#num_of_units OceanEcsLaunchSpec#num_of_units}. --- @@ -1729,7 +1729,7 @@ cpu_per_unit: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs_launch_spec#cpu_per_unit OceanEcsLaunchSpec#cpu_per_unit}. --- @@ -1741,7 +1741,7 @@ memory_per_unit: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs_launch_spec#memory_per_unit OceanEcsLaunchSpec#memory_per_unit}. --- @@ -1764,10 +1764,10 @@ oceanEcsLaunchSpec.OceanEcsLaunchSpecBlockDeviceMappings( | **Name** | **Type** | **Description** | | --- | --- | --- | -| device_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_ecs_launch_spec#virtual_name OceanEcsLaunchSpec#virtual_name}. | --- @@ -1779,7 +1779,7 @@ device_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#device_name OceanEcsLaunchSpec#device_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#device_name OceanEcsLaunchSpec#device_name}. --- @@ -1793,7 +1793,7 @@ ebs: OceanEcsLaunchSpecBlockDeviceMappingsEbs ebs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#ebs OceanEcsLaunchSpec#ebs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#ebs OceanEcsLaunchSpec#ebs} --- @@ -1805,7 +1805,7 @@ no_device: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#no_device OceanEcsLaunchSpec#no_device}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#no_device OceanEcsLaunchSpec#no_device}. --- @@ -1817,7 +1817,7 @@ virtual_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#virtual_name OceanEcsLaunchSpec#virtual_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#virtual_name OceanEcsLaunchSpec#virtual_name}. --- @@ -1845,15 +1845,15 @@ oceanEcsLaunchSpec.OceanEcsLaunchSpecBlockDeviceMappingsEbs( | **Name** | **Type** | **Description** | | --- | --- | --- | -| delete_on_termination | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.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.170.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.170.0/docs/resources/ocean_ecs_launch_spec#volume_type OceanEcsLaunchSpec#volume_type}. | --- @@ -1865,7 +1865,7 @@ delete_on_termination: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs_launch_spec#delete_on_termination OceanEcsLaunchSpec#delete_on_termination}. --- @@ -1879,7 +1879,7 @@ dynamic_volume_size: OceanEcsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSize dynamic_volume_size block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs_launch_spec#dynamic_volume_size OceanEcsLaunchSpec#dynamic_volume_size} --- @@ -1891,7 +1891,7 @@ encrypted: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#encrypted OceanEcsLaunchSpec#encrypted}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#encrypted OceanEcsLaunchSpec#encrypted}. --- @@ -1903,7 +1903,7 @@ iops: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#iops OceanEcsLaunchSpec#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#iops OceanEcsLaunchSpec#iops}. --- @@ -1915,7 +1915,7 @@ kms_key_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs_launch_spec#kms_key_id OceanEcsLaunchSpec#kms_key_id}. --- @@ -1927,7 +1927,7 @@ snapshot_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#snapshot_id OceanEcsLaunchSpec#snapshot_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#snapshot_id OceanEcsLaunchSpec#snapshot_id}. --- @@ -1939,7 +1939,7 @@ throughput: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#throughput OceanEcsLaunchSpec#throughput}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#throughput OceanEcsLaunchSpec#throughput}. --- @@ -1951,7 +1951,7 @@ volume_size: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#volume_size OceanEcsLaunchSpec#volume_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#volume_size OceanEcsLaunchSpec#volume_size}. --- @@ -1963,7 +1963,7 @@ volume_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#volume_type OceanEcsLaunchSpec#volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#volume_type OceanEcsLaunchSpec#volume_type}. --- @@ -1985,9 +1985,9 @@ oceanEcsLaunchSpec.OceanEcsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSize( | **Name** | **Type** | **Description** | | --- | --- | --- | -| base_size | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/ocean_ecs_launch_spec#size_per_resource_unit OceanEcsLaunchSpec#size_per_resource_unit}. | --- @@ -1999,7 +1999,7 @@ base_size: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#base_size OceanEcsLaunchSpec#base_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#base_size OceanEcsLaunchSpec#base_size}. --- @@ -2011,7 +2011,7 @@ resource: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#resource OceanEcsLaunchSpec#resource}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#resource OceanEcsLaunchSpec#resource}. --- @@ -2023,7 +2023,7 @@ size_per_resource_unit: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs_launch_spec#size_per_resource_unit OceanEcsLaunchSpec#size_per_resource_unit}. --- @@ -2075,25 +2075,25 @@ oceanEcsLaunchSpec.OceanEcsLaunchSpecConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/ocean_ecs_launch_spec#image_id OceanEcsLaunchSpec#image_id}. | | images | typing.Union[cdktf.IResolvable, typing.List[OceanEcsLaunchSpecImages]] | images block. | | instance_metadata_options | OceanEcsLaunchSpecInstanceMetadataOptions | instance_metadata_options block. | -| instance_types | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.169.1/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.170.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.169.1/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.170.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.169.1/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.170.0/docs/resources/ocean_ecs_launch_spec#user_data OceanEcsLaunchSpec#user_data}. | --- @@ -2175,7 +2175,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#name OceanEcsLaunchSpec#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#name OceanEcsLaunchSpec#name}. --- @@ -2187,7 +2187,7 @@ ocean_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#ocean_id OceanEcsLaunchSpec#ocean_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#ocean_id OceanEcsLaunchSpec#ocean_id}. --- @@ -2201,7 +2201,7 @@ attributes: typing.Union[IResolvable, typing.List[OceanEcsLaunchSpecAttributes]] attributes block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#attributes OceanEcsLaunchSpec#attributes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#attributes OceanEcsLaunchSpec#attributes} --- @@ -2215,7 +2215,7 @@ autoscale_headrooms: typing.Union[IResolvable, typing.List[OceanEcsLaunchSpecAut autoscale_headrooms block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#autoscale_headrooms OceanEcsLaunchSpec#autoscale_headrooms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#autoscale_headrooms OceanEcsLaunchSpec#autoscale_headrooms} --- @@ -2229,7 +2229,7 @@ block_device_mappings: typing.Union[IResolvable, typing.List[OceanEcsLaunchSpecB block_device_mappings block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs_launch_spec#block_device_mappings OceanEcsLaunchSpec#block_device_mappings} --- @@ -2241,7 +2241,7 @@ iam_instance_profile: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs_launch_spec#iam_instance_profile OceanEcsLaunchSpec#iam_instance_profile}. --- @@ -2253,7 +2253,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#id OceanEcsLaunchSpec#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#id OceanEcsLaunchSpec#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -2268,7 +2268,7 @@ image_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#image_id OceanEcsLaunchSpec#image_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#image_id OceanEcsLaunchSpec#image_id}. --- @@ -2282,7 +2282,7 @@ images: typing.Union[IResolvable, typing.List[OceanEcsLaunchSpecImages]] images block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#images OceanEcsLaunchSpec#images} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#images OceanEcsLaunchSpec#images} --- @@ -2296,7 +2296,7 @@ instance_metadata_options: OceanEcsLaunchSpecInstanceMetadataOptions instance_metadata_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs_launch_spec#instance_metadata_options OceanEcsLaunchSpec#instance_metadata_options} --- @@ -2308,7 +2308,7 @@ instance_types: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#instance_types OceanEcsLaunchSpec#instance_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#instance_types OceanEcsLaunchSpec#instance_types}. --- @@ -2320,7 +2320,7 @@ preferred_spot_types: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs_launch_spec#preferred_spot_types OceanEcsLaunchSpec#preferred_spot_types}. --- @@ -2332,7 +2332,7 @@ restrict_scale_down: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs_launch_spec#restrict_scale_down OceanEcsLaunchSpec#restrict_scale_down}. --- @@ -2346,7 +2346,7 @@ scheduling_task: typing.Union[IResolvable, typing.List[OceanEcsLaunchSpecSchedul scheduling_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#scheduling_task OceanEcsLaunchSpec#scheduling_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#scheduling_task OceanEcsLaunchSpec#scheduling_task} --- @@ -2358,7 +2358,7 @@ security_group_ids: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs_launch_spec#security_group_ids OceanEcsLaunchSpec#security_group_ids}. --- @@ -2372,7 +2372,7 @@ strategy: typing.Union[IResolvable, typing.List[OceanEcsLaunchSpecStrategy]] strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#strategy OceanEcsLaunchSpec#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#strategy OceanEcsLaunchSpec#strategy} --- @@ -2384,7 +2384,7 @@ subnet_ids: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#subnet_ids OceanEcsLaunchSpec#subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#subnet_ids OceanEcsLaunchSpec#subnet_ids}. --- @@ -2398,7 +2398,7 @@ tags: typing.Union[IResolvable, typing.List[OceanEcsLaunchSpecTags]] tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#tags OceanEcsLaunchSpec#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#tags OceanEcsLaunchSpec#tags} --- @@ -2410,7 +2410,7 @@ user_data: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#user_data OceanEcsLaunchSpec#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#user_data OceanEcsLaunchSpec#user_data}. --- @@ -2430,7 +2430,7 @@ oceanEcsLaunchSpec.OceanEcsLaunchSpecImages( | **Name** | **Type** | **Description** | | --- | --- | --- | -| image_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#image_id OceanEcsLaunchSpec#image_id}. | +| image_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#image_id OceanEcsLaunchSpec#image_id}. | --- @@ -2442,7 +2442,7 @@ image_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#image_id OceanEcsLaunchSpec#image_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#image_id OceanEcsLaunchSpec#image_id}. --- @@ -2463,8 +2463,8 @@ oceanEcsLaunchSpec.OceanEcsLaunchSpecInstanceMetadataOptions( | **Name** | **Type** | **Description** | | --- | --- | --- | -| http_tokens | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_ecs_launch_spec#http_put_response_hop_limit OceanEcsLaunchSpec#http_put_response_hop_limit}. | --- @@ -2476,7 +2476,7 @@ http_tokens: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#http_tokens OceanEcsLaunchSpec#http_tokens}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#http_tokens OceanEcsLaunchSpec#http_tokens}. --- @@ -2488,7 +2488,7 @@ http_put_response_hop_limit: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs_launch_spec#http_put_response_hop_limit OceanEcsLaunchSpec#http_put_response_hop_limit}. --- @@ -2511,9 +2511,9 @@ oceanEcsLaunchSpec.OceanEcsLaunchSpecSchedulingTask( | **Name** | **Type** | **Description** | | --- | --- | --- | -| cron_expression | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/ocean_ecs_launch_spec#task_type OceanEcsLaunchSpec#task_type}. | | task_headroom | typing.Union[cdktf.IResolvable, typing.List[OceanEcsLaunchSpecSchedulingTaskTaskHeadroom]] | task_headroom block. | --- @@ -2526,7 +2526,7 @@ cron_expression: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#cron_expression OceanEcsLaunchSpec#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#cron_expression OceanEcsLaunchSpec#cron_expression}. --- @@ -2538,7 +2538,7 @@ is_enabled: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#is_enabled OceanEcsLaunchSpec#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#is_enabled OceanEcsLaunchSpec#is_enabled}. --- @@ -2550,7 +2550,7 @@ task_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#task_type OceanEcsLaunchSpec#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#task_type OceanEcsLaunchSpec#task_type}. --- @@ -2564,7 +2564,7 @@ task_headroom: typing.Union[IResolvable, typing.List[OceanEcsLaunchSpecSchedulin task_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#task_headroom OceanEcsLaunchSpec#task_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#task_headroom OceanEcsLaunchSpec#task_headroom} --- @@ -2586,9 +2586,9 @@ oceanEcsLaunchSpec.OceanEcsLaunchSpecSchedulingTaskTaskHeadroom( | **Name** | **Type** | **Description** | | --- | --- | --- | -| num_of_units | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/ocean_ecs_launch_spec#memory_per_unit OceanEcsLaunchSpec#memory_per_unit}. | --- @@ -2600,7 +2600,7 @@ num_of_units: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs_launch_spec#num_of_units OceanEcsLaunchSpec#num_of_units}. --- @@ -2612,7 +2612,7 @@ cpu_per_unit: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs_launch_spec#cpu_per_unit OceanEcsLaunchSpec#cpu_per_unit}. --- @@ -2624,7 +2624,7 @@ memory_per_unit: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs_launch_spec#memory_per_unit OceanEcsLaunchSpec#memory_per_unit}. --- @@ -2644,7 +2644,7 @@ oceanEcsLaunchSpec.OceanEcsLaunchSpecStrategy( | **Name** | **Type** | **Description** | | --- | --- | --- | -| spot_percentage | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs_launch_spec#spot_percentage OceanEcsLaunchSpec#spot_percentage}. | --- @@ -2656,7 +2656,7 @@ spot_percentage: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#spot_percentage OceanEcsLaunchSpec#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#spot_percentage OceanEcsLaunchSpec#spot_percentage}. --- @@ -2677,8 +2677,8 @@ oceanEcsLaunchSpec.OceanEcsLaunchSpecTags( | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#key OceanEcsLaunchSpec#key}. | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#value OceanEcsLaunchSpec#value}. | +| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/ocean_ecs_launch_spec#value OceanEcsLaunchSpec#value}. | --- @@ -2690,7 +2690,7 @@ key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#key OceanEcsLaunchSpec#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#key OceanEcsLaunchSpec#key}. --- @@ -2702,7 +2702,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#value OceanEcsLaunchSpec#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#value OceanEcsLaunchSpec#value}. --- @@ -4352,7 +4352,7 @@ def put_dynamic_volume_size( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#base_size OceanEcsLaunchSpec#base_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#base_size OceanEcsLaunchSpec#base_size}. --- @@ -4360,7 +4360,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#resource OceanEcsLaunchSpec#resource}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#resource OceanEcsLaunchSpec#resource}. --- @@ -4368,7 +4368,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs_launch_spec#size_per_resource_unit OceanEcsLaunchSpec#size_per_resource_unit}. --- @@ -5112,7 +5112,7 @@ def put_ebs( - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs_launch_spec#delete_on_termination OceanEcsLaunchSpec#delete_on_termination}. --- @@ -5122,7 +5122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti dynamic_volume_size block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs_launch_spec#dynamic_volume_size OceanEcsLaunchSpec#dynamic_volume_size} --- @@ -5130,7 +5130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#encrypted OceanEcsLaunchSpec#encrypted}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#encrypted OceanEcsLaunchSpec#encrypted}. --- @@ -5138,7 +5138,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#iops OceanEcsLaunchSpec#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#iops OceanEcsLaunchSpec#iops}. --- @@ -5146,7 +5146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs_launch_spec#kms_key_id OceanEcsLaunchSpec#kms_key_id}. --- @@ -5154,7 +5154,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#snapshot_id OceanEcsLaunchSpec#snapshot_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#snapshot_id OceanEcsLaunchSpec#snapshot_id}. --- @@ -5162,7 +5162,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#throughput OceanEcsLaunchSpec#throughput}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#throughput OceanEcsLaunchSpec#throughput}. --- @@ -5170,7 +5170,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#volume_size OceanEcsLaunchSpec#volume_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#volume_size OceanEcsLaunchSpec#volume_size}. --- @@ -5178,7 +5178,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#volume_type OceanEcsLaunchSpec#volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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 e264fd719..f0219d8c7 100644 --- a/docs/oceanEcsLaunchSpec.typescript.md +++ b/docs/oceanEcsLaunchSpec.typescript.md @@ -4,7 +4,7 @@ ### OceanEcsLaunchSpec -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec spotinst_ocean_ecs_launch_spec}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec spotinst_ocean_ecs_launch_spec}. #### Initializers @@ -690,7 +690,7 @@ The construct id used in the generated config for the OceanEcsLaunchSpec to impo The id of the existing OceanEcsLaunchSpec that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#import import section} in the documentation of this resource for the id to use --- @@ -1317,8 +1317,8 @@ const oceanEcsLaunchSpecAttributes: oceanEcsLaunchSpec.OceanEcsLaunchSpecAttribu | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#key OceanEcsLaunchSpec#key}. | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#value OceanEcsLaunchSpec#value}. | +| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/ocean_ecs_launch_spec#value OceanEcsLaunchSpec#value}. | --- @@ -1330,7 +1330,7 @@ public readonly key: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#key OceanEcsLaunchSpec#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#key OceanEcsLaunchSpec#key}. --- @@ -1342,7 +1342,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#value OceanEcsLaunchSpec#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#value OceanEcsLaunchSpec#value}. --- @@ -1360,9 +1360,9 @@ const oceanEcsLaunchSpecAutoscaleHeadrooms: oceanEcsLaunchSpec.OceanEcsLaunchSpe | **Name** | **Type** | **Description** | | --- | --- | --- | -| numOfUnits | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/ocean_ecs_launch_spec#memory_per_unit OceanEcsLaunchSpec#memory_per_unit}. | --- @@ -1374,7 +1374,7 @@ public readonly numOfUnits: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs_launch_spec#num_of_units OceanEcsLaunchSpec#num_of_units}. --- @@ -1386,7 +1386,7 @@ public readonly cpuPerUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs_launch_spec#cpu_per_unit OceanEcsLaunchSpec#cpu_per_unit}. --- @@ -1398,7 +1398,7 @@ public readonly memoryPerUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs_launch_spec#memory_per_unit OceanEcsLaunchSpec#memory_per_unit}. --- @@ -1416,10 +1416,10 @@ const oceanEcsLaunchSpecBlockDeviceMappings: oceanEcsLaunchSpec.OceanEcsLaunchSp | **Name** | **Type** | **Description** | | --- | --- | --- | -| deviceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_ecs_launch_spec#virtual_name OceanEcsLaunchSpec#virtual_name}. | --- @@ -1431,7 +1431,7 @@ public readonly deviceName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#device_name OceanEcsLaunchSpec#device_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#device_name OceanEcsLaunchSpec#device_name}. --- @@ -1445,7 +1445,7 @@ public readonly ebs: OceanEcsLaunchSpecBlockDeviceMappingsEbs; ebs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#ebs OceanEcsLaunchSpec#ebs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#ebs OceanEcsLaunchSpec#ebs} --- @@ -1457,7 +1457,7 @@ public readonly noDevice: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#no_device OceanEcsLaunchSpec#no_device}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#no_device OceanEcsLaunchSpec#no_device}. --- @@ -1469,7 +1469,7 @@ public readonly virtualName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#virtual_name OceanEcsLaunchSpec#virtual_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#virtual_name OceanEcsLaunchSpec#virtual_name}. --- @@ -1487,15 +1487,15 @@ const oceanEcsLaunchSpecBlockDeviceMappingsEbs: oceanEcsLaunchSpec.OceanEcsLaunc | **Name** | **Type** | **Description** | | --- | --- | --- | -| deleteOnTermination | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.169.1/docs/resources/ocean_ecs_launch_spec#encrypted OceanEcsLaunchSpec#encrypted}. | -| iops | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#iops OceanEcsLaunchSpec#iops}. | -| kmsKeyId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/docs/resources/ocean_ecs_launch_spec#throughput OceanEcsLaunchSpec#throughput}. | -| volumeSize | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.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.170.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.170.0/docs/resources/ocean_ecs_launch_spec#volume_type OceanEcsLaunchSpec#volume_type}. | --- @@ -1507,7 +1507,7 @@ public readonly deleteOnTermination: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs_launch_spec#delete_on_termination OceanEcsLaunchSpec#delete_on_termination}. --- @@ -1521,7 +1521,7 @@ public readonly dynamicVolumeSize: OceanEcsLaunchSpecBlockDeviceMappingsEbsDynam dynamic_volume_size block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs_launch_spec#dynamic_volume_size OceanEcsLaunchSpec#dynamic_volume_size} --- @@ -1533,7 +1533,7 @@ public readonly encrypted: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#encrypted OceanEcsLaunchSpec#encrypted}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#encrypted OceanEcsLaunchSpec#encrypted}. --- @@ -1545,7 +1545,7 @@ public readonly iops: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#iops OceanEcsLaunchSpec#iops}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#iops OceanEcsLaunchSpec#iops}. --- @@ -1557,7 +1557,7 @@ public readonly kmsKeyId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs_launch_spec#kms_key_id OceanEcsLaunchSpec#kms_key_id}. --- @@ -1569,7 +1569,7 @@ public readonly snapshotId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#snapshot_id OceanEcsLaunchSpec#snapshot_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#snapshot_id OceanEcsLaunchSpec#snapshot_id}. --- @@ -1581,7 +1581,7 @@ public readonly throughput: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#throughput OceanEcsLaunchSpec#throughput}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#throughput OceanEcsLaunchSpec#throughput}. --- @@ -1593,7 +1593,7 @@ public readonly volumeSize: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#volume_size OceanEcsLaunchSpec#volume_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#volume_size OceanEcsLaunchSpec#volume_size}. --- @@ -1605,7 +1605,7 @@ public readonly volumeType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#volume_type OceanEcsLaunchSpec#volume_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#volume_type OceanEcsLaunchSpec#volume_type}. --- @@ -1623,9 +1623,9 @@ const oceanEcsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSize: oceanEcsLaunchS | **Name** | **Type** | **Description** | | --- | --- | --- | -| baseSize | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/ocean_ecs_launch_spec#resource OceanEcsLaunchSpec#resource}. | -| sizePerResourceUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.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.170.0/docs/resources/ocean_ecs_launch_spec#size_per_resource_unit OceanEcsLaunchSpec#size_per_resource_unit}. | --- @@ -1637,7 +1637,7 @@ public readonly baseSize: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#base_size OceanEcsLaunchSpec#base_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#base_size OceanEcsLaunchSpec#base_size}. --- @@ -1649,7 +1649,7 @@ public readonly resource: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#resource OceanEcsLaunchSpec#resource}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#resource OceanEcsLaunchSpec#resource}. --- @@ -1661,7 +1661,7 @@ public readonly sizePerResourceUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs_launch_spec#size_per_resource_unit OceanEcsLaunchSpec#size_per_resource_unit}. --- @@ -1686,25 +1686,25 @@ const oceanEcsLaunchSpecConfig: oceanEcsLaunchSpec.OceanEcsLaunchSpecConfig = { | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#name OceanEcsLaunchSpec#name}. | -| oceanId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.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.169.1/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.169.1/docs/resources/ocean_ecs_launch_spec#id OceanEcsLaunchSpec#id}. | -| imageId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.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.170.0/docs/resources/ocean_ecs_launch_spec#image_id OceanEcsLaunchSpec#image_id}. | | images | cdktf.IResolvable \| OceanEcsLaunchSpecImages[] | images block. | | instanceMetadataOptions | OceanEcsLaunchSpecInstanceMetadataOptions | instance_metadata_options block. | -| instanceTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.169.1/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.170.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.169.1/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.170.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.169.1/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.170.0/docs/resources/ocean_ecs_launch_spec#user_data OceanEcsLaunchSpec#user_data}. | --- @@ -1786,7 +1786,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#name OceanEcsLaunchSpec#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#name OceanEcsLaunchSpec#name}. --- @@ -1798,7 +1798,7 @@ public readonly oceanId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#ocean_id OceanEcsLaunchSpec#ocean_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#ocean_id OceanEcsLaunchSpec#ocean_id}. --- @@ -1812,7 +1812,7 @@ public readonly attributes: IResolvable | OceanEcsLaunchSpecAttributes[]; attributes block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#attributes OceanEcsLaunchSpec#attributes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#attributes OceanEcsLaunchSpec#attributes} --- @@ -1826,7 +1826,7 @@ public readonly autoscaleHeadrooms: IResolvable | OceanEcsLaunchSpecAutoscaleHea autoscale_headrooms block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#autoscale_headrooms OceanEcsLaunchSpec#autoscale_headrooms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#autoscale_headrooms OceanEcsLaunchSpec#autoscale_headrooms} --- @@ -1840,7 +1840,7 @@ public readonly blockDeviceMappings: IResolvable | OceanEcsLaunchSpecBlockDevice block_device_mappings block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs_launch_spec#block_device_mappings OceanEcsLaunchSpec#block_device_mappings} --- @@ -1852,7 +1852,7 @@ public readonly iamInstanceProfile: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs_launch_spec#iam_instance_profile OceanEcsLaunchSpec#iam_instance_profile}. --- @@ -1864,7 +1864,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#id OceanEcsLaunchSpec#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#id OceanEcsLaunchSpec#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1879,7 +1879,7 @@ public readonly imageId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#image_id OceanEcsLaunchSpec#image_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#image_id OceanEcsLaunchSpec#image_id}. --- @@ -1893,7 +1893,7 @@ public readonly images: IResolvable | OceanEcsLaunchSpecImages[]; images block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#images OceanEcsLaunchSpec#images} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#images OceanEcsLaunchSpec#images} --- @@ -1907,7 +1907,7 @@ public readonly instanceMetadataOptions: OceanEcsLaunchSpecInstanceMetadataOptio instance_metadata_options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs_launch_spec#instance_metadata_options OceanEcsLaunchSpec#instance_metadata_options} --- @@ -1919,7 +1919,7 @@ public readonly instanceTypes: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#instance_types OceanEcsLaunchSpec#instance_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#instance_types OceanEcsLaunchSpec#instance_types}. --- @@ -1931,7 +1931,7 @@ public readonly preferredSpotTypes: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs_launch_spec#preferred_spot_types OceanEcsLaunchSpec#preferred_spot_types}. --- @@ -1943,7 +1943,7 @@ public readonly restrictScaleDown: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs_launch_spec#restrict_scale_down OceanEcsLaunchSpec#restrict_scale_down}. --- @@ -1957,7 +1957,7 @@ public readonly schedulingTask: IResolvable | OceanEcsLaunchSpecSchedulingTask[] scheduling_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#scheduling_task OceanEcsLaunchSpec#scheduling_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#scheduling_task OceanEcsLaunchSpec#scheduling_task} --- @@ -1969,7 +1969,7 @@ public readonly securityGroupIds: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs_launch_spec#security_group_ids OceanEcsLaunchSpec#security_group_ids}. --- @@ -1983,7 +1983,7 @@ public readonly strategy: IResolvable | OceanEcsLaunchSpecStrategy[]; strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#strategy OceanEcsLaunchSpec#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#strategy OceanEcsLaunchSpec#strategy} --- @@ -1995,7 +1995,7 @@ public readonly subnetIds: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#subnet_ids OceanEcsLaunchSpec#subnet_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#subnet_ids OceanEcsLaunchSpec#subnet_ids}. --- @@ -2009,7 +2009,7 @@ public readonly tags: IResolvable | OceanEcsLaunchSpecTags[]; tags block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#tags OceanEcsLaunchSpec#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#tags OceanEcsLaunchSpec#tags} --- @@ -2021,7 +2021,7 @@ public readonly userData: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#user_data OceanEcsLaunchSpec#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#user_data OceanEcsLaunchSpec#user_data}. --- @@ -2039,7 +2039,7 @@ const oceanEcsLaunchSpecImages: oceanEcsLaunchSpec.OceanEcsLaunchSpecImages = { | **Name** | **Type** | **Description** | | --- | --- | --- | -| imageId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#image_id OceanEcsLaunchSpec#image_id}. | +| imageId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#image_id OceanEcsLaunchSpec#image_id}. | --- @@ -2051,7 +2051,7 @@ public readonly imageId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#image_id OceanEcsLaunchSpec#image_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#image_id OceanEcsLaunchSpec#image_id}. --- @@ -2069,8 +2069,8 @@ const oceanEcsLaunchSpecInstanceMetadataOptions: oceanEcsLaunchSpec.OceanEcsLaun | **Name** | **Type** | **Description** | | --- | --- | --- | -| httpTokens | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_ecs_launch_spec#http_put_response_hop_limit OceanEcsLaunchSpec#http_put_response_hop_limit}. | --- @@ -2082,7 +2082,7 @@ public readonly httpTokens: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#http_tokens OceanEcsLaunchSpec#http_tokens}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#http_tokens OceanEcsLaunchSpec#http_tokens}. --- @@ -2094,7 +2094,7 @@ public readonly httpPutResponseHopLimit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs_launch_spec#http_put_response_hop_limit OceanEcsLaunchSpec#http_put_response_hop_limit}. --- @@ -2112,9 +2112,9 @@ const oceanEcsLaunchSpecSchedulingTask: oceanEcsLaunchSpec.OceanEcsLaunchSpecSch | **Name** | **Type** | **Description** | | --- | --- | --- | -| cronExpression | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/ocean_ecs_launch_spec#task_type OceanEcsLaunchSpec#task_type}. | | taskHeadroom | cdktf.IResolvable \| OceanEcsLaunchSpecSchedulingTaskTaskHeadroom[] | task_headroom block. | --- @@ -2127,7 +2127,7 @@ public readonly cronExpression: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#cron_expression OceanEcsLaunchSpec#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#cron_expression OceanEcsLaunchSpec#cron_expression}. --- @@ -2139,7 +2139,7 @@ public readonly isEnabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#is_enabled OceanEcsLaunchSpec#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#is_enabled OceanEcsLaunchSpec#is_enabled}. --- @@ -2151,7 +2151,7 @@ public readonly taskType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#task_type OceanEcsLaunchSpec#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#task_type OceanEcsLaunchSpec#task_type}. --- @@ -2165,7 +2165,7 @@ public readonly taskHeadroom: IResolvable | OceanEcsLaunchSpecSchedulingTaskTask task_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#task_headroom OceanEcsLaunchSpec#task_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#task_headroom OceanEcsLaunchSpec#task_headroom} --- @@ -2183,9 +2183,9 @@ const oceanEcsLaunchSpecSchedulingTaskTaskHeadroom: oceanEcsLaunchSpec.OceanEcsL | **Name** | **Type** | **Description** | | --- | --- | --- | -| numOfUnits | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/ocean_ecs_launch_spec#memory_per_unit OceanEcsLaunchSpec#memory_per_unit}. | --- @@ -2197,7 +2197,7 @@ public readonly numOfUnits: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs_launch_spec#num_of_units OceanEcsLaunchSpec#num_of_units}. --- @@ -2209,7 +2209,7 @@ public readonly cpuPerUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs_launch_spec#cpu_per_unit OceanEcsLaunchSpec#cpu_per_unit}. --- @@ -2221,7 +2221,7 @@ public readonly memoryPerUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs_launch_spec#memory_per_unit OceanEcsLaunchSpec#memory_per_unit}. --- @@ -2239,7 +2239,7 @@ const oceanEcsLaunchSpecStrategy: oceanEcsLaunchSpec.OceanEcsLaunchSpecStrategy | **Name** | **Type** | **Description** | | --- | --- | --- | -| spotPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs_launch_spec#spot_percentage OceanEcsLaunchSpec#spot_percentage}. | --- @@ -2251,7 +2251,7 @@ public readonly spotPercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#spot_percentage OceanEcsLaunchSpec#spot_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#spot_percentage OceanEcsLaunchSpec#spot_percentage}. --- @@ -2269,8 +2269,8 @@ const oceanEcsLaunchSpecTags: oceanEcsLaunchSpec.OceanEcsLaunchSpecTags = { ... | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#key OceanEcsLaunchSpec#key}. | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#value OceanEcsLaunchSpec#value}. | +| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/ocean_ecs_launch_spec#value OceanEcsLaunchSpec#value}. | --- @@ -2282,7 +2282,7 @@ public readonly key: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#key OceanEcsLaunchSpec#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#key OceanEcsLaunchSpec#key}. --- @@ -2294,7 +2294,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#value OceanEcsLaunchSpec#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#value OceanEcsLaunchSpec#value}. --- diff --git a/docs/oceanGkeImport.csharp.md b/docs/oceanGkeImport.csharp.md index 09ac8f292..228b53b41 100644 --- a/docs/oceanGkeImport.csharp.md +++ b/docs/oceanGkeImport.csharp.md @@ -4,7 +4,7 @@ ### OceanGkeImport -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import spotinst_ocean_gke_import}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import spotinst_ocean_gke_import}. #### Initializers @@ -650,7 +650,7 @@ The construct id used in the generated config for the OceanGkeImport to import. The id of the existing OceanGkeImport that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#import import section} in the documentation of this resource for the id to use --- @@ -1253,13 +1253,13 @@ new OceanGkeImportAutoscaler { | **Name** | **Type** | **Description** | | --- | --- | --- | -| AutoHeadroomPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/ocean_gke_import#cooldown OceanGkeImport#cooldown}. | +| AutoHeadroomPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.169.1/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.170.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.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. | | ResourceLimits | OceanGkeImportAutoscalerResourceLimits | resource_limits block. | --- @@ -1272,7 +1272,7 @@ public double AutoHeadroomPercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_import#auto_headroom_percentage OceanGkeImport#auto_headroom_percentage}. --- @@ -1284,7 +1284,7 @@ public double Cooldown { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#cooldown OceanGkeImport#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#cooldown OceanGkeImport#cooldown}. --- @@ -1298,7 +1298,7 @@ public OceanGkeImportAutoscalerDown Down { get; set; } down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#down OceanGkeImport#down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#down OceanGkeImport#down} --- @@ -1310,7 +1310,7 @@ public object EnableAutomaticAndManualHeadroom { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_import#enable_automatic_and_manual_headroom OceanGkeImport#enable_automatic_and_manual_headroom}. --- @@ -1324,7 +1324,7 @@ public OceanGkeImportAutoscalerHeadroom Headroom { get; set; } headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#headroom OceanGkeImport#headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#headroom OceanGkeImport#headroom} --- @@ -1336,7 +1336,7 @@ public object IsAutoConfig { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_import#is_auto_config OceanGkeImport#is_auto_config}. --- @@ -1348,7 +1348,7 @@ public object IsEnabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. --- @@ -1362,7 +1362,7 @@ public OceanGkeImportAutoscalerResourceLimits ResourceLimits { get; set; } resource_limits block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#resource_limits OceanGkeImport#resource_limits} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#resource_limits OceanGkeImport#resource_limits} --- @@ -1383,8 +1383,8 @@ new OceanGkeImportAutoscalerDown { | **Name** | **Type** | **Description** | | --- | --- | --- | -| EvaluationPeriods | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_gke_import#max_scale_down_percentage OceanGkeImport#max_scale_down_percentage}. | --- @@ -1396,7 +1396,7 @@ public double EvaluationPeriods { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#evaluation_periods OceanGkeImport#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#evaluation_periods OceanGkeImport#evaluation_periods}. --- @@ -1408,7 +1408,7 @@ public double MaxScaleDownPercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_import#max_scale_down_percentage OceanGkeImport#max_scale_down_percentage}. --- @@ -1431,10 +1431,10 @@ new OceanGkeImportAutoscalerHeadroom { | **Name** | **Type** | **Description** | | --- | --- | --- | -| CpuPerUnit | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.0/docs/resources/ocean_gke_import#num_of_units OceanGkeImport#num_of_units}. | --- @@ -1446,7 +1446,7 @@ public double CpuPerUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_import#cpu_per_unit OceanGkeImport#cpu_per_unit}. --- @@ -1458,7 +1458,7 @@ public double GpuPerUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_import#gpu_per_unit OceanGkeImport#gpu_per_unit}. --- @@ -1470,7 +1470,7 @@ public double MemoryPerUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_import#memory_per_unit OceanGkeImport#memory_per_unit}. --- @@ -1482,7 +1482,7 @@ public double NumOfUnits { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_import#num_of_units OceanGkeImport#num_of_units}. --- @@ -1503,8 +1503,8 @@ new OceanGkeImportAutoscalerResourceLimits { | **Name** | **Type** | **Description** | | --- | --- | --- | -| MaxMemoryGib | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_gke_import#max_vcpu OceanGkeImport#max_vcpu}. | --- @@ -1516,7 +1516,7 @@ public double MaxMemoryGib { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_import#max_memory_gib OceanGkeImport#max_memory_gib}. --- @@ -1528,7 +1528,7 @@ public double MaxVcpu { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#max_vcpu OceanGkeImport#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#max_vcpu OceanGkeImport#max_vcpu}. --- @@ -1551,10 +1551,10 @@ new OceanGkeImportBackendServices { | **Name** | **Type** | **Description** | | --- | --- | --- | -| ServiceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.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.169.1/docs/resources/ocean_gke_import#scheme OceanGkeImport#scheme}. | +| Scheme | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#scheme OceanGkeImport#scheme}. | --- @@ -1566,7 +1566,7 @@ public string ServiceName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#service_name OceanGkeImport#service_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#service_name OceanGkeImport#service_name}. --- @@ -1578,7 +1578,7 @@ public string LocationType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#location_type OceanGkeImport#location_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#location_type OceanGkeImport#location_type}. --- @@ -1592,7 +1592,7 @@ public object NamedPorts { get; set; } named_ports block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#named_ports OceanGkeImport#named_ports} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#named_ports OceanGkeImport#named_ports} --- @@ -1604,7 +1604,7 @@ public string Scheme { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#scheme OceanGkeImport#scheme}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#scheme OceanGkeImport#scheme}. --- @@ -1625,8 +1625,8 @@ new OceanGkeImportBackendServicesNamedPorts { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#name OceanGkeImport#name}. | -| Ports | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#ports OceanGkeImport#ports}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#name OceanGkeImport#name}. | +| Ports | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#ports OceanGkeImport#ports}. | --- @@ -1638,7 +1638,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#name OceanGkeImport#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#name OceanGkeImport#name}. --- @@ -1650,7 +1650,7 @@ public string[] Ports { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#ports OceanGkeImport#ports}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#ports OceanGkeImport#ports}. --- @@ -1700,23 +1700,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.169.1/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.169.1/docs/resources/ocean_gke_import#location OceanGkeImport#location}. | +| ClusterName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.169.1/docs/resources/ocean_gke_import#blacklist OceanGkeImport#blacklist}. | -| ControllerClusterId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/docs/resources/ocean_gke_import#id OceanGkeImport#id}. | -| MaxSize | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.0/docs/resources/ocean_gke_import#blacklist OceanGkeImport#blacklist}. | +| ControllerClusterId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.0/docs/resources/ocean_gke_import#id OceanGkeImport#id}. | +| MaxSize | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.169.1/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.169.1/docs/resources/ocean_gke_import#whitelist OceanGkeImport#whitelist}. | +| UseAsTemplateOnly | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/ocean_gke_import#whitelist OceanGkeImport#whitelist}. | --- @@ -1798,7 +1798,7 @@ public string ClusterName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#cluster_name OceanGkeImport#cluster_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#cluster_name OceanGkeImport#cluster_name}. --- @@ -1810,7 +1810,7 @@ public string Location { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#location OceanGkeImport#location}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#location OceanGkeImport#location}. --- @@ -1824,7 +1824,7 @@ public OceanGkeImportAutoscaler Autoscaler { get; set; } autoscaler block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#autoscaler OceanGkeImport#autoscaler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#autoscaler OceanGkeImport#autoscaler} --- @@ -1838,7 +1838,7 @@ public object BackendServices { get; set; } backend_services block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#backend_services OceanGkeImport#backend_services} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#backend_services OceanGkeImport#backend_services} --- @@ -1850,7 +1850,7 @@ public string[] Blacklist { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#blacklist OceanGkeImport#blacklist}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#blacklist OceanGkeImport#blacklist}. --- @@ -1862,7 +1862,7 @@ public string ControllerClusterId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_import#controller_cluster_id OceanGkeImport#controller_cluster_id}. --- @@ -1874,7 +1874,7 @@ public double DesiredCapacity { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#desired_capacity OceanGkeImport#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#desired_capacity OceanGkeImport#desired_capacity}. --- @@ -1886,7 +1886,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#id OceanGkeImport#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. @@ -1901,7 +1901,7 @@ public double MaxSize { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#max_size OceanGkeImport#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#max_size OceanGkeImport#max_size}. --- @@ -1913,7 +1913,7 @@ public double MinSize { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#min_size OceanGkeImport#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#min_size OceanGkeImport#min_size}. --- @@ -1925,7 +1925,7 @@ public string RootVolumeType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_import#root_volume_type OceanGkeImport#root_volume_type}. --- @@ -1939,7 +1939,7 @@ public object ScheduledTask { get; set; } scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#scheduled_task OceanGkeImport#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#scheduled_task OceanGkeImport#scheduled_task} --- @@ -1953,7 +1953,7 @@ public OceanGkeImportShieldedInstanceConfig ShieldedInstanceConfig { get; set; } shielded_instance_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_import#shielded_instance_config OceanGkeImport#shielded_instance_config} --- @@ -1967,7 +1967,7 @@ public object Strategy { get; set; } strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#strategy OceanGkeImport#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#strategy OceanGkeImport#strategy} --- @@ -1981,7 +1981,7 @@ public OceanGkeImportUpdatePolicy UpdatePolicy { get; set; } update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#update_policy OceanGkeImport#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#update_policy OceanGkeImport#update_policy} --- @@ -1993,7 +1993,7 @@ public object UseAsTemplateOnly { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_import#use_as_template_only OceanGkeImport#use_as_template_only}. --- @@ -2005,7 +2005,7 @@ public string[] Whitelist { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#whitelist OceanGkeImport#whitelist}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#whitelist OceanGkeImport#whitelist}. --- @@ -2041,7 +2041,7 @@ public OceanGkeImportScheduledTaskShutdownHours ShutdownHours { get; set; } shutdown_hours block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#shutdown_hours OceanGkeImport#shutdown_hours} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#shutdown_hours OceanGkeImport#shutdown_hours} --- @@ -2055,7 +2055,7 @@ public object Tasks { get; set; } tasks block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#tasks OceanGkeImport#tasks} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#tasks OceanGkeImport#tasks} --- @@ -2076,8 +2076,8 @@ new OceanGkeImportScheduledTaskShutdownHours { | **Name** | **Type** | **Description** | | --- | --- | --- | -| TimeWindows | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. | --- @@ -2089,7 +2089,7 @@ public string[] TimeWindows { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#time_windows OceanGkeImport#time_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#time_windows OceanGkeImport#time_windows}. --- @@ -2101,7 +2101,7 @@ public object IsEnabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. --- @@ -2124,9 +2124,9 @@ new OceanGkeImportScheduledTaskTasks { | **Name** | **Type** | **Description** | | --- | --- | --- | -| CronExpression | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/ocean_gke_import#task_type OceanGkeImport#task_type}. | | TaskParameters | OceanGkeImportScheduledTaskTasksTaskParameters | task_parameters block. | --- @@ -2139,7 +2139,7 @@ public string CronExpression { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#cron_expression OceanGkeImport#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#cron_expression OceanGkeImport#cron_expression}. --- @@ -2151,7 +2151,7 @@ public object IsEnabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. --- @@ -2163,7 +2163,7 @@ public string TaskType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#task_type OceanGkeImport#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#task_type OceanGkeImport#task_type}. --- @@ -2177,7 +2177,7 @@ public OceanGkeImportScheduledTaskTasksTaskParameters TaskParameters { get; set; task_parameters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#task_parameters OceanGkeImport#task_parameters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#task_parameters OceanGkeImport#task_parameters} --- @@ -2211,7 +2211,7 @@ public OceanGkeImportScheduledTaskTasksTaskParametersClusterRoll ClusterRoll { g cluster_roll block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#cluster_roll OceanGkeImport#cluster_roll} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#cluster_roll OceanGkeImport#cluster_roll} --- @@ -2234,10 +2234,10 @@ new OceanGkeImportScheduledTaskTasksTaskParametersClusterRoll { | **Name** | **Type** | **Description** | | --- | --- | --- | -| BatchMinHealthyPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/docs/resources/ocean_gke_import#comment OceanGkeImport#comment}. | -| RespectPdb | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.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.170.0/docs/resources/ocean_gke_import#comment OceanGkeImport#comment}. | +| RespectPdb | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#respect_pdb OceanGkeImport#respect_pdb}. | --- @@ -2249,7 +2249,7 @@ public double BatchMinHealthyPercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_import#batch_min_healthy_percentage OceanGkeImport#batch_min_healthy_percentage}. --- @@ -2261,7 +2261,7 @@ public double BatchSizePercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_import#batch_size_percentage OceanGkeImport#batch_size_percentage}. --- @@ -2273,7 +2273,7 @@ public string Comment { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#comment OceanGkeImport#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#comment OceanGkeImport#comment}. --- @@ -2285,7 +2285,7 @@ public object RespectPdb { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#respect_pdb OceanGkeImport#respect_pdb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#respect_pdb OceanGkeImport#respect_pdb}. --- @@ -2306,8 +2306,8 @@ new OceanGkeImportShieldedInstanceConfig { | **Name** | **Type** | **Description** | | --- | --- | --- | -| EnableIntegrityMonitoring | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_gke_import#enable_secure_boot OceanGkeImport#enable_secure_boot}. | --- @@ -2319,7 +2319,7 @@ public object EnableIntegrityMonitoring { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_import#enable_integrity_monitoring OceanGkeImport#enable_integrity_monitoring}. --- @@ -2331,7 +2331,7 @@ public object EnableSecureBoot { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_import#enable_secure_boot OceanGkeImport#enable_secure_boot}. --- @@ -2353,9 +2353,9 @@ new OceanGkeImportStrategy { | **Name** | **Type** | **Description** | | --- | --- | --- | -| DrainingTimeout | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/ocean_gke_import#provisioning_model OceanGkeImport#provisioning_model}. | --- @@ -2367,7 +2367,7 @@ public double DrainingTimeout { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#draining_timeout OceanGkeImport#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#draining_timeout OceanGkeImport#draining_timeout}. --- @@ -2379,7 +2379,7 @@ public double PreemptiblePercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#preemptible_percentage OceanGkeImport#preemptible_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#preemptible_percentage OceanGkeImport#preemptible_percentage}. --- @@ -2391,7 +2391,7 @@ public string ProvisioningModel { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#provisioning_model OceanGkeImport#provisioning_model}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#provisioning_model OceanGkeImport#provisioning_model}. --- @@ -2413,8 +2413,8 @@ new OceanGkeImportUpdatePolicy { | **Name** | **Type** | **Description** | | --- | --- | --- | -| ShouldRoll | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_gke_import#conditioned_roll OceanGkeImport#conditioned_roll}. | | RollConfig | OceanGkeImportUpdatePolicyRollConfig | roll_config block. | --- @@ -2427,7 +2427,7 @@ public object ShouldRoll { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#should_roll OceanGkeImport#should_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#should_roll OceanGkeImport#should_roll}. --- @@ -2439,7 +2439,7 @@ public object ConditionedRoll { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#conditioned_roll OceanGkeImport#conditioned_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#conditioned_roll OceanGkeImport#conditioned_roll}. --- @@ -2453,7 +2453,7 @@ public OceanGkeImportUpdatePolicyRollConfig RollConfig { get; set; } roll_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#roll_config OceanGkeImport#roll_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#roll_config OceanGkeImport#roll_config} --- @@ -2476,10 +2476,10 @@ new OceanGkeImportUpdatePolicyRollConfig { | **Name** | **Type** | **Description** | | --- | --- | --- | -| BatchSizePercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.0/docs/resources/ocean_gke_import#respect_pdb OceanGkeImport#respect_pdb}. | --- @@ -2491,7 +2491,7 @@ public double BatchSizePercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_import#batch_size_percentage OceanGkeImport#batch_size_percentage}. --- @@ -2503,7 +2503,7 @@ public double BatchMinHealthyPercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_import#batch_min_healthy_percentage OceanGkeImport#batch_min_healthy_percentage}. --- @@ -2515,7 +2515,7 @@ public string[] LaunchSpecIds { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_import#launch_spec_ids OceanGkeImport#launch_spec_ids}. --- @@ -2527,7 +2527,7 @@ public object RespectPdb { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#respect_pdb OceanGkeImport#respect_pdb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#respect_pdb OceanGkeImport#respect_pdb}. --- diff --git a/docs/oceanGkeImport.go.md b/docs/oceanGkeImport.go.md index 52b3f52e6..57df6ce52 100644 --- a/docs/oceanGkeImport.go.md +++ b/docs/oceanGkeImport.go.md @@ -4,7 +4,7 @@ ### OceanGkeImport -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import spotinst_ocean_gke_import}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import spotinst_ocean_gke_import}. #### Initializers @@ -650,7 +650,7 @@ The construct id used in the generated config for the OceanGkeImport to import. The id of the existing OceanGkeImport that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#import import section} in the documentation of this resource for the id to use --- @@ -1253,13 +1253,13 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport" | **Name** | **Type** | **Description** | | --- | --- | --- | -| AutoHeadroomPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/ocean_gke_import#cooldown OceanGkeImport#cooldown}. | +| AutoHeadroomPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.169.1/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.170.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.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. | | ResourceLimits | OceanGkeImportAutoscalerResourceLimits | resource_limits block. | --- @@ -1272,7 +1272,7 @@ AutoHeadroomPercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_import#auto_headroom_percentage OceanGkeImport#auto_headroom_percentage}. --- @@ -1284,7 +1284,7 @@ Cooldown *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#cooldown OceanGkeImport#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#cooldown OceanGkeImport#cooldown}. --- @@ -1298,7 +1298,7 @@ Down OceanGkeImportAutoscalerDown down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#down OceanGkeImport#down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#down OceanGkeImport#down} --- @@ -1310,7 +1310,7 @@ EnableAutomaticAndManualHeadroom interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_import#enable_automatic_and_manual_headroom OceanGkeImport#enable_automatic_and_manual_headroom}. --- @@ -1324,7 +1324,7 @@ Headroom OceanGkeImportAutoscalerHeadroom headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#headroom OceanGkeImport#headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#headroom OceanGkeImport#headroom} --- @@ -1336,7 +1336,7 @@ IsAutoConfig interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_import#is_auto_config OceanGkeImport#is_auto_config}. --- @@ -1348,7 +1348,7 @@ IsEnabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. --- @@ -1362,7 +1362,7 @@ ResourceLimits OceanGkeImportAutoscalerResourceLimits resource_limits block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#resource_limits OceanGkeImport#resource_limits} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#resource_limits OceanGkeImport#resource_limits} --- @@ -1383,8 +1383,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport" | **Name** | **Type** | **Description** | | --- | --- | --- | -| EvaluationPeriods | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_gke_import#max_scale_down_percentage OceanGkeImport#max_scale_down_percentage}. | --- @@ -1396,7 +1396,7 @@ EvaluationPeriods *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#evaluation_periods OceanGkeImport#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#evaluation_periods OceanGkeImport#evaluation_periods}. --- @@ -1408,7 +1408,7 @@ MaxScaleDownPercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_import#max_scale_down_percentage OceanGkeImport#max_scale_down_percentage}. --- @@ -1431,10 +1431,10 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport" | **Name** | **Type** | **Description** | | --- | --- | --- | -| CpuPerUnit | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.0/docs/resources/ocean_gke_import#num_of_units OceanGkeImport#num_of_units}. | --- @@ -1446,7 +1446,7 @@ CpuPerUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_import#cpu_per_unit OceanGkeImport#cpu_per_unit}. --- @@ -1458,7 +1458,7 @@ GpuPerUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_import#gpu_per_unit OceanGkeImport#gpu_per_unit}. --- @@ -1470,7 +1470,7 @@ MemoryPerUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_import#memory_per_unit OceanGkeImport#memory_per_unit}. --- @@ -1482,7 +1482,7 @@ NumOfUnits *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_import#num_of_units OceanGkeImport#num_of_units}. --- @@ -1503,8 +1503,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport" | **Name** | **Type** | **Description** | | --- | --- | --- | -| MaxMemoryGib | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_gke_import#max_vcpu OceanGkeImport#max_vcpu}. | --- @@ -1516,7 +1516,7 @@ MaxMemoryGib *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_import#max_memory_gib OceanGkeImport#max_memory_gib}. --- @@ -1528,7 +1528,7 @@ MaxVcpu *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#max_vcpu OceanGkeImport#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#max_vcpu OceanGkeImport#max_vcpu}. --- @@ -1551,10 +1551,10 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport" | **Name** | **Type** | **Description** | | --- | --- | --- | -| ServiceName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.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.169.1/docs/resources/ocean_gke_import#scheme OceanGkeImport#scheme}. | +| Scheme | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#scheme OceanGkeImport#scheme}. | --- @@ -1566,7 +1566,7 @@ ServiceName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#service_name OceanGkeImport#service_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#service_name OceanGkeImport#service_name}. --- @@ -1578,7 +1578,7 @@ LocationType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#location_type OceanGkeImport#location_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#location_type OceanGkeImport#location_type}. --- @@ -1592,7 +1592,7 @@ NamedPorts interface{} named_ports block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#named_ports OceanGkeImport#named_ports} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#named_ports OceanGkeImport#named_ports} --- @@ -1604,7 +1604,7 @@ Scheme *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#scheme OceanGkeImport#scheme}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#scheme OceanGkeImport#scheme}. --- @@ -1625,8 +1625,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#name OceanGkeImport#name}. | -| Ports | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#ports OceanGkeImport#ports}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#name OceanGkeImport#name}. | +| Ports | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#ports OceanGkeImport#ports}. | --- @@ -1638,7 +1638,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#name OceanGkeImport#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#name OceanGkeImport#name}. --- @@ -1650,7 +1650,7 @@ Ports *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#ports OceanGkeImport#ports}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#ports OceanGkeImport#ports}. --- @@ -1700,23 +1700,23 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport" | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| ClusterName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/ocean_gke_import#location OceanGkeImport#location}. | +| ClusterName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.169.1/docs/resources/ocean_gke_import#blacklist OceanGkeImport#blacklist}. | -| ControllerClusterId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/docs/resources/ocean_gke_import#id OceanGkeImport#id}. | -| MaxSize | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.0/docs/resources/ocean_gke_import#blacklist OceanGkeImport#blacklist}. | +| ControllerClusterId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.0/docs/resources/ocean_gke_import#id OceanGkeImport#id}. | +| MaxSize | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.169.1/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.169.1/docs/resources/ocean_gke_import#whitelist OceanGkeImport#whitelist}. | +| UseAsTemplateOnly | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/ocean_gke_import#whitelist OceanGkeImport#whitelist}. | --- @@ -1798,7 +1798,7 @@ ClusterName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#cluster_name OceanGkeImport#cluster_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#cluster_name OceanGkeImport#cluster_name}. --- @@ -1810,7 +1810,7 @@ Location *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#location OceanGkeImport#location}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#location OceanGkeImport#location}. --- @@ -1824,7 +1824,7 @@ Autoscaler OceanGkeImportAutoscaler autoscaler block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#autoscaler OceanGkeImport#autoscaler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#autoscaler OceanGkeImport#autoscaler} --- @@ -1838,7 +1838,7 @@ BackendServices interface{} backend_services block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#backend_services OceanGkeImport#backend_services} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#backend_services OceanGkeImport#backend_services} --- @@ -1850,7 +1850,7 @@ Blacklist *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#blacklist OceanGkeImport#blacklist}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#blacklist OceanGkeImport#blacklist}. --- @@ -1862,7 +1862,7 @@ ControllerClusterId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_import#controller_cluster_id OceanGkeImport#controller_cluster_id}. --- @@ -1874,7 +1874,7 @@ DesiredCapacity *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#desired_capacity OceanGkeImport#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#desired_capacity OceanGkeImport#desired_capacity}. --- @@ -1886,7 +1886,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#id OceanGkeImport#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. @@ -1901,7 +1901,7 @@ MaxSize *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#max_size OceanGkeImport#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#max_size OceanGkeImport#max_size}. --- @@ -1913,7 +1913,7 @@ MinSize *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#min_size OceanGkeImport#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#min_size OceanGkeImport#min_size}. --- @@ -1925,7 +1925,7 @@ RootVolumeType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_import#root_volume_type OceanGkeImport#root_volume_type}. --- @@ -1939,7 +1939,7 @@ ScheduledTask interface{} scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#scheduled_task OceanGkeImport#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#scheduled_task OceanGkeImport#scheduled_task} --- @@ -1953,7 +1953,7 @@ ShieldedInstanceConfig OceanGkeImportShieldedInstanceConfig shielded_instance_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_import#shielded_instance_config OceanGkeImport#shielded_instance_config} --- @@ -1967,7 +1967,7 @@ Strategy interface{} strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#strategy OceanGkeImport#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#strategy OceanGkeImport#strategy} --- @@ -1981,7 +1981,7 @@ UpdatePolicy OceanGkeImportUpdatePolicy update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#update_policy OceanGkeImport#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#update_policy OceanGkeImport#update_policy} --- @@ -1993,7 +1993,7 @@ UseAsTemplateOnly interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_import#use_as_template_only OceanGkeImport#use_as_template_only}. --- @@ -2005,7 +2005,7 @@ Whitelist *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#whitelist OceanGkeImport#whitelist}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#whitelist OceanGkeImport#whitelist}. --- @@ -2041,7 +2041,7 @@ ShutdownHours OceanGkeImportScheduledTaskShutdownHours shutdown_hours block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#shutdown_hours OceanGkeImport#shutdown_hours} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#shutdown_hours OceanGkeImport#shutdown_hours} --- @@ -2055,7 +2055,7 @@ Tasks interface{} tasks block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#tasks OceanGkeImport#tasks} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#tasks OceanGkeImport#tasks} --- @@ -2076,8 +2076,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport" | **Name** | **Type** | **Description** | | --- | --- | --- | -| TimeWindows | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. | --- @@ -2089,7 +2089,7 @@ TimeWindows *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#time_windows OceanGkeImport#time_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#time_windows OceanGkeImport#time_windows}. --- @@ -2101,7 +2101,7 @@ IsEnabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. --- @@ -2124,9 +2124,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport" | **Name** | **Type** | **Description** | | --- | --- | --- | -| CronExpression | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/ocean_gke_import#task_type OceanGkeImport#task_type}. | | TaskParameters | OceanGkeImportScheduledTaskTasksTaskParameters | task_parameters block. | --- @@ -2139,7 +2139,7 @@ CronExpression *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#cron_expression OceanGkeImport#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#cron_expression OceanGkeImport#cron_expression}. --- @@ -2151,7 +2151,7 @@ IsEnabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. --- @@ -2163,7 +2163,7 @@ TaskType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#task_type OceanGkeImport#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#task_type OceanGkeImport#task_type}. --- @@ -2177,7 +2177,7 @@ TaskParameters OceanGkeImportScheduledTaskTasksTaskParameters task_parameters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#task_parameters OceanGkeImport#task_parameters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#task_parameters OceanGkeImport#task_parameters} --- @@ -2211,7 +2211,7 @@ ClusterRoll OceanGkeImportScheduledTaskTasksTaskParametersClusterRoll cluster_roll block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#cluster_roll OceanGkeImport#cluster_roll} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#cluster_roll OceanGkeImport#cluster_roll} --- @@ -2234,10 +2234,10 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport" | **Name** | **Type** | **Description** | | --- | --- | --- | -| BatchMinHealthyPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/docs/resources/ocean_gke_import#comment OceanGkeImport#comment}. | -| RespectPdb | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.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.170.0/docs/resources/ocean_gke_import#comment OceanGkeImport#comment}. | +| RespectPdb | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#respect_pdb OceanGkeImport#respect_pdb}. | --- @@ -2249,7 +2249,7 @@ BatchMinHealthyPercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_import#batch_min_healthy_percentage OceanGkeImport#batch_min_healthy_percentage}. --- @@ -2261,7 +2261,7 @@ BatchSizePercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_import#batch_size_percentage OceanGkeImport#batch_size_percentage}. --- @@ -2273,7 +2273,7 @@ Comment *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#comment OceanGkeImport#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#comment OceanGkeImport#comment}. --- @@ -2285,7 +2285,7 @@ RespectPdb interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#respect_pdb OceanGkeImport#respect_pdb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#respect_pdb OceanGkeImport#respect_pdb}. --- @@ -2306,8 +2306,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport" | **Name** | **Type** | **Description** | | --- | --- | --- | -| EnableIntegrityMonitoring | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_gke_import#enable_secure_boot OceanGkeImport#enable_secure_boot}. | --- @@ -2319,7 +2319,7 @@ EnableIntegrityMonitoring interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_import#enable_integrity_monitoring OceanGkeImport#enable_integrity_monitoring}. --- @@ -2331,7 +2331,7 @@ EnableSecureBoot interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_import#enable_secure_boot OceanGkeImport#enable_secure_boot}. --- @@ -2353,9 +2353,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport" | **Name** | **Type** | **Description** | | --- | --- | --- | -| DrainingTimeout | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/ocean_gke_import#provisioning_model OceanGkeImport#provisioning_model}. | --- @@ -2367,7 +2367,7 @@ DrainingTimeout *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#draining_timeout OceanGkeImport#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#draining_timeout OceanGkeImport#draining_timeout}. --- @@ -2379,7 +2379,7 @@ PreemptiblePercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#preemptible_percentage OceanGkeImport#preemptible_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#preemptible_percentage OceanGkeImport#preemptible_percentage}. --- @@ -2391,7 +2391,7 @@ ProvisioningModel *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#provisioning_model OceanGkeImport#provisioning_model}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#provisioning_model OceanGkeImport#provisioning_model}. --- @@ -2413,8 +2413,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport" | **Name** | **Type** | **Description** | | --- | --- | --- | -| ShouldRoll | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_gke_import#conditioned_roll OceanGkeImport#conditioned_roll}. | | RollConfig | OceanGkeImportUpdatePolicyRollConfig | roll_config block. | --- @@ -2427,7 +2427,7 @@ ShouldRoll interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#should_roll OceanGkeImport#should_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#should_roll OceanGkeImport#should_roll}. --- @@ -2439,7 +2439,7 @@ ConditionedRoll interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#conditioned_roll OceanGkeImport#conditioned_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#conditioned_roll OceanGkeImport#conditioned_roll}. --- @@ -2453,7 +2453,7 @@ RollConfig OceanGkeImportUpdatePolicyRollConfig roll_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#roll_config OceanGkeImport#roll_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#roll_config OceanGkeImport#roll_config} --- @@ -2476,10 +2476,10 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport" | **Name** | **Type** | **Description** | | --- | --- | --- | -| BatchSizePercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.0/docs/resources/ocean_gke_import#respect_pdb OceanGkeImport#respect_pdb}. | --- @@ -2491,7 +2491,7 @@ BatchSizePercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_import#batch_size_percentage OceanGkeImport#batch_size_percentage}. --- @@ -2503,7 +2503,7 @@ BatchMinHealthyPercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_import#batch_min_healthy_percentage OceanGkeImport#batch_min_healthy_percentage}. --- @@ -2515,7 +2515,7 @@ LaunchSpecIds *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_import#launch_spec_ids OceanGkeImport#launch_spec_ids}. --- @@ -2527,7 +2527,7 @@ RespectPdb interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#respect_pdb OceanGkeImport#respect_pdb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#respect_pdb OceanGkeImport#respect_pdb}. --- diff --git a/docs/oceanGkeImport.java.md b/docs/oceanGkeImport.java.md index 37746312c..9b028e294 100644 --- a/docs/oceanGkeImport.java.md +++ b/docs/oceanGkeImport.java.md @@ -4,7 +4,7 @@ ### OceanGkeImport -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import spotinst_ocean_gke_import}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import spotinst_ocean_gke_import}. #### Initializers @@ -58,23 +58,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.169.1/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.169.1/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.170.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.170.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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_gke_import#whitelist OceanGkeImport#whitelist}. | --- @@ -142,7 +142,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.169.1/docs/resources/ocean_gke_import#cluster_name OceanGkeImport#cluster_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#cluster_name OceanGkeImport#cluster_name}. --- @@ -150,7 +150,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#location OceanGkeImport#location}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#location OceanGkeImport#location}. --- @@ -160,7 +160,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.169.1/docs/resources/ocean_gke_import#autoscaler OceanGkeImport#autoscaler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#autoscaler OceanGkeImport#autoscaler} --- @@ -170,7 +170,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.169.1/docs/resources/ocean_gke_import#backend_services OceanGkeImport#backend_services} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#backend_services OceanGkeImport#backend_services} --- @@ -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.169.1/docs/resources/ocean_gke_import#blacklist OceanGkeImport#blacklist}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#blacklist OceanGkeImport#blacklist}. --- @@ -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.169.1/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.170.0/docs/resources/ocean_gke_import#controller_cluster_id OceanGkeImport#controller_cluster_id}. --- @@ -194,7 +194,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.169.1/docs/resources/ocean_gke_import#desired_capacity OceanGkeImport#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#desired_capacity OceanGkeImport#desired_capacity}. --- @@ -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.169.1/docs/resources/ocean_gke_import#id OceanGkeImport#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. @@ -213,7 +213,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.169.1/docs/resources/ocean_gke_import#max_size OceanGkeImport#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#max_size OceanGkeImport#max_size}. --- @@ -221,7 +221,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.169.1/docs/resources/ocean_gke_import#min_size OceanGkeImport#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#min_size OceanGkeImport#min_size}. --- @@ -229,7 +229,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_import#root_volume_type OceanGkeImport#root_volume_type}. --- @@ -239,7 +239,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.169.1/docs/resources/ocean_gke_import#scheduled_task OceanGkeImport#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#scheduled_task OceanGkeImport#scheduled_task} --- @@ -249,7 +249,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.169.1/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.170.0/docs/resources/ocean_gke_import#shielded_instance_config OceanGkeImport#shielded_instance_config} --- @@ -259,7 +259,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.169.1/docs/resources/ocean_gke_import#strategy OceanGkeImport#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#strategy OceanGkeImport#strategy} --- @@ -269,7 +269,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.169.1/docs/resources/ocean_gke_import#update_policy OceanGkeImport#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#update_policy OceanGkeImport#update_policy} --- @@ -277,7 +277,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.169.1/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.170.0/docs/resources/ocean_gke_import#use_as_template_only OceanGkeImport#use_as_template_only}. --- @@ -285,7 +285,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.169.1/docs/resources/ocean_gke_import#whitelist OceanGkeImport#whitelist}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#whitelist OceanGkeImport#whitelist}. --- @@ -895,7 +895,7 @@ The construct id used in the generated config for the OceanGkeImport to import. The id of the existing OceanGkeImport that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#import import section} in the documentation of this resource for the id to use --- @@ -1501,13 +1501,13 @@ OceanGkeImportAutoscaler.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| autoHeadroomPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.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.169.1/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.170.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.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. | | resourceLimits | OceanGkeImportAutoscalerResourceLimits | resource_limits block. | --- @@ -1520,7 +1520,7 @@ public java.lang.Number getAutoHeadroomPercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_import#auto_headroom_percentage OceanGkeImport#auto_headroom_percentage}. --- @@ -1532,7 +1532,7 @@ public java.lang.Number getCooldown(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#cooldown OceanGkeImport#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#cooldown OceanGkeImport#cooldown}. --- @@ -1546,7 +1546,7 @@ public OceanGkeImportAutoscalerDown getDown(); down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#down OceanGkeImport#down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#down OceanGkeImport#down} --- @@ -1558,7 +1558,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.169.1/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.170.0/docs/resources/ocean_gke_import#enable_automatic_and_manual_headroom OceanGkeImport#enable_automatic_and_manual_headroom}. --- @@ -1572,7 +1572,7 @@ public OceanGkeImportAutoscalerHeadroom getHeadroom(); headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#headroom OceanGkeImport#headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#headroom OceanGkeImport#headroom} --- @@ -1584,7 +1584,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.169.1/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.170.0/docs/resources/ocean_gke_import#is_auto_config OceanGkeImport#is_auto_config}. --- @@ -1596,7 +1596,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.169.1/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. --- @@ -1610,7 +1610,7 @@ public OceanGkeImportAutoscalerResourceLimits getResourceLimits(); resource_limits block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#resource_limits OceanGkeImport#resource_limits} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#resource_limits OceanGkeImport#resource_limits} --- @@ -1631,8 +1631,8 @@ OceanGkeImportAutoscalerDown.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| evaluationPeriods | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_gke_import#max_scale_down_percentage OceanGkeImport#max_scale_down_percentage}. | --- @@ -1644,7 +1644,7 @@ public java.lang.Number getEvaluationPeriods(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#evaluation_periods OceanGkeImport#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#evaluation_periods OceanGkeImport#evaluation_periods}. --- @@ -1656,7 +1656,7 @@ public java.lang.Number getMaxScaleDownPercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_import#max_scale_down_percentage OceanGkeImport#max_scale_down_percentage}. --- @@ -1679,10 +1679,10 @@ OceanGkeImportAutoscalerHeadroom.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| cpuPerUnit | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.0/docs/resources/ocean_gke_import#num_of_units OceanGkeImport#num_of_units}. | --- @@ -1694,7 +1694,7 @@ public java.lang.Number getCpuPerUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_import#cpu_per_unit OceanGkeImport#cpu_per_unit}. --- @@ -1706,7 +1706,7 @@ public java.lang.Number getGpuPerUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_import#gpu_per_unit OceanGkeImport#gpu_per_unit}. --- @@ -1718,7 +1718,7 @@ public java.lang.Number getMemoryPerUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_import#memory_per_unit OceanGkeImport#memory_per_unit}. --- @@ -1730,7 +1730,7 @@ public java.lang.Number getNumOfUnits(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_import#num_of_units OceanGkeImport#num_of_units}. --- @@ -1751,8 +1751,8 @@ OceanGkeImportAutoscalerResourceLimits.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| maxMemoryGib | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_gke_import#max_vcpu OceanGkeImport#max_vcpu}. | --- @@ -1764,7 +1764,7 @@ public java.lang.Number getMaxMemoryGib(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_import#max_memory_gib OceanGkeImport#max_memory_gib}. --- @@ -1776,7 +1776,7 @@ public java.lang.Number getMaxVcpu(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#max_vcpu OceanGkeImport#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#max_vcpu OceanGkeImport#max_vcpu}. --- @@ -1800,10 +1800,10 @@ OceanGkeImportBackendServices.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| serviceName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.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.169.1/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.170.0/docs/resources/ocean_gke_import#scheme OceanGkeImport#scheme}. | --- @@ -1815,7 +1815,7 @@ public java.lang.String getServiceName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#service_name OceanGkeImport#service_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#service_name OceanGkeImport#service_name}. --- @@ -1827,7 +1827,7 @@ public java.lang.String getLocationType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#location_type OceanGkeImport#location_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#location_type OceanGkeImport#location_type}. --- @@ -1841,7 +1841,7 @@ public java.lang.Object getNamedPorts(); named_ports block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#named_ports OceanGkeImport#named_ports} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#named_ports OceanGkeImport#named_ports} --- @@ -1853,7 +1853,7 @@ public java.lang.String getScheme(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#scheme OceanGkeImport#scheme}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#scheme OceanGkeImport#scheme}. --- @@ -1874,8 +1874,8 @@ OceanGkeImportBackendServicesNamedPorts.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_gke_import#ports OceanGkeImport#ports}. | --- @@ -1887,7 +1887,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#name OceanGkeImport#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#name OceanGkeImport#name}. --- @@ -1899,7 +1899,7 @@ public java.util.List getPorts(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#ports OceanGkeImport#ports}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#ports OceanGkeImport#ports}. --- @@ -1957,23 +1957,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.169.1/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.169.1/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.170.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.170.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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_gke_import#whitelist OceanGkeImport#whitelist}. | --- @@ -2055,7 +2055,7 @@ public java.lang.String getClusterName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#cluster_name OceanGkeImport#cluster_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#cluster_name OceanGkeImport#cluster_name}. --- @@ -2067,7 +2067,7 @@ public java.lang.String getLocation(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#location OceanGkeImport#location}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#location OceanGkeImport#location}. --- @@ -2081,7 +2081,7 @@ public OceanGkeImportAutoscaler getAutoscaler(); autoscaler block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#autoscaler OceanGkeImport#autoscaler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#autoscaler OceanGkeImport#autoscaler} --- @@ -2095,7 +2095,7 @@ public java.lang.Object getBackendServices(); backend_services block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#backend_services OceanGkeImport#backend_services} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#backend_services OceanGkeImport#backend_services} --- @@ -2107,7 +2107,7 @@ public java.util.List getBlacklist(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#blacklist OceanGkeImport#blacklist}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#blacklist OceanGkeImport#blacklist}. --- @@ -2119,7 +2119,7 @@ public java.lang.String getControllerClusterId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_import#controller_cluster_id OceanGkeImport#controller_cluster_id}. --- @@ -2131,7 +2131,7 @@ public java.lang.Number getDesiredCapacity(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#desired_capacity OceanGkeImport#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#desired_capacity OceanGkeImport#desired_capacity}. --- @@ -2143,7 +2143,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#id OceanGkeImport#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. @@ -2158,7 +2158,7 @@ public java.lang.Number getMaxSize(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#max_size OceanGkeImport#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#max_size OceanGkeImport#max_size}. --- @@ -2170,7 +2170,7 @@ public java.lang.Number getMinSize(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#min_size OceanGkeImport#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#min_size OceanGkeImport#min_size}. --- @@ -2182,7 +2182,7 @@ public java.lang.String getRootVolumeType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_import#root_volume_type OceanGkeImport#root_volume_type}. --- @@ -2196,7 +2196,7 @@ public java.lang.Object getScheduledTask(); scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#scheduled_task OceanGkeImport#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#scheduled_task OceanGkeImport#scheduled_task} --- @@ -2210,7 +2210,7 @@ public OceanGkeImportShieldedInstanceConfig getShieldedInstanceConfig(); shielded_instance_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_import#shielded_instance_config OceanGkeImport#shielded_instance_config} --- @@ -2224,7 +2224,7 @@ public java.lang.Object getStrategy(); strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#strategy OceanGkeImport#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#strategy OceanGkeImport#strategy} --- @@ -2238,7 +2238,7 @@ public OceanGkeImportUpdatePolicy getUpdatePolicy(); update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#update_policy OceanGkeImport#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#update_policy OceanGkeImport#update_policy} --- @@ -2250,7 +2250,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.169.1/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.170.0/docs/resources/ocean_gke_import#use_as_template_only OceanGkeImport#use_as_template_only}. --- @@ -2262,7 +2262,7 @@ public java.util.List getWhitelist(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#whitelist OceanGkeImport#whitelist}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#whitelist OceanGkeImport#whitelist}. --- @@ -2299,7 +2299,7 @@ public OceanGkeImportScheduledTaskShutdownHours getShutdownHours(); shutdown_hours block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#shutdown_hours OceanGkeImport#shutdown_hours} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#shutdown_hours OceanGkeImport#shutdown_hours} --- @@ -2313,7 +2313,7 @@ public java.lang.Object getTasks(); tasks block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#tasks OceanGkeImport#tasks} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#tasks OceanGkeImport#tasks} --- @@ -2335,8 +2335,8 @@ OceanGkeImportScheduledTaskShutdownHours.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| timeWindows | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. | --- @@ -2348,7 +2348,7 @@ public java.util.List getTimeWindows(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#time_windows OceanGkeImport#time_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#time_windows OceanGkeImport#time_windows}. --- @@ -2360,7 +2360,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.169.1/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. --- @@ -2384,9 +2384,9 @@ OceanGkeImportScheduledTaskTasks.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| cronExpression | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/ocean_gke_import#task_type OceanGkeImport#task_type}. | | taskParameters | OceanGkeImportScheduledTaskTasksTaskParameters | task_parameters block. | --- @@ -2399,7 +2399,7 @@ public java.lang.String getCronExpression(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#cron_expression OceanGkeImport#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#cron_expression OceanGkeImport#cron_expression}. --- @@ -2411,7 +2411,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.169.1/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. --- @@ -2423,7 +2423,7 @@ public java.lang.String getTaskType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#task_type OceanGkeImport#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#task_type OceanGkeImport#task_type}. --- @@ -2437,7 +2437,7 @@ public OceanGkeImportScheduledTaskTasksTaskParameters getTaskParameters(); task_parameters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#task_parameters OceanGkeImport#task_parameters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#task_parameters OceanGkeImport#task_parameters} --- @@ -2471,7 +2471,7 @@ public OceanGkeImportScheduledTaskTasksTaskParametersClusterRoll getClusterRoll( cluster_roll block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#cluster_roll OceanGkeImport#cluster_roll} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#cluster_roll OceanGkeImport#cluster_roll} --- @@ -2495,10 +2495,10 @@ OceanGkeImportScheduledTaskTasksTaskParametersClusterRoll.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| batchMinHealthyPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.0/docs/resources/ocean_gke_import#respect_pdb OceanGkeImport#respect_pdb}. | --- @@ -2510,7 +2510,7 @@ public java.lang.Number getBatchMinHealthyPercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_import#batch_min_healthy_percentage OceanGkeImport#batch_min_healthy_percentage}. --- @@ -2522,7 +2522,7 @@ public java.lang.Number getBatchSizePercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_import#batch_size_percentage OceanGkeImport#batch_size_percentage}. --- @@ -2534,7 +2534,7 @@ public java.lang.String getComment(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#comment OceanGkeImport#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#comment OceanGkeImport#comment}. --- @@ -2546,7 +2546,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.169.1/docs/resources/ocean_gke_import#respect_pdb OceanGkeImport#respect_pdb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#respect_pdb OceanGkeImport#respect_pdb}. --- @@ -2569,8 +2569,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.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_gke_import#enable_secure_boot OceanGkeImport#enable_secure_boot}. | --- @@ -2582,7 +2582,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.169.1/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.170.0/docs/resources/ocean_gke_import#enable_integrity_monitoring OceanGkeImport#enable_integrity_monitoring}. --- @@ -2594,7 +2594,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.169.1/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.170.0/docs/resources/ocean_gke_import#enable_secure_boot OceanGkeImport#enable_secure_boot}. --- @@ -2616,9 +2616,9 @@ OceanGkeImportStrategy.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| drainingTimeout | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/ocean_gke_import#provisioning_model OceanGkeImport#provisioning_model}. | --- @@ -2630,7 +2630,7 @@ public java.lang.Number getDrainingTimeout(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#draining_timeout OceanGkeImport#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#draining_timeout OceanGkeImport#draining_timeout}. --- @@ -2642,7 +2642,7 @@ public java.lang.Number getPreemptiblePercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#preemptible_percentage OceanGkeImport#preemptible_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#preemptible_percentage OceanGkeImport#preemptible_percentage}. --- @@ -2654,7 +2654,7 @@ public java.lang.String getProvisioningModel(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#provisioning_model OceanGkeImport#provisioning_model}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#provisioning_model OceanGkeImport#provisioning_model}. --- @@ -2678,8 +2678,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.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_gke_import#conditioned_roll OceanGkeImport#conditioned_roll}. | | rollConfig | OceanGkeImportUpdatePolicyRollConfig | roll_config block. | --- @@ -2692,7 +2692,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.169.1/docs/resources/ocean_gke_import#should_roll OceanGkeImport#should_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#should_roll OceanGkeImport#should_roll}. --- @@ -2704,7 +2704,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.169.1/docs/resources/ocean_gke_import#conditioned_roll OceanGkeImport#conditioned_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#conditioned_roll OceanGkeImport#conditioned_roll}. --- @@ -2718,7 +2718,7 @@ public OceanGkeImportUpdatePolicyRollConfig getRollConfig(); roll_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#roll_config OceanGkeImport#roll_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#roll_config OceanGkeImport#roll_config} --- @@ -2742,10 +2742,10 @@ OceanGkeImportUpdatePolicyRollConfig.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| batchSizePercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.0/docs/resources/ocean_gke_import#respect_pdb OceanGkeImport#respect_pdb}. | --- @@ -2757,7 +2757,7 @@ public java.lang.Number getBatchSizePercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_import#batch_size_percentage OceanGkeImport#batch_size_percentage}. --- @@ -2769,7 +2769,7 @@ public java.lang.Number getBatchMinHealthyPercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_import#batch_min_healthy_percentage OceanGkeImport#batch_min_healthy_percentage}. --- @@ -2781,7 +2781,7 @@ public java.util.List getLaunchSpecIds(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_import#launch_spec_ids OceanGkeImport#launch_spec_ids}. --- @@ -2793,7 +2793,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.169.1/docs/resources/ocean_gke_import#respect_pdb OceanGkeImport#respect_pdb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#respect_pdb OceanGkeImport#respect_pdb}. --- diff --git a/docs/oceanGkeImport.python.md b/docs/oceanGkeImport.python.md index 6bd08b037..222e56399 100644 --- a/docs/oceanGkeImport.python.md +++ b/docs/oceanGkeImport.python.md @@ -4,7 +4,7 @@ ### OceanGkeImport -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import spotinst_ocean_gke_import}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import spotinst_ocean_gke_import}. #### Initializers @@ -52,23 +52,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.169.1/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.169.1/docs/resources/ocean_gke_import#location OceanGkeImport#location}. | +| cluster_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_gke_import#whitelist OceanGkeImport#whitelist}. | --- @@ -136,7 +136,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.169.1/docs/resources/ocean_gke_import#cluster_name OceanGkeImport#cluster_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#cluster_name OceanGkeImport#cluster_name}. --- @@ -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.169.1/docs/resources/ocean_gke_import#location OceanGkeImport#location}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#location OceanGkeImport#location}. --- @@ -154,7 +154,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.169.1/docs/resources/ocean_gke_import#autoscaler OceanGkeImport#autoscaler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#autoscaler OceanGkeImport#autoscaler} --- @@ -164,7 +164,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.169.1/docs/resources/ocean_gke_import#backend_services OceanGkeImport#backend_services} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#backend_services OceanGkeImport#backend_services} --- @@ -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.169.1/docs/resources/ocean_gke_import#blacklist OceanGkeImport#blacklist}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#blacklist OceanGkeImport#blacklist}. --- @@ -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.169.1/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.170.0/docs/resources/ocean_gke_import#controller_cluster_id OceanGkeImport#controller_cluster_id}. --- @@ -188,7 +188,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#desired_capacity OceanGkeImport#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#desired_capacity OceanGkeImport#desired_capacity}. --- @@ -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.169.1/docs/resources/ocean_gke_import#id OceanGkeImport#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. @@ -207,7 +207,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.169.1/docs/resources/ocean_gke_import#max_size OceanGkeImport#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#max_size OceanGkeImport#max_size}. --- @@ -215,7 +215,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#min_size OceanGkeImport#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#min_size OceanGkeImport#min_size}. --- @@ -223,7 +223,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_import#root_volume_type OceanGkeImport#root_volume_type}. --- @@ -233,7 +233,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.169.1/docs/resources/ocean_gke_import#scheduled_task OceanGkeImport#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#scheduled_task OceanGkeImport#scheduled_task} --- @@ -243,7 +243,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.169.1/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.170.0/docs/resources/ocean_gke_import#shielded_instance_config OceanGkeImport#shielded_instance_config} --- @@ -253,7 +253,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.169.1/docs/resources/ocean_gke_import#strategy OceanGkeImport#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#strategy OceanGkeImport#strategy} --- @@ -263,7 +263,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.169.1/docs/resources/ocean_gke_import#update_policy OceanGkeImport#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#update_policy OceanGkeImport#update_policy} --- @@ -271,7 +271,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_import#use_as_template_only OceanGkeImport#use_as_template_only}. --- @@ -279,7 +279,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.169.1/docs/resources/ocean_gke_import#whitelist OceanGkeImport#whitelist}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#whitelist OceanGkeImport#whitelist}. --- @@ -678,7 +678,7 @@ def put_autoscaler( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_import#auto_headroom_percentage OceanGkeImport#auto_headroom_percentage}. --- @@ -686,7 +686,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#cooldown OceanGkeImport#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#cooldown OceanGkeImport#cooldown}. --- @@ -696,7 +696,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.169.1/docs/resources/ocean_gke_import#down OceanGkeImport#down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#down OceanGkeImport#down} --- @@ -704,7 +704,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_import#enable_automatic_and_manual_headroom OceanGkeImport#enable_automatic_and_manual_headroom}. --- @@ -714,7 +714,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.169.1/docs/resources/ocean_gke_import#headroom OceanGkeImport#headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#headroom OceanGkeImport#headroom} --- @@ -722,7 +722,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_import#is_auto_config OceanGkeImport#is_auto_config}. --- @@ -730,7 +730,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. --- @@ -740,7 +740,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.169.1/docs/resources/ocean_gke_import#resource_limits OceanGkeImport#resource_limits} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#resource_limits OceanGkeImport#resource_limits} --- @@ -785,7 +785,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.169.1/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.170.0/docs/resources/ocean_gke_import#enable_integrity_monitoring OceanGkeImport#enable_integrity_monitoring}. --- @@ -793,7 +793,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_import#enable_secure_boot OceanGkeImport#enable_secure_boot}. --- @@ -825,7 +825,7 @@ def put_update_policy( - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#should_roll OceanGkeImport#should_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#should_roll OceanGkeImport#should_roll}. --- @@ -833,7 +833,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#conditioned_roll OceanGkeImport#conditioned_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#conditioned_roll OceanGkeImport#conditioned_roll}. --- @@ -843,7 +843,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.169.1/docs/resources/ocean_gke_import#roll_config OceanGkeImport#roll_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#roll_config OceanGkeImport#roll_config} --- @@ -1051,7 +1051,7 @@ The construct id used in the generated config for the OceanGkeImport to import. The id of the existing OceanGkeImport that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#import import section} in the documentation of this resource for the id to use --- @@ -1654,13 +1654,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.169.1/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.169.1/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.170.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.170.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.169.1/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.170.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.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. | | resource_limits | OceanGkeImportAutoscalerResourceLimits | resource_limits block. | --- @@ -1673,7 +1673,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.169.1/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.170.0/docs/resources/ocean_gke_import#auto_headroom_percentage OceanGkeImport#auto_headroom_percentage}. --- @@ -1685,7 +1685,7 @@ cooldown: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#cooldown OceanGkeImport#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#cooldown OceanGkeImport#cooldown}. --- @@ -1699,7 +1699,7 @@ down: OceanGkeImportAutoscalerDown down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#down OceanGkeImport#down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#down OceanGkeImport#down} --- @@ -1711,7 +1711,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.169.1/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.170.0/docs/resources/ocean_gke_import#enable_automatic_and_manual_headroom OceanGkeImport#enable_automatic_and_manual_headroom}. --- @@ -1725,7 +1725,7 @@ headroom: OceanGkeImportAutoscalerHeadroom headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#headroom OceanGkeImport#headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#headroom OceanGkeImport#headroom} --- @@ -1737,7 +1737,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.169.1/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.170.0/docs/resources/ocean_gke_import#is_auto_config OceanGkeImport#is_auto_config}. --- @@ -1749,7 +1749,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.169.1/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. --- @@ -1763,7 +1763,7 @@ resource_limits: OceanGkeImportAutoscalerResourceLimits resource_limits block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#resource_limits OceanGkeImport#resource_limits} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#resource_limits OceanGkeImport#resource_limits} --- @@ -1784,8 +1784,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.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_gke_import#max_scale_down_percentage OceanGkeImport#max_scale_down_percentage}. | --- @@ -1797,7 +1797,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.169.1/docs/resources/ocean_gke_import#evaluation_periods OceanGkeImport#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#evaluation_periods OceanGkeImport#evaluation_periods}. --- @@ -1809,7 +1809,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.169.1/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.170.0/docs/resources/ocean_gke_import#max_scale_down_percentage OceanGkeImport#max_scale_down_percentage}. --- @@ -1832,10 +1832,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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.0/docs/resources/ocean_gke_import#num_of_units OceanGkeImport#num_of_units}. | --- @@ -1847,7 +1847,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.169.1/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.170.0/docs/resources/ocean_gke_import#cpu_per_unit OceanGkeImport#cpu_per_unit}. --- @@ -1859,7 +1859,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.169.1/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.170.0/docs/resources/ocean_gke_import#gpu_per_unit OceanGkeImport#gpu_per_unit}. --- @@ -1871,7 +1871,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.169.1/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.170.0/docs/resources/ocean_gke_import#memory_per_unit OceanGkeImport#memory_per_unit}. --- @@ -1883,7 +1883,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.169.1/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.170.0/docs/resources/ocean_gke_import#num_of_units OceanGkeImport#num_of_units}. --- @@ -1904,8 +1904,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.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_gke_import#max_vcpu OceanGkeImport#max_vcpu}. | --- @@ -1917,7 +1917,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.169.1/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.170.0/docs/resources/ocean_gke_import#max_memory_gib OceanGkeImport#max_memory_gib}. --- @@ -1929,7 +1929,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.169.1/docs/resources/ocean_gke_import#max_vcpu OceanGkeImport#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#max_vcpu OceanGkeImport#max_vcpu}. --- @@ -1952,10 +1952,10 @@ oceanGkeImport.OceanGkeImportBackendServices( | **Name** | **Type** | **Description** | | --- | --- | --- | -| service_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.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.169.1/docs/resources/ocean_gke_import#scheme OceanGkeImport#scheme}. | +| scheme | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#scheme OceanGkeImport#scheme}. | --- @@ -1967,7 +1967,7 @@ service_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#service_name OceanGkeImport#service_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#service_name OceanGkeImport#service_name}. --- @@ -1979,7 +1979,7 @@ location_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#location_type OceanGkeImport#location_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#location_type OceanGkeImport#location_type}. --- @@ -1993,7 +1993,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.169.1/docs/resources/ocean_gke_import#named_ports OceanGkeImport#named_ports} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#named_ports OceanGkeImport#named_ports} --- @@ -2005,7 +2005,7 @@ scheme: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#scheme OceanGkeImport#scheme}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#scheme OceanGkeImport#scheme}. --- @@ -2026,8 +2026,8 @@ oceanGkeImport.OceanGkeImportBackendServicesNamedPorts( | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/ocean_gke_import#ports OceanGkeImport#ports}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/ocean_gke_import#ports OceanGkeImport#ports}. | --- @@ -2039,7 +2039,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#name OceanGkeImport#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#name OceanGkeImport#name}. --- @@ -2051,7 +2051,7 @@ ports: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#ports OceanGkeImport#ports}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#ports OceanGkeImport#ports}. --- @@ -2101,23 +2101,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.169.1/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.169.1/docs/resources/ocean_gke_import#location OceanGkeImport#location}. | +| cluster_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_gke_import#whitelist OceanGkeImport#whitelist}. | --- @@ -2199,7 +2199,7 @@ cluster_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#cluster_name OceanGkeImport#cluster_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#cluster_name OceanGkeImport#cluster_name}. --- @@ -2211,7 +2211,7 @@ location: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#location OceanGkeImport#location}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#location OceanGkeImport#location}. --- @@ -2225,7 +2225,7 @@ autoscaler: OceanGkeImportAutoscaler autoscaler block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#autoscaler OceanGkeImport#autoscaler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#autoscaler OceanGkeImport#autoscaler} --- @@ -2239,7 +2239,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.169.1/docs/resources/ocean_gke_import#backend_services OceanGkeImport#backend_services} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#backend_services OceanGkeImport#backend_services} --- @@ -2251,7 +2251,7 @@ blacklist: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#blacklist OceanGkeImport#blacklist}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#blacklist OceanGkeImport#blacklist}. --- @@ -2263,7 +2263,7 @@ controller_cluster_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_import#controller_cluster_id OceanGkeImport#controller_cluster_id}. --- @@ -2275,7 +2275,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.169.1/docs/resources/ocean_gke_import#desired_capacity OceanGkeImport#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#desired_capacity OceanGkeImport#desired_capacity}. --- @@ -2287,7 +2287,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#id OceanGkeImport#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. @@ -2302,7 +2302,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.169.1/docs/resources/ocean_gke_import#max_size OceanGkeImport#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#max_size OceanGkeImport#max_size}. --- @@ -2314,7 +2314,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.169.1/docs/resources/ocean_gke_import#min_size OceanGkeImport#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#min_size OceanGkeImport#min_size}. --- @@ -2326,7 +2326,7 @@ root_volume_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_import#root_volume_type OceanGkeImport#root_volume_type}. --- @@ -2340,7 +2340,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.169.1/docs/resources/ocean_gke_import#scheduled_task OceanGkeImport#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#scheduled_task OceanGkeImport#scheduled_task} --- @@ -2354,7 +2354,7 @@ shielded_instance_config: OceanGkeImportShieldedInstanceConfig shielded_instance_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_import#shielded_instance_config OceanGkeImport#shielded_instance_config} --- @@ -2368,7 +2368,7 @@ strategy: typing.Union[IResolvable, typing.List[OceanGkeImportStrategy]] strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#strategy OceanGkeImport#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#strategy OceanGkeImport#strategy} --- @@ -2382,7 +2382,7 @@ update_policy: OceanGkeImportUpdatePolicy update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#update_policy OceanGkeImport#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#update_policy OceanGkeImport#update_policy} --- @@ -2394,7 +2394,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.169.1/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.170.0/docs/resources/ocean_gke_import#use_as_template_only OceanGkeImport#use_as_template_only}. --- @@ -2406,7 +2406,7 @@ whitelist: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#whitelist OceanGkeImport#whitelist}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#whitelist OceanGkeImport#whitelist}. --- @@ -2442,7 +2442,7 @@ shutdown_hours: OceanGkeImportScheduledTaskShutdownHours shutdown_hours block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#shutdown_hours OceanGkeImport#shutdown_hours} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#shutdown_hours OceanGkeImport#shutdown_hours} --- @@ -2456,7 +2456,7 @@ tasks: typing.Union[IResolvable, typing.List[OceanGkeImportScheduledTaskTasks]] tasks block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#tasks OceanGkeImport#tasks} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#tasks OceanGkeImport#tasks} --- @@ -2477,8 +2477,8 @@ oceanGkeImport.OceanGkeImportScheduledTaskShutdownHours( | **Name** | **Type** | **Description** | | --- | --- | --- | -| time_windows | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. | --- @@ -2490,7 +2490,7 @@ time_windows: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#time_windows OceanGkeImport#time_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#time_windows OceanGkeImport#time_windows}. --- @@ -2502,7 +2502,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.169.1/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. --- @@ -2525,9 +2525,9 @@ oceanGkeImport.OceanGkeImportScheduledTaskTasks( | **Name** | **Type** | **Description** | | --- | --- | --- | -| cron_expression | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/ocean_gke_import#task_type OceanGkeImport#task_type}. | | task_parameters | OceanGkeImportScheduledTaskTasksTaskParameters | task_parameters block. | --- @@ -2540,7 +2540,7 @@ cron_expression: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#cron_expression OceanGkeImport#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#cron_expression OceanGkeImport#cron_expression}. --- @@ -2552,7 +2552,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.169.1/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. --- @@ -2564,7 +2564,7 @@ task_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#task_type OceanGkeImport#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#task_type OceanGkeImport#task_type}. --- @@ -2578,7 +2578,7 @@ task_parameters: OceanGkeImportScheduledTaskTasksTaskParameters task_parameters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#task_parameters OceanGkeImport#task_parameters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#task_parameters OceanGkeImport#task_parameters} --- @@ -2612,7 +2612,7 @@ cluster_roll: OceanGkeImportScheduledTaskTasksTaskParametersClusterRoll cluster_roll block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#cluster_roll OceanGkeImport#cluster_roll} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#cluster_roll OceanGkeImport#cluster_roll} --- @@ -2635,10 +2635,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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.0/docs/resources/ocean_gke_import#respect_pdb OceanGkeImport#respect_pdb}. | --- @@ -2650,7 +2650,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.169.1/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.170.0/docs/resources/ocean_gke_import#batch_min_healthy_percentage OceanGkeImport#batch_min_healthy_percentage}. --- @@ -2662,7 +2662,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.169.1/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.170.0/docs/resources/ocean_gke_import#batch_size_percentage OceanGkeImport#batch_size_percentage}. --- @@ -2674,7 +2674,7 @@ comment: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#comment OceanGkeImport#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#comment OceanGkeImport#comment}. --- @@ -2686,7 +2686,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.169.1/docs/resources/ocean_gke_import#respect_pdb OceanGkeImport#respect_pdb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#respect_pdb OceanGkeImport#respect_pdb}. --- @@ -2707,8 +2707,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.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_gke_import#enable_secure_boot OceanGkeImport#enable_secure_boot}. | --- @@ -2720,7 +2720,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.169.1/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.170.0/docs/resources/ocean_gke_import#enable_integrity_monitoring OceanGkeImport#enable_integrity_monitoring}. --- @@ -2732,7 +2732,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.169.1/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.170.0/docs/resources/ocean_gke_import#enable_secure_boot OceanGkeImport#enable_secure_boot}. --- @@ -2754,9 +2754,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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/ocean_gke_import#provisioning_model OceanGkeImport#provisioning_model}. | --- @@ -2768,7 +2768,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.169.1/docs/resources/ocean_gke_import#draining_timeout OceanGkeImport#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#draining_timeout OceanGkeImport#draining_timeout}. --- @@ -2780,7 +2780,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.169.1/docs/resources/ocean_gke_import#preemptible_percentage OceanGkeImport#preemptible_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#preemptible_percentage OceanGkeImport#preemptible_percentage}. --- @@ -2792,7 +2792,7 @@ provisioning_model: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#provisioning_model OceanGkeImport#provisioning_model}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#provisioning_model OceanGkeImport#provisioning_model}. --- @@ -2814,8 +2814,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.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_gke_import#conditioned_roll OceanGkeImport#conditioned_roll}. | | roll_config | OceanGkeImportUpdatePolicyRollConfig | roll_config block. | --- @@ -2828,7 +2828,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.169.1/docs/resources/ocean_gke_import#should_roll OceanGkeImport#should_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#should_roll OceanGkeImport#should_roll}. --- @@ -2840,7 +2840,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.169.1/docs/resources/ocean_gke_import#conditioned_roll OceanGkeImport#conditioned_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#conditioned_roll OceanGkeImport#conditioned_roll}. --- @@ -2854,7 +2854,7 @@ roll_config: OceanGkeImportUpdatePolicyRollConfig roll_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#roll_config OceanGkeImport#roll_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#roll_config OceanGkeImport#roll_config} --- @@ -2877,10 +2877,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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.0/docs/resources/ocean_gke_import#respect_pdb OceanGkeImport#respect_pdb}. | --- @@ -2892,7 +2892,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.169.1/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.170.0/docs/resources/ocean_gke_import#batch_size_percentage OceanGkeImport#batch_size_percentage}. --- @@ -2904,7 +2904,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.169.1/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.170.0/docs/resources/ocean_gke_import#batch_min_healthy_percentage OceanGkeImport#batch_min_healthy_percentage}. --- @@ -2916,7 +2916,7 @@ launch_spec_ids: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_import#launch_spec_ids OceanGkeImport#launch_spec_ids}. --- @@ -2928,7 +2928,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.169.1/docs/resources/ocean_gke_import#respect_pdb OceanGkeImport#respect_pdb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#respect_pdb OceanGkeImport#respect_pdb}. --- @@ -3908,7 +3908,7 @@ def put_down( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#evaluation_periods OceanGkeImport#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#evaluation_periods OceanGkeImport#evaluation_periods}. --- @@ -3916,7 +3916,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_import#max_scale_down_percentage OceanGkeImport#max_scale_down_percentage}. --- @@ -3935,7 +3935,7 @@ def put_headroom( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_import#cpu_per_unit OceanGkeImport#cpu_per_unit}. --- @@ -3943,7 +3943,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_import#gpu_per_unit OceanGkeImport#gpu_per_unit}. --- @@ -3951,7 +3951,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_import#memory_per_unit OceanGkeImport#memory_per_unit}. --- @@ -3959,7 +3959,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_import#num_of_units OceanGkeImport#num_of_units}. --- @@ -3976,7 +3976,7 @@ def put_resource_limits( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_import#max_memory_gib OceanGkeImport#max_memory_gib}. --- @@ -3984,7 +3984,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#max_vcpu OceanGkeImport#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#max_vcpu OceanGkeImport#max_vcpu}. --- @@ -6121,7 +6121,7 @@ def put_shutdown_hours( - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#time_windows OceanGkeImport#time_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#time_windows OceanGkeImport#time_windows}. --- @@ -6129,7 +6129,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. --- @@ -7008,7 +7008,7 @@ def put_task_parameters( cluster_roll block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#cluster_roll OceanGkeImport#cluster_roll} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#cluster_roll OceanGkeImport#cluster_roll} --- @@ -7787,7 +7787,7 @@ def put_cluster_roll( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_import#batch_min_healthy_percentage OceanGkeImport#batch_min_healthy_percentage}. --- @@ -7795,7 +7795,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_import#batch_size_percentage OceanGkeImport#batch_size_percentage}. --- @@ -7803,7 +7803,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#comment OceanGkeImport#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#comment OceanGkeImport#comment}. --- @@ -7811,7 +7811,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#respect_pdb OceanGkeImport#respect_pdb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#respect_pdb OceanGkeImport#respect_pdb}. --- @@ -9018,7 +9018,7 @@ def put_roll_config( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_import#batch_size_percentage OceanGkeImport#batch_size_percentage}. --- @@ -9026,7 +9026,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_import#batch_min_healthy_percentage OceanGkeImport#batch_min_healthy_percentage}. --- @@ -9034,7 +9034,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.169.1/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.170.0/docs/resources/ocean_gke_import#launch_spec_ids OceanGkeImport#launch_spec_ids}. --- @@ -9042,7 +9042,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#respect_pdb OceanGkeImport#respect_pdb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#respect_pdb OceanGkeImport#respect_pdb}. --- diff --git a/docs/oceanGkeImport.typescript.md b/docs/oceanGkeImport.typescript.md index 8675ee33e..ae5c52b96 100644 --- a/docs/oceanGkeImport.typescript.md +++ b/docs/oceanGkeImport.typescript.md @@ -4,7 +4,7 @@ ### OceanGkeImport -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import spotinst_ocean_gke_import}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import spotinst_ocean_gke_import}. #### Initializers @@ -650,7 +650,7 @@ The construct id used in the generated config for the OceanGkeImport to import. The id of the existing OceanGkeImport that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#import import section} in the documentation of this resource for the id to use --- @@ -1244,13 +1244,13 @@ const oceanGkeImportAutoscaler: oceanGkeImport.OceanGkeImportAutoscaler = { ... | **Name** | **Type** | **Description** | | --- | --- | --- | -| autoHeadroomPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/ocean_gke_import#cooldown OceanGkeImport#cooldown}. | +| autoHeadroomPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.169.1/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.170.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.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. | | resourceLimits | OceanGkeImportAutoscalerResourceLimits | resource_limits block. | --- @@ -1263,7 +1263,7 @@ public readonly autoHeadroomPercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_import#auto_headroom_percentage OceanGkeImport#auto_headroom_percentage}. --- @@ -1275,7 +1275,7 @@ public readonly cooldown: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#cooldown OceanGkeImport#cooldown}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#cooldown OceanGkeImport#cooldown}. --- @@ -1289,7 +1289,7 @@ public readonly down: OceanGkeImportAutoscalerDown; down block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#down OceanGkeImport#down} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#down OceanGkeImport#down} --- @@ -1301,7 +1301,7 @@ public readonly enableAutomaticAndManualHeadroom: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_import#enable_automatic_and_manual_headroom OceanGkeImport#enable_automatic_and_manual_headroom}. --- @@ -1315,7 +1315,7 @@ public readonly headroom: OceanGkeImportAutoscalerHeadroom; headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#headroom OceanGkeImport#headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#headroom OceanGkeImport#headroom} --- @@ -1327,7 +1327,7 @@ public readonly isAutoConfig: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_import#is_auto_config OceanGkeImport#is_auto_config}. --- @@ -1339,7 +1339,7 @@ public readonly isEnabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. --- @@ -1353,7 +1353,7 @@ public readonly resourceLimits: OceanGkeImportAutoscalerResourceLimits; resource_limits block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#resource_limits OceanGkeImport#resource_limits} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#resource_limits OceanGkeImport#resource_limits} --- @@ -1371,8 +1371,8 @@ const oceanGkeImportAutoscalerDown: oceanGkeImport.OceanGkeImportAutoscalerDown | **Name** | **Type** | **Description** | | --- | --- | --- | -| evaluationPeriods | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_gke_import#max_scale_down_percentage OceanGkeImport#max_scale_down_percentage}. | --- @@ -1384,7 +1384,7 @@ public readonly evaluationPeriods: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#evaluation_periods OceanGkeImport#evaluation_periods}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#evaluation_periods OceanGkeImport#evaluation_periods}. --- @@ -1396,7 +1396,7 @@ public readonly maxScaleDownPercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_import#max_scale_down_percentage OceanGkeImport#max_scale_down_percentage}. --- @@ -1414,10 +1414,10 @@ const oceanGkeImportAutoscalerHeadroom: oceanGkeImport.OceanGkeImportAutoscalerH | **Name** | **Type** | **Description** | | --- | --- | --- | -| cpuPerUnit | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.0/docs/resources/ocean_gke_import#num_of_units OceanGkeImport#num_of_units}. | --- @@ -1429,7 +1429,7 @@ public readonly cpuPerUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_import#cpu_per_unit OceanGkeImport#cpu_per_unit}. --- @@ -1441,7 +1441,7 @@ public readonly gpuPerUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_import#gpu_per_unit OceanGkeImport#gpu_per_unit}. --- @@ -1453,7 +1453,7 @@ public readonly memoryPerUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_import#memory_per_unit OceanGkeImport#memory_per_unit}. --- @@ -1465,7 +1465,7 @@ public readonly numOfUnits: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_import#num_of_units OceanGkeImport#num_of_units}. --- @@ -1483,8 +1483,8 @@ const oceanGkeImportAutoscalerResourceLimits: oceanGkeImport.OceanGkeImportAutos | **Name** | **Type** | **Description** | | --- | --- | --- | -| maxMemoryGib | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_gke_import#max_vcpu OceanGkeImport#max_vcpu}. | --- @@ -1496,7 +1496,7 @@ public readonly maxMemoryGib: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_import#max_memory_gib OceanGkeImport#max_memory_gib}. --- @@ -1508,7 +1508,7 @@ public readonly maxVcpu: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#max_vcpu OceanGkeImport#max_vcpu}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#max_vcpu OceanGkeImport#max_vcpu}. --- @@ -1526,10 +1526,10 @@ const oceanGkeImportBackendServices: oceanGkeImport.OceanGkeImportBackendService | **Name** | **Type** | **Description** | | --- | --- | --- | -| serviceName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.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.169.1/docs/resources/ocean_gke_import#scheme OceanGkeImport#scheme}. | +| scheme | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#scheme OceanGkeImport#scheme}. | --- @@ -1541,7 +1541,7 @@ public readonly serviceName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#service_name OceanGkeImport#service_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#service_name OceanGkeImport#service_name}. --- @@ -1553,7 +1553,7 @@ public readonly locationType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#location_type OceanGkeImport#location_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#location_type OceanGkeImport#location_type}. --- @@ -1567,7 +1567,7 @@ public readonly namedPorts: IResolvable | OceanGkeImportBackendServicesNamedPort named_ports block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#named_ports OceanGkeImport#named_ports} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#named_ports OceanGkeImport#named_ports} --- @@ -1579,7 +1579,7 @@ public readonly scheme: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#scheme OceanGkeImport#scheme}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#scheme OceanGkeImport#scheme}. --- @@ -1597,8 +1597,8 @@ const oceanGkeImportBackendServicesNamedPorts: oceanGkeImport.OceanGkeImportBack | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#name OceanGkeImport#name}. | -| ports | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#ports OceanGkeImport#ports}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#name OceanGkeImport#name}. | +| ports | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#ports OceanGkeImport#ports}. | --- @@ -1610,7 +1610,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#name OceanGkeImport#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#name OceanGkeImport#name}. --- @@ -1622,7 +1622,7 @@ public readonly ports: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#ports OceanGkeImport#ports}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#ports OceanGkeImport#ports}. --- @@ -1647,23 +1647,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.169.1/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.169.1/docs/resources/ocean_gke_import#location OceanGkeImport#location}. | +| clusterName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.169.1/docs/resources/ocean_gke_import#blacklist OceanGkeImport#blacklist}. | -| controllerClusterId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/docs/resources/ocean_gke_import#id OceanGkeImport#id}. | -| maxSize | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.0/docs/resources/ocean_gke_import#blacklist OceanGkeImport#blacklist}. | +| controllerClusterId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.0/docs/resources/ocean_gke_import#id OceanGkeImport#id}. | +| maxSize | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_gke_import#whitelist OceanGkeImport#whitelist}. | --- @@ -1745,7 +1745,7 @@ public readonly clusterName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#cluster_name OceanGkeImport#cluster_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#cluster_name OceanGkeImport#cluster_name}. --- @@ -1757,7 +1757,7 @@ public readonly location: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#location OceanGkeImport#location}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#location OceanGkeImport#location}. --- @@ -1771,7 +1771,7 @@ public readonly autoscaler: OceanGkeImportAutoscaler; autoscaler block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#autoscaler OceanGkeImport#autoscaler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#autoscaler OceanGkeImport#autoscaler} --- @@ -1785,7 +1785,7 @@ public readonly backendServices: IResolvable | OceanGkeImportBackendServices[]; backend_services block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#backend_services OceanGkeImport#backend_services} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#backend_services OceanGkeImport#backend_services} --- @@ -1797,7 +1797,7 @@ public readonly blacklist: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#blacklist OceanGkeImport#blacklist}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#blacklist OceanGkeImport#blacklist}. --- @@ -1809,7 +1809,7 @@ public readonly controllerClusterId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_import#controller_cluster_id OceanGkeImport#controller_cluster_id}. --- @@ -1821,7 +1821,7 @@ public readonly desiredCapacity: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#desired_capacity OceanGkeImport#desired_capacity}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#desired_capacity OceanGkeImport#desired_capacity}. --- @@ -1833,7 +1833,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#id OceanGkeImport#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. @@ -1848,7 +1848,7 @@ public readonly maxSize: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#max_size OceanGkeImport#max_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#max_size OceanGkeImport#max_size}. --- @@ -1860,7 +1860,7 @@ public readonly minSize: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#min_size OceanGkeImport#min_size}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#min_size OceanGkeImport#min_size}. --- @@ -1872,7 +1872,7 @@ public readonly rootVolumeType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_import#root_volume_type OceanGkeImport#root_volume_type}. --- @@ -1886,7 +1886,7 @@ public readonly scheduledTask: IResolvable | OceanGkeImportScheduledTask[]; scheduled_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#scheduled_task OceanGkeImport#scheduled_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#scheduled_task OceanGkeImport#scheduled_task} --- @@ -1900,7 +1900,7 @@ public readonly shieldedInstanceConfig: OceanGkeImportShieldedInstanceConfig; shielded_instance_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_import#shielded_instance_config OceanGkeImport#shielded_instance_config} --- @@ -1914,7 +1914,7 @@ public readonly strategy: IResolvable | OceanGkeImportStrategy[]; strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#strategy OceanGkeImport#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#strategy OceanGkeImport#strategy} --- @@ -1928,7 +1928,7 @@ public readonly updatePolicy: OceanGkeImportUpdatePolicy; update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#update_policy OceanGkeImport#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#update_policy OceanGkeImport#update_policy} --- @@ -1940,7 +1940,7 @@ public readonly useAsTemplateOnly: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_import#use_as_template_only OceanGkeImport#use_as_template_only}. --- @@ -1952,7 +1952,7 @@ public readonly whitelist: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#whitelist OceanGkeImport#whitelist}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#whitelist OceanGkeImport#whitelist}. --- @@ -1985,7 +1985,7 @@ public readonly shutdownHours: OceanGkeImportScheduledTaskShutdownHours; shutdown_hours block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#shutdown_hours OceanGkeImport#shutdown_hours} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#shutdown_hours OceanGkeImport#shutdown_hours} --- @@ -1999,7 +1999,7 @@ public readonly tasks: IResolvable | OceanGkeImportScheduledTaskTasks[]; tasks block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#tasks OceanGkeImport#tasks} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#tasks OceanGkeImport#tasks} --- @@ -2017,8 +2017,8 @@ const oceanGkeImportScheduledTaskShutdownHours: oceanGkeImport.OceanGkeImportSch | **Name** | **Type** | **Description** | | --- | --- | --- | -| timeWindows | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. | --- @@ -2030,7 +2030,7 @@ public readonly timeWindows: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#time_windows OceanGkeImport#time_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#time_windows OceanGkeImport#time_windows}. --- @@ -2042,7 +2042,7 @@ public readonly isEnabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. --- @@ -2060,9 +2060,9 @@ const oceanGkeImportScheduledTaskTasks: oceanGkeImport.OceanGkeImportScheduledTa | **Name** | **Type** | **Description** | | --- | --- | --- | -| cronExpression | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/ocean_gke_import#task_type OceanGkeImport#task_type}. | | taskParameters | OceanGkeImportScheduledTaskTasksTaskParameters | task_parameters block. | --- @@ -2075,7 +2075,7 @@ public readonly cronExpression: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#cron_expression OceanGkeImport#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#cron_expression OceanGkeImport#cron_expression}. --- @@ -2087,7 +2087,7 @@ public readonly isEnabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled}. --- @@ -2099,7 +2099,7 @@ public readonly taskType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#task_type OceanGkeImport#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#task_type OceanGkeImport#task_type}. --- @@ -2113,7 +2113,7 @@ public readonly taskParameters: OceanGkeImportScheduledTaskTasksTaskParameters; task_parameters block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#task_parameters OceanGkeImport#task_parameters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#task_parameters OceanGkeImport#task_parameters} --- @@ -2145,7 +2145,7 @@ public readonly clusterRoll: OceanGkeImportScheduledTaskTasksTaskParametersClust cluster_roll block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#cluster_roll OceanGkeImport#cluster_roll} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#cluster_roll OceanGkeImport#cluster_roll} --- @@ -2163,10 +2163,10 @@ const oceanGkeImportScheduledTaskTasksTaskParametersClusterRoll: oceanGkeImport. | **Name** | **Type** | **Description** | | --- | --- | --- | -| batchMinHealthyPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.0/docs/resources/ocean_gke_import#respect_pdb OceanGkeImport#respect_pdb}. | --- @@ -2178,7 +2178,7 @@ public readonly batchMinHealthyPercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_import#batch_min_healthy_percentage OceanGkeImport#batch_min_healthy_percentage}. --- @@ -2190,7 +2190,7 @@ public readonly batchSizePercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_import#batch_size_percentage OceanGkeImport#batch_size_percentage}. --- @@ -2202,7 +2202,7 @@ public readonly comment: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#comment OceanGkeImport#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#comment OceanGkeImport#comment}. --- @@ -2214,7 +2214,7 @@ public readonly respectPdb: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#respect_pdb OceanGkeImport#respect_pdb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#respect_pdb OceanGkeImport#respect_pdb}. --- @@ -2232,8 +2232,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.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_gke_import#enable_secure_boot OceanGkeImport#enable_secure_boot}. | --- @@ -2245,7 +2245,7 @@ public readonly enableIntegrityMonitoring: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_import#enable_integrity_monitoring OceanGkeImport#enable_integrity_monitoring}. --- @@ -2257,7 +2257,7 @@ public readonly enableSecureBoot: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_import#enable_secure_boot OceanGkeImport#enable_secure_boot}. --- @@ -2275,9 +2275,9 @@ const oceanGkeImportStrategy: oceanGkeImport.OceanGkeImportStrategy = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| drainingTimeout | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/ocean_gke_import#provisioning_model OceanGkeImport#provisioning_model}. | --- @@ -2289,7 +2289,7 @@ public readonly drainingTimeout: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#draining_timeout OceanGkeImport#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#draining_timeout OceanGkeImport#draining_timeout}. --- @@ -2301,7 +2301,7 @@ public readonly preemptiblePercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#preemptible_percentage OceanGkeImport#preemptible_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#preemptible_percentage OceanGkeImport#preemptible_percentage}. --- @@ -2313,7 +2313,7 @@ public readonly provisioningModel: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#provisioning_model OceanGkeImport#provisioning_model}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#provisioning_model OceanGkeImport#provisioning_model}. --- @@ -2331,8 +2331,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.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_gke_import#conditioned_roll OceanGkeImport#conditioned_roll}. | | rollConfig | OceanGkeImportUpdatePolicyRollConfig | roll_config block. | --- @@ -2345,7 +2345,7 @@ public readonly shouldRoll: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#should_roll OceanGkeImport#should_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#should_roll OceanGkeImport#should_roll}. --- @@ -2357,7 +2357,7 @@ public readonly conditionedRoll: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#conditioned_roll OceanGkeImport#conditioned_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#conditioned_roll OceanGkeImport#conditioned_roll}. --- @@ -2371,7 +2371,7 @@ public readonly rollConfig: OceanGkeImportUpdatePolicyRollConfig; roll_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#roll_config OceanGkeImport#roll_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#roll_config OceanGkeImport#roll_config} --- @@ -2389,10 +2389,10 @@ const oceanGkeImportUpdatePolicyRollConfig: oceanGkeImport.OceanGkeImportUpdateP | **Name** | **Type** | **Description** | | --- | --- | --- | -| batchSizePercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.0/docs/resources/ocean_gke_import#respect_pdb OceanGkeImport#respect_pdb}. | --- @@ -2404,7 +2404,7 @@ public readonly batchSizePercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_import#batch_size_percentage OceanGkeImport#batch_size_percentage}. --- @@ -2416,7 +2416,7 @@ public readonly batchMinHealthyPercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_import#batch_min_healthy_percentage OceanGkeImport#batch_min_healthy_percentage}. --- @@ -2428,7 +2428,7 @@ public readonly launchSpecIds: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_import#launch_spec_ids OceanGkeImport#launch_spec_ids}. --- @@ -2440,7 +2440,7 @@ public readonly respectPdb: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#respect_pdb OceanGkeImport#respect_pdb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#respect_pdb OceanGkeImport#respect_pdb}. --- diff --git a/docs/oceanGkeLaunchSpec.csharp.md b/docs/oceanGkeLaunchSpec.csharp.md index b0712c351..3663304d3 100644 --- a/docs/oceanGkeLaunchSpec.csharp.md +++ b/docs/oceanGkeLaunchSpec.csharp.md @@ -4,7 +4,7 @@ ### OceanGkeLaunchSpec -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec spotinst_ocean_gke_launch_spec}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec spotinst_ocean_gke_launch_spec}. #### Initializers @@ -777,7 +777,7 @@ The construct id used in the generated config for the OceanGkeLaunchSpec to impo The id of the existing OceanGkeLaunchSpec that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#import import section} in the documentation of this resource for the id to use --- @@ -1497,10 +1497,10 @@ new OceanGkeLaunchSpecAutoscaleHeadrooms { | **Name** | **Type** | **Description** | | --- | --- | --- | -| NumOfUnits | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.0/docs/resources/ocean_gke_launch_spec#memory_per_unit OceanGkeLaunchSpec#memory_per_unit}. | --- @@ -1512,7 +1512,7 @@ public double NumOfUnits { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#num_of_units OceanGkeLaunchSpec#num_of_units}. --- @@ -1524,7 +1524,7 @@ public double CpuPerUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#cpu_per_unit OceanGkeLaunchSpec#cpu_per_unit}. --- @@ -1536,7 +1536,7 @@ public double GpuPerUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#gpu_per_unit OceanGkeLaunchSpec#gpu_per_unit}. --- @@ -1548,7 +1548,7 @@ public double MemoryPerUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#memory_per_unit OceanGkeLaunchSpec#memory_per_unit}. --- @@ -1568,7 +1568,7 @@ new OceanGkeLaunchSpecAutoscaleHeadroomsAutomatic { | **Name** | **Type** | **Description** | | --- | --- | --- | -| AutoHeadroomPercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#auto_headroom_percentage OceanGkeLaunchSpec#auto_headroom_percentage}. | --- @@ -1580,7 +1580,7 @@ public double AutoHeadroomPercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#auto_headroom_percentage OceanGkeLaunchSpec#auto_headroom_percentage}. --- @@ -1636,27 +1636,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.169.1/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.170.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.169.1/docs/resources/ocean_gke_launch_spec#id OceanGkeLaunchSpec#id}. | -| InstanceTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.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.169.1/docs/resources/ocean_gke_launch_spec#name OceanGkeLaunchSpec#name}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.169.1/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.170.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.169.1/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.170.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.169.1/docs/resources/ocean_gke_launch_spec#tags OceanGkeLaunchSpec#tags}. | +| Tags | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#tags OceanGkeLaunchSpec#tags}. | | Taints | object | taints block. | | UpdatePolicy | OceanGkeLaunchSpecUpdatePolicy | update_policy block. | @@ -1740,7 +1740,7 @@ public string OceanId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#ocean_id OceanGkeLaunchSpec#ocean_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#ocean_id OceanGkeLaunchSpec#ocean_id}. --- @@ -1754,7 +1754,7 @@ public object AutoscaleHeadrooms { get; set; } autoscale_headrooms block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#autoscale_headrooms OceanGkeLaunchSpec#autoscale_headrooms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#autoscale_headrooms OceanGkeLaunchSpec#autoscale_headrooms} --- @@ -1768,7 +1768,7 @@ public object AutoscaleHeadroomsAutomatic { get; set; } autoscale_headrooms_automatic block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#autoscale_headrooms_automatic OceanGkeLaunchSpec#autoscale_headrooms_automatic} --- @@ -1780,7 +1780,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#id OceanGkeLaunchSpec#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. @@ -1795,7 +1795,7 @@ public string[] InstanceTypes { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#instance_types OceanGkeLaunchSpec#instance_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#instance_types OceanGkeLaunchSpec#instance_types}. --- @@ -1809,7 +1809,7 @@ public object Labels { get; set; } labels block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#labels OceanGkeLaunchSpec#labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#labels OceanGkeLaunchSpec#labels} --- @@ -1823,7 +1823,7 @@ public object Metadata { get; set; } metadata block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#metadata OceanGkeLaunchSpec#metadata} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#metadata OceanGkeLaunchSpec#metadata} --- @@ -1835,7 +1835,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#name OceanGkeLaunchSpec#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#name OceanGkeLaunchSpec#name}. --- @@ -1849,7 +1849,7 @@ public object NetworkInterfaces { get; set; } network_interfaces block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#network_interfaces OceanGkeLaunchSpec#network_interfaces} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#network_interfaces OceanGkeLaunchSpec#network_interfaces} --- @@ -1861,7 +1861,7 @@ public string NodePoolName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#node_pool_name OceanGkeLaunchSpec#node_pool_name}. --- @@ -1875,7 +1875,7 @@ public OceanGkeLaunchSpecResourceLimits ResourceLimits { get; set; } resource_limits block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#resource_limits OceanGkeLaunchSpec#resource_limits} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#resource_limits OceanGkeLaunchSpec#resource_limits} --- @@ -1887,7 +1887,7 @@ public object RestrictScaleDown { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#restrict_scale_down OceanGkeLaunchSpec#restrict_scale_down}. --- @@ -1899,7 +1899,7 @@ public double RootVolumeSize { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#root_volume_size OceanGkeLaunchSpec#root_volume_size}. --- @@ -1911,7 +1911,7 @@ public string RootVolumeType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#root_volume_type OceanGkeLaunchSpec#root_volume_type}. --- @@ -1925,7 +1925,7 @@ public object SchedulingTask { get; set; } scheduling_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#scheduling_task OceanGkeLaunchSpec#scheduling_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#scheduling_task OceanGkeLaunchSpec#scheduling_task} --- @@ -1937,7 +1937,7 @@ public string ServiceAccount { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#service_account OceanGkeLaunchSpec#service_account}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#service_account OceanGkeLaunchSpec#service_account}. --- @@ -1951,7 +1951,7 @@ public OceanGkeLaunchSpecShieldedInstanceConfig ShieldedInstanceConfig { get; se shielded_instance_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#shielded_instance_config OceanGkeLaunchSpec#shielded_instance_config} --- @@ -1963,7 +1963,7 @@ public string SourceImage { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#source_image OceanGkeLaunchSpec#source_image}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#source_image OceanGkeLaunchSpec#source_image}. --- @@ -1977,7 +1977,7 @@ public OceanGkeLaunchSpecStorage Storage { get; set; } storage block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#storage OceanGkeLaunchSpec#storage} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#storage OceanGkeLaunchSpec#storage} --- @@ -1991,7 +1991,7 @@ public object Strategy { get; set; } strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#strategy OceanGkeLaunchSpec#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#strategy OceanGkeLaunchSpec#strategy} --- @@ -2003,7 +2003,7 @@ public string[] Tags { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#tags OceanGkeLaunchSpec#tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#tags OceanGkeLaunchSpec#tags}. --- @@ -2017,7 +2017,7 @@ public object Taints { get; set; } taints block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#taints OceanGkeLaunchSpec#taints} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#taints OceanGkeLaunchSpec#taints} --- @@ -2031,7 +2031,7 @@ public OceanGkeLaunchSpecUpdatePolicy UpdatePolicy { get; set; } update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#update_policy OceanGkeLaunchSpec#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#update_policy OceanGkeLaunchSpec#update_policy} --- @@ -2052,8 +2052,8 @@ new OceanGkeLaunchSpecLabels { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key}. | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. | +| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. | --- @@ -2065,7 +2065,7 @@ public string Key { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key}. --- @@ -2077,7 +2077,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. --- @@ -2098,8 +2098,8 @@ new OceanGkeLaunchSpecMetadata { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key}. | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. | +| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. | --- @@ -2111,7 +2111,7 @@ public string Key { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key}. --- @@ -2123,7 +2123,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. --- @@ -2146,10 +2146,10 @@ new OceanGkeLaunchSpecNetworkInterfaces { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Network | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#network OceanGkeLaunchSpec#network}. | +| Network | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#project_id OceanGkeLaunchSpec#project_id}. | --- @@ -2161,7 +2161,7 @@ public string Network { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#network OceanGkeLaunchSpec#network}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#network OceanGkeLaunchSpec#network}. --- @@ -2175,7 +2175,7 @@ public object AccessConfigs { get; set; } access_configs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#access_configs OceanGkeLaunchSpec#access_configs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#access_configs OceanGkeLaunchSpec#access_configs} --- @@ -2189,7 +2189,7 @@ public object AliasIpRanges { get; set; } alias_ip_ranges block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#alias_ip_ranges OceanGkeLaunchSpec#alias_ip_ranges} --- @@ -2201,7 +2201,7 @@ public string ProjectId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#project_id OceanGkeLaunchSpec#project_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#project_id OceanGkeLaunchSpec#project_id}. --- @@ -2222,8 +2222,8 @@ new OceanGkeLaunchSpecNetworkInterfacesAccessConfigs { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#name OceanGkeLaunchSpec#name}. | -| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#type OceanGkeLaunchSpec#type}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/ocean_gke_launch_spec#type OceanGkeLaunchSpec#type}. | --- @@ -2235,7 +2235,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#name OceanGkeLaunchSpec#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#name OceanGkeLaunchSpec#name}. --- @@ -2247,7 +2247,7 @@ public string Type { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#type OceanGkeLaunchSpec#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#type OceanGkeLaunchSpec#type}. --- @@ -2268,8 +2268,8 @@ new OceanGkeLaunchSpecNetworkInterfacesAliasIpRanges { | **Name** | **Type** | **Description** | | --- | --- | --- | -| IpCidrRange | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_gke_launch_spec#subnetwork_range_name OceanGkeLaunchSpec#subnetwork_range_name}. | --- @@ -2281,7 +2281,7 @@ public string IpCidrRange { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#ip_cidr_range OceanGkeLaunchSpec#ip_cidr_range}. --- @@ -2293,7 +2293,7 @@ public string SubnetworkRangeName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#subnetwork_range_name OceanGkeLaunchSpec#subnetwork_range_name}. --- @@ -2314,8 +2314,8 @@ new OceanGkeLaunchSpecResourceLimits { | **Name** | **Type** | **Description** | | --- | --- | --- | -| MaxInstanceCount | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_gke_launch_spec#min_instance_count OceanGkeLaunchSpec#min_instance_count}. | --- @@ -2327,7 +2327,7 @@ public double MaxInstanceCount { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#max_instance_count OceanGkeLaunchSpec#max_instance_count}. --- @@ -2339,7 +2339,7 @@ public double MinInstanceCount { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#min_instance_count OceanGkeLaunchSpec#min_instance_count}. --- @@ -2362,9 +2362,9 @@ new OceanGkeLaunchSpecSchedulingTask { | **Name** | **Type** | **Description** | | --- | --- | --- | -| CronExpression | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/ocean_gke_launch_spec#task_type OceanGkeLaunchSpec#task_type}. | | TaskHeadroom | object | task_headroom block. | --- @@ -2377,7 +2377,7 @@ public string CronExpression { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#cron_expression OceanGkeLaunchSpec#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#cron_expression OceanGkeLaunchSpec#cron_expression}. --- @@ -2389,7 +2389,7 @@ public object IsEnabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#is_enabled OceanGkeLaunchSpec#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#is_enabled OceanGkeLaunchSpec#is_enabled}. --- @@ -2401,7 +2401,7 @@ public string TaskType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#task_type OceanGkeLaunchSpec#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#task_type OceanGkeLaunchSpec#task_type}. --- @@ -2415,7 +2415,7 @@ public object TaskHeadroom { get; set; } task_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#task_headroom OceanGkeLaunchSpec#task_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#task_headroom OceanGkeLaunchSpec#task_headroom} --- @@ -2438,10 +2438,10 @@ new OceanGkeLaunchSpecSchedulingTaskTaskHeadroom { | **Name** | **Type** | **Description** | | --- | --- | --- | -| NumOfUnits | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.0/docs/resources/ocean_gke_launch_spec#memory_per_unit OceanGkeLaunchSpec#memory_per_unit}. | --- @@ -2453,7 +2453,7 @@ public double NumOfUnits { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#num_of_units OceanGkeLaunchSpec#num_of_units}. --- @@ -2465,7 +2465,7 @@ public double CpuPerUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#cpu_per_unit OceanGkeLaunchSpec#cpu_per_unit}. --- @@ -2477,7 +2477,7 @@ public double GpuPerUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#gpu_per_unit OceanGkeLaunchSpec#gpu_per_unit}. --- @@ -2489,7 +2489,7 @@ public double MemoryPerUnit { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#memory_per_unit OceanGkeLaunchSpec#memory_per_unit}. --- @@ -2510,8 +2510,8 @@ new OceanGkeLaunchSpecShieldedInstanceConfig { | **Name** | **Type** | **Description** | | --- | --- | --- | -| EnableIntegrityMonitoring | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_gke_launch_spec#enable_secure_boot OceanGkeLaunchSpec#enable_secure_boot}. | --- @@ -2523,7 +2523,7 @@ public object EnableIntegrityMonitoring { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#enable_integrity_monitoring OceanGkeLaunchSpec#enable_integrity_monitoring}. --- @@ -2535,7 +2535,7 @@ public object EnableSecureBoot { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#enable_secure_boot OceanGkeLaunchSpec#enable_secure_boot}. --- @@ -2555,7 +2555,7 @@ new OceanGkeLaunchSpecStorage { | **Name** | **Type** | **Description** | | --- | --- | --- | -| LocalSsdCount | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#local_ssd_count OceanGkeLaunchSpec#local_ssd_count}. | --- @@ -2567,7 +2567,7 @@ public double LocalSsdCount { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#local_ssd_count OceanGkeLaunchSpec#local_ssd_count}. --- @@ -2587,7 +2587,7 @@ new OceanGkeLaunchSpecStrategy { | **Name** | **Type** | **Description** | | --- | --- | --- | -| PreemptiblePercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#preemptible_percentage OceanGkeLaunchSpec#preemptible_percentage}. | --- @@ -2599,7 +2599,7 @@ public double PreemptiblePercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#preemptible_percentage OceanGkeLaunchSpec#preemptible_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#preemptible_percentage OceanGkeLaunchSpec#preemptible_percentage}. --- @@ -2621,9 +2621,9 @@ new OceanGkeLaunchSpecTaints { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Effect | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#effect OceanGkeLaunchSpec#effect}. | -| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key}. | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. | +| Effect | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. | --- @@ -2635,7 +2635,7 @@ public string Effect { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#effect OceanGkeLaunchSpec#effect}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#effect OceanGkeLaunchSpec#effect}. --- @@ -2647,7 +2647,7 @@ public string Key { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key}. --- @@ -2659,7 +2659,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. --- @@ -2680,7 +2680,7 @@ new OceanGkeLaunchSpecUpdatePolicy { | **Name** | **Type** | **Description** | | --- | --- | --- | -| ShouldRoll | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#should_roll OceanGkeLaunchSpec#should_roll}. | | RollConfig | OceanGkeLaunchSpecUpdatePolicyRollConfig | roll_config block. | --- @@ -2693,7 +2693,7 @@ public object ShouldRoll { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#should_roll OceanGkeLaunchSpec#should_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#should_roll OceanGkeLaunchSpec#should_roll}. --- @@ -2707,7 +2707,7 @@ public OceanGkeLaunchSpecUpdatePolicyRollConfig RollConfig { get; set; } roll_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#roll_config OceanGkeLaunchSpec#roll_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#roll_config OceanGkeLaunchSpec#roll_config} --- @@ -2727,7 +2727,7 @@ new OceanGkeLaunchSpecUpdatePolicyRollConfig { | **Name** | **Type** | **Description** | | --- | --- | --- | -| BatchSizePercentage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#batch_size_percentage OceanGkeLaunchSpec#batch_size_percentage}. | --- @@ -2739,7 +2739,7 @@ public double BatchSizePercentage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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 4b7b70176..0adc59d1b 100644 --- a/docs/oceanGkeLaunchSpec.go.md +++ b/docs/oceanGkeLaunchSpec.go.md @@ -4,7 +4,7 @@ ### OceanGkeLaunchSpec -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec spotinst_ocean_gke_launch_spec}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec spotinst_ocean_gke_launch_spec}. #### Initializers @@ -777,7 +777,7 @@ The construct id used in the generated config for the OceanGkeLaunchSpec to impo The id of the existing OceanGkeLaunchSpec that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#import import section} in the documentation of this resource for the id to use --- @@ -1497,10 +1497,10 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| NumOfUnits | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.0/docs/resources/ocean_gke_launch_spec#memory_per_unit OceanGkeLaunchSpec#memory_per_unit}. | --- @@ -1512,7 +1512,7 @@ NumOfUnits *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#num_of_units OceanGkeLaunchSpec#num_of_units}. --- @@ -1524,7 +1524,7 @@ CpuPerUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#cpu_per_unit OceanGkeLaunchSpec#cpu_per_unit}. --- @@ -1536,7 +1536,7 @@ GpuPerUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#gpu_per_unit OceanGkeLaunchSpec#gpu_per_unit}. --- @@ -1548,7 +1548,7 @@ MemoryPerUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#memory_per_unit OceanGkeLaunchSpec#memory_per_unit}. --- @@ -1568,7 +1568,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| AutoHeadroomPercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#auto_headroom_percentage OceanGkeLaunchSpec#auto_headroom_percentage}. | --- @@ -1580,7 +1580,7 @@ AutoHeadroomPercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#auto_headroom_percentage OceanGkeLaunchSpec#auto_headroom_percentage}. --- @@ -1636,27 +1636,27 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchs | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| OceanId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.169.1/docs/resources/ocean_gke_launch_spec#id OceanGkeLaunchSpec#id}. | -| InstanceTypes | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.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.169.1/docs/resources/ocean_gke_launch_spec#name OceanGkeLaunchSpec#name}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.169.1/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.170.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.169.1/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.170.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.169.1/docs/resources/ocean_gke_launch_spec#tags OceanGkeLaunchSpec#tags}. | +| Tags | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#tags OceanGkeLaunchSpec#tags}. | | Taints | interface{} | taints block. | | UpdatePolicy | OceanGkeLaunchSpecUpdatePolicy | update_policy block. | @@ -1740,7 +1740,7 @@ OceanId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#ocean_id OceanGkeLaunchSpec#ocean_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#ocean_id OceanGkeLaunchSpec#ocean_id}. --- @@ -1754,7 +1754,7 @@ AutoscaleHeadrooms interface{} autoscale_headrooms block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#autoscale_headrooms OceanGkeLaunchSpec#autoscale_headrooms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#autoscale_headrooms OceanGkeLaunchSpec#autoscale_headrooms} --- @@ -1768,7 +1768,7 @@ AutoscaleHeadroomsAutomatic interface{} autoscale_headrooms_automatic block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#autoscale_headrooms_automatic OceanGkeLaunchSpec#autoscale_headrooms_automatic} --- @@ -1780,7 +1780,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#id OceanGkeLaunchSpec#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. @@ -1795,7 +1795,7 @@ InstanceTypes *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#instance_types OceanGkeLaunchSpec#instance_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#instance_types OceanGkeLaunchSpec#instance_types}. --- @@ -1809,7 +1809,7 @@ Labels interface{} labels block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#labels OceanGkeLaunchSpec#labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#labels OceanGkeLaunchSpec#labels} --- @@ -1823,7 +1823,7 @@ Metadata interface{} metadata block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#metadata OceanGkeLaunchSpec#metadata} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#metadata OceanGkeLaunchSpec#metadata} --- @@ -1835,7 +1835,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#name OceanGkeLaunchSpec#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#name OceanGkeLaunchSpec#name}. --- @@ -1849,7 +1849,7 @@ NetworkInterfaces interface{} network_interfaces block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#network_interfaces OceanGkeLaunchSpec#network_interfaces} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#network_interfaces OceanGkeLaunchSpec#network_interfaces} --- @@ -1861,7 +1861,7 @@ NodePoolName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#node_pool_name OceanGkeLaunchSpec#node_pool_name}. --- @@ -1875,7 +1875,7 @@ ResourceLimits OceanGkeLaunchSpecResourceLimits resource_limits block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#resource_limits OceanGkeLaunchSpec#resource_limits} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#resource_limits OceanGkeLaunchSpec#resource_limits} --- @@ -1887,7 +1887,7 @@ RestrictScaleDown interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#restrict_scale_down OceanGkeLaunchSpec#restrict_scale_down}. --- @@ -1899,7 +1899,7 @@ RootVolumeSize *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#root_volume_size OceanGkeLaunchSpec#root_volume_size}. --- @@ -1911,7 +1911,7 @@ RootVolumeType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#root_volume_type OceanGkeLaunchSpec#root_volume_type}. --- @@ -1925,7 +1925,7 @@ SchedulingTask interface{} scheduling_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#scheduling_task OceanGkeLaunchSpec#scheduling_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#scheduling_task OceanGkeLaunchSpec#scheduling_task} --- @@ -1937,7 +1937,7 @@ ServiceAccount *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#service_account OceanGkeLaunchSpec#service_account}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#service_account OceanGkeLaunchSpec#service_account}. --- @@ -1951,7 +1951,7 @@ ShieldedInstanceConfig OceanGkeLaunchSpecShieldedInstanceConfig shielded_instance_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#shielded_instance_config OceanGkeLaunchSpec#shielded_instance_config} --- @@ -1963,7 +1963,7 @@ SourceImage *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#source_image OceanGkeLaunchSpec#source_image}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#source_image OceanGkeLaunchSpec#source_image}. --- @@ -1977,7 +1977,7 @@ Storage OceanGkeLaunchSpecStorage storage block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#storage OceanGkeLaunchSpec#storage} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#storage OceanGkeLaunchSpec#storage} --- @@ -1991,7 +1991,7 @@ Strategy interface{} strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#strategy OceanGkeLaunchSpec#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#strategy OceanGkeLaunchSpec#strategy} --- @@ -2003,7 +2003,7 @@ Tags *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#tags OceanGkeLaunchSpec#tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#tags OceanGkeLaunchSpec#tags}. --- @@ -2017,7 +2017,7 @@ Taints interface{} taints block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#taints OceanGkeLaunchSpec#taints} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#taints OceanGkeLaunchSpec#taints} --- @@ -2031,7 +2031,7 @@ UpdatePolicy OceanGkeLaunchSpecUpdatePolicy update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#update_policy OceanGkeLaunchSpec#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#update_policy OceanGkeLaunchSpec#update_policy} --- @@ -2052,8 +2052,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key}. | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. | +| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. | --- @@ -2065,7 +2065,7 @@ Key *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key}. --- @@ -2077,7 +2077,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. --- @@ -2098,8 +2098,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key}. | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. | +| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. | --- @@ -2111,7 +2111,7 @@ Key *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key}. --- @@ -2123,7 +2123,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. --- @@ -2146,10 +2146,10 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| Network | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#network OceanGkeLaunchSpec#network}. | +| Network | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#project_id OceanGkeLaunchSpec#project_id}. | --- @@ -2161,7 +2161,7 @@ Network *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#network OceanGkeLaunchSpec#network}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#network OceanGkeLaunchSpec#network}. --- @@ -2175,7 +2175,7 @@ AccessConfigs interface{} access_configs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#access_configs OceanGkeLaunchSpec#access_configs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#access_configs OceanGkeLaunchSpec#access_configs} --- @@ -2189,7 +2189,7 @@ AliasIpRanges interface{} alias_ip_ranges block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#alias_ip_ranges OceanGkeLaunchSpec#alias_ip_ranges} --- @@ -2201,7 +2201,7 @@ ProjectId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#project_id OceanGkeLaunchSpec#project_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#project_id OceanGkeLaunchSpec#project_id}. --- @@ -2222,8 +2222,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#name OceanGkeLaunchSpec#name}. | -| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#type OceanGkeLaunchSpec#type}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/ocean_gke_launch_spec#type OceanGkeLaunchSpec#type}. | --- @@ -2235,7 +2235,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#name OceanGkeLaunchSpec#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#name OceanGkeLaunchSpec#name}. --- @@ -2247,7 +2247,7 @@ Type *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#type OceanGkeLaunchSpec#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#type OceanGkeLaunchSpec#type}. --- @@ -2268,8 +2268,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| IpCidrRange | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_gke_launch_spec#subnetwork_range_name OceanGkeLaunchSpec#subnetwork_range_name}. | --- @@ -2281,7 +2281,7 @@ IpCidrRange *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#ip_cidr_range OceanGkeLaunchSpec#ip_cidr_range}. --- @@ -2293,7 +2293,7 @@ SubnetworkRangeName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#subnetwork_range_name OceanGkeLaunchSpec#subnetwork_range_name}. --- @@ -2314,8 +2314,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| MaxInstanceCount | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_gke_launch_spec#min_instance_count OceanGkeLaunchSpec#min_instance_count}. | --- @@ -2327,7 +2327,7 @@ MaxInstanceCount *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#max_instance_count OceanGkeLaunchSpec#max_instance_count}. --- @@ -2339,7 +2339,7 @@ MinInstanceCount *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#min_instance_count OceanGkeLaunchSpec#min_instance_count}. --- @@ -2362,9 +2362,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| CronExpression | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/ocean_gke_launch_spec#task_type OceanGkeLaunchSpec#task_type}. | | TaskHeadroom | interface{} | task_headroom block. | --- @@ -2377,7 +2377,7 @@ CronExpression *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#cron_expression OceanGkeLaunchSpec#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#cron_expression OceanGkeLaunchSpec#cron_expression}. --- @@ -2389,7 +2389,7 @@ IsEnabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#is_enabled OceanGkeLaunchSpec#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#is_enabled OceanGkeLaunchSpec#is_enabled}. --- @@ -2401,7 +2401,7 @@ TaskType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#task_type OceanGkeLaunchSpec#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#task_type OceanGkeLaunchSpec#task_type}. --- @@ -2415,7 +2415,7 @@ TaskHeadroom interface{} task_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#task_headroom OceanGkeLaunchSpec#task_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#task_headroom OceanGkeLaunchSpec#task_headroom} --- @@ -2438,10 +2438,10 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| NumOfUnits | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.0/docs/resources/ocean_gke_launch_spec#memory_per_unit OceanGkeLaunchSpec#memory_per_unit}. | --- @@ -2453,7 +2453,7 @@ NumOfUnits *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#num_of_units OceanGkeLaunchSpec#num_of_units}. --- @@ -2465,7 +2465,7 @@ CpuPerUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#cpu_per_unit OceanGkeLaunchSpec#cpu_per_unit}. --- @@ -2477,7 +2477,7 @@ GpuPerUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#gpu_per_unit OceanGkeLaunchSpec#gpu_per_unit}. --- @@ -2489,7 +2489,7 @@ MemoryPerUnit *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#memory_per_unit OceanGkeLaunchSpec#memory_per_unit}. --- @@ -2510,8 +2510,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| EnableIntegrityMonitoring | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_gke_launch_spec#enable_secure_boot OceanGkeLaunchSpec#enable_secure_boot}. | --- @@ -2523,7 +2523,7 @@ EnableIntegrityMonitoring interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#enable_integrity_monitoring OceanGkeLaunchSpec#enable_integrity_monitoring}. --- @@ -2535,7 +2535,7 @@ EnableSecureBoot interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#enable_secure_boot OceanGkeLaunchSpec#enable_secure_boot}. --- @@ -2555,7 +2555,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| LocalSsdCount | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#local_ssd_count OceanGkeLaunchSpec#local_ssd_count}. | --- @@ -2567,7 +2567,7 @@ LocalSsdCount *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#local_ssd_count OceanGkeLaunchSpec#local_ssd_count}. --- @@ -2587,7 +2587,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| PreemptiblePercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#preemptible_percentage OceanGkeLaunchSpec#preemptible_percentage}. | --- @@ -2599,7 +2599,7 @@ PreemptiblePercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#preemptible_percentage OceanGkeLaunchSpec#preemptible_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#preemptible_percentage OceanGkeLaunchSpec#preemptible_percentage}. --- @@ -2621,9 +2621,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| Effect | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#effect OceanGkeLaunchSpec#effect}. | -| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key}. | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. | +| Effect | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. | --- @@ -2635,7 +2635,7 @@ Effect *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#effect OceanGkeLaunchSpec#effect}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#effect OceanGkeLaunchSpec#effect}. --- @@ -2647,7 +2647,7 @@ Key *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key}. --- @@ -2659,7 +2659,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. --- @@ -2680,7 +2680,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| ShouldRoll | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#should_roll OceanGkeLaunchSpec#should_roll}. | | RollConfig | OceanGkeLaunchSpecUpdatePolicyRollConfig | roll_config block. | --- @@ -2693,7 +2693,7 @@ ShouldRoll interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#should_roll OceanGkeLaunchSpec#should_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#should_roll OceanGkeLaunchSpec#should_roll}. --- @@ -2707,7 +2707,7 @@ RollConfig OceanGkeLaunchSpecUpdatePolicyRollConfig roll_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#roll_config OceanGkeLaunchSpec#roll_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#roll_config OceanGkeLaunchSpec#roll_config} --- @@ -2727,7 +2727,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| BatchSizePercentage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#batch_size_percentage OceanGkeLaunchSpec#batch_size_percentage}. | --- @@ -2739,7 +2739,7 @@ BatchSizePercentage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#batch_size_percentage OceanGkeLaunchSpec#batch_size_percentage}. --- diff --git a/docs/oceanGkeLaunchSpec.java.md b/docs/oceanGkeLaunchSpec.java.md index b81350868..53af31cb3 100644 --- a/docs/oceanGkeLaunchSpec.java.md +++ b/docs/oceanGkeLaunchSpec.java.md @@ -4,7 +4,7 @@ ### OceanGkeLaunchSpec -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec spotinst_ocean_gke_launch_spec}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec spotinst_ocean_gke_launch_spec}. #### Initializers @@ -69,27 +69,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.169.1/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.170.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.169.1/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.169.1/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.170.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.170.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.169.1/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.170.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.169.1/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.170.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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.169.1/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.170.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.169.1/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.170.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.169.1/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.170.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. | @@ -159,7 +159,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#ocean_id OceanGkeLaunchSpec#ocean_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#ocean_id OceanGkeLaunchSpec#ocean_id}. --- @@ -169,7 +169,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.169.1/docs/resources/ocean_gke_launch_spec#autoscale_headrooms OceanGkeLaunchSpec#autoscale_headrooms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#autoscale_headrooms OceanGkeLaunchSpec#autoscale_headrooms} --- @@ -179,7 +179,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.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#autoscale_headrooms_automatic OceanGkeLaunchSpec#autoscale_headrooms_automatic} --- @@ -187,7 +187,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#id OceanGkeLaunchSpec#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. @@ -198,7 +198,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.169.1/docs/resources/ocean_gke_launch_spec#instance_types OceanGkeLaunchSpec#instance_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#instance_types OceanGkeLaunchSpec#instance_types}. --- @@ -208,7 +208,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.169.1/docs/resources/ocean_gke_launch_spec#labels OceanGkeLaunchSpec#labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#labels OceanGkeLaunchSpec#labels} --- @@ -218,7 +218,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.169.1/docs/resources/ocean_gke_launch_spec#metadata OceanGkeLaunchSpec#metadata} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#metadata OceanGkeLaunchSpec#metadata} --- @@ -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.169.1/docs/resources/ocean_gke_launch_spec#name OceanGkeLaunchSpec#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#name OceanGkeLaunchSpec#name}. --- @@ -236,7 +236,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.169.1/docs/resources/ocean_gke_launch_spec#network_interfaces OceanGkeLaunchSpec#network_interfaces} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#network_interfaces OceanGkeLaunchSpec#network_interfaces} --- @@ -244,7 +244,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#node_pool_name OceanGkeLaunchSpec#node_pool_name}. --- @@ -254,7 +254,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.169.1/docs/resources/ocean_gke_launch_spec#resource_limits OceanGkeLaunchSpec#resource_limits} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#resource_limits OceanGkeLaunchSpec#resource_limits} --- @@ -262,7 +262,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.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#restrict_scale_down OceanGkeLaunchSpec#restrict_scale_down}. --- @@ -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.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#root_volume_size OceanGkeLaunchSpec#root_volume_size}. --- @@ -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.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#root_volume_type OceanGkeLaunchSpec#root_volume_type}. --- @@ -288,7 +288,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.169.1/docs/resources/ocean_gke_launch_spec#scheduling_task OceanGkeLaunchSpec#scheduling_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#scheduling_task OceanGkeLaunchSpec#scheduling_task} --- @@ -296,7 +296,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#service_account OceanGkeLaunchSpec#service_account}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#service_account OceanGkeLaunchSpec#service_account}. --- @@ -306,7 +306,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.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#shielded_instance_config OceanGkeLaunchSpec#shielded_instance_config} --- @@ -314,7 +314,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#source_image OceanGkeLaunchSpec#source_image}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#source_image OceanGkeLaunchSpec#source_image}. --- @@ -324,7 +324,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.169.1/docs/resources/ocean_gke_launch_spec#storage OceanGkeLaunchSpec#storage} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#storage OceanGkeLaunchSpec#storage} --- @@ -334,7 +334,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.169.1/docs/resources/ocean_gke_launch_spec#strategy OceanGkeLaunchSpec#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#strategy OceanGkeLaunchSpec#strategy} --- @@ -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.169.1/docs/resources/ocean_gke_launch_spec#tags OceanGkeLaunchSpec#tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#tags OceanGkeLaunchSpec#tags}. --- @@ -352,7 +352,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.169.1/docs/resources/ocean_gke_launch_spec#taints OceanGkeLaunchSpec#taints} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#taints OceanGkeLaunchSpec#taints} --- @@ -362,7 +362,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.169.1/docs/resources/ocean_gke_launch_spec#update_policy OceanGkeLaunchSpec#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#update_policy OceanGkeLaunchSpec#update_policy} --- @@ -1099,7 +1099,7 @@ The construct id used in the generated config for the OceanGkeLaunchSpec to impo The id of the existing OceanGkeLaunchSpec that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#import import section} in the documentation of this resource for the id to use --- @@ -1819,10 +1819,10 @@ OceanGkeLaunchSpecAutoscaleHeadrooms.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| numOfUnits | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.0/docs/resources/ocean_gke_launch_spec#memory_per_unit OceanGkeLaunchSpec#memory_per_unit}. | --- @@ -1834,7 +1834,7 @@ public java.lang.Number getNumOfUnits(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#num_of_units OceanGkeLaunchSpec#num_of_units}. --- @@ -1846,7 +1846,7 @@ public java.lang.Number getCpuPerUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#cpu_per_unit OceanGkeLaunchSpec#cpu_per_unit}. --- @@ -1858,7 +1858,7 @@ public java.lang.Number getGpuPerUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#gpu_per_unit OceanGkeLaunchSpec#gpu_per_unit}. --- @@ -1870,7 +1870,7 @@ public java.lang.Number getMemoryPerUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#memory_per_unit OceanGkeLaunchSpec#memory_per_unit}. --- @@ -1890,7 +1890,7 @@ OceanGkeLaunchSpecAutoscaleHeadroomsAutomatic.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| autoHeadroomPercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#auto_headroom_percentage OceanGkeLaunchSpec#auto_headroom_percentage}. | --- @@ -1902,7 +1902,7 @@ public java.lang.Number getAutoHeadroomPercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#auto_headroom_percentage OceanGkeLaunchSpec#auto_headroom_percentage}. --- @@ -1971,27 +1971,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.169.1/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.170.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.169.1/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.169.1/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.170.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.170.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.169.1/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.170.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.169.1/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.170.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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.169.1/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.170.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.169.1/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.170.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.169.1/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.170.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. | @@ -2075,7 +2075,7 @@ public java.lang.String getOceanId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#ocean_id OceanGkeLaunchSpec#ocean_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#ocean_id OceanGkeLaunchSpec#ocean_id}. --- @@ -2089,7 +2089,7 @@ public java.lang.Object getAutoscaleHeadrooms(); autoscale_headrooms block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#autoscale_headrooms OceanGkeLaunchSpec#autoscale_headrooms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#autoscale_headrooms OceanGkeLaunchSpec#autoscale_headrooms} --- @@ -2103,7 +2103,7 @@ public java.lang.Object getAutoscaleHeadroomsAutomatic(); autoscale_headrooms_automatic block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#autoscale_headrooms_automatic OceanGkeLaunchSpec#autoscale_headrooms_automatic} --- @@ -2115,7 +2115,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#id OceanGkeLaunchSpec#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. @@ -2130,7 +2130,7 @@ public java.util.List getInstanceTypes(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#instance_types OceanGkeLaunchSpec#instance_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#instance_types OceanGkeLaunchSpec#instance_types}. --- @@ -2144,7 +2144,7 @@ public java.lang.Object getLabels(); labels block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#labels OceanGkeLaunchSpec#labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#labels OceanGkeLaunchSpec#labels} --- @@ -2158,7 +2158,7 @@ public java.lang.Object getMetadata(); metadata block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#metadata OceanGkeLaunchSpec#metadata} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#metadata OceanGkeLaunchSpec#metadata} --- @@ -2170,7 +2170,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#name OceanGkeLaunchSpec#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#name OceanGkeLaunchSpec#name}. --- @@ -2184,7 +2184,7 @@ public java.lang.Object getNetworkInterfaces(); network_interfaces block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#network_interfaces OceanGkeLaunchSpec#network_interfaces} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#network_interfaces OceanGkeLaunchSpec#network_interfaces} --- @@ -2196,7 +2196,7 @@ public java.lang.String getNodePoolName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#node_pool_name OceanGkeLaunchSpec#node_pool_name}. --- @@ -2210,7 +2210,7 @@ public OceanGkeLaunchSpecResourceLimits getResourceLimits(); resource_limits block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#resource_limits OceanGkeLaunchSpec#resource_limits} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#resource_limits OceanGkeLaunchSpec#resource_limits} --- @@ -2222,7 +2222,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.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#restrict_scale_down OceanGkeLaunchSpec#restrict_scale_down}. --- @@ -2234,7 +2234,7 @@ public java.lang.Number getRootVolumeSize(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#root_volume_size OceanGkeLaunchSpec#root_volume_size}. --- @@ -2246,7 +2246,7 @@ public java.lang.String getRootVolumeType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#root_volume_type OceanGkeLaunchSpec#root_volume_type}. --- @@ -2260,7 +2260,7 @@ public java.lang.Object getSchedulingTask(); scheduling_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#scheduling_task OceanGkeLaunchSpec#scheduling_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#scheduling_task OceanGkeLaunchSpec#scheduling_task} --- @@ -2272,7 +2272,7 @@ public java.lang.String getServiceAccount(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#service_account OceanGkeLaunchSpec#service_account}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#service_account OceanGkeLaunchSpec#service_account}. --- @@ -2286,7 +2286,7 @@ public OceanGkeLaunchSpecShieldedInstanceConfig getShieldedInstanceConfig(); shielded_instance_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#shielded_instance_config OceanGkeLaunchSpec#shielded_instance_config} --- @@ -2298,7 +2298,7 @@ public java.lang.String getSourceImage(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#source_image OceanGkeLaunchSpec#source_image}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#source_image OceanGkeLaunchSpec#source_image}. --- @@ -2312,7 +2312,7 @@ public OceanGkeLaunchSpecStorage getStorage(); storage block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#storage OceanGkeLaunchSpec#storage} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#storage OceanGkeLaunchSpec#storage} --- @@ -2326,7 +2326,7 @@ public java.lang.Object getStrategy(); strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#strategy OceanGkeLaunchSpec#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#strategy OceanGkeLaunchSpec#strategy} --- @@ -2338,7 +2338,7 @@ public java.util.List getTags(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#tags OceanGkeLaunchSpec#tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#tags OceanGkeLaunchSpec#tags}. --- @@ -2352,7 +2352,7 @@ public java.lang.Object getTaints(); taints block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#taints OceanGkeLaunchSpec#taints} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#taints OceanGkeLaunchSpec#taints} --- @@ -2366,7 +2366,7 @@ public OceanGkeLaunchSpecUpdatePolicy getUpdatePolicy(); update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#update_policy OceanGkeLaunchSpec#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#update_policy OceanGkeLaunchSpec#update_policy} --- @@ -2387,8 +2387,8 @@ OceanGkeLaunchSpecLabels.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. | --- @@ -2400,7 +2400,7 @@ public java.lang.String getKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key}. --- @@ -2412,7 +2412,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. --- @@ -2433,8 +2433,8 @@ OceanGkeLaunchSpecMetadata.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. | --- @@ -2446,7 +2446,7 @@ public java.lang.String getKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key}. --- @@ -2458,7 +2458,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. --- @@ -2483,10 +2483,10 @@ OceanGkeLaunchSpecNetworkInterfaces.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| network | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#project_id OceanGkeLaunchSpec#project_id}. | --- @@ -2498,7 +2498,7 @@ public java.lang.String getNetwork(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#network OceanGkeLaunchSpec#network}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#network OceanGkeLaunchSpec#network}. --- @@ -2512,7 +2512,7 @@ public java.lang.Object getAccessConfigs(); access_configs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#access_configs OceanGkeLaunchSpec#access_configs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#access_configs OceanGkeLaunchSpec#access_configs} --- @@ -2526,7 +2526,7 @@ public java.lang.Object getAliasIpRanges(); alias_ip_ranges block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#alias_ip_ranges OceanGkeLaunchSpec#alias_ip_ranges} --- @@ -2538,7 +2538,7 @@ public java.lang.String getProjectId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#project_id OceanGkeLaunchSpec#project_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#project_id OceanGkeLaunchSpec#project_id}. --- @@ -2559,8 +2559,8 @@ OceanGkeLaunchSpecNetworkInterfacesAccessConfigs.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_gke_launch_spec#type OceanGkeLaunchSpec#type}. | --- @@ -2572,7 +2572,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#name OceanGkeLaunchSpec#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#name OceanGkeLaunchSpec#name}. --- @@ -2584,7 +2584,7 @@ public java.lang.String getType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#type OceanGkeLaunchSpec#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#type OceanGkeLaunchSpec#type}. --- @@ -2605,8 +2605,8 @@ OceanGkeLaunchSpecNetworkInterfacesAliasIpRanges.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| ipCidrRange | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_gke_launch_spec#subnetwork_range_name OceanGkeLaunchSpec#subnetwork_range_name}. | --- @@ -2618,7 +2618,7 @@ public java.lang.String getIpCidrRange(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#ip_cidr_range OceanGkeLaunchSpec#ip_cidr_range}. --- @@ -2630,7 +2630,7 @@ public java.lang.String getSubnetworkRangeName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#subnetwork_range_name OceanGkeLaunchSpec#subnetwork_range_name}. --- @@ -2651,8 +2651,8 @@ OceanGkeLaunchSpecResourceLimits.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| maxInstanceCount | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_gke_launch_spec#min_instance_count OceanGkeLaunchSpec#min_instance_count}. | --- @@ -2664,7 +2664,7 @@ public java.lang.Number getMaxInstanceCount(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#max_instance_count OceanGkeLaunchSpec#max_instance_count}. --- @@ -2676,7 +2676,7 @@ public java.lang.Number getMinInstanceCount(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#min_instance_count OceanGkeLaunchSpec#min_instance_count}. --- @@ -2701,9 +2701,9 @@ OceanGkeLaunchSpecSchedulingTask.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| cronExpression | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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. | --- @@ -2716,7 +2716,7 @@ public java.lang.String getCronExpression(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#cron_expression OceanGkeLaunchSpec#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#cron_expression OceanGkeLaunchSpec#cron_expression}. --- @@ -2728,7 +2728,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.169.1/docs/resources/ocean_gke_launch_spec#is_enabled OceanGkeLaunchSpec#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#is_enabled OceanGkeLaunchSpec#is_enabled}. --- @@ -2740,7 +2740,7 @@ public java.lang.String getTaskType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#task_type OceanGkeLaunchSpec#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#task_type OceanGkeLaunchSpec#task_type}. --- @@ -2754,7 +2754,7 @@ public java.lang.Object getTaskHeadroom(); task_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#task_headroom OceanGkeLaunchSpec#task_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#task_headroom OceanGkeLaunchSpec#task_headroom} --- @@ -2777,10 +2777,10 @@ OceanGkeLaunchSpecSchedulingTaskTaskHeadroom.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| numOfUnits | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.0/docs/resources/ocean_gke_launch_spec#memory_per_unit OceanGkeLaunchSpec#memory_per_unit}. | --- @@ -2792,7 +2792,7 @@ public java.lang.Number getNumOfUnits(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#num_of_units OceanGkeLaunchSpec#num_of_units}. --- @@ -2804,7 +2804,7 @@ public java.lang.Number getCpuPerUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#cpu_per_unit OceanGkeLaunchSpec#cpu_per_unit}. --- @@ -2816,7 +2816,7 @@ public java.lang.Number getGpuPerUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#gpu_per_unit OceanGkeLaunchSpec#gpu_per_unit}. --- @@ -2828,7 +2828,7 @@ public java.lang.Number getMemoryPerUnit(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#memory_per_unit OceanGkeLaunchSpec#memory_per_unit}. --- @@ -2851,8 +2851,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.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_gke_launch_spec#enable_secure_boot OceanGkeLaunchSpec#enable_secure_boot}. | --- @@ -2864,7 +2864,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.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#enable_integrity_monitoring OceanGkeLaunchSpec#enable_integrity_monitoring}. --- @@ -2876,7 +2876,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.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#enable_secure_boot OceanGkeLaunchSpec#enable_secure_boot}. --- @@ -2896,7 +2896,7 @@ OceanGkeLaunchSpecStorage.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| localSsdCount | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#local_ssd_count OceanGkeLaunchSpec#local_ssd_count}. | --- @@ -2908,7 +2908,7 @@ public java.lang.Number getLocalSsdCount(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#local_ssd_count OceanGkeLaunchSpec#local_ssd_count}. --- @@ -2928,7 +2928,7 @@ OceanGkeLaunchSpecStrategy.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| preemptiblePercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#preemptible_percentage OceanGkeLaunchSpec#preemptible_percentage}. | --- @@ -2940,7 +2940,7 @@ public java.lang.Number getPreemptiblePercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#preemptible_percentage OceanGkeLaunchSpec#preemptible_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#preemptible_percentage OceanGkeLaunchSpec#preemptible_percentage}. --- @@ -2962,9 +2962,9 @@ OceanGkeLaunchSpecTaints.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| effect | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. | --- @@ -2976,7 +2976,7 @@ public java.lang.String getEffect(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#effect OceanGkeLaunchSpec#effect}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#effect OceanGkeLaunchSpec#effect}. --- @@ -2988,7 +2988,7 @@ public java.lang.String getKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key}. --- @@ -3000,7 +3000,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. --- @@ -3022,7 +3022,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.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#should_roll OceanGkeLaunchSpec#should_roll}. | | rollConfig | OceanGkeLaunchSpecUpdatePolicyRollConfig | roll_config block. | --- @@ -3035,7 +3035,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.169.1/docs/resources/ocean_gke_launch_spec#should_roll OceanGkeLaunchSpec#should_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#should_roll OceanGkeLaunchSpec#should_roll}. --- @@ -3049,7 +3049,7 @@ public OceanGkeLaunchSpecUpdatePolicyRollConfig getRollConfig(); roll_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#roll_config OceanGkeLaunchSpec#roll_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#roll_config OceanGkeLaunchSpec#roll_config} --- @@ -3069,7 +3069,7 @@ OceanGkeLaunchSpecUpdatePolicyRollConfig.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| batchSizePercentage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#batch_size_percentage OceanGkeLaunchSpec#batch_size_percentage}. | --- @@ -3081,7 +3081,7 @@ public java.lang.Number getBatchSizePercentage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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 c73ca74de..173f72c75 100644 --- a/docs/oceanGkeLaunchSpec.python.md +++ b/docs/oceanGkeLaunchSpec.python.md @@ -4,7 +4,7 @@ ### OceanGkeLaunchSpec -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec spotinst_ocean_gke_launch_spec}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec spotinst_ocean_gke_launch_spec}. #### Initializers @@ -58,27 +58,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.169.1/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.170.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.169.1/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.169.1/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.170.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.170.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.169.1/docs/resources/ocean_gke_launch_spec#name OceanGkeLaunchSpec#name}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.169.1/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.170.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.169.1/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.170.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.169.1/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.170.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. | @@ -148,7 +148,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.169.1/docs/resources/ocean_gke_launch_spec#ocean_id OceanGkeLaunchSpec#ocean_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#ocean_id OceanGkeLaunchSpec#ocean_id}. --- @@ -158,7 +158,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.169.1/docs/resources/ocean_gke_launch_spec#autoscale_headrooms OceanGkeLaunchSpec#autoscale_headrooms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#autoscale_headrooms OceanGkeLaunchSpec#autoscale_headrooms} --- @@ -168,7 +168,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.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#autoscale_headrooms_automatic OceanGkeLaunchSpec#autoscale_headrooms_automatic} --- @@ -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.169.1/docs/resources/ocean_gke_launch_spec#id OceanGkeLaunchSpec#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. @@ -187,7 +187,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.169.1/docs/resources/ocean_gke_launch_spec#instance_types OceanGkeLaunchSpec#instance_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#instance_types OceanGkeLaunchSpec#instance_types}. --- @@ -197,7 +197,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.169.1/docs/resources/ocean_gke_launch_spec#labels OceanGkeLaunchSpec#labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#labels OceanGkeLaunchSpec#labels} --- @@ -207,7 +207,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.169.1/docs/resources/ocean_gke_launch_spec#metadata OceanGkeLaunchSpec#metadata} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#metadata OceanGkeLaunchSpec#metadata} --- @@ -215,7 +215,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#name OceanGkeLaunchSpec#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#name OceanGkeLaunchSpec#name}. --- @@ -225,7 +225,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.169.1/docs/resources/ocean_gke_launch_spec#network_interfaces OceanGkeLaunchSpec#network_interfaces} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#network_interfaces OceanGkeLaunchSpec#network_interfaces} --- @@ -233,7 +233,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#node_pool_name OceanGkeLaunchSpec#node_pool_name}. --- @@ -243,7 +243,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.169.1/docs/resources/ocean_gke_launch_spec#resource_limits OceanGkeLaunchSpec#resource_limits} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#resource_limits OceanGkeLaunchSpec#resource_limits} --- @@ -251,7 +251,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#restrict_scale_down OceanGkeLaunchSpec#restrict_scale_down}. --- @@ -259,7 +259,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#root_volume_size OceanGkeLaunchSpec#root_volume_size}. --- @@ -267,7 +267,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#root_volume_type OceanGkeLaunchSpec#root_volume_type}. --- @@ -277,7 +277,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.169.1/docs/resources/ocean_gke_launch_spec#scheduling_task OceanGkeLaunchSpec#scheduling_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#scheduling_task OceanGkeLaunchSpec#scheduling_task} --- @@ -285,7 +285,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#service_account OceanGkeLaunchSpec#service_account}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#service_account OceanGkeLaunchSpec#service_account}. --- @@ -295,7 +295,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.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#shielded_instance_config OceanGkeLaunchSpec#shielded_instance_config} --- @@ -303,7 +303,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#source_image OceanGkeLaunchSpec#source_image}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#source_image OceanGkeLaunchSpec#source_image}. --- @@ -313,7 +313,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.169.1/docs/resources/ocean_gke_launch_spec#storage OceanGkeLaunchSpec#storage} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#storage OceanGkeLaunchSpec#storage} --- @@ -323,7 +323,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.169.1/docs/resources/ocean_gke_launch_spec#strategy OceanGkeLaunchSpec#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#strategy OceanGkeLaunchSpec#strategy} --- @@ -331,7 +331,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.169.1/docs/resources/ocean_gke_launch_spec#tags OceanGkeLaunchSpec#tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#tags OceanGkeLaunchSpec#tags}. --- @@ -341,7 +341,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti taints block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#taints OceanGkeLaunchSpec#taints} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#taints OceanGkeLaunchSpec#taints} --- @@ -351,7 +351,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#update_policy OceanGkeLaunchSpec#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#update_policy OceanGkeLaunchSpec#update_policy} --- @@ -827,7 +827,7 @@ def put_resource_limits( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#max_instance_count OceanGkeLaunchSpec#max_instance_count}. --- @@ -835,7 +835,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#min_instance_count OceanGkeLaunchSpec#min_instance_count}. --- @@ -866,7 +866,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.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#enable_integrity_monitoring OceanGkeLaunchSpec#enable_integrity_monitoring}. --- @@ -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.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#enable_secure_boot OceanGkeLaunchSpec#enable_secure_boot}. --- @@ -890,7 +890,7 @@ def put_storage( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#local_ssd_count OceanGkeLaunchSpec#local_ssd_count}. --- @@ -935,7 +935,7 @@ def put_update_policy( - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#should_roll OceanGkeLaunchSpec#should_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#should_roll OceanGkeLaunchSpec#should_roll}. --- @@ -945,7 +945,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.169.1/docs/resources/ocean_gke_launch_spec#roll_config OceanGkeLaunchSpec#roll_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#roll_config OceanGkeLaunchSpec#roll_config} --- @@ -1195,7 +1195,7 @@ The construct id used in the generated config for the OceanGkeLaunchSpec to impo The id of the existing OceanGkeLaunchSpec that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#import import section} in the documentation of this resource for the id to use --- @@ -1915,10 +1915,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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.0/docs/resources/ocean_gke_launch_spec#memory_per_unit OceanGkeLaunchSpec#memory_per_unit}. | --- @@ -1930,7 +1930,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.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#num_of_units OceanGkeLaunchSpec#num_of_units}. --- @@ -1942,7 +1942,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.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#cpu_per_unit OceanGkeLaunchSpec#cpu_per_unit}. --- @@ -1954,7 +1954,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.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#gpu_per_unit OceanGkeLaunchSpec#gpu_per_unit}. --- @@ -1966,7 +1966,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.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#memory_per_unit OceanGkeLaunchSpec#memory_per_unit}. --- @@ -1986,7 +1986,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.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#auto_headroom_percentage OceanGkeLaunchSpec#auto_headroom_percentage}. | --- @@ -1998,7 +1998,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.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#auto_headroom_percentage OceanGkeLaunchSpec#auto_headroom_percentage}. --- @@ -2054,27 +2054,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.169.1/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.170.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.169.1/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.169.1/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.170.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.170.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.169.1/docs/resources/ocean_gke_launch_spec#name OceanGkeLaunchSpec#name}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.169.1/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.170.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.169.1/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.170.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.169.1/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.170.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. | @@ -2158,7 +2158,7 @@ ocean_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#ocean_id OceanGkeLaunchSpec#ocean_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#ocean_id OceanGkeLaunchSpec#ocean_id}. --- @@ -2172,7 +2172,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.169.1/docs/resources/ocean_gke_launch_spec#autoscale_headrooms OceanGkeLaunchSpec#autoscale_headrooms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#autoscale_headrooms OceanGkeLaunchSpec#autoscale_headrooms} --- @@ -2186,7 +2186,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.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#autoscale_headrooms_automatic OceanGkeLaunchSpec#autoscale_headrooms_automatic} --- @@ -2198,7 +2198,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#id OceanGkeLaunchSpec#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. @@ -2213,7 +2213,7 @@ instance_types: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#instance_types OceanGkeLaunchSpec#instance_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#instance_types OceanGkeLaunchSpec#instance_types}. --- @@ -2227,7 +2227,7 @@ labels: typing.Union[IResolvable, typing.List[OceanGkeLaunchSpecLabels]] labels block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#labels OceanGkeLaunchSpec#labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#labels OceanGkeLaunchSpec#labels} --- @@ -2241,7 +2241,7 @@ metadata: typing.Union[IResolvable, typing.List[OceanGkeLaunchSpecMetadata]] metadata block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#metadata OceanGkeLaunchSpec#metadata} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#metadata OceanGkeLaunchSpec#metadata} --- @@ -2253,7 +2253,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#name OceanGkeLaunchSpec#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#name OceanGkeLaunchSpec#name}. --- @@ -2267,7 +2267,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.169.1/docs/resources/ocean_gke_launch_spec#network_interfaces OceanGkeLaunchSpec#network_interfaces} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#network_interfaces OceanGkeLaunchSpec#network_interfaces} --- @@ -2279,7 +2279,7 @@ node_pool_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#node_pool_name OceanGkeLaunchSpec#node_pool_name}. --- @@ -2293,7 +2293,7 @@ resource_limits: OceanGkeLaunchSpecResourceLimits resource_limits block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#resource_limits OceanGkeLaunchSpec#resource_limits} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#resource_limits OceanGkeLaunchSpec#resource_limits} --- @@ -2305,7 +2305,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.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#restrict_scale_down OceanGkeLaunchSpec#restrict_scale_down}. --- @@ -2317,7 +2317,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.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#root_volume_size OceanGkeLaunchSpec#root_volume_size}. --- @@ -2329,7 +2329,7 @@ root_volume_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#root_volume_type OceanGkeLaunchSpec#root_volume_type}. --- @@ -2343,7 +2343,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.169.1/docs/resources/ocean_gke_launch_spec#scheduling_task OceanGkeLaunchSpec#scheduling_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#scheduling_task OceanGkeLaunchSpec#scheduling_task} --- @@ -2355,7 +2355,7 @@ service_account: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#service_account OceanGkeLaunchSpec#service_account}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#service_account OceanGkeLaunchSpec#service_account}. --- @@ -2369,7 +2369,7 @@ shielded_instance_config: OceanGkeLaunchSpecShieldedInstanceConfig shielded_instance_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#shielded_instance_config OceanGkeLaunchSpec#shielded_instance_config} --- @@ -2381,7 +2381,7 @@ source_image: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#source_image OceanGkeLaunchSpec#source_image}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#source_image OceanGkeLaunchSpec#source_image}. --- @@ -2395,7 +2395,7 @@ storage: OceanGkeLaunchSpecStorage storage block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#storage OceanGkeLaunchSpec#storage} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#storage OceanGkeLaunchSpec#storage} --- @@ -2409,7 +2409,7 @@ strategy: typing.Union[IResolvable, typing.List[OceanGkeLaunchSpecStrategy]] strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#strategy OceanGkeLaunchSpec#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#strategy OceanGkeLaunchSpec#strategy} --- @@ -2421,7 +2421,7 @@ tags: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#tags OceanGkeLaunchSpec#tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#tags OceanGkeLaunchSpec#tags}. --- @@ -2435,7 +2435,7 @@ taints: typing.Union[IResolvable, typing.List[OceanGkeLaunchSpecTaints]] taints block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#taints OceanGkeLaunchSpec#taints} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#taints OceanGkeLaunchSpec#taints} --- @@ -2449,7 +2449,7 @@ update_policy: OceanGkeLaunchSpecUpdatePolicy update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#update_policy OceanGkeLaunchSpec#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#update_policy OceanGkeLaunchSpec#update_policy} --- @@ -2470,8 +2470,8 @@ oceanGkeLaunchSpec.OceanGkeLaunchSpecLabels( | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key}. | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. | +| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. | --- @@ -2483,7 +2483,7 @@ key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key}. --- @@ -2495,7 +2495,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. --- @@ -2516,8 +2516,8 @@ oceanGkeLaunchSpec.OceanGkeLaunchSpecMetadata( | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key}. | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. | +| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. | --- @@ -2529,7 +2529,7 @@ key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key}. --- @@ -2541,7 +2541,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. --- @@ -2564,10 +2564,10 @@ oceanGkeLaunchSpec.OceanGkeLaunchSpecNetworkInterfaces( | **Name** | **Type** | **Description** | | --- | --- | --- | -| network | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#network OceanGkeLaunchSpec#network}. | +| network | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#project_id OceanGkeLaunchSpec#project_id}. | --- @@ -2579,7 +2579,7 @@ network: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#network OceanGkeLaunchSpec#network}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#network OceanGkeLaunchSpec#network}. --- @@ -2593,7 +2593,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.169.1/docs/resources/ocean_gke_launch_spec#access_configs OceanGkeLaunchSpec#access_configs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#access_configs OceanGkeLaunchSpec#access_configs} --- @@ -2607,7 +2607,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.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#alias_ip_ranges OceanGkeLaunchSpec#alias_ip_ranges} --- @@ -2619,7 +2619,7 @@ project_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#project_id OceanGkeLaunchSpec#project_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#project_id OceanGkeLaunchSpec#project_id}. --- @@ -2640,8 +2640,8 @@ oceanGkeLaunchSpec.OceanGkeLaunchSpecNetworkInterfacesAccessConfigs( | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#name OceanGkeLaunchSpec#name}. | -| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#type OceanGkeLaunchSpec#type}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/ocean_gke_launch_spec#type OceanGkeLaunchSpec#type}. | --- @@ -2653,7 +2653,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#name OceanGkeLaunchSpec#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#name OceanGkeLaunchSpec#name}. --- @@ -2665,7 +2665,7 @@ type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#type OceanGkeLaunchSpec#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#type OceanGkeLaunchSpec#type}. --- @@ -2686,8 +2686,8 @@ oceanGkeLaunchSpec.OceanGkeLaunchSpecNetworkInterfacesAliasIpRanges( | **Name** | **Type** | **Description** | | --- | --- | --- | -| ip_cidr_range | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_gke_launch_spec#subnetwork_range_name OceanGkeLaunchSpec#subnetwork_range_name}. | --- @@ -2699,7 +2699,7 @@ ip_cidr_range: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#ip_cidr_range OceanGkeLaunchSpec#ip_cidr_range}. --- @@ -2711,7 +2711,7 @@ subnetwork_range_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#subnetwork_range_name OceanGkeLaunchSpec#subnetwork_range_name}. --- @@ -2732,8 +2732,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.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_gke_launch_spec#min_instance_count OceanGkeLaunchSpec#min_instance_count}. | --- @@ -2745,7 +2745,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.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#max_instance_count OceanGkeLaunchSpec#max_instance_count}. --- @@ -2757,7 +2757,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.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#min_instance_count OceanGkeLaunchSpec#min_instance_count}. --- @@ -2780,9 +2780,9 @@ oceanGkeLaunchSpec.OceanGkeLaunchSpecSchedulingTask( | **Name** | **Type** | **Description** | | --- | --- | --- | -| cron_expression | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/ocean_gke_launch_spec#task_type OceanGkeLaunchSpec#task_type}. | | task_headroom | typing.Union[cdktf.IResolvable, typing.List[OceanGkeLaunchSpecSchedulingTaskTaskHeadroom]] | task_headroom block. | --- @@ -2795,7 +2795,7 @@ cron_expression: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#cron_expression OceanGkeLaunchSpec#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#cron_expression OceanGkeLaunchSpec#cron_expression}. --- @@ -2807,7 +2807,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.169.1/docs/resources/ocean_gke_launch_spec#is_enabled OceanGkeLaunchSpec#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#is_enabled OceanGkeLaunchSpec#is_enabled}. --- @@ -2819,7 +2819,7 @@ task_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#task_type OceanGkeLaunchSpec#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#task_type OceanGkeLaunchSpec#task_type}. --- @@ -2833,7 +2833,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.169.1/docs/resources/ocean_gke_launch_spec#task_headroom OceanGkeLaunchSpec#task_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#task_headroom OceanGkeLaunchSpec#task_headroom} --- @@ -2856,10 +2856,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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.0/docs/resources/ocean_gke_launch_spec#memory_per_unit OceanGkeLaunchSpec#memory_per_unit}. | --- @@ -2871,7 +2871,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.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#num_of_units OceanGkeLaunchSpec#num_of_units}. --- @@ -2883,7 +2883,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.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#cpu_per_unit OceanGkeLaunchSpec#cpu_per_unit}. --- @@ -2895,7 +2895,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.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#gpu_per_unit OceanGkeLaunchSpec#gpu_per_unit}. --- @@ -2907,7 +2907,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.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#memory_per_unit OceanGkeLaunchSpec#memory_per_unit}. --- @@ -2928,8 +2928,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.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_gke_launch_spec#enable_secure_boot OceanGkeLaunchSpec#enable_secure_boot}. | --- @@ -2941,7 +2941,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.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#enable_integrity_monitoring OceanGkeLaunchSpec#enable_integrity_monitoring}. --- @@ -2953,7 +2953,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.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#enable_secure_boot OceanGkeLaunchSpec#enable_secure_boot}. --- @@ -2973,7 +2973,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.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#local_ssd_count OceanGkeLaunchSpec#local_ssd_count}. | --- @@ -2985,7 +2985,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.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#local_ssd_count OceanGkeLaunchSpec#local_ssd_count}. --- @@ -3005,7 +3005,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.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#preemptible_percentage OceanGkeLaunchSpec#preemptible_percentage}. | --- @@ -3017,7 +3017,7 @@ preemptible_percentage: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#preemptible_percentage OceanGkeLaunchSpec#preemptible_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#preemptible_percentage OceanGkeLaunchSpec#preemptible_percentage}. --- @@ -3039,9 +3039,9 @@ oceanGkeLaunchSpec.OceanGkeLaunchSpecTaints( | **Name** | **Type** | **Description** | | --- | --- | --- | -| effect | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#effect OceanGkeLaunchSpec#effect}. | -| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key}. | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. | +| effect | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. | --- @@ -3053,7 +3053,7 @@ effect: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#effect OceanGkeLaunchSpec#effect}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#effect OceanGkeLaunchSpec#effect}. --- @@ -3065,7 +3065,7 @@ key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key}. --- @@ -3077,7 +3077,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. --- @@ -3098,7 +3098,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.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#should_roll OceanGkeLaunchSpec#should_roll}. | | roll_config | OceanGkeLaunchSpecUpdatePolicyRollConfig | roll_config block. | --- @@ -3111,7 +3111,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.169.1/docs/resources/ocean_gke_launch_spec#should_roll OceanGkeLaunchSpec#should_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#should_roll OceanGkeLaunchSpec#should_roll}. --- @@ -3125,7 +3125,7 @@ roll_config: OceanGkeLaunchSpecUpdatePolicyRollConfig roll_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#roll_config OceanGkeLaunchSpec#roll_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#roll_config OceanGkeLaunchSpec#roll_config} --- @@ -3145,7 +3145,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.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#batch_size_percentage OceanGkeLaunchSpec#batch_size_percentage}. | --- @@ -3157,7 +3157,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.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#batch_size_percentage OceanGkeLaunchSpec#batch_size_percentage}. --- @@ -10306,7 +10306,7 @@ def put_roll_config( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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 9091244d5..7cb9e30eb 100644 --- a/docs/oceanGkeLaunchSpec.typescript.md +++ b/docs/oceanGkeLaunchSpec.typescript.md @@ -4,7 +4,7 @@ ### OceanGkeLaunchSpec -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec spotinst_ocean_gke_launch_spec}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec spotinst_ocean_gke_launch_spec}. #### Initializers @@ -777,7 +777,7 @@ The construct id used in the generated config for the OceanGkeLaunchSpec to impo The id of the existing OceanGkeLaunchSpec that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#import import section} in the documentation of this resource for the id to use --- @@ -1492,10 +1492,10 @@ const oceanGkeLaunchSpecAutoscaleHeadrooms: oceanGkeLaunchSpec.OceanGkeLaunchSpe | **Name** | **Type** | **Description** | | --- | --- | --- | -| numOfUnits | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.0/docs/resources/ocean_gke_launch_spec#memory_per_unit OceanGkeLaunchSpec#memory_per_unit}. | --- @@ -1507,7 +1507,7 @@ public readonly numOfUnits: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#num_of_units OceanGkeLaunchSpec#num_of_units}. --- @@ -1519,7 +1519,7 @@ public readonly cpuPerUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#cpu_per_unit OceanGkeLaunchSpec#cpu_per_unit}. --- @@ -1531,7 +1531,7 @@ public readonly gpuPerUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#gpu_per_unit OceanGkeLaunchSpec#gpu_per_unit}. --- @@ -1543,7 +1543,7 @@ public readonly memoryPerUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#memory_per_unit OceanGkeLaunchSpec#memory_per_unit}. --- @@ -1561,7 +1561,7 @@ const oceanGkeLaunchSpecAutoscaleHeadroomsAutomatic: oceanGkeLaunchSpec.OceanGke | **Name** | **Type** | **Description** | | --- | --- | --- | -| autoHeadroomPercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#auto_headroom_percentage OceanGkeLaunchSpec#auto_headroom_percentage}. | --- @@ -1573,7 +1573,7 @@ public readonly autoHeadroomPercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#auto_headroom_percentage OceanGkeLaunchSpec#auto_headroom_percentage}. --- @@ -1598,27 +1598,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.169.1/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.170.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.169.1/docs/resources/ocean_gke_launch_spec#id OceanGkeLaunchSpec#id}. | -| instanceTypes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.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.169.1/docs/resources/ocean_gke_launch_spec#name OceanGkeLaunchSpec#name}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.169.1/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.170.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.169.1/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.170.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.169.1/docs/resources/ocean_gke_launch_spec#tags OceanGkeLaunchSpec#tags}. | +| tags | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#tags OceanGkeLaunchSpec#tags}. | | taints | cdktf.IResolvable \| OceanGkeLaunchSpecTaints[] | taints block. | | updatePolicy | OceanGkeLaunchSpecUpdatePolicy | update_policy block. | @@ -1702,7 +1702,7 @@ public readonly oceanId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#ocean_id OceanGkeLaunchSpec#ocean_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#ocean_id OceanGkeLaunchSpec#ocean_id}. --- @@ -1716,7 +1716,7 @@ public readonly autoscaleHeadrooms: IResolvable | OceanGkeLaunchSpecAutoscaleHea autoscale_headrooms block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#autoscale_headrooms OceanGkeLaunchSpec#autoscale_headrooms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#autoscale_headrooms OceanGkeLaunchSpec#autoscale_headrooms} --- @@ -1730,7 +1730,7 @@ public readonly autoscaleHeadroomsAutomatic: IResolvable | OceanGkeLaunchSpecAut autoscale_headrooms_automatic block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#autoscale_headrooms_automatic OceanGkeLaunchSpec#autoscale_headrooms_automatic} --- @@ -1742,7 +1742,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#id OceanGkeLaunchSpec#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. @@ -1757,7 +1757,7 @@ public readonly instanceTypes: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#instance_types OceanGkeLaunchSpec#instance_types}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#instance_types OceanGkeLaunchSpec#instance_types}. --- @@ -1771,7 +1771,7 @@ public readonly labels: IResolvable | OceanGkeLaunchSpecLabels[]; labels block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#labels OceanGkeLaunchSpec#labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#labels OceanGkeLaunchSpec#labels} --- @@ -1785,7 +1785,7 @@ public readonly metadata: IResolvable | OceanGkeLaunchSpecMetadata[]; metadata block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#metadata OceanGkeLaunchSpec#metadata} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#metadata OceanGkeLaunchSpec#metadata} --- @@ -1797,7 +1797,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#name OceanGkeLaunchSpec#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#name OceanGkeLaunchSpec#name}. --- @@ -1811,7 +1811,7 @@ public readonly networkInterfaces: IResolvable | OceanGkeLaunchSpecNetworkInterf network_interfaces block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#network_interfaces OceanGkeLaunchSpec#network_interfaces} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#network_interfaces OceanGkeLaunchSpec#network_interfaces} --- @@ -1823,7 +1823,7 @@ public readonly nodePoolName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#node_pool_name OceanGkeLaunchSpec#node_pool_name}. --- @@ -1837,7 +1837,7 @@ public readonly resourceLimits: OceanGkeLaunchSpecResourceLimits; resource_limits block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#resource_limits OceanGkeLaunchSpec#resource_limits} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#resource_limits OceanGkeLaunchSpec#resource_limits} --- @@ -1849,7 +1849,7 @@ public readonly restrictScaleDown: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#restrict_scale_down OceanGkeLaunchSpec#restrict_scale_down}. --- @@ -1861,7 +1861,7 @@ public readonly rootVolumeSize: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#root_volume_size OceanGkeLaunchSpec#root_volume_size}. --- @@ -1873,7 +1873,7 @@ public readonly rootVolumeType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#root_volume_type OceanGkeLaunchSpec#root_volume_type}. --- @@ -1887,7 +1887,7 @@ public readonly schedulingTask: IResolvable | OceanGkeLaunchSpecSchedulingTask[] scheduling_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#scheduling_task OceanGkeLaunchSpec#scheduling_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#scheduling_task OceanGkeLaunchSpec#scheduling_task} --- @@ -1899,7 +1899,7 @@ public readonly serviceAccount: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#service_account OceanGkeLaunchSpec#service_account}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#service_account OceanGkeLaunchSpec#service_account}. --- @@ -1913,7 +1913,7 @@ public readonly shieldedInstanceConfig: OceanGkeLaunchSpecShieldedInstanceConfig shielded_instance_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#shielded_instance_config OceanGkeLaunchSpec#shielded_instance_config} --- @@ -1925,7 +1925,7 @@ public readonly sourceImage: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#source_image OceanGkeLaunchSpec#source_image}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#source_image OceanGkeLaunchSpec#source_image}. --- @@ -1939,7 +1939,7 @@ public readonly storage: OceanGkeLaunchSpecStorage; storage block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#storage OceanGkeLaunchSpec#storage} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#storage OceanGkeLaunchSpec#storage} --- @@ -1953,7 +1953,7 @@ public readonly strategy: IResolvable | OceanGkeLaunchSpecStrategy[]; strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#strategy OceanGkeLaunchSpec#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#strategy OceanGkeLaunchSpec#strategy} --- @@ -1965,7 +1965,7 @@ public readonly tags: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#tags OceanGkeLaunchSpec#tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#tags OceanGkeLaunchSpec#tags}. --- @@ -1979,7 +1979,7 @@ public readonly taints: IResolvable | OceanGkeLaunchSpecTaints[]; taints block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#taints OceanGkeLaunchSpec#taints} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#taints OceanGkeLaunchSpec#taints} --- @@ -1993,7 +1993,7 @@ public readonly updatePolicy: OceanGkeLaunchSpecUpdatePolicy; update_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#update_policy OceanGkeLaunchSpec#update_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#update_policy OceanGkeLaunchSpec#update_policy} --- @@ -2011,8 +2011,8 @@ const oceanGkeLaunchSpecLabels: oceanGkeLaunchSpec.OceanGkeLaunchSpecLabels = { | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key}. | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. | +| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. | --- @@ -2024,7 +2024,7 @@ public readonly key: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key}. --- @@ -2036,7 +2036,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. --- @@ -2054,8 +2054,8 @@ const oceanGkeLaunchSpecMetadata: oceanGkeLaunchSpec.OceanGkeLaunchSpecMetadata | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key}. | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. | +| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. | --- @@ -2067,7 +2067,7 @@ public readonly key: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key}. --- @@ -2079,7 +2079,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. --- @@ -2097,10 +2097,10 @@ const oceanGkeLaunchSpecNetworkInterfaces: oceanGkeLaunchSpec.OceanGkeLaunchSpec | **Name** | **Type** | **Description** | | --- | --- | --- | -| network | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#network OceanGkeLaunchSpec#network}. | +| network | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#project_id OceanGkeLaunchSpec#project_id}. | --- @@ -2112,7 +2112,7 @@ public readonly network: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#network OceanGkeLaunchSpec#network}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#network OceanGkeLaunchSpec#network}. --- @@ -2126,7 +2126,7 @@ public readonly accessConfigs: IResolvable | OceanGkeLaunchSpecNetworkInterfaces access_configs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#access_configs OceanGkeLaunchSpec#access_configs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#access_configs OceanGkeLaunchSpec#access_configs} --- @@ -2140,7 +2140,7 @@ public readonly aliasIpRanges: IResolvable | OceanGkeLaunchSpecNetworkInterfaces alias_ip_ranges block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#alias_ip_ranges OceanGkeLaunchSpec#alias_ip_ranges} --- @@ -2152,7 +2152,7 @@ public readonly projectId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#project_id OceanGkeLaunchSpec#project_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#project_id OceanGkeLaunchSpec#project_id}. --- @@ -2170,8 +2170,8 @@ const oceanGkeLaunchSpecNetworkInterfacesAccessConfigs: oceanGkeLaunchSpec.Ocean | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#name OceanGkeLaunchSpec#name}. | -| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#type OceanGkeLaunchSpec#type}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/ocean_gke_launch_spec#type OceanGkeLaunchSpec#type}. | --- @@ -2183,7 +2183,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#name OceanGkeLaunchSpec#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#name OceanGkeLaunchSpec#name}. --- @@ -2195,7 +2195,7 @@ public readonly type: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#type OceanGkeLaunchSpec#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#type OceanGkeLaunchSpec#type}. --- @@ -2213,8 +2213,8 @@ const oceanGkeLaunchSpecNetworkInterfacesAliasIpRanges: oceanGkeLaunchSpec.Ocean | **Name** | **Type** | **Description** | | --- | --- | --- | -| ipCidrRange | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_gke_launch_spec#subnetwork_range_name OceanGkeLaunchSpec#subnetwork_range_name}. | --- @@ -2226,7 +2226,7 @@ public readonly ipCidrRange: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#ip_cidr_range OceanGkeLaunchSpec#ip_cidr_range}. --- @@ -2238,7 +2238,7 @@ public readonly subnetworkRangeName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#subnetwork_range_name OceanGkeLaunchSpec#subnetwork_range_name}. --- @@ -2256,8 +2256,8 @@ const oceanGkeLaunchSpecResourceLimits: oceanGkeLaunchSpec.OceanGkeLaunchSpecRes | **Name** | **Type** | **Description** | | --- | --- | --- | -| maxInstanceCount | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_gke_launch_spec#min_instance_count OceanGkeLaunchSpec#min_instance_count}. | --- @@ -2269,7 +2269,7 @@ public readonly maxInstanceCount: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#max_instance_count OceanGkeLaunchSpec#max_instance_count}. --- @@ -2281,7 +2281,7 @@ public readonly minInstanceCount: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#min_instance_count OceanGkeLaunchSpec#min_instance_count}. --- @@ -2299,9 +2299,9 @@ const oceanGkeLaunchSpecSchedulingTask: oceanGkeLaunchSpec.OceanGkeLaunchSpecSch | **Name** | **Type** | **Description** | | --- | --- | --- | -| cronExpression | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/ocean_gke_launch_spec#task_type OceanGkeLaunchSpec#task_type}. | | taskHeadroom | cdktf.IResolvable \| OceanGkeLaunchSpecSchedulingTaskTaskHeadroom[] | task_headroom block. | --- @@ -2314,7 +2314,7 @@ public readonly cronExpression: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#cron_expression OceanGkeLaunchSpec#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#cron_expression OceanGkeLaunchSpec#cron_expression}. --- @@ -2326,7 +2326,7 @@ public readonly isEnabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#is_enabled OceanGkeLaunchSpec#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#is_enabled OceanGkeLaunchSpec#is_enabled}. --- @@ -2338,7 +2338,7 @@ public readonly taskType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#task_type OceanGkeLaunchSpec#task_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#task_type OceanGkeLaunchSpec#task_type}. --- @@ -2352,7 +2352,7 @@ public readonly taskHeadroom: IResolvable | OceanGkeLaunchSpecSchedulingTaskTask task_headroom block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#task_headroom OceanGkeLaunchSpec#task_headroom} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#task_headroom OceanGkeLaunchSpec#task_headroom} --- @@ -2370,10 +2370,10 @@ const oceanGkeLaunchSpecSchedulingTaskTaskHeadroom: oceanGkeLaunchSpec.OceanGkeL | **Name** | **Type** | **Description** | | --- | --- | --- | -| numOfUnits | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.0/docs/resources/ocean_gke_launch_spec#memory_per_unit OceanGkeLaunchSpec#memory_per_unit}. | --- @@ -2385,7 +2385,7 @@ public readonly numOfUnits: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#num_of_units OceanGkeLaunchSpec#num_of_units}. --- @@ -2397,7 +2397,7 @@ public readonly cpuPerUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#cpu_per_unit OceanGkeLaunchSpec#cpu_per_unit}. --- @@ -2409,7 +2409,7 @@ public readonly gpuPerUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#gpu_per_unit OceanGkeLaunchSpec#gpu_per_unit}. --- @@ -2421,7 +2421,7 @@ public readonly memoryPerUnit: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#memory_per_unit OceanGkeLaunchSpec#memory_per_unit}. --- @@ -2439,8 +2439,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.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_gke_launch_spec#enable_secure_boot OceanGkeLaunchSpec#enable_secure_boot}. | --- @@ -2452,7 +2452,7 @@ public readonly enableIntegrityMonitoring: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#enable_integrity_monitoring OceanGkeLaunchSpec#enable_integrity_monitoring}. --- @@ -2464,7 +2464,7 @@ public readonly enableSecureBoot: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#enable_secure_boot OceanGkeLaunchSpec#enable_secure_boot}. --- @@ -2482,7 +2482,7 @@ const oceanGkeLaunchSpecStorage: oceanGkeLaunchSpec.OceanGkeLaunchSpecStorage = | **Name** | **Type** | **Description** | | --- | --- | --- | -| localSsdCount | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#local_ssd_count OceanGkeLaunchSpec#local_ssd_count}. | --- @@ -2494,7 +2494,7 @@ public readonly localSsdCount: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#local_ssd_count OceanGkeLaunchSpec#local_ssd_count}. --- @@ -2512,7 +2512,7 @@ const oceanGkeLaunchSpecStrategy: oceanGkeLaunchSpec.OceanGkeLaunchSpecStrategy | **Name** | **Type** | **Description** | | --- | --- | --- | -| preemptiblePercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#preemptible_percentage OceanGkeLaunchSpec#preemptible_percentage}. | --- @@ -2524,7 +2524,7 @@ public readonly preemptiblePercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#preemptible_percentage OceanGkeLaunchSpec#preemptible_percentage}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#preemptible_percentage OceanGkeLaunchSpec#preemptible_percentage}. --- @@ -2542,9 +2542,9 @@ const oceanGkeLaunchSpecTaints: oceanGkeLaunchSpec.OceanGkeLaunchSpecTaints = { | **Name** | **Type** | **Description** | | --- | --- | --- | -| effect | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#effect OceanGkeLaunchSpec#effect}. | -| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key}. | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. | +| effect | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. | --- @@ -2556,7 +2556,7 @@ public readonly effect: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#effect OceanGkeLaunchSpec#effect}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#effect OceanGkeLaunchSpec#effect}. --- @@ -2568,7 +2568,7 @@ public readonly key: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key}. --- @@ -2580,7 +2580,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value}. --- @@ -2598,7 +2598,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.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#should_roll OceanGkeLaunchSpec#should_roll}. | | rollConfig | OceanGkeLaunchSpecUpdatePolicyRollConfig | roll_config block. | --- @@ -2611,7 +2611,7 @@ public readonly shouldRoll: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#should_roll OceanGkeLaunchSpec#should_roll}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#should_roll OceanGkeLaunchSpec#should_roll}. --- @@ -2625,7 +2625,7 @@ public readonly rollConfig: OceanGkeLaunchSpecUpdatePolicyRollConfig; roll_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#roll_config OceanGkeLaunchSpec#roll_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#roll_config OceanGkeLaunchSpec#roll_config} --- @@ -2643,7 +2643,7 @@ const oceanGkeLaunchSpecUpdatePolicyRollConfig: oceanGkeLaunchSpec.OceanGkeLaunc | **Name** | **Type** | **Description** | | --- | --- | --- | -| batchSizePercentage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#batch_size_percentage OceanGkeLaunchSpec#batch_size_percentage}. | --- @@ -2655,7 +2655,7 @@ public readonly batchSizePercentage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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 85406d924..827858560 100644 --- a/docs/oceanGkeLaunchSpecImport.csharp.md +++ b/docs/oceanGkeLaunchSpecImport.csharp.md @@ -4,7 +4,7 @@ ### OceanGkeLaunchSpecImport -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec_import spotinst_ocean_gke_launch_spec_import}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec_import spotinst_ocean_gke_launch_spec_import}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the OceanGkeLaunchSpecImport t The id of the existing OceanGkeLaunchSpecImport that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec_import#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec_import#import import section} in the documentation of this resource for the id to use --- @@ -767,9 +767,9 @@ new OceanGkeLaunchSpecImportConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| NodePoolName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/ocean_gke_launch_spec_import#id OceanGkeLaunchSpecImport#id}. | --- @@ -851,7 +851,7 @@ public string NodePoolName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec_import#node_pool_name OceanGkeLaunchSpecImport#node_pool_name}. --- @@ -863,7 +863,7 @@ public string OceanId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec_import#ocean_id OceanGkeLaunchSpecImport#ocean_id}. --- @@ -875,7 +875,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec_import#id OceanGkeLaunchSpecImport#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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 01c0e9e4d..9782dfa8c 100644 --- a/docs/oceanGkeLaunchSpecImport.go.md +++ b/docs/oceanGkeLaunchSpecImport.go.md @@ -4,7 +4,7 @@ ### OceanGkeLaunchSpecImport -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec_import spotinst_ocean_gke_launch_spec_import}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec_import spotinst_ocean_gke_launch_spec_import}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the OceanGkeLaunchSpecImport t The id of the existing OceanGkeLaunchSpecImport that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec_import#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec_import#import import section} in the documentation of this resource for the id to use --- @@ -767,9 +767,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchs | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| NodePoolName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/ocean_gke_launch_spec_import#id OceanGkeLaunchSpecImport#id}. | --- @@ -851,7 +851,7 @@ NodePoolName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec_import#node_pool_name OceanGkeLaunchSpecImport#node_pool_name}. --- @@ -863,7 +863,7 @@ OceanId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec_import#ocean_id OceanGkeLaunchSpecImport#ocean_id}. --- @@ -875,7 +875,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec_import#id OceanGkeLaunchSpecImport#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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 4517a1c01..c8b88bb0f 100644 --- a/docs/oceanGkeLaunchSpecImport.java.md +++ b/docs/oceanGkeLaunchSpecImport.java.md @@ -4,7 +4,7 @@ ### OceanGkeLaunchSpecImport -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec_import spotinst_ocean_gke_launch_spec_import}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec_import spotinst_ocean_gke_launch_spec_import}. #### Initializers @@ -40,9 +40,9 @@ OceanGkeLaunchSpecImport.Builder.create(Construct scope, java.lang.String id) | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| nodePoolName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/ocean_gke_launch_spec_import#id OceanGkeLaunchSpecImport#id}. | --- @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec_import#node_pool_name OceanGkeLaunchSpecImport#node_pool_name}. --- @@ -118,7 +118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec_import#ocean_id OceanGkeLaunchSpecImport#ocean_id}. --- @@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec_import#id OceanGkeLaunchSpecImport#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec_import#id OceanGkeLaunchSpecImport#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -563,7 +563,7 @@ The construct id used in the generated config for the OceanGkeLaunchSpecImport t The id of the existing OceanGkeLaunchSpecImport that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec_import#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec_import#import import section} in the documentation of this resource for the id to use --- @@ -860,9 +860,9 @@ OceanGkeLaunchSpecImportConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| nodePoolName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/ocean_gke_launch_spec_import#id OceanGkeLaunchSpecImport#id}. | --- @@ -944,7 +944,7 @@ public java.lang.String getNodePoolName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec_import#node_pool_name OceanGkeLaunchSpecImport#node_pool_name}. --- @@ -956,7 +956,7 @@ public java.lang.String getOceanId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec_import#ocean_id OceanGkeLaunchSpecImport#ocean_id}. --- @@ -968,7 +968,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec_import#id OceanGkeLaunchSpecImport#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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 6ed752075..81cfe7723 100644 --- a/docs/oceanGkeLaunchSpecImport.python.md +++ b/docs/oceanGkeLaunchSpecImport.python.md @@ -4,7 +4,7 @@ ### OceanGkeLaunchSpecImport -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec_import spotinst_ocean_gke_launch_spec_import}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec_import spotinst_ocean_gke_launch_spec_import}. #### Initializers @@ -38,9 +38,9 @@ oceanGkeLaunchSpecImport.OceanGkeLaunchSpecImport( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| node_pool_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/ocean_gke_launch_spec_import#id OceanGkeLaunchSpecImport#id}. | --- @@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec_import#node_pool_name OceanGkeLaunchSpecImport#node_pool_name}. --- @@ -116,7 +116,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec_import#ocean_id OceanGkeLaunchSpecImport#ocean_id}. --- @@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec_import#id OceanGkeLaunchSpecImport#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec_import#id OceanGkeLaunchSpecImport#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -607,7 +607,7 @@ The construct id used in the generated config for the OceanGkeLaunchSpecImport t The id of the existing OceanGkeLaunchSpecImport that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec_import#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec_import#import import section} in the documentation of this resource for the id to use --- @@ -900,9 +900,9 @@ oceanGkeLaunchSpecImport.OceanGkeLaunchSpecImportConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| node_pool_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/ocean_gke_launch_spec_import#id OceanGkeLaunchSpecImport#id}. | --- @@ -984,7 +984,7 @@ node_pool_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec_import#node_pool_name OceanGkeLaunchSpecImport#node_pool_name}. --- @@ -996,7 +996,7 @@ ocean_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec_import#ocean_id OceanGkeLaunchSpecImport#ocean_id}. --- @@ -1008,7 +1008,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec_import#id OceanGkeLaunchSpecImport#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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 190c0ffb7..d43c2759a 100644 --- a/docs/oceanGkeLaunchSpecImport.typescript.md +++ b/docs/oceanGkeLaunchSpecImport.typescript.md @@ -4,7 +4,7 @@ ### OceanGkeLaunchSpecImport -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec_import spotinst_ocean_gke_launch_spec_import}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec_import spotinst_ocean_gke_launch_spec_import}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the OceanGkeLaunchSpecImport t The id of the existing OceanGkeLaunchSpecImport that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec_import#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec_import#import import section} in the documentation of this resource for the id to use --- @@ -756,9 +756,9 @@ const oceanGkeLaunchSpecImportConfig: oceanGkeLaunchSpecImport.OceanGkeLaunchSpe | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| nodePoolName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/ocean_gke_launch_spec_import#id OceanGkeLaunchSpecImport#id}. | --- @@ -840,7 +840,7 @@ public readonly nodePoolName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec_import#node_pool_name OceanGkeLaunchSpecImport#node_pool_name}. --- @@ -852,7 +852,7 @@ public readonly oceanId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec_import#ocean_id OceanGkeLaunchSpecImport#ocean_id}. --- @@ -864,7 +864,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec_import#id OceanGkeLaunchSpecImport#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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 6618d8854..627fbbc39 100644 --- a/docs/oceanSpark.csharp.md +++ b/docs/oceanSpark.csharp.md @@ -4,7 +4,7 @@ ### OceanSpark -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark spotinst_ocean_spark}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark spotinst_ocean_spark}. #### Initializers @@ -574,7 +574,7 @@ The construct id used in the generated config for the OceanSpark to import. The id of the existing OceanSpark that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#import import section} in the documentation of this resource for the id to use --- @@ -940,8 +940,8 @@ new OceanSparkCompute { | **Name** | **Type** | **Description** | | --- | --- | --- | -| CreateVngs | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#create_vngs OceanSpark#create_vngs}. | -| UseTaints | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#use_taints OceanSpark#use_taints}. | +| CreateVngs | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/ocean_spark#use_taints OceanSpark#use_taints}. | --- @@ -953,7 +953,7 @@ public object CreateVngs { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#create_vngs OceanSpark#create_vngs}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#create_vngs OceanSpark#create_vngs}. --- @@ -965,7 +965,7 @@ public object UseTaints { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#use_taints OceanSpark#use_taints}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#use_taints OceanSpark#use_taints}. --- @@ -1005,9 +1005,9 @@ new OceanSparkConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| OceanClusterId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.169.1/docs/resources/ocean_spark#id OceanSpark#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#id OceanSpark#id}. | | Ingress | OceanSparkIngress | ingress block. | | LogCollection | OceanSparkLogCollection | log_collection block. | | Spark | OceanSparkSpark | spark block. | @@ -1093,7 +1093,7 @@ public string OceanClusterId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#ocean_cluster_id OceanSpark#ocean_cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#ocean_cluster_id OceanSpark#ocean_cluster_id}. --- @@ -1107,7 +1107,7 @@ public OceanSparkCompute Compute { get; set; } compute block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#compute OceanSpark#compute} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#compute OceanSpark#compute} --- @@ -1119,7 +1119,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#id OceanSpark#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#id OceanSpark#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1136,7 +1136,7 @@ public OceanSparkIngress Ingress { get; set; } ingress block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#ingress OceanSpark#ingress} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#ingress OceanSpark#ingress} --- @@ -1150,7 +1150,7 @@ public OceanSparkLogCollection LogCollection { get; set; } log_collection block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#log_collection OceanSpark#log_collection} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#log_collection OceanSpark#log_collection} --- @@ -1164,7 +1164,7 @@ public OceanSparkSpark Spark { get; set; } spark block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#spark OceanSpark#spark} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#spark OceanSpark#spark} --- @@ -1178,7 +1178,7 @@ public OceanSparkWebhook Webhook { get; set; } webhook block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#webhook OceanSpark#webhook} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#webhook OceanSpark#webhook} --- @@ -1206,7 +1206,7 @@ new OceanSparkIngress { | CustomEndpoint | OceanSparkIngressCustomEndpoint | custom_endpoint block. | | LoadBalancer | OceanSparkIngressLoadBalancer | load_balancer block. | | PrivateLink | OceanSparkIngressPrivateLink | private_link block. | -| ServiceAnnotations | System.Collections.Generic.IDictionary | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_spark#service_annotations OceanSpark#service_annotations}. | --- @@ -1220,7 +1220,7 @@ public OceanSparkIngressController Controller { get; set; } controller block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#controller OceanSpark#controller} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#controller OceanSpark#controller} --- @@ -1234,7 +1234,7 @@ public OceanSparkIngressCustomEndpoint CustomEndpoint { get; set; } custom_endpoint block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#custom_endpoint OceanSpark#custom_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#custom_endpoint OceanSpark#custom_endpoint} --- @@ -1248,7 +1248,7 @@ public OceanSparkIngressLoadBalancer LoadBalancer { get; set; } load_balancer block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#load_balancer OceanSpark#load_balancer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#load_balancer OceanSpark#load_balancer} --- @@ -1262,7 +1262,7 @@ public OceanSparkIngressPrivateLink PrivateLink { get; set; } private_link block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#private_link OceanSpark#private_link} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#private_link OceanSpark#private_link} --- @@ -1274,7 +1274,7 @@ public System.Collections.Generic.IDictionary ServiceAnnotations - *Type:* System.Collections.Generic.IDictionary -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#service_annotations OceanSpark#service_annotations}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#service_annotations OceanSpark#service_annotations}. --- @@ -1294,7 +1294,7 @@ new OceanSparkIngressController { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Managed | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#managed OceanSpark#managed}. | +| Managed | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#managed OceanSpark#managed}. | --- @@ -1306,7 +1306,7 @@ public object Managed { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#managed OceanSpark#managed}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#managed OceanSpark#managed}. --- @@ -1327,8 +1327,8 @@ new OceanSparkIngressCustomEndpoint { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Address | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#address OceanSpark#address}. | -| Enabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#enabled OceanSpark#enabled}. | +| Address | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#address OceanSpark#address}. | +| Enabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#enabled OceanSpark#enabled}. | --- @@ -1340,7 +1340,7 @@ public string Address { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#address OceanSpark#address}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#address OceanSpark#address}. --- @@ -1352,7 +1352,7 @@ public object Enabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#enabled OceanSpark#enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#enabled OceanSpark#enabled}. --- @@ -1374,9 +1374,9 @@ new OceanSparkIngressLoadBalancer { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Managed | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/ocean_spark#service_annotations OceanSpark#service_annotations}. | -| TargetGroupArn | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.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.170.0/docs/resources/ocean_spark#target_group_arn OceanSpark#target_group_arn}. | --- @@ -1388,7 +1388,7 @@ public object Managed { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#managed OceanSpark#managed}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#managed OceanSpark#managed}. --- @@ -1400,7 +1400,7 @@ public System.Collections.Generic.IDictionary ServiceAnnotations - *Type:* System.Collections.Generic.IDictionary -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#service_annotations OceanSpark#service_annotations}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#service_annotations OceanSpark#service_annotations}. --- @@ -1412,7 +1412,7 @@ public string TargetGroupArn { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#target_group_arn OceanSpark#target_group_arn}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#target_group_arn OceanSpark#target_group_arn}. --- @@ -1433,8 +1433,8 @@ new OceanSparkIngressPrivateLink { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Enabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#enabled OceanSpark#enabled}. | -| VpcEndpointService | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_spark#enabled OceanSpark#enabled}. | +| VpcEndpointService | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#vpc_endpoint_service OceanSpark#vpc_endpoint_service}. | --- @@ -1446,7 +1446,7 @@ public object Enabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#enabled OceanSpark#enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#enabled OceanSpark#enabled}. --- @@ -1458,7 +1458,7 @@ public string VpcEndpointService { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#vpc_endpoint_service OceanSpark#vpc_endpoint_service}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#vpc_endpoint_service OceanSpark#vpc_endpoint_service}. --- @@ -1478,7 +1478,7 @@ new OceanSparkLogCollection { | **Name** | **Type** | **Description** | | --- | --- | --- | -| CollectAppLogs | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_spark#collect_app_logs OceanSpark#collect_app_logs}. | --- @@ -1490,7 +1490,7 @@ public object CollectAppLogs { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#collect_app_logs OceanSpark#collect_app_logs}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#collect_app_logs OceanSpark#collect_app_logs}. --- @@ -1510,7 +1510,7 @@ new OceanSparkSpark { | **Name** | **Type** | **Description** | | --- | --- | --- | -| AdditionalAppNamespaces | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_spark#additional_app_namespaces OceanSpark#additional_app_namespaces}. | --- @@ -1522,7 +1522,7 @@ public string[] AdditionalAppNamespaces { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#additional_app_namespaces OceanSpark#additional_app_namespaces}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#additional_app_namespaces OceanSpark#additional_app_namespaces}. --- @@ -1543,8 +1543,8 @@ new OceanSparkWebhook { | **Name** | **Type** | **Description** | | --- | --- | --- | -| HostNetworkPorts | double[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_spark#use_host_network OceanSpark#use_host_network}. | --- @@ -1556,7 +1556,7 @@ public double[] HostNetworkPorts { get; set; } - *Type:* double[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#host_network_ports OceanSpark#host_network_ports}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#host_network_ports OceanSpark#host_network_ports}. --- @@ -1568,7 +1568,7 @@ public object UseHostNetwork { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#use_host_network OceanSpark#use_host_network}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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 0fef68228..e19416bb6 100644 --- a/docs/oceanSpark.go.md +++ b/docs/oceanSpark.go.md @@ -4,7 +4,7 @@ ### OceanSpark -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark spotinst_ocean_spark}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark spotinst_ocean_spark}. #### Initializers @@ -574,7 +574,7 @@ The construct id used in the generated config for the OceanSpark to import. The id of the existing OceanSpark that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#import import section} in the documentation of this resource for the id to use --- @@ -940,8 +940,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanspark" | **Name** | **Type** | **Description** | | --- | --- | --- | -| CreateVngs | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#create_vngs OceanSpark#create_vngs}. | -| UseTaints | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#use_taints OceanSpark#use_taints}. | +| CreateVngs | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/ocean_spark#use_taints OceanSpark#use_taints}. | --- @@ -953,7 +953,7 @@ CreateVngs interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#create_vngs OceanSpark#create_vngs}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#create_vngs OceanSpark#create_vngs}. --- @@ -965,7 +965,7 @@ UseTaints interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#use_taints OceanSpark#use_taints}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#use_taints OceanSpark#use_taints}. --- @@ -1005,9 +1005,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanspark" | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| OceanClusterId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.169.1/docs/resources/ocean_spark#id OceanSpark#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#id OceanSpark#id}. | | Ingress | OceanSparkIngress | ingress block. | | LogCollection | OceanSparkLogCollection | log_collection block. | | Spark | OceanSparkSpark | spark block. | @@ -1093,7 +1093,7 @@ OceanClusterId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#ocean_cluster_id OceanSpark#ocean_cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#ocean_cluster_id OceanSpark#ocean_cluster_id}. --- @@ -1107,7 +1107,7 @@ Compute OceanSparkCompute compute block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#compute OceanSpark#compute} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#compute OceanSpark#compute} --- @@ -1119,7 +1119,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#id OceanSpark#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#id OceanSpark#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1136,7 +1136,7 @@ Ingress OceanSparkIngress ingress block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#ingress OceanSpark#ingress} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#ingress OceanSpark#ingress} --- @@ -1150,7 +1150,7 @@ LogCollection OceanSparkLogCollection log_collection block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#log_collection OceanSpark#log_collection} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#log_collection OceanSpark#log_collection} --- @@ -1164,7 +1164,7 @@ Spark OceanSparkSpark spark block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#spark OceanSpark#spark} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#spark OceanSpark#spark} --- @@ -1178,7 +1178,7 @@ Webhook OceanSparkWebhook webhook block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#webhook OceanSpark#webhook} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#webhook OceanSpark#webhook} --- @@ -1206,7 +1206,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanspark" | CustomEndpoint | OceanSparkIngressCustomEndpoint | custom_endpoint block. | | LoadBalancer | OceanSparkIngressLoadBalancer | load_balancer block. | | PrivateLink | OceanSparkIngressPrivateLink | private_link block. | -| ServiceAnnotations | *map[string]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_spark#service_annotations OceanSpark#service_annotations}. | --- @@ -1220,7 +1220,7 @@ Controller OceanSparkIngressController controller block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#controller OceanSpark#controller} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#controller OceanSpark#controller} --- @@ -1234,7 +1234,7 @@ CustomEndpoint OceanSparkIngressCustomEndpoint custom_endpoint block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#custom_endpoint OceanSpark#custom_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#custom_endpoint OceanSpark#custom_endpoint} --- @@ -1248,7 +1248,7 @@ LoadBalancer OceanSparkIngressLoadBalancer load_balancer block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#load_balancer OceanSpark#load_balancer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#load_balancer OceanSpark#load_balancer} --- @@ -1262,7 +1262,7 @@ PrivateLink OceanSparkIngressPrivateLink private_link block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#private_link OceanSpark#private_link} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#private_link OceanSpark#private_link} --- @@ -1274,7 +1274,7 @@ ServiceAnnotations *map[string]*string - *Type:* *map[string]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#service_annotations OceanSpark#service_annotations}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#service_annotations OceanSpark#service_annotations}. --- @@ -1294,7 +1294,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanspark" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Managed | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#managed OceanSpark#managed}. | +| Managed | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#managed OceanSpark#managed}. | --- @@ -1306,7 +1306,7 @@ Managed interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#managed OceanSpark#managed}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#managed OceanSpark#managed}. --- @@ -1327,8 +1327,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanspark" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Address | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#address OceanSpark#address}. | -| Enabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#enabled OceanSpark#enabled}. | +| Address | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#address OceanSpark#address}. | +| Enabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#enabled OceanSpark#enabled}. | --- @@ -1340,7 +1340,7 @@ Address *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#address OceanSpark#address}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#address OceanSpark#address}. --- @@ -1352,7 +1352,7 @@ Enabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#enabled OceanSpark#enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#enabled OceanSpark#enabled}. --- @@ -1374,9 +1374,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanspark" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Managed | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#managed OceanSpark#managed}. | -| ServiceAnnotations | *map[string]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#service_annotations OceanSpark#service_annotations}. | -| TargetGroupArn | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.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.170.0/docs/resources/ocean_spark#target_group_arn OceanSpark#target_group_arn}. | --- @@ -1388,7 +1388,7 @@ Managed interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#managed OceanSpark#managed}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#managed OceanSpark#managed}. --- @@ -1400,7 +1400,7 @@ ServiceAnnotations *map[string]*string - *Type:* *map[string]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#service_annotations OceanSpark#service_annotations}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#service_annotations OceanSpark#service_annotations}. --- @@ -1412,7 +1412,7 @@ TargetGroupArn *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#target_group_arn OceanSpark#target_group_arn}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#target_group_arn OceanSpark#target_group_arn}. --- @@ -1433,8 +1433,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanspark" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Enabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#enabled OceanSpark#enabled}. | -| VpcEndpointService | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_spark#enabled OceanSpark#enabled}. | +| VpcEndpointService | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#vpc_endpoint_service OceanSpark#vpc_endpoint_service}. | --- @@ -1446,7 +1446,7 @@ Enabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#enabled OceanSpark#enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#enabled OceanSpark#enabled}. --- @@ -1458,7 +1458,7 @@ VpcEndpointService *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#vpc_endpoint_service OceanSpark#vpc_endpoint_service}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#vpc_endpoint_service OceanSpark#vpc_endpoint_service}. --- @@ -1478,7 +1478,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanspark" | **Name** | **Type** | **Description** | | --- | --- | --- | -| CollectAppLogs | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_spark#collect_app_logs OceanSpark#collect_app_logs}. | --- @@ -1490,7 +1490,7 @@ CollectAppLogs interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#collect_app_logs OceanSpark#collect_app_logs}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#collect_app_logs OceanSpark#collect_app_logs}. --- @@ -1510,7 +1510,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanspark" | **Name** | **Type** | **Description** | | --- | --- | --- | -| AdditionalAppNamespaces | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_spark#additional_app_namespaces OceanSpark#additional_app_namespaces}. | --- @@ -1522,7 +1522,7 @@ AdditionalAppNamespaces *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#additional_app_namespaces OceanSpark#additional_app_namespaces}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#additional_app_namespaces OceanSpark#additional_app_namespaces}. --- @@ -1543,8 +1543,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanspark" | **Name** | **Type** | **Description** | | --- | --- | --- | -| HostNetworkPorts | *[]*f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_spark#use_host_network OceanSpark#use_host_network}. | --- @@ -1556,7 +1556,7 @@ HostNetworkPorts *[]*f64 - *Type:* *[]*f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#host_network_ports OceanSpark#host_network_ports}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#host_network_ports OceanSpark#host_network_ports}. --- @@ -1568,7 +1568,7 @@ UseHostNetwork interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#use_host_network OceanSpark#use_host_network}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#use_host_network OceanSpark#use_host_network}. --- diff --git a/docs/oceanSpark.java.md b/docs/oceanSpark.java.md index 23c68fc38..005d9de51 100644 --- a/docs/oceanSpark.java.md +++ b/docs/oceanSpark.java.md @@ -4,7 +4,7 @@ ### OceanSpark -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark spotinst_ocean_spark}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark spotinst_ocean_spark}. #### Initializers @@ -44,9 +44,9 @@ OceanSpark.Builder.create(Construct scope, java.lang.String id) | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| oceanClusterId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.169.1/docs/resources/ocean_spark#id OceanSpark#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#id OceanSpark#id}. | | ingress | OceanSparkIngress | ingress block. | | logCollection | OceanSparkLogCollection | log_collection block. | | spark | OceanSparkSpark | spark block. | @@ -118,7 +118,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#ocean_cluster_id OceanSpark#ocean_cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#ocean_cluster_id OceanSpark#ocean_cluster_id}. --- @@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti compute block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#compute OceanSpark#compute} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#compute OceanSpark#compute} --- @@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#id OceanSpark#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#id OceanSpark#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -149,7 +149,7 @@ If you experience problems setting this value it might not be settable. Please t ingress block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#ingress OceanSpark#ingress} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#ingress OceanSpark#ingress} --- @@ -159,7 +159,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti log_collection block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#log_collection OceanSpark#log_collection} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#log_collection OceanSpark#log_collection} --- @@ -169,7 +169,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti spark block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#spark OceanSpark#spark} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#spark OceanSpark#spark} --- @@ -179,7 +179,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti webhook block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#webhook OceanSpark#webhook} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#webhook OceanSpark#webhook} --- @@ -713,7 +713,7 @@ The construct id used in the generated config for the OceanSpark to import. The id of the existing OceanSpark that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#import import section} in the documentation of this resource for the id to use --- @@ -1081,8 +1081,8 @@ OceanSparkCompute.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| createVngs | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_spark#use_taints OceanSpark#use_taints}. | --- @@ -1094,7 +1094,7 @@ public java.lang.Object getCreateVngs(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#create_vngs OceanSpark#create_vngs}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#create_vngs OceanSpark#create_vngs}. --- @@ -1106,7 +1106,7 @@ public java.lang.Object getUseTaints(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#use_taints OceanSpark#use_taints}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#use_taints OceanSpark#use_taints}. --- @@ -1150,9 +1150,9 @@ OceanSparkConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| oceanClusterId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.169.1/docs/resources/ocean_spark#id OceanSpark#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#id OceanSpark#id}. | | ingress | OceanSparkIngress | ingress block. | | logCollection | OceanSparkLogCollection | log_collection block. | | spark | OceanSparkSpark | spark block. | @@ -1238,7 +1238,7 @@ public java.lang.String getOceanClusterId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#ocean_cluster_id OceanSpark#ocean_cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#ocean_cluster_id OceanSpark#ocean_cluster_id}. --- @@ -1252,7 +1252,7 @@ public OceanSparkCompute getCompute(); compute block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#compute OceanSpark#compute} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#compute OceanSpark#compute} --- @@ -1264,7 +1264,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#id OceanSpark#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#id OceanSpark#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1281,7 +1281,7 @@ public OceanSparkIngress getIngress(); ingress block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#ingress OceanSpark#ingress} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#ingress OceanSpark#ingress} --- @@ -1295,7 +1295,7 @@ public OceanSparkLogCollection getLogCollection(); log_collection block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#log_collection OceanSpark#log_collection} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#log_collection OceanSpark#log_collection} --- @@ -1309,7 +1309,7 @@ public OceanSparkSpark getSpark(); spark block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#spark OceanSpark#spark} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#spark OceanSpark#spark} --- @@ -1323,7 +1323,7 @@ public OceanSparkWebhook getWebhook(); webhook block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#webhook OceanSpark#webhook} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#webhook OceanSpark#webhook} --- @@ -1351,7 +1351,7 @@ OceanSparkIngress.builder() | customEndpoint | OceanSparkIngressCustomEndpoint | custom_endpoint block. | | loadBalancer | OceanSparkIngressLoadBalancer | load_balancer block. | | privateLink | OceanSparkIngressPrivateLink | private_link block. | -| serviceAnnotations | java.util.Map | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_spark#service_annotations OceanSpark#service_annotations}. | --- @@ -1365,7 +1365,7 @@ public OceanSparkIngressController getController(); controller block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#controller OceanSpark#controller} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#controller OceanSpark#controller} --- @@ -1379,7 +1379,7 @@ public OceanSparkIngressCustomEndpoint getCustomEndpoint(); custom_endpoint block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#custom_endpoint OceanSpark#custom_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#custom_endpoint OceanSpark#custom_endpoint} --- @@ -1393,7 +1393,7 @@ public OceanSparkIngressLoadBalancer getLoadBalancer(); load_balancer block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#load_balancer OceanSpark#load_balancer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#load_balancer OceanSpark#load_balancer} --- @@ -1407,7 +1407,7 @@ public OceanSparkIngressPrivateLink getPrivateLink(); private_link block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#private_link OceanSpark#private_link} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#private_link OceanSpark#private_link} --- @@ -1419,7 +1419,7 @@ public java.util.Map getServiceAnnotations() - *Type:* java.util.Map -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#service_annotations OceanSpark#service_annotations}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#service_annotations OceanSpark#service_annotations}. --- @@ -1440,7 +1440,7 @@ OceanSparkIngressController.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| managed | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_spark#managed OceanSpark#managed}. | --- @@ -1452,7 +1452,7 @@ public java.lang.Object getManaged(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#managed OceanSpark#managed}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#managed OceanSpark#managed}. --- @@ -1474,8 +1474,8 @@ OceanSparkIngressCustomEndpoint.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| address | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/ocean_spark#enabled OceanSpark#enabled}. | +| address | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/ocean_spark#enabled OceanSpark#enabled}. | --- @@ -1487,7 +1487,7 @@ public java.lang.String getAddress(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#address OceanSpark#address}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#address OceanSpark#address}. --- @@ -1499,7 +1499,7 @@ public java.lang.Object getEnabled(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#enabled OceanSpark#enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#enabled OceanSpark#enabled}. --- @@ -1522,9 +1522,9 @@ OceanSparkIngressLoadBalancer.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| managed | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#managed OceanSpark#managed}. | -| serviceAnnotations | java.util.Map | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/ocean_spark#target_group_arn OceanSpark#target_group_arn}. | --- @@ -1536,7 +1536,7 @@ public java.lang.Object getManaged(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#managed OceanSpark#managed}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#managed OceanSpark#managed}. --- @@ -1548,7 +1548,7 @@ public java.util.Map getServiceAnnotations() - *Type:* java.util.Map -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#service_annotations OceanSpark#service_annotations}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#service_annotations OceanSpark#service_annotations}. --- @@ -1560,7 +1560,7 @@ public java.lang.String getTargetGroupArn(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#target_group_arn OceanSpark#target_group_arn}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#target_group_arn OceanSpark#target_group_arn}. --- @@ -1582,8 +1582,8 @@ OceanSparkIngressPrivateLink.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| enabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#enabled OceanSpark#enabled}. | -| vpcEndpointService | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.0/docs/resources/ocean_spark#vpc_endpoint_service OceanSpark#vpc_endpoint_service}. | --- @@ -1595,7 +1595,7 @@ public java.lang.Object getEnabled(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#enabled OceanSpark#enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#enabled OceanSpark#enabled}. --- @@ -1607,7 +1607,7 @@ public java.lang.String getVpcEndpointService(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#vpc_endpoint_service OceanSpark#vpc_endpoint_service}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#vpc_endpoint_service OceanSpark#vpc_endpoint_service}. --- @@ -1628,7 +1628,7 @@ OceanSparkLogCollection.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| collectAppLogs | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_spark#collect_app_logs OceanSpark#collect_app_logs}. | --- @@ -1640,7 +1640,7 @@ public java.lang.Object getCollectAppLogs(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#collect_app_logs OceanSpark#collect_app_logs}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#collect_app_logs OceanSpark#collect_app_logs}. --- @@ -1660,7 +1660,7 @@ OceanSparkSpark.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| additionalAppNamespaces | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_spark#additional_app_namespaces OceanSpark#additional_app_namespaces}. | --- @@ -1672,7 +1672,7 @@ public java.util.List getAdditionalAppNamespaces(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#additional_app_namespaces OceanSpark#additional_app_namespaces}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#additional_app_namespaces OceanSpark#additional_app_namespaces}. --- @@ -1694,8 +1694,8 @@ OceanSparkWebhook.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| hostNetworkPorts | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_spark#use_host_network OceanSpark#use_host_network}. | --- @@ -1707,7 +1707,7 @@ public java.util.List getHostNetworkPorts(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#host_network_ports OceanSpark#host_network_ports}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#host_network_ports OceanSpark#host_network_ports}. --- @@ -1719,7 +1719,7 @@ public java.lang.Object getUseHostNetwork(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#use_host_network OceanSpark#use_host_network}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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 075dedabe..6fa428941 100644 --- a/docs/oceanSpark.python.md +++ b/docs/oceanSpark.python.md @@ -4,7 +4,7 @@ ### OceanSpark -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark spotinst_ocean_spark}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark spotinst_ocean_spark}. #### Initializers @@ -42,9 +42,9 @@ oceanSpark.OceanSpark( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| ocean_cluster_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.169.1/docs/resources/ocean_spark#id OceanSpark#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#id OceanSpark#id}. | | ingress | OceanSparkIngress | ingress block. | | log_collection | OceanSparkLogCollection | log_collection block. | | spark | OceanSparkSpark | spark block. | @@ -116,7 +116,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#ocean_cluster_id OceanSpark#ocean_cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#ocean_cluster_id OceanSpark#ocean_cluster_id}. --- @@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti compute block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#compute OceanSpark#compute} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#compute OceanSpark#compute} --- @@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#id OceanSpark#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#id OceanSpark#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -147,7 +147,7 @@ If you experience problems setting this value it might not be settable. Please t ingress block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#ingress OceanSpark#ingress} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#ingress OceanSpark#ingress} --- @@ -157,7 +157,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti log_collection block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#log_collection OceanSpark#log_collection} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#log_collection OceanSpark#log_collection} --- @@ -167,7 +167,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti spark block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#spark OceanSpark#spark} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#spark OceanSpark#spark} --- @@ -177,7 +177,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti webhook block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#webhook OceanSpark#webhook} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#webhook OceanSpark#webhook} --- @@ -560,7 +560,7 @@ def put_compute( - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#create_vngs OceanSpark#create_vngs}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#create_vngs OceanSpark#create_vngs}. --- @@ -568,7 +568,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#use_taints OceanSpark#use_taints}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#use_taints OceanSpark#use_taints}. --- @@ -590,7 +590,7 @@ def put_ingress( controller block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#controller OceanSpark#controller} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#controller OceanSpark#controller} --- @@ -600,7 +600,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti custom_endpoint block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#custom_endpoint OceanSpark#custom_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#custom_endpoint OceanSpark#custom_endpoint} --- @@ -610,7 +610,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti load_balancer block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#load_balancer OceanSpark#load_balancer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#load_balancer OceanSpark#load_balancer} --- @@ -620,7 +620,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti private_link block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#private_link OceanSpark#private_link} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#private_link OceanSpark#private_link} --- @@ -628,7 +628,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Mapping[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#service_annotations OceanSpark#service_annotations}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#service_annotations OceanSpark#service_annotations}. --- @@ -644,7 +644,7 @@ def put_log_collection( - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#collect_app_logs OceanSpark#collect_app_logs}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#collect_app_logs OceanSpark#collect_app_logs}. --- @@ -660,7 +660,7 @@ def put_spark( - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#additional_app_namespaces OceanSpark#additional_app_namespaces}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#additional_app_namespaces OceanSpark#additional_app_namespaces}. --- @@ -677,7 +677,7 @@ def put_webhook( - *Type:* typing.List[typing.Union[int, float]] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#host_network_ports OceanSpark#host_network_ports}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#host_network_ports OceanSpark#host_network_ports}. --- @@ -685,7 +685,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#use_host_network OceanSpark#use_host_network}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#use_host_network OceanSpark#use_host_network}. --- @@ -839,7 +839,7 @@ The construct id used in the generated config for the OceanSpark to import. The id of the existing OceanSpark that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#import import section} in the documentation of this resource for the id to use --- @@ -1205,8 +1205,8 @@ oceanSpark.OceanSparkCompute( | **Name** | **Type** | **Description** | | --- | --- | --- | -| create_vngs | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_spark#use_taints OceanSpark#use_taints}. | --- @@ -1218,7 +1218,7 @@ create_vngs: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#create_vngs OceanSpark#create_vngs}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#create_vngs OceanSpark#create_vngs}. --- @@ -1230,7 +1230,7 @@ use_taints: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#use_taints OceanSpark#use_taints}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#use_taints OceanSpark#use_taints}. --- @@ -1270,9 +1270,9 @@ oceanSpark.OceanSparkConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| ocean_cluster_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.169.1/docs/resources/ocean_spark#id OceanSpark#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#id OceanSpark#id}. | | ingress | OceanSparkIngress | ingress block. | | log_collection | OceanSparkLogCollection | log_collection block. | | spark | OceanSparkSpark | spark block. | @@ -1358,7 +1358,7 @@ ocean_cluster_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#ocean_cluster_id OceanSpark#ocean_cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#ocean_cluster_id OceanSpark#ocean_cluster_id}. --- @@ -1372,7 +1372,7 @@ compute: OceanSparkCompute compute block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#compute OceanSpark#compute} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#compute OceanSpark#compute} --- @@ -1384,7 +1384,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#id OceanSpark#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#id OceanSpark#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1401,7 +1401,7 @@ ingress: OceanSparkIngress ingress block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#ingress OceanSpark#ingress} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#ingress OceanSpark#ingress} --- @@ -1415,7 +1415,7 @@ log_collection: OceanSparkLogCollection log_collection block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#log_collection OceanSpark#log_collection} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#log_collection OceanSpark#log_collection} --- @@ -1429,7 +1429,7 @@ spark: OceanSparkSpark spark block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#spark OceanSpark#spark} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#spark OceanSpark#spark} --- @@ -1443,7 +1443,7 @@ webhook: OceanSparkWebhook webhook block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#webhook OceanSpark#webhook} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#webhook OceanSpark#webhook} --- @@ -1471,7 +1471,7 @@ oceanSpark.OceanSparkIngress( | custom_endpoint | OceanSparkIngressCustomEndpoint | custom_endpoint block. | | load_balancer | OceanSparkIngressLoadBalancer | load_balancer block. | | private_link | OceanSparkIngressPrivateLink | private_link block. | -| service_annotations | typing.Mapping[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_spark#service_annotations OceanSpark#service_annotations}. | --- @@ -1485,7 +1485,7 @@ controller: OceanSparkIngressController controller block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#controller OceanSpark#controller} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#controller OceanSpark#controller} --- @@ -1499,7 +1499,7 @@ custom_endpoint: OceanSparkIngressCustomEndpoint custom_endpoint block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#custom_endpoint OceanSpark#custom_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#custom_endpoint OceanSpark#custom_endpoint} --- @@ -1513,7 +1513,7 @@ load_balancer: OceanSparkIngressLoadBalancer load_balancer block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#load_balancer OceanSpark#load_balancer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#load_balancer OceanSpark#load_balancer} --- @@ -1527,7 +1527,7 @@ private_link: OceanSparkIngressPrivateLink private_link block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#private_link OceanSpark#private_link} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#private_link OceanSpark#private_link} --- @@ -1539,7 +1539,7 @@ service_annotations: typing.Mapping[str] - *Type:* typing.Mapping[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#service_annotations OceanSpark#service_annotations}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#service_annotations OceanSpark#service_annotations}. --- @@ -1559,7 +1559,7 @@ oceanSpark.OceanSparkIngressController( | **Name** | **Type** | **Description** | | --- | --- | --- | -| managed | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_spark#managed OceanSpark#managed}. | --- @@ -1571,7 +1571,7 @@ managed: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#managed OceanSpark#managed}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#managed OceanSpark#managed}. --- @@ -1592,8 +1592,8 @@ oceanSpark.OceanSparkIngressCustomEndpoint( | **Name** | **Type** | **Description** | | --- | --- | --- | -| address | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/ocean_spark#enabled OceanSpark#enabled}. | +| address | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/ocean_spark#enabled OceanSpark#enabled}. | --- @@ -1605,7 +1605,7 @@ address: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#address OceanSpark#address}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#address OceanSpark#address}. --- @@ -1617,7 +1617,7 @@ enabled: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#enabled OceanSpark#enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#enabled OceanSpark#enabled}. --- @@ -1639,9 +1639,9 @@ oceanSpark.OceanSparkIngressLoadBalancer( | **Name** | **Type** | **Description** | | --- | --- | --- | -| managed | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/ocean_spark#target_group_arn OceanSpark#target_group_arn}. | --- @@ -1653,7 +1653,7 @@ managed: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#managed OceanSpark#managed}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#managed OceanSpark#managed}. --- @@ -1665,7 +1665,7 @@ service_annotations: typing.Mapping[str] - *Type:* typing.Mapping[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#service_annotations OceanSpark#service_annotations}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#service_annotations OceanSpark#service_annotations}. --- @@ -1677,7 +1677,7 @@ target_group_arn: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#target_group_arn OceanSpark#target_group_arn}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#target_group_arn OceanSpark#target_group_arn}. --- @@ -1698,8 +1698,8 @@ oceanSpark.OceanSparkIngressPrivateLink( | **Name** | **Type** | **Description** | | --- | --- | --- | -| enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#enabled OceanSpark#enabled}. | -| vpc_endpoint_service | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.0/docs/resources/ocean_spark#vpc_endpoint_service OceanSpark#vpc_endpoint_service}. | --- @@ -1711,7 +1711,7 @@ enabled: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#enabled OceanSpark#enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#enabled OceanSpark#enabled}. --- @@ -1723,7 +1723,7 @@ vpc_endpoint_service: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#vpc_endpoint_service OceanSpark#vpc_endpoint_service}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#vpc_endpoint_service OceanSpark#vpc_endpoint_service}. --- @@ -1743,7 +1743,7 @@ oceanSpark.OceanSparkLogCollection( | **Name** | **Type** | **Description** | | --- | --- | --- | -| collect_app_logs | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_spark#collect_app_logs OceanSpark#collect_app_logs}. | --- @@ -1755,7 +1755,7 @@ collect_app_logs: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#collect_app_logs OceanSpark#collect_app_logs}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#collect_app_logs OceanSpark#collect_app_logs}. --- @@ -1775,7 +1775,7 @@ oceanSpark.OceanSparkSpark( | **Name** | **Type** | **Description** | | --- | --- | --- | -| additional_app_namespaces | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_spark#additional_app_namespaces OceanSpark#additional_app_namespaces}. | --- @@ -1787,7 +1787,7 @@ additional_app_namespaces: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#additional_app_namespaces OceanSpark#additional_app_namespaces}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#additional_app_namespaces OceanSpark#additional_app_namespaces}. --- @@ -1808,8 +1808,8 @@ oceanSpark.OceanSparkWebhook( | **Name** | **Type** | **Description** | | --- | --- | --- | -| host_network_ports | typing.List[typing.Union[int, float]] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_spark#use_host_network OceanSpark#use_host_network}. | --- @@ -1821,7 +1821,7 @@ host_network_ports: typing.List[typing.Union[int, float]] - *Type:* typing.List[typing.Union[int, float]] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#host_network_ports OceanSpark#host_network_ports}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#host_network_ports OceanSpark#host_network_ports}. --- @@ -1833,7 +1833,7 @@ use_host_network: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#use_host_network OceanSpark#use_host_network}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#use_host_network OceanSpark#use_host_network}. --- @@ -3416,7 +3416,7 @@ def put_controller( - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#managed OceanSpark#managed}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#managed OceanSpark#managed}. --- @@ -3433,7 +3433,7 @@ def put_custom_endpoint( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#address OceanSpark#address}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#address OceanSpark#address}. --- @@ -3441,7 +3441,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#enabled OceanSpark#enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#enabled OceanSpark#enabled}. --- @@ -3459,7 +3459,7 @@ def put_load_balancer( - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#managed OceanSpark#managed}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#managed OceanSpark#managed}. --- @@ -3467,7 +3467,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Mapping[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#service_annotations OceanSpark#service_annotations}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#service_annotations OceanSpark#service_annotations}. --- @@ -3475,7 +3475,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#target_group_arn OceanSpark#target_group_arn}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#target_group_arn OceanSpark#target_group_arn}. --- @@ -3492,7 +3492,7 @@ def put_private_link( - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#enabled OceanSpark#enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#enabled OceanSpark#enabled}. --- @@ -3500,7 +3500,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#vpc_endpoint_service OceanSpark#vpc_endpoint_service}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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 6355a4fa7..5317b6bdd 100644 --- a/docs/oceanSpark.typescript.md +++ b/docs/oceanSpark.typescript.md @@ -4,7 +4,7 @@ ### OceanSpark -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark spotinst_ocean_spark}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark spotinst_ocean_spark}. #### Initializers @@ -574,7 +574,7 @@ The construct id used in the generated config for the OceanSpark to import. The id of the existing OceanSpark that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#import import section} in the documentation of this resource for the id to use --- @@ -937,8 +937,8 @@ const oceanSparkCompute: oceanSpark.OceanSparkCompute = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| createVngs | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_spark#use_taints OceanSpark#use_taints}. | --- @@ -950,7 +950,7 @@ public readonly createVngs: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#create_vngs OceanSpark#create_vngs}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#create_vngs OceanSpark#create_vngs}. --- @@ -962,7 +962,7 @@ public readonly useTaints: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#use_taints OceanSpark#use_taints}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#use_taints OceanSpark#use_taints}. --- @@ -987,9 +987,9 @@ const oceanSparkConfig: oceanSpark.OceanSparkConfig = { ... } | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| oceanClusterId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.169.1/docs/resources/ocean_spark#id OceanSpark#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#id OceanSpark#id}. | | ingress | OceanSparkIngress | ingress block. | | logCollection | OceanSparkLogCollection | log_collection block. | | spark | OceanSparkSpark | spark block. | @@ -1075,7 +1075,7 @@ public readonly oceanClusterId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#ocean_cluster_id OceanSpark#ocean_cluster_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#ocean_cluster_id OceanSpark#ocean_cluster_id}. --- @@ -1089,7 +1089,7 @@ public readonly compute: OceanSparkCompute; compute block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#compute OceanSpark#compute} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#compute OceanSpark#compute} --- @@ -1101,7 +1101,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#id OceanSpark#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#id OceanSpark#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1118,7 +1118,7 @@ public readonly ingress: OceanSparkIngress; ingress block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#ingress OceanSpark#ingress} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#ingress OceanSpark#ingress} --- @@ -1132,7 +1132,7 @@ public readonly logCollection: OceanSparkLogCollection; log_collection block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#log_collection OceanSpark#log_collection} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#log_collection OceanSpark#log_collection} --- @@ -1146,7 +1146,7 @@ public readonly spark: OceanSparkSpark; spark block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#spark OceanSpark#spark} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#spark OceanSpark#spark} --- @@ -1160,7 +1160,7 @@ public readonly webhook: OceanSparkWebhook; webhook block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#webhook OceanSpark#webhook} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#webhook OceanSpark#webhook} --- @@ -1182,7 +1182,7 @@ const oceanSparkIngress: oceanSpark.OceanSparkIngress = { ... } | customEndpoint | OceanSparkIngressCustomEndpoint | custom_endpoint block. | | loadBalancer | OceanSparkIngressLoadBalancer | load_balancer block. | | privateLink | OceanSparkIngressPrivateLink | private_link block. | -| serviceAnnotations | {[ key: string ]: string} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_spark#service_annotations OceanSpark#service_annotations}. | --- @@ -1196,7 +1196,7 @@ public readonly controller: OceanSparkIngressController; controller block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#controller OceanSpark#controller} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#controller OceanSpark#controller} --- @@ -1210,7 +1210,7 @@ public readonly customEndpoint: OceanSparkIngressCustomEndpoint; custom_endpoint block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#custom_endpoint OceanSpark#custom_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#custom_endpoint OceanSpark#custom_endpoint} --- @@ -1224,7 +1224,7 @@ public readonly loadBalancer: OceanSparkIngressLoadBalancer; load_balancer block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#load_balancer OceanSpark#load_balancer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#load_balancer OceanSpark#load_balancer} --- @@ -1238,7 +1238,7 @@ public readonly privateLink: OceanSparkIngressPrivateLink; private_link block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#private_link OceanSpark#private_link} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#private_link OceanSpark#private_link} --- @@ -1250,7 +1250,7 @@ public readonly serviceAnnotations: {[ key: string ]: string}; - *Type:* {[ key: string ]: string} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#service_annotations OceanSpark#service_annotations}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#service_annotations OceanSpark#service_annotations}. --- @@ -1268,7 +1268,7 @@ const oceanSparkIngressController: oceanSpark.OceanSparkIngressController = { .. | **Name** | **Type** | **Description** | | --- | --- | --- | -| managed | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#managed OceanSpark#managed}. | +| managed | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#managed OceanSpark#managed}. | --- @@ -1280,7 +1280,7 @@ public readonly managed: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#managed OceanSpark#managed}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#managed OceanSpark#managed}. --- @@ -1298,8 +1298,8 @@ const oceanSparkIngressCustomEndpoint: oceanSpark.OceanSparkIngressCustomEndpoin | **Name** | **Type** | **Description** | | --- | --- | --- | -| address | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#address OceanSpark#address}. | -| enabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#enabled OceanSpark#enabled}. | +| address | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/ocean_spark#enabled OceanSpark#enabled}. | --- @@ -1311,7 +1311,7 @@ public readonly address: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#address OceanSpark#address}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#address OceanSpark#address}. --- @@ -1323,7 +1323,7 @@ public readonly enabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#enabled OceanSpark#enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#enabled OceanSpark#enabled}. --- @@ -1341,9 +1341,9 @@ const oceanSparkIngressLoadBalancer: oceanSpark.OceanSparkIngressLoadBalancer = | **Name** | **Type** | **Description** | | --- | --- | --- | -| managed | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#managed OceanSpark#managed}. | -| serviceAnnotations | {[ key: string ]: string} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#service_annotations OceanSpark#service_annotations}. | -| targetGroupArn | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.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.170.0/docs/resources/ocean_spark#target_group_arn OceanSpark#target_group_arn}. | --- @@ -1355,7 +1355,7 @@ public readonly managed: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#managed OceanSpark#managed}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#managed OceanSpark#managed}. --- @@ -1367,7 +1367,7 @@ public readonly serviceAnnotations: {[ key: string ]: string}; - *Type:* {[ key: string ]: string} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#service_annotations OceanSpark#service_annotations}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#service_annotations OceanSpark#service_annotations}. --- @@ -1379,7 +1379,7 @@ public readonly targetGroupArn: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#target_group_arn OceanSpark#target_group_arn}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#target_group_arn OceanSpark#target_group_arn}. --- @@ -1397,8 +1397,8 @@ const oceanSparkIngressPrivateLink: oceanSpark.OceanSparkIngressPrivateLink = { | **Name** | **Type** | **Description** | | --- | --- | --- | -| enabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#enabled OceanSpark#enabled}. | -| vpcEndpointService | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_spark#enabled OceanSpark#enabled}. | +| vpcEndpointService | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#vpc_endpoint_service OceanSpark#vpc_endpoint_service}. | --- @@ -1410,7 +1410,7 @@ public readonly enabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#enabled OceanSpark#enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#enabled OceanSpark#enabled}. --- @@ -1422,7 +1422,7 @@ public readonly vpcEndpointService: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#vpc_endpoint_service OceanSpark#vpc_endpoint_service}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#vpc_endpoint_service OceanSpark#vpc_endpoint_service}. --- @@ -1440,7 +1440,7 @@ const oceanSparkLogCollection: oceanSpark.OceanSparkLogCollection = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| collectAppLogs | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_spark#collect_app_logs OceanSpark#collect_app_logs}. | --- @@ -1452,7 +1452,7 @@ public readonly collectAppLogs: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#collect_app_logs OceanSpark#collect_app_logs}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#collect_app_logs OceanSpark#collect_app_logs}. --- @@ -1470,7 +1470,7 @@ const oceanSparkSpark: oceanSpark.OceanSparkSpark = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| additionalAppNamespaces | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_spark#additional_app_namespaces OceanSpark#additional_app_namespaces}. | --- @@ -1482,7 +1482,7 @@ public readonly additionalAppNamespaces: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#additional_app_namespaces OceanSpark#additional_app_namespaces}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#additional_app_namespaces OceanSpark#additional_app_namespaces}. --- @@ -1500,8 +1500,8 @@ const oceanSparkWebhook: oceanSpark.OceanSparkWebhook = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| hostNetworkPorts | number[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/ocean_spark#use_host_network OceanSpark#use_host_network}. | --- @@ -1513,7 +1513,7 @@ public readonly hostNetworkPorts: number[]; - *Type:* number[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#host_network_ports OceanSpark#host_network_ports}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#host_network_ports OceanSpark#host_network_ports}. --- @@ -1525,7 +1525,7 @@ public readonly useHostNetwork: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#use_host_network OceanSpark#use_host_network}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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 7fea6f37c..42b979145 100644 --- a/docs/oceanSparkVirtualNodeGroup.csharp.md +++ b/docs/oceanSparkVirtualNodeGroup.csharp.md @@ -4,7 +4,7 @@ ### OceanSparkVirtualNodeGroup -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark_virtual_node_group spotinst_ocean_spark_virtual_node_group}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark_virtual_node_group spotinst_ocean_spark_virtual_node_group}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the OceanSparkVirtualNodeGroup The id of the existing OceanSparkVirtualNodeGroup that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark_virtual_node_group#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark_virtual_node_group#import import section} in the documentation of this resource for the id to use --- @@ -767,9 +767,9 @@ new OceanSparkVirtualNodeGroupConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| OceanSparkClusterId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/ocean_spark_virtual_node_group#id OceanSparkVirtualNodeGroup#id}. | --- @@ -851,7 +851,7 @@ public string OceanSparkClusterId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_spark_virtual_node_group#ocean_spark_cluster_id OceanSparkVirtualNodeGroup#ocean_spark_cluster_id}. --- @@ -863,7 +863,7 @@ public string VirtualNodeGroupId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_spark_virtual_node_group#virtual_node_group_id OceanSparkVirtualNodeGroup#virtual_node_group_id}. --- @@ -875,7 +875,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark_virtual_node_group#id OceanSparkVirtualNodeGroup#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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 0adf8dd48..9dccb6d61 100644 --- a/docs/oceanSparkVirtualNodeGroup.go.md +++ b/docs/oceanSparkVirtualNodeGroup.go.md @@ -4,7 +4,7 @@ ### OceanSparkVirtualNodeGroup -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark_virtual_node_group spotinst_ocean_spark_virtual_node_group}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark_virtual_node_group spotinst_ocean_spark_virtual_node_group}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the OceanSparkVirtualNodeGroup The id of the existing OceanSparkVirtualNodeGroup that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark_virtual_node_group#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark_virtual_node_group#import import section} in the documentation of this resource for the id to use --- @@ -767,9 +767,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceansparkvirtu | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| OceanSparkClusterId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/ocean_spark_virtual_node_group#id OceanSparkVirtualNodeGroup#id}. | --- @@ -851,7 +851,7 @@ OceanSparkClusterId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_spark_virtual_node_group#ocean_spark_cluster_id OceanSparkVirtualNodeGroup#ocean_spark_cluster_id}. --- @@ -863,7 +863,7 @@ VirtualNodeGroupId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_spark_virtual_node_group#virtual_node_group_id OceanSparkVirtualNodeGroup#virtual_node_group_id}. --- @@ -875,7 +875,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark_virtual_node_group#id OceanSparkVirtualNodeGroup#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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 958996389..95fa81652 100644 --- a/docs/oceanSparkVirtualNodeGroup.java.md +++ b/docs/oceanSparkVirtualNodeGroup.java.md @@ -4,7 +4,7 @@ ### OceanSparkVirtualNodeGroup -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark_virtual_node_group spotinst_ocean_spark_virtual_node_group}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark_virtual_node_group spotinst_ocean_spark_virtual_node_group}. #### Initializers @@ -40,9 +40,9 @@ OceanSparkVirtualNodeGroup.Builder.create(Construct scope, java.lang.String id) | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| oceanSparkClusterId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/ocean_spark_virtual_node_group#id OceanSparkVirtualNodeGroup#id}. | --- @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_spark_virtual_node_group#ocean_spark_cluster_id OceanSparkVirtualNodeGroup#ocean_spark_cluster_id}. --- @@ -118,7 +118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_spark_virtual_node_group#virtual_node_group_id OceanSparkVirtualNodeGroup#virtual_node_group_id}. --- @@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark_virtual_node_group#id OceanSparkVirtualNodeGroup#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark_virtual_node_group#id OceanSparkVirtualNodeGroup#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -563,7 +563,7 @@ The construct id used in the generated config for the OceanSparkVirtualNodeGroup The id of the existing OceanSparkVirtualNodeGroup that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark_virtual_node_group#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark_virtual_node_group#import import section} in the documentation of this resource for the id to use --- @@ -860,9 +860,9 @@ OceanSparkVirtualNodeGroupConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| oceanSparkClusterId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/ocean_spark_virtual_node_group#id OceanSparkVirtualNodeGroup#id}. | --- @@ -944,7 +944,7 @@ public java.lang.String getOceanSparkClusterId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_spark_virtual_node_group#ocean_spark_cluster_id OceanSparkVirtualNodeGroup#ocean_spark_cluster_id}. --- @@ -956,7 +956,7 @@ public java.lang.String getVirtualNodeGroupId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_spark_virtual_node_group#virtual_node_group_id OceanSparkVirtualNodeGroup#virtual_node_group_id}. --- @@ -968,7 +968,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark_virtual_node_group#id OceanSparkVirtualNodeGroup#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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 39aedb2a4..a324e12e5 100644 --- a/docs/oceanSparkVirtualNodeGroup.python.md +++ b/docs/oceanSparkVirtualNodeGroup.python.md @@ -4,7 +4,7 @@ ### OceanSparkVirtualNodeGroup -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark_virtual_node_group spotinst_ocean_spark_virtual_node_group}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark_virtual_node_group spotinst_ocean_spark_virtual_node_group}. #### Initializers @@ -38,9 +38,9 @@ oceanSparkVirtualNodeGroup.OceanSparkVirtualNodeGroup( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| ocean_spark_cluster_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/ocean_spark_virtual_node_group#id OceanSparkVirtualNodeGroup#id}. | --- @@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_spark_virtual_node_group#ocean_spark_cluster_id OceanSparkVirtualNodeGroup#ocean_spark_cluster_id}. --- @@ -116,7 +116,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_spark_virtual_node_group#virtual_node_group_id OceanSparkVirtualNodeGroup#virtual_node_group_id}. --- @@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark_virtual_node_group#id OceanSparkVirtualNodeGroup#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark_virtual_node_group#id OceanSparkVirtualNodeGroup#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -607,7 +607,7 @@ The construct id used in the generated config for the OceanSparkVirtualNodeGroup The id of the existing OceanSparkVirtualNodeGroup that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark_virtual_node_group#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark_virtual_node_group#import import section} in the documentation of this resource for the id to use --- @@ -900,9 +900,9 @@ oceanSparkVirtualNodeGroup.OceanSparkVirtualNodeGroupConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| ocean_spark_cluster_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/ocean_spark_virtual_node_group#id OceanSparkVirtualNodeGroup#id}. | --- @@ -984,7 +984,7 @@ ocean_spark_cluster_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_spark_virtual_node_group#ocean_spark_cluster_id OceanSparkVirtualNodeGroup#ocean_spark_cluster_id}. --- @@ -996,7 +996,7 @@ virtual_node_group_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_spark_virtual_node_group#virtual_node_group_id OceanSparkVirtualNodeGroup#virtual_node_group_id}. --- @@ -1008,7 +1008,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark_virtual_node_group#id OceanSparkVirtualNodeGroup#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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 47ef34c54..d3e4c4b81 100644 --- a/docs/oceanSparkVirtualNodeGroup.typescript.md +++ b/docs/oceanSparkVirtualNodeGroup.typescript.md @@ -4,7 +4,7 @@ ### OceanSparkVirtualNodeGroup -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark_virtual_node_group spotinst_ocean_spark_virtual_node_group}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark_virtual_node_group spotinst_ocean_spark_virtual_node_group}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the OceanSparkVirtualNodeGroup The id of the existing OceanSparkVirtualNodeGroup that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark_virtual_node_group#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark_virtual_node_group#import import section} in the documentation of this resource for the id to use --- @@ -756,9 +756,9 @@ const oceanSparkVirtualNodeGroupConfig: oceanSparkVirtualNodeGroup.OceanSparkVir | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| oceanSparkClusterId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/ocean_spark_virtual_node_group#id OceanSparkVirtualNodeGroup#id}. | --- @@ -840,7 +840,7 @@ public readonly oceanSparkClusterId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_spark_virtual_node_group#ocean_spark_cluster_id OceanSparkVirtualNodeGroup#ocean_spark_cluster_id}. --- @@ -852,7 +852,7 @@ public readonly virtualNodeGroupId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_spark_virtual_node_group#virtual_node_group_id OceanSparkVirtualNodeGroup#virtual_node_group_id}. --- @@ -864,7 +864,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark_virtual_node_group#id OceanSparkVirtualNodeGroup#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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/organizationPolicy.csharp.md b/docs/organizationPolicy.csharp.md index ac6ca61f0..e0a8d4935 100644 --- a/docs/organizationPolicy.csharp.md +++ b/docs/organizationPolicy.csharp.md @@ -4,7 +4,7 @@ ### OrganizationPolicy -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_policy spotinst_organization_policy}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_policy spotinst_organization_policy}. #### Initializers @@ -494,7 +494,7 @@ The construct id used in the generated config for the OrganizationPolicy to impo The id of the existing OrganizationPolicy that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_policy#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_policy#import import section} in the documentation of this resource for the id to use --- @@ -810,10 +810,10 @@ new OrganizationPolicyConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_policy#name OrganizationPolicy#name}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_policy#name OrganizationPolicy#name}. | | PolicyContent | object | policy_content block. | -| Description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_policy#description OrganizationPolicy#description}. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_policy#id OrganizationPolicy#id}. | +| Description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_policy#description OrganizationPolicy#description}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_policy#id OrganizationPolicy#id}. | --- @@ -895,7 +895,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_policy#name OrganizationPolicy#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_policy#name OrganizationPolicy#name}. --- @@ -909,7 +909,7 @@ public object PolicyContent { get; set; } policy_content block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_policy#policy_content OrganizationPolicy#policy_content} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_policy#policy_content OrganizationPolicy#policy_content} --- @@ -921,7 +921,7 @@ public string Description { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_policy#description OrganizationPolicy#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_policy#description OrganizationPolicy#description}. --- @@ -933,7 +933,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_policy#id OrganizationPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_policy#id OrganizationPolicy#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -970,7 +970,7 @@ public object Statements { get; set; } statements block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_policy#statements OrganizationPolicy#statements} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_policy#statements OrganizationPolicy#statements} --- @@ -992,9 +992,9 @@ new OrganizationPolicyPolicyContentStatements { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Actions | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_policy#actions OrganizationPolicy#actions}. | -| Effect | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_policy#effect OrganizationPolicy#effect}. | -| Resources | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_policy#resources OrganizationPolicy#resources}. | +| Actions | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_policy#actions OrganizationPolicy#actions}. | +| Effect | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_policy#effect OrganizationPolicy#effect}. | +| Resources | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_policy#resources OrganizationPolicy#resources}. | --- @@ -1006,7 +1006,7 @@ public string[] Actions { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_policy#actions OrganizationPolicy#actions}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_policy#actions OrganizationPolicy#actions}. --- @@ -1018,7 +1018,7 @@ public string Effect { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_policy#effect OrganizationPolicy#effect}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_policy#effect OrganizationPolicy#effect}. --- @@ -1030,7 +1030,7 @@ public string[] Resources { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_policy#resources OrganizationPolicy#resources}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_policy#resources OrganizationPolicy#resources}. --- diff --git a/docs/organizationPolicy.go.md b/docs/organizationPolicy.go.md index 156c34d95..49b44c3ca 100644 --- a/docs/organizationPolicy.go.md +++ b/docs/organizationPolicy.go.md @@ -4,7 +4,7 @@ ### OrganizationPolicy -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_policy spotinst_organization_policy}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_policy spotinst_organization_policy}. #### Initializers @@ -494,7 +494,7 @@ The construct id used in the generated config for the OrganizationPolicy to impo The id of the existing OrganizationPolicy that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_policy#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_policy#import import section} in the documentation of this resource for the id to use --- @@ -810,10 +810,10 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/organizationpol | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_policy#name OrganizationPolicy#name}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_policy#name OrganizationPolicy#name}. | | PolicyContent | interface{} | policy_content block. | -| Description | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_policy#description OrganizationPolicy#description}. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_policy#id OrganizationPolicy#id}. | +| Description | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_policy#description OrganizationPolicy#description}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_policy#id OrganizationPolicy#id}. | --- @@ -895,7 +895,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_policy#name OrganizationPolicy#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_policy#name OrganizationPolicy#name}. --- @@ -909,7 +909,7 @@ PolicyContent interface{} policy_content block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_policy#policy_content OrganizationPolicy#policy_content} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_policy#policy_content OrganizationPolicy#policy_content} --- @@ -921,7 +921,7 @@ Description *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_policy#description OrganizationPolicy#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_policy#description OrganizationPolicy#description}. --- @@ -933,7 +933,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_policy#id OrganizationPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_policy#id OrganizationPolicy#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -970,7 +970,7 @@ Statements interface{} statements block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_policy#statements OrganizationPolicy#statements} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_policy#statements OrganizationPolicy#statements} --- @@ -992,9 +992,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/organizationpol | **Name** | **Type** | **Description** | | --- | --- | --- | -| Actions | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_policy#actions OrganizationPolicy#actions}. | -| Effect | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_policy#effect OrganizationPolicy#effect}. | -| Resources | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_policy#resources OrganizationPolicy#resources}. | +| Actions | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_policy#actions OrganizationPolicy#actions}. | +| Effect | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_policy#effect OrganizationPolicy#effect}. | +| Resources | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_policy#resources OrganizationPolicy#resources}. | --- @@ -1006,7 +1006,7 @@ Actions *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_policy#actions OrganizationPolicy#actions}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_policy#actions OrganizationPolicy#actions}. --- @@ -1018,7 +1018,7 @@ Effect *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_policy#effect OrganizationPolicy#effect}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_policy#effect OrganizationPolicy#effect}. --- @@ -1030,7 +1030,7 @@ Resources *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_policy#resources OrganizationPolicy#resources}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_policy#resources OrganizationPolicy#resources}. --- diff --git a/docs/organizationPolicy.java.md b/docs/organizationPolicy.java.md index 5101bd17a..395343c4f 100644 --- a/docs/organizationPolicy.java.md +++ b/docs/organizationPolicy.java.md @@ -4,7 +4,7 @@ ### OrganizationPolicy -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_policy spotinst_organization_policy}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_policy spotinst_organization_policy}. #### Initializers @@ -42,10 +42,10 @@ OrganizationPolicy.Builder.create(Construct scope, java.lang.String id) | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_policy#name OrganizationPolicy#name}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_policy#name OrganizationPolicy#name}. | | policyContent | com.hashicorp.cdktf.IResolvable OR java.util.List<OrganizationPolicyPolicyContent> | policy_content block. | -| description | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_policy#description OrganizationPolicy#description}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_policy#id OrganizationPolicy#id}. | +| description | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_policy#description OrganizationPolicy#description}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_policy#id OrganizationPolicy#id}. | --- @@ -113,7 +113,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_policy#name OrganizationPolicy#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_policy#name OrganizationPolicy#name}. --- @@ -123,7 +123,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti policy_content block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_policy#policy_content OrganizationPolicy#policy_content} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_policy#policy_content OrganizationPolicy#policy_content} --- @@ -131,7 +131,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_policy#description OrganizationPolicy#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_policy#description OrganizationPolicy#description}. --- @@ -139,7 +139,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_policy#id OrganizationPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_policy#id OrganizationPolicy#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -596,7 +596,7 @@ The construct id used in the generated config for the OrganizationPolicy to impo The id of the existing OrganizationPolicy that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_policy#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_policy#import import section} in the documentation of this resource for the id to use --- @@ -917,10 +917,10 @@ OrganizationPolicyConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_policy#name OrganizationPolicy#name}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_policy#name OrganizationPolicy#name}. | | policyContent | com.hashicorp.cdktf.IResolvable OR java.util.List<OrganizationPolicyPolicyContent> | policy_content block. | -| description | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_policy#description OrganizationPolicy#description}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_policy#id OrganizationPolicy#id}. | +| description | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_policy#description OrganizationPolicy#description}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_policy#id OrganizationPolicy#id}. | --- @@ -1002,7 +1002,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_policy#name OrganizationPolicy#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_policy#name OrganizationPolicy#name}. --- @@ -1016,7 +1016,7 @@ public java.lang.Object getPolicyContent(); policy_content block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_policy#policy_content OrganizationPolicy#policy_content} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_policy#policy_content OrganizationPolicy#policy_content} --- @@ -1028,7 +1028,7 @@ public java.lang.String getDescription(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_policy#description OrganizationPolicy#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_policy#description OrganizationPolicy#description}. --- @@ -1040,7 +1040,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_policy#id OrganizationPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_policy#id OrganizationPolicy#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1078,7 +1078,7 @@ public java.lang.Object getStatements(); statements block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_policy#statements OrganizationPolicy#statements} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_policy#statements OrganizationPolicy#statements} --- @@ -1100,9 +1100,9 @@ OrganizationPolicyPolicyContentStatements.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| actions | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_policy#actions OrganizationPolicy#actions}. | -| effect | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_policy#effect OrganizationPolicy#effect}. | -| resources | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_policy#resources OrganizationPolicy#resources}. | +| actions | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_policy#actions OrganizationPolicy#actions}. | +| effect | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_policy#effect OrganizationPolicy#effect}. | +| resources | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_policy#resources OrganizationPolicy#resources}. | --- @@ -1114,7 +1114,7 @@ public java.util.List getActions(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_policy#actions OrganizationPolicy#actions}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_policy#actions OrganizationPolicy#actions}. --- @@ -1126,7 +1126,7 @@ public java.lang.String getEffect(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_policy#effect OrganizationPolicy#effect}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_policy#effect OrganizationPolicy#effect}. --- @@ -1138,7 +1138,7 @@ public java.util.List getResources(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_policy#resources OrganizationPolicy#resources}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_policy#resources OrganizationPolicy#resources}. --- diff --git a/docs/organizationPolicy.python.md b/docs/organizationPolicy.python.md index a3fb7c904..38329b93b 100644 --- a/docs/organizationPolicy.python.md +++ b/docs/organizationPolicy.python.md @@ -4,7 +4,7 @@ ### OrganizationPolicy -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_policy spotinst_organization_policy}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_policy spotinst_organization_policy}. #### Initializers @@ -39,10 +39,10 @@ organizationPolicy.OrganizationPolicy( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_policy#name OrganizationPolicy#name}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_policy#name OrganizationPolicy#name}. | | policy_content | typing.Union[cdktf.IResolvable, typing.List[OrganizationPolicyPolicyContent]] | policy_content block. | -| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_policy#description OrganizationPolicy#description}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_policy#id OrganizationPolicy#id}. | +| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_policy#description OrganizationPolicy#description}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_policy#id OrganizationPolicy#id}. | --- @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_policy#name OrganizationPolicy#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_policy#name OrganizationPolicy#name}. --- @@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti policy_content block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_policy#policy_content OrganizationPolicy#policy_content} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_policy#policy_content OrganizationPolicy#policy_content} --- @@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_policy#description OrganizationPolicy#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_policy#description OrganizationPolicy#description}. --- @@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_policy#id OrganizationPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_policy#id OrganizationPolicy#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -641,7 +641,7 @@ The construct id used in the generated config for the OrganizationPolicy to impo The id of the existing OrganizationPolicy that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_policy#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_policy#import import section} in the documentation of this resource for the id to use --- @@ -957,10 +957,10 @@ organizationPolicy.OrganizationPolicyConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_policy#name OrganizationPolicy#name}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_policy#name OrganizationPolicy#name}. | | policy_content | typing.Union[cdktf.IResolvable, typing.List[OrganizationPolicyPolicyContent]] | policy_content block. | -| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_policy#description OrganizationPolicy#description}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_policy#id OrganizationPolicy#id}. | +| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_policy#description OrganizationPolicy#description}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_policy#id OrganizationPolicy#id}. | --- @@ -1042,7 +1042,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_policy#name OrganizationPolicy#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_policy#name OrganizationPolicy#name}. --- @@ -1056,7 +1056,7 @@ policy_content: typing.Union[IResolvable, typing.List[OrganizationPolicyPolicyCo policy_content block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_policy#policy_content OrganizationPolicy#policy_content} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_policy#policy_content OrganizationPolicy#policy_content} --- @@ -1068,7 +1068,7 @@ description: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_policy#description OrganizationPolicy#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_policy#description OrganizationPolicy#description}. --- @@ -1080,7 +1080,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_policy#id OrganizationPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_policy#id OrganizationPolicy#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1117,7 +1117,7 @@ statements: typing.Union[IResolvable, typing.List[OrganizationPolicyPolicyConten statements block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_policy#statements OrganizationPolicy#statements} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_policy#statements OrganizationPolicy#statements} --- @@ -1139,9 +1139,9 @@ organizationPolicy.OrganizationPolicyPolicyContentStatements( | **Name** | **Type** | **Description** | | --- | --- | --- | -| actions | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_policy#actions OrganizationPolicy#actions}. | -| effect | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_policy#effect OrganizationPolicy#effect}. | -| resources | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_policy#resources OrganizationPolicy#resources}. | +| actions | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_policy#actions OrganizationPolicy#actions}. | +| effect | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_policy#effect OrganizationPolicy#effect}. | +| resources | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_policy#resources OrganizationPolicy#resources}. | --- @@ -1153,7 +1153,7 @@ actions: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_policy#actions OrganizationPolicy#actions}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_policy#actions OrganizationPolicy#actions}. --- @@ -1165,7 +1165,7 @@ effect: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_policy#effect OrganizationPolicy#effect}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_policy#effect OrganizationPolicy#effect}. --- @@ -1177,7 +1177,7 @@ resources: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_policy#resources OrganizationPolicy#resources}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_policy#resources OrganizationPolicy#resources}. --- diff --git a/docs/organizationPolicy.typescript.md b/docs/organizationPolicy.typescript.md index 9561a7ba1..37a6949d1 100644 --- a/docs/organizationPolicy.typescript.md +++ b/docs/organizationPolicy.typescript.md @@ -4,7 +4,7 @@ ### OrganizationPolicy -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_policy spotinst_organization_policy}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_policy spotinst_organization_policy}. #### Initializers @@ -494,7 +494,7 @@ The construct id used in the generated config for the OrganizationPolicy to impo The id of the existing OrganizationPolicy that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_policy#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_policy#import import section} in the documentation of this resource for the id to use --- @@ -798,10 +798,10 @@ const organizationPolicyConfig: organizationPolicy.OrganizationPolicyConfig = { | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_policy#name OrganizationPolicy#name}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_policy#name OrganizationPolicy#name}. | | policyContent | cdktf.IResolvable \| OrganizationPolicyPolicyContent[] | policy_content block. | -| description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_policy#description OrganizationPolicy#description}. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_policy#id OrganizationPolicy#id}. | +| description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_policy#description OrganizationPolicy#description}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_policy#id OrganizationPolicy#id}. | --- @@ -883,7 +883,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_policy#name OrganizationPolicy#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_policy#name OrganizationPolicy#name}. --- @@ -897,7 +897,7 @@ public readonly policyContent: IResolvable | OrganizationPolicyPolicyContent[]; policy_content block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_policy#policy_content OrganizationPolicy#policy_content} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_policy#policy_content OrganizationPolicy#policy_content} --- @@ -909,7 +909,7 @@ public readonly description: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_policy#description OrganizationPolicy#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_policy#description OrganizationPolicy#description}. --- @@ -921,7 +921,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_policy#id OrganizationPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_policy#id OrganizationPolicy#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -956,7 +956,7 @@ public readonly statements: IResolvable | OrganizationPolicyPolicyContentStateme statements block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_policy#statements OrganizationPolicy#statements} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_policy#statements OrganizationPolicy#statements} --- @@ -974,9 +974,9 @@ const organizationPolicyPolicyContentStatements: organizationPolicy.Organization | **Name** | **Type** | **Description** | | --- | --- | --- | -| actions | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_policy#actions OrganizationPolicy#actions}. | -| effect | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_policy#effect OrganizationPolicy#effect}. | -| resources | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_policy#resources OrganizationPolicy#resources}. | +| actions | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_policy#actions OrganizationPolicy#actions}. | +| effect | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_policy#effect OrganizationPolicy#effect}. | +| resources | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_policy#resources OrganizationPolicy#resources}. | --- @@ -988,7 +988,7 @@ public readonly actions: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_policy#actions OrganizationPolicy#actions}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_policy#actions OrganizationPolicy#actions}. --- @@ -1000,7 +1000,7 @@ public readonly effect: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_policy#effect OrganizationPolicy#effect}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_policy#effect OrganizationPolicy#effect}. --- @@ -1012,7 +1012,7 @@ public readonly resources: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_policy#resources OrganizationPolicy#resources}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_policy#resources OrganizationPolicy#resources}. --- diff --git a/docs/organizationProgrammaticUser.csharp.md b/docs/organizationProgrammaticUser.csharp.md index 2357b9a23..b805d1803 100644 --- a/docs/organizationProgrammaticUser.csharp.md +++ b/docs/organizationProgrammaticUser.csharp.md @@ -4,7 +4,7 @@ ### OrganizationProgrammaticUser -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_programmatic_user spotinst_organization_programmatic_user}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_programmatic_user spotinst_organization_programmatic_user}. #### Initializers @@ -528,7 +528,7 @@ The construct id used in the generated config for the OrganizationProgrammaticUs The id of the existing OrganizationProgrammaticUser that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_programmatic_user#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_programmatic_user#import import section} in the documentation of this resource for the id to use --- @@ -872,8 +872,8 @@ new OrganizationProgrammaticUserAccounts { | **Name** | **Type** | **Description** | | --- | --- | --- | -| AccountId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_programmatic_user#account_id OrganizationProgrammaticUser#account_id}. | -| AccountRole | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_programmatic_user#account_role OrganizationProgrammaticUser#account_role}. | +| AccountId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_programmatic_user#account_id OrganizationProgrammaticUser#account_id}. | +| AccountRole | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_programmatic_user#account_role OrganizationProgrammaticUser#account_role}. | --- @@ -885,7 +885,7 @@ public string AccountId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_programmatic_user#account_id OrganizationProgrammaticUser#account_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_programmatic_user#account_id OrganizationProgrammaticUser#account_id}. --- @@ -897,7 +897,7 @@ public string AccountRole { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_programmatic_user#account_role OrganizationProgrammaticUser#account_role}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_programmatic_user#account_role OrganizationProgrammaticUser#account_role}. --- @@ -936,12 +936,12 @@ new OrganizationProgrammaticUserConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_programmatic_user#name OrganizationProgrammaticUser#name}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_programmatic_user#name OrganizationProgrammaticUser#name}. | | Accounts | object | accounts block. | -| Description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_programmatic_user#description OrganizationProgrammaticUser#description}. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_programmatic_user#id OrganizationProgrammaticUser#id}. | +| Description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_programmatic_user#description OrganizationProgrammaticUser#description}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_programmatic_user#id OrganizationProgrammaticUser#id}. | | Policies | object | policies block. | -| UserGroupIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_programmatic_user#user_group_ids OrganizationProgrammaticUser#user_group_ids}. | +| UserGroupIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_programmatic_user#user_group_ids OrganizationProgrammaticUser#user_group_ids}. | --- @@ -1023,7 +1023,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_programmatic_user#name OrganizationProgrammaticUser#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_programmatic_user#name OrganizationProgrammaticUser#name}. --- @@ -1037,7 +1037,7 @@ public object Accounts { get; set; } accounts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_programmatic_user#accounts OrganizationProgrammaticUser#accounts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_programmatic_user#accounts OrganizationProgrammaticUser#accounts} --- @@ -1049,7 +1049,7 @@ public string Description { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_programmatic_user#description OrganizationProgrammaticUser#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_programmatic_user#description OrganizationProgrammaticUser#description}. --- @@ -1061,7 +1061,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_programmatic_user#id OrganizationProgrammaticUser#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_programmatic_user#id OrganizationProgrammaticUser#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1078,7 +1078,7 @@ public object Policies { get; set; } policies block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_programmatic_user#policies OrganizationProgrammaticUser#policies} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_programmatic_user#policies OrganizationProgrammaticUser#policies} --- @@ -1090,7 +1090,7 @@ public string[] UserGroupIds { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_programmatic_user#user_group_ids OrganizationProgrammaticUser#user_group_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_programmatic_user#user_group_ids OrganizationProgrammaticUser#user_group_ids}. --- @@ -1111,8 +1111,8 @@ new OrganizationProgrammaticUserPolicies { | **Name** | **Type** | **Description** | | --- | --- | --- | -| PolicyAccountIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_programmatic_user#policy_account_ids OrganizationProgrammaticUser#policy_account_ids}. | -| PolicyId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_programmatic_user#policy_id OrganizationProgrammaticUser#policy_id}. | +| PolicyAccountIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_programmatic_user#policy_account_ids OrganizationProgrammaticUser#policy_account_ids}. | +| PolicyId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_programmatic_user#policy_id OrganizationProgrammaticUser#policy_id}. | --- @@ -1124,7 +1124,7 @@ public string[] PolicyAccountIds { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_programmatic_user#policy_account_ids OrganizationProgrammaticUser#policy_account_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_programmatic_user#policy_account_ids OrganizationProgrammaticUser#policy_account_ids}. --- @@ -1136,7 +1136,7 @@ public string PolicyId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_programmatic_user#policy_id OrganizationProgrammaticUser#policy_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_programmatic_user#policy_id OrganizationProgrammaticUser#policy_id}. --- diff --git a/docs/organizationProgrammaticUser.go.md b/docs/organizationProgrammaticUser.go.md index 2c505e2da..8d862942b 100644 --- a/docs/organizationProgrammaticUser.go.md +++ b/docs/organizationProgrammaticUser.go.md @@ -4,7 +4,7 @@ ### OrganizationProgrammaticUser -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_programmatic_user spotinst_organization_programmatic_user}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_programmatic_user spotinst_organization_programmatic_user}. #### Initializers @@ -528,7 +528,7 @@ The construct id used in the generated config for the OrganizationProgrammaticUs The id of the existing OrganizationProgrammaticUser that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_programmatic_user#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_programmatic_user#import import section} in the documentation of this resource for the id to use --- @@ -872,8 +872,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/organizationpro | **Name** | **Type** | **Description** | | --- | --- | --- | -| AccountId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_programmatic_user#account_id OrganizationProgrammaticUser#account_id}. | -| AccountRole | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_programmatic_user#account_role OrganizationProgrammaticUser#account_role}. | +| AccountId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_programmatic_user#account_id OrganizationProgrammaticUser#account_id}. | +| AccountRole | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_programmatic_user#account_role OrganizationProgrammaticUser#account_role}. | --- @@ -885,7 +885,7 @@ AccountId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_programmatic_user#account_id OrganizationProgrammaticUser#account_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_programmatic_user#account_id OrganizationProgrammaticUser#account_id}. --- @@ -897,7 +897,7 @@ AccountRole *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_programmatic_user#account_role OrganizationProgrammaticUser#account_role}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_programmatic_user#account_role OrganizationProgrammaticUser#account_role}. --- @@ -936,12 +936,12 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/organizationpro | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_programmatic_user#name OrganizationProgrammaticUser#name}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_programmatic_user#name OrganizationProgrammaticUser#name}. | | Accounts | interface{} | accounts block. | -| Description | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_programmatic_user#description OrganizationProgrammaticUser#description}. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_programmatic_user#id OrganizationProgrammaticUser#id}. | +| Description | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_programmatic_user#description OrganizationProgrammaticUser#description}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_programmatic_user#id OrganizationProgrammaticUser#id}. | | Policies | interface{} | policies block. | -| UserGroupIds | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_programmatic_user#user_group_ids OrganizationProgrammaticUser#user_group_ids}. | +| UserGroupIds | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_programmatic_user#user_group_ids OrganizationProgrammaticUser#user_group_ids}. | --- @@ -1023,7 +1023,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_programmatic_user#name OrganizationProgrammaticUser#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_programmatic_user#name OrganizationProgrammaticUser#name}. --- @@ -1037,7 +1037,7 @@ Accounts interface{} accounts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_programmatic_user#accounts OrganizationProgrammaticUser#accounts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_programmatic_user#accounts OrganizationProgrammaticUser#accounts} --- @@ -1049,7 +1049,7 @@ Description *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_programmatic_user#description OrganizationProgrammaticUser#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_programmatic_user#description OrganizationProgrammaticUser#description}. --- @@ -1061,7 +1061,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_programmatic_user#id OrganizationProgrammaticUser#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_programmatic_user#id OrganizationProgrammaticUser#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1078,7 +1078,7 @@ Policies interface{} policies block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_programmatic_user#policies OrganizationProgrammaticUser#policies} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_programmatic_user#policies OrganizationProgrammaticUser#policies} --- @@ -1090,7 +1090,7 @@ UserGroupIds *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_programmatic_user#user_group_ids OrganizationProgrammaticUser#user_group_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_programmatic_user#user_group_ids OrganizationProgrammaticUser#user_group_ids}. --- @@ -1111,8 +1111,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/organizationpro | **Name** | **Type** | **Description** | | --- | --- | --- | -| PolicyAccountIds | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_programmatic_user#policy_account_ids OrganizationProgrammaticUser#policy_account_ids}. | -| PolicyId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_programmatic_user#policy_id OrganizationProgrammaticUser#policy_id}. | +| PolicyAccountIds | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_programmatic_user#policy_account_ids OrganizationProgrammaticUser#policy_account_ids}. | +| PolicyId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_programmatic_user#policy_id OrganizationProgrammaticUser#policy_id}. | --- @@ -1124,7 +1124,7 @@ PolicyAccountIds *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_programmatic_user#policy_account_ids OrganizationProgrammaticUser#policy_account_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_programmatic_user#policy_account_ids OrganizationProgrammaticUser#policy_account_ids}. --- @@ -1136,7 +1136,7 @@ PolicyId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_programmatic_user#policy_id OrganizationProgrammaticUser#policy_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_programmatic_user#policy_id OrganizationProgrammaticUser#policy_id}. --- diff --git a/docs/organizationProgrammaticUser.java.md b/docs/organizationProgrammaticUser.java.md index c84351aa1..37dc8ab96 100644 --- a/docs/organizationProgrammaticUser.java.md +++ b/docs/organizationProgrammaticUser.java.md @@ -4,7 +4,7 @@ ### OrganizationProgrammaticUser -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_programmatic_user spotinst_organization_programmatic_user}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_programmatic_user spotinst_organization_programmatic_user}. #### Initializers @@ -45,12 +45,12 @@ OrganizationProgrammaticUser.Builder.create(Construct scope, java.lang.String id | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_programmatic_user#name OrganizationProgrammaticUser#name}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_programmatic_user#name OrganizationProgrammaticUser#name}. | | accounts | com.hashicorp.cdktf.IResolvable OR java.util.List<OrganizationProgrammaticUserAccounts> | accounts block. | -| description | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_programmatic_user#description OrganizationProgrammaticUser#description}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_programmatic_user#id OrganizationProgrammaticUser#id}. | +| description | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_programmatic_user#description OrganizationProgrammaticUser#description}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_programmatic_user#id OrganizationProgrammaticUser#id}. | | policies | com.hashicorp.cdktf.IResolvable OR java.util.List<OrganizationProgrammaticUserPolicies> | policies block. | -| userGroupIds | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_programmatic_user#user_group_ids OrganizationProgrammaticUser#user_group_ids}. | +| userGroupIds | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_programmatic_user#user_group_ids OrganizationProgrammaticUser#user_group_ids}. | --- @@ -118,7 +118,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_programmatic_user#name OrganizationProgrammaticUser#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_programmatic_user#name OrganizationProgrammaticUser#name}. --- @@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti accounts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_programmatic_user#accounts OrganizationProgrammaticUser#accounts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_programmatic_user#accounts OrganizationProgrammaticUser#accounts} --- @@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_programmatic_user#description OrganizationProgrammaticUser#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_programmatic_user#description OrganizationProgrammaticUser#description}. --- @@ -144,7 +144,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_programmatic_user#id OrganizationProgrammaticUser#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_programmatic_user#id OrganizationProgrammaticUser#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -157,7 +157,7 @@ If you experience problems setting this value it might not be settable. Please t policies block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_programmatic_user#policies OrganizationProgrammaticUser#policies} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_programmatic_user#policies OrganizationProgrammaticUser#policies} --- @@ -165,7 +165,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_programmatic_user#user_group_ids OrganizationProgrammaticUser#user_group_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_programmatic_user#user_group_ids OrganizationProgrammaticUser#user_group_ids}. --- @@ -653,7 +653,7 @@ The construct id used in the generated config for the OrganizationProgrammaticUs The id of the existing OrganizationProgrammaticUser that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_programmatic_user#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_programmatic_user#import import section} in the documentation of this resource for the id to use --- @@ -997,8 +997,8 @@ OrganizationProgrammaticUserAccounts.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| accountId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_programmatic_user#account_id OrganizationProgrammaticUser#account_id}. | -| accountRole | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_programmatic_user#account_role OrganizationProgrammaticUser#account_role}. | +| accountId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_programmatic_user#account_id OrganizationProgrammaticUser#account_id}. | +| accountRole | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_programmatic_user#account_role OrganizationProgrammaticUser#account_role}. | --- @@ -1010,7 +1010,7 @@ public java.lang.String getAccountId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_programmatic_user#account_id OrganizationProgrammaticUser#account_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_programmatic_user#account_id OrganizationProgrammaticUser#account_id}. --- @@ -1022,7 +1022,7 @@ public java.lang.String getAccountRole(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_programmatic_user#account_role OrganizationProgrammaticUser#account_role}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_programmatic_user#account_role OrganizationProgrammaticUser#account_role}. --- @@ -1067,12 +1067,12 @@ OrganizationProgrammaticUserConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_programmatic_user#name OrganizationProgrammaticUser#name}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_programmatic_user#name OrganizationProgrammaticUser#name}. | | accounts | com.hashicorp.cdktf.IResolvable OR java.util.List<OrganizationProgrammaticUserAccounts> | accounts block. | -| description | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_programmatic_user#description OrganizationProgrammaticUser#description}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_programmatic_user#id OrganizationProgrammaticUser#id}. | +| description | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_programmatic_user#description OrganizationProgrammaticUser#description}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_programmatic_user#id OrganizationProgrammaticUser#id}. | | policies | com.hashicorp.cdktf.IResolvable OR java.util.List<OrganizationProgrammaticUserPolicies> | policies block. | -| userGroupIds | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_programmatic_user#user_group_ids OrganizationProgrammaticUser#user_group_ids}. | +| userGroupIds | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_programmatic_user#user_group_ids OrganizationProgrammaticUser#user_group_ids}. | --- @@ -1154,7 +1154,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_programmatic_user#name OrganizationProgrammaticUser#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_programmatic_user#name OrganizationProgrammaticUser#name}. --- @@ -1168,7 +1168,7 @@ public java.lang.Object getAccounts(); accounts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_programmatic_user#accounts OrganizationProgrammaticUser#accounts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_programmatic_user#accounts OrganizationProgrammaticUser#accounts} --- @@ -1180,7 +1180,7 @@ public java.lang.String getDescription(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_programmatic_user#description OrganizationProgrammaticUser#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_programmatic_user#description OrganizationProgrammaticUser#description}. --- @@ -1192,7 +1192,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_programmatic_user#id OrganizationProgrammaticUser#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_programmatic_user#id OrganizationProgrammaticUser#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1209,7 +1209,7 @@ public java.lang.Object getPolicies(); policies block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_programmatic_user#policies OrganizationProgrammaticUser#policies} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_programmatic_user#policies OrganizationProgrammaticUser#policies} --- @@ -1221,7 +1221,7 @@ public java.util.List getUserGroupIds(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_programmatic_user#user_group_ids OrganizationProgrammaticUser#user_group_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_programmatic_user#user_group_ids OrganizationProgrammaticUser#user_group_ids}. --- @@ -1242,8 +1242,8 @@ OrganizationProgrammaticUserPolicies.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| policyAccountIds | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_programmatic_user#policy_account_ids OrganizationProgrammaticUser#policy_account_ids}. | -| policyId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_programmatic_user#policy_id OrganizationProgrammaticUser#policy_id}. | +| policyAccountIds | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_programmatic_user#policy_account_ids OrganizationProgrammaticUser#policy_account_ids}. | +| policyId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_programmatic_user#policy_id OrganizationProgrammaticUser#policy_id}. | --- @@ -1255,7 +1255,7 @@ public java.util.List getPolicyAccountIds(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_programmatic_user#policy_account_ids OrganizationProgrammaticUser#policy_account_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_programmatic_user#policy_account_ids OrganizationProgrammaticUser#policy_account_ids}. --- @@ -1267,7 +1267,7 @@ public java.lang.String getPolicyId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_programmatic_user#policy_id OrganizationProgrammaticUser#policy_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_programmatic_user#policy_id OrganizationProgrammaticUser#policy_id}. --- diff --git a/docs/organizationProgrammaticUser.python.md b/docs/organizationProgrammaticUser.python.md index c5eedfe54..fdd1cf2ea 100644 --- a/docs/organizationProgrammaticUser.python.md +++ b/docs/organizationProgrammaticUser.python.md @@ -4,7 +4,7 @@ ### OrganizationProgrammaticUser -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_programmatic_user spotinst_organization_programmatic_user}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_programmatic_user spotinst_organization_programmatic_user}. #### Initializers @@ -41,12 +41,12 @@ organizationProgrammaticUser.OrganizationProgrammaticUser( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_programmatic_user#name OrganizationProgrammaticUser#name}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_programmatic_user#name OrganizationProgrammaticUser#name}. | | accounts | typing.Union[cdktf.IResolvable, typing.List[OrganizationProgrammaticUserAccounts]] | accounts block. | -| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_programmatic_user#description OrganizationProgrammaticUser#description}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_programmatic_user#id OrganizationProgrammaticUser#id}. | +| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_programmatic_user#description OrganizationProgrammaticUser#description}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_programmatic_user#id OrganizationProgrammaticUser#id}. | | policies | typing.Union[cdktf.IResolvable, typing.List[OrganizationProgrammaticUserPolicies]] | policies block. | -| user_group_ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_programmatic_user#user_group_ids OrganizationProgrammaticUser#user_group_ids}. | +| user_group_ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_programmatic_user#user_group_ids OrganizationProgrammaticUser#user_group_ids}. | --- @@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_programmatic_user#name OrganizationProgrammaticUser#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_programmatic_user#name OrganizationProgrammaticUser#name}. --- @@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti accounts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_programmatic_user#accounts OrganizationProgrammaticUser#accounts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_programmatic_user#accounts OrganizationProgrammaticUser#accounts} --- @@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_programmatic_user#description OrganizationProgrammaticUser#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_programmatic_user#description OrganizationProgrammaticUser#description}. --- @@ -140,7 +140,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_programmatic_user#id OrganizationProgrammaticUser#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_programmatic_user#id OrganizationProgrammaticUser#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -153,7 +153,7 @@ If you experience problems setting this value it might not be settable. Please t policies block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_programmatic_user#policies OrganizationProgrammaticUser#policies} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_programmatic_user#policies OrganizationProgrammaticUser#policies} --- @@ -161,7 +161,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_programmatic_user#user_group_ids OrganizationProgrammaticUser#user_group_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_programmatic_user#user_group_ids OrganizationProgrammaticUser#user_group_ids}. --- @@ -699,7 +699,7 @@ The construct id used in the generated config for the OrganizationProgrammaticUs The id of the existing OrganizationProgrammaticUser that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_programmatic_user#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_programmatic_user#import import section} in the documentation of this resource for the id to use --- @@ -1043,8 +1043,8 @@ organizationProgrammaticUser.OrganizationProgrammaticUserAccounts( | **Name** | **Type** | **Description** | | --- | --- | --- | -| account_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_programmatic_user#account_id OrganizationProgrammaticUser#account_id}. | -| account_role | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_programmatic_user#account_role OrganizationProgrammaticUser#account_role}. | +| account_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_programmatic_user#account_id OrganizationProgrammaticUser#account_id}. | +| account_role | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_programmatic_user#account_role OrganizationProgrammaticUser#account_role}. | --- @@ -1056,7 +1056,7 @@ account_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_programmatic_user#account_id OrganizationProgrammaticUser#account_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_programmatic_user#account_id OrganizationProgrammaticUser#account_id}. --- @@ -1068,7 +1068,7 @@ account_role: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_programmatic_user#account_role OrganizationProgrammaticUser#account_role}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_programmatic_user#account_role OrganizationProgrammaticUser#account_role}. --- @@ -1107,12 +1107,12 @@ organizationProgrammaticUser.OrganizationProgrammaticUserConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_programmatic_user#name OrganizationProgrammaticUser#name}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_programmatic_user#name OrganizationProgrammaticUser#name}. | | accounts | typing.Union[cdktf.IResolvable, typing.List[OrganizationProgrammaticUserAccounts]] | accounts block. | -| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_programmatic_user#description OrganizationProgrammaticUser#description}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_programmatic_user#id OrganizationProgrammaticUser#id}. | +| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_programmatic_user#description OrganizationProgrammaticUser#description}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_programmatic_user#id OrganizationProgrammaticUser#id}. | | policies | typing.Union[cdktf.IResolvable, typing.List[OrganizationProgrammaticUserPolicies]] | policies block. | -| user_group_ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_programmatic_user#user_group_ids OrganizationProgrammaticUser#user_group_ids}. | +| user_group_ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_programmatic_user#user_group_ids OrganizationProgrammaticUser#user_group_ids}. | --- @@ -1194,7 +1194,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_programmatic_user#name OrganizationProgrammaticUser#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_programmatic_user#name OrganizationProgrammaticUser#name}. --- @@ -1208,7 +1208,7 @@ accounts: typing.Union[IResolvable, typing.List[OrganizationProgrammaticUserAcco accounts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_programmatic_user#accounts OrganizationProgrammaticUser#accounts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_programmatic_user#accounts OrganizationProgrammaticUser#accounts} --- @@ -1220,7 +1220,7 @@ description: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_programmatic_user#description OrganizationProgrammaticUser#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_programmatic_user#description OrganizationProgrammaticUser#description}. --- @@ -1232,7 +1232,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_programmatic_user#id OrganizationProgrammaticUser#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_programmatic_user#id OrganizationProgrammaticUser#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1249,7 +1249,7 @@ policies: typing.Union[IResolvable, typing.List[OrganizationProgrammaticUserPoli policies block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_programmatic_user#policies OrganizationProgrammaticUser#policies} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_programmatic_user#policies OrganizationProgrammaticUser#policies} --- @@ -1261,7 +1261,7 @@ user_group_ids: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_programmatic_user#user_group_ids OrganizationProgrammaticUser#user_group_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_programmatic_user#user_group_ids OrganizationProgrammaticUser#user_group_ids}. --- @@ -1282,8 +1282,8 @@ organizationProgrammaticUser.OrganizationProgrammaticUserPolicies( | **Name** | **Type** | **Description** | | --- | --- | --- | -| policy_account_ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_programmatic_user#policy_account_ids OrganizationProgrammaticUser#policy_account_ids}. | -| policy_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_programmatic_user#policy_id OrganizationProgrammaticUser#policy_id}. | +| policy_account_ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_programmatic_user#policy_account_ids OrganizationProgrammaticUser#policy_account_ids}. | +| policy_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_programmatic_user#policy_id OrganizationProgrammaticUser#policy_id}. | --- @@ -1295,7 +1295,7 @@ policy_account_ids: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_programmatic_user#policy_account_ids OrganizationProgrammaticUser#policy_account_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_programmatic_user#policy_account_ids OrganizationProgrammaticUser#policy_account_ids}. --- @@ -1307,7 +1307,7 @@ policy_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_programmatic_user#policy_id OrganizationProgrammaticUser#policy_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_programmatic_user#policy_id OrganizationProgrammaticUser#policy_id}. --- diff --git a/docs/organizationProgrammaticUser.typescript.md b/docs/organizationProgrammaticUser.typescript.md index d320bd341..ea784ea2d 100644 --- a/docs/organizationProgrammaticUser.typescript.md +++ b/docs/organizationProgrammaticUser.typescript.md @@ -4,7 +4,7 @@ ### OrganizationProgrammaticUser -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_programmatic_user spotinst_organization_programmatic_user}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_programmatic_user spotinst_organization_programmatic_user}. #### Initializers @@ -528,7 +528,7 @@ The construct id used in the generated config for the OrganizationProgrammaticUs The id of the existing OrganizationProgrammaticUser that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_programmatic_user#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_programmatic_user#import import section} in the documentation of this resource for the id to use --- @@ -869,8 +869,8 @@ const organizationProgrammaticUserAccounts: organizationProgrammaticUser.Organiz | **Name** | **Type** | **Description** | | --- | --- | --- | -| accountId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_programmatic_user#account_id OrganizationProgrammaticUser#account_id}. | -| accountRole | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_programmatic_user#account_role OrganizationProgrammaticUser#account_role}. | +| accountId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_programmatic_user#account_id OrganizationProgrammaticUser#account_id}. | +| accountRole | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_programmatic_user#account_role OrganizationProgrammaticUser#account_role}. | --- @@ -882,7 +882,7 @@ public readonly accountId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_programmatic_user#account_id OrganizationProgrammaticUser#account_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_programmatic_user#account_id OrganizationProgrammaticUser#account_id}. --- @@ -894,7 +894,7 @@ public readonly accountRole: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_programmatic_user#account_role OrganizationProgrammaticUser#account_role}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_programmatic_user#account_role OrganizationProgrammaticUser#account_role}. --- @@ -919,12 +919,12 @@ const organizationProgrammaticUserConfig: organizationProgrammaticUser.Organizat | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_programmatic_user#name OrganizationProgrammaticUser#name}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_programmatic_user#name OrganizationProgrammaticUser#name}. | | accounts | cdktf.IResolvable \| OrganizationProgrammaticUserAccounts[] | accounts block. | -| description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_programmatic_user#description OrganizationProgrammaticUser#description}. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_programmatic_user#id OrganizationProgrammaticUser#id}. | +| description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_programmatic_user#description OrganizationProgrammaticUser#description}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_programmatic_user#id OrganizationProgrammaticUser#id}. | | policies | cdktf.IResolvable \| OrganizationProgrammaticUserPolicies[] | policies block. | -| userGroupIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_programmatic_user#user_group_ids OrganizationProgrammaticUser#user_group_ids}. | +| userGroupIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_programmatic_user#user_group_ids OrganizationProgrammaticUser#user_group_ids}. | --- @@ -1006,7 +1006,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_programmatic_user#name OrganizationProgrammaticUser#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_programmatic_user#name OrganizationProgrammaticUser#name}. --- @@ -1020,7 +1020,7 @@ public readonly accounts: IResolvable | OrganizationProgrammaticUserAccounts[]; accounts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_programmatic_user#accounts OrganizationProgrammaticUser#accounts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_programmatic_user#accounts OrganizationProgrammaticUser#accounts} --- @@ -1032,7 +1032,7 @@ public readonly description: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_programmatic_user#description OrganizationProgrammaticUser#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_programmatic_user#description OrganizationProgrammaticUser#description}. --- @@ -1044,7 +1044,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_programmatic_user#id OrganizationProgrammaticUser#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_programmatic_user#id OrganizationProgrammaticUser#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1061,7 +1061,7 @@ public readonly policies: IResolvable | OrganizationProgrammaticUserPolicies[]; policies block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_programmatic_user#policies OrganizationProgrammaticUser#policies} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_programmatic_user#policies OrganizationProgrammaticUser#policies} --- @@ -1073,7 +1073,7 @@ public readonly userGroupIds: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_programmatic_user#user_group_ids OrganizationProgrammaticUser#user_group_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_programmatic_user#user_group_ids OrganizationProgrammaticUser#user_group_ids}. --- @@ -1091,8 +1091,8 @@ const organizationProgrammaticUserPolicies: organizationProgrammaticUser.Organiz | **Name** | **Type** | **Description** | | --- | --- | --- | -| policyAccountIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_programmatic_user#policy_account_ids OrganizationProgrammaticUser#policy_account_ids}. | -| policyId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_programmatic_user#policy_id OrganizationProgrammaticUser#policy_id}. | +| policyAccountIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_programmatic_user#policy_account_ids OrganizationProgrammaticUser#policy_account_ids}. | +| policyId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_programmatic_user#policy_id OrganizationProgrammaticUser#policy_id}. | --- @@ -1104,7 +1104,7 @@ public readonly policyAccountIds: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_programmatic_user#policy_account_ids OrganizationProgrammaticUser#policy_account_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_programmatic_user#policy_account_ids OrganizationProgrammaticUser#policy_account_ids}. --- @@ -1116,7 +1116,7 @@ public readonly policyId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_programmatic_user#policy_id OrganizationProgrammaticUser#policy_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_programmatic_user#policy_id OrganizationProgrammaticUser#policy_id}. --- diff --git a/docs/organizationUser.csharp.md b/docs/organizationUser.csharp.md index ca589c9cd..76d0635e8 100644 --- a/docs/organizationUser.csharp.md +++ b/docs/organizationUser.csharp.md @@ -4,7 +4,7 @@ ### OrganizationUser -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user spotinst_organization_user}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user spotinst_organization_user}. #### Initializers @@ -515,7 +515,7 @@ The construct id used in the generated config for the OrganizationUser to import The id of the existing OrganizationUser that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#import import section} in the documentation of this resource for the id to use --- @@ -923,14 +923,14 @@ new OrganizationUserConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| Email | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#email OrganizationUser#email}. | -| FirstName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#first_name OrganizationUser#first_name}. | -| LastName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#last_name OrganizationUser#last_name}. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#id OrganizationUser#id}. | -| Password | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#password OrganizationUser#password}. | +| Email | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#email OrganizationUser#email}. | +| FirstName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#first_name OrganizationUser#first_name}. | +| LastName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#last_name OrganizationUser#last_name}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#id OrganizationUser#id}. | +| Password | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#password OrganizationUser#password}. | | Policies | object | policies block. | -| Role | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#role OrganizationUser#role}. | -| UserGroupIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#user_group_ids OrganizationUser#user_group_ids}. | +| Role | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#role OrganizationUser#role}. | +| UserGroupIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#user_group_ids OrganizationUser#user_group_ids}. | --- @@ -1012,7 +1012,7 @@ public string Email { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#email OrganizationUser#email}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#email OrganizationUser#email}. --- @@ -1024,7 +1024,7 @@ public string FirstName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#first_name OrganizationUser#first_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#first_name OrganizationUser#first_name}. --- @@ -1036,7 +1036,7 @@ public string LastName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#last_name OrganizationUser#last_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#last_name OrganizationUser#last_name}. --- @@ -1048,7 +1048,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#id OrganizationUser#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#id OrganizationUser#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1063,7 +1063,7 @@ public string Password { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#password OrganizationUser#password}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#password OrganizationUser#password}. --- @@ -1077,7 +1077,7 @@ public object Policies { get; set; } policies block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#policies OrganizationUser#policies} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#policies OrganizationUser#policies} --- @@ -1089,7 +1089,7 @@ public string Role { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#role OrganizationUser#role}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#role OrganizationUser#role}. --- @@ -1101,7 +1101,7 @@ public string[] UserGroupIds { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#user_group_ids OrganizationUser#user_group_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#user_group_ids OrganizationUser#user_group_ids}. --- @@ -1122,8 +1122,8 @@ new OrganizationUserPolicies { | **Name** | **Type** | **Description** | | --- | --- | --- | -| PolicyAccountIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#policy_account_ids OrganizationUser#policy_account_ids}. | -| PolicyId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#policy_id OrganizationUser#policy_id}. | +| PolicyAccountIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#policy_account_ids OrganizationUser#policy_account_ids}. | +| PolicyId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#policy_id OrganizationUser#policy_id}. | --- @@ -1135,7 +1135,7 @@ public string[] PolicyAccountIds { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#policy_account_ids OrganizationUser#policy_account_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#policy_account_ids OrganizationUser#policy_account_ids}. --- @@ -1147,7 +1147,7 @@ public string PolicyId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#policy_id OrganizationUser#policy_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#policy_id OrganizationUser#policy_id}. --- diff --git a/docs/organizationUser.go.md b/docs/organizationUser.go.md index 98a8e8dc6..5c9f93e42 100644 --- a/docs/organizationUser.go.md +++ b/docs/organizationUser.go.md @@ -4,7 +4,7 @@ ### OrganizationUser -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user spotinst_organization_user}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user spotinst_organization_user}. #### Initializers @@ -515,7 +515,7 @@ The construct id used in the generated config for the OrganizationUser to import The id of the existing OrganizationUser that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#import import section} in the documentation of this resource for the id to use --- @@ -923,14 +923,14 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/organizationuse | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| Email | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#email OrganizationUser#email}. | -| FirstName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#first_name OrganizationUser#first_name}. | -| LastName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#last_name OrganizationUser#last_name}. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#id OrganizationUser#id}. | -| Password | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#password OrganizationUser#password}. | +| Email | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#email OrganizationUser#email}. | +| FirstName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#first_name OrganizationUser#first_name}. | +| LastName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#last_name OrganizationUser#last_name}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#id OrganizationUser#id}. | +| Password | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#password OrganizationUser#password}. | | Policies | interface{} | policies block. | -| Role | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#role OrganizationUser#role}. | -| UserGroupIds | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#user_group_ids OrganizationUser#user_group_ids}. | +| Role | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#role OrganizationUser#role}. | +| UserGroupIds | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#user_group_ids OrganizationUser#user_group_ids}. | --- @@ -1012,7 +1012,7 @@ Email *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#email OrganizationUser#email}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#email OrganizationUser#email}. --- @@ -1024,7 +1024,7 @@ FirstName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#first_name OrganizationUser#first_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#first_name OrganizationUser#first_name}. --- @@ -1036,7 +1036,7 @@ LastName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#last_name OrganizationUser#last_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#last_name OrganizationUser#last_name}. --- @@ -1048,7 +1048,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#id OrganizationUser#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#id OrganizationUser#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1063,7 +1063,7 @@ Password *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#password OrganizationUser#password}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#password OrganizationUser#password}. --- @@ -1077,7 +1077,7 @@ Policies interface{} policies block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#policies OrganizationUser#policies} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#policies OrganizationUser#policies} --- @@ -1089,7 +1089,7 @@ Role *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#role OrganizationUser#role}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#role OrganizationUser#role}. --- @@ -1101,7 +1101,7 @@ UserGroupIds *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#user_group_ids OrganizationUser#user_group_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#user_group_ids OrganizationUser#user_group_ids}. --- @@ -1122,8 +1122,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/organizationuse | **Name** | **Type** | **Description** | | --- | --- | --- | -| PolicyAccountIds | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#policy_account_ids OrganizationUser#policy_account_ids}. | -| PolicyId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#policy_id OrganizationUser#policy_id}. | +| PolicyAccountIds | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#policy_account_ids OrganizationUser#policy_account_ids}. | +| PolicyId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#policy_id OrganizationUser#policy_id}. | --- @@ -1135,7 +1135,7 @@ PolicyAccountIds *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#policy_account_ids OrganizationUser#policy_account_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#policy_account_ids OrganizationUser#policy_account_ids}. --- @@ -1147,7 +1147,7 @@ PolicyId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#policy_id OrganizationUser#policy_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#policy_id OrganizationUser#policy_id}. --- diff --git a/docs/organizationUser.java.md b/docs/organizationUser.java.md index 28713d657..a937ad0da 100644 --- a/docs/organizationUser.java.md +++ b/docs/organizationUser.java.md @@ -4,7 +4,7 @@ ### OrganizationUser -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user spotinst_organization_user}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user spotinst_organization_user}. #### Initializers @@ -46,14 +46,14 @@ OrganizationUser.Builder.create(Construct scope, java.lang.String id) | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| email | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#email OrganizationUser#email}. | -| firstName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#first_name OrganizationUser#first_name}. | -| lastName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#last_name OrganizationUser#last_name}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#id OrganizationUser#id}. | -| password | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#password OrganizationUser#password}. | +| email | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#email OrganizationUser#email}. | +| firstName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#first_name OrganizationUser#first_name}. | +| lastName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#last_name OrganizationUser#last_name}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#id OrganizationUser#id}. | +| password | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#password OrganizationUser#password}. | | policies | com.hashicorp.cdktf.IResolvable OR java.util.List<OrganizationUserPolicies> | policies block. | -| role | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#role OrganizationUser#role}. | -| userGroupIds | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#user_group_ids OrganizationUser#user_group_ids}. | +| role | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#role OrganizationUser#role}. | +| userGroupIds | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#user_group_ids OrganizationUser#user_group_ids}. | --- @@ -121,7 +121,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#email OrganizationUser#email}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#email OrganizationUser#email}. --- @@ -129,7 +129,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#first_name OrganizationUser#first_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#first_name OrganizationUser#first_name}. --- @@ -137,7 +137,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#last_name OrganizationUser#last_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#last_name OrganizationUser#last_name}. --- @@ -145,7 +145,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#id OrganizationUser#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#id OrganizationUser#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -156,7 +156,7 @@ If you experience problems setting this value it might not be settable. Please t - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#password OrganizationUser#password}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#password OrganizationUser#password}. --- @@ -166,7 +166,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti policies block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#policies OrganizationUser#policies} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#policies OrganizationUser#policies} --- @@ -174,7 +174,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#role OrganizationUser#role}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#role OrganizationUser#role}. --- @@ -182,7 +182,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#user_group_ids OrganizationUser#user_group_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#user_group_ids OrganizationUser#user_group_ids}. --- @@ -657,7 +657,7 @@ The construct id used in the generated config for the OrganizationUser to import The id of the existing OrganizationUser that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#import import section} in the documentation of this resource for the id to use --- @@ -1070,14 +1070,14 @@ OrganizationUserConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| email | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#email OrganizationUser#email}. | -| firstName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#first_name OrganizationUser#first_name}. | -| lastName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#last_name OrganizationUser#last_name}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#id OrganizationUser#id}. | -| password | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#password OrganizationUser#password}. | +| email | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#email OrganizationUser#email}. | +| firstName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#first_name OrganizationUser#first_name}. | +| lastName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#last_name OrganizationUser#last_name}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#id OrganizationUser#id}. | +| password | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#password OrganizationUser#password}. | | policies | com.hashicorp.cdktf.IResolvable OR java.util.List<OrganizationUserPolicies> | policies block. | -| role | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#role OrganizationUser#role}. | -| userGroupIds | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#user_group_ids OrganizationUser#user_group_ids}. | +| role | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#role OrganizationUser#role}. | +| userGroupIds | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#user_group_ids OrganizationUser#user_group_ids}. | --- @@ -1159,7 +1159,7 @@ public java.lang.String getEmail(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#email OrganizationUser#email}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#email OrganizationUser#email}. --- @@ -1171,7 +1171,7 @@ public java.lang.String getFirstName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#first_name OrganizationUser#first_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#first_name OrganizationUser#first_name}. --- @@ -1183,7 +1183,7 @@ public java.lang.String getLastName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#last_name OrganizationUser#last_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#last_name OrganizationUser#last_name}. --- @@ -1195,7 +1195,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#id OrganizationUser#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#id OrganizationUser#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1210,7 +1210,7 @@ public java.lang.String getPassword(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#password OrganizationUser#password}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#password OrganizationUser#password}. --- @@ -1224,7 +1224,7 @@ public java.lang.Object getPolicies(); policies block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#policies OrganizationUser#policies} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#policies OrganizationUser#policies} --- @@ -1236,7 +1236,7 @@ public java.lang.String getRole(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#role OrganizationUser#role}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#role OrganizationUser#role}. --- @@ -1248,7 +1248,7 @@ public java.util.List getUserGroupIds(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#user_group_ids OrganizationUser#user_group_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#user_group_ids OrganizationUser#user_group_ids}. --- @@ -1269,8 +1269,8 @@ OrganizationUserPolicies.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| policyAccountIds | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#policy_account_ids OrganizationUser#policy_account_ids}. | -| policyId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#policy_id OrganizationUser#policy_id}. | +| policyAccountIds | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#policy_account_ids OrganizationUser#policy_account_ids}. | +| policyId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#policy_id OrganizationUser#policy_id}. | --- @@ -1282,7 +1282,7 @@ public java.util.List getPolicyAccountIds(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#policy_account_ids OrganizationUser#policy_account_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#policy_account_ids OrganizationUser#policy_account_ids}. --- @@ -1294,7 +1294,7 @@ public java.lang.String getPolicyId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#policy_id OrganizationUser#policy_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#policy_id OrganizationUser#policy_id}. --- diff --git a/docs/organizationUser.python.md b/docs/organizationUser.python.md index bdbbeed17..9b4f38c23 100644 --- a/docs/organizationUser.python.md +++ b/docs/organizationUser.python.md @@ -4,7 +4,7 @@ ### OrganizationUser -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user spotinst_organization_user}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user spotinst_organization_user}. #### Initializers @@ -43,14 +43,14 @@ organizationUser.OrganizationUser( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| email | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#email OrganizationUser#email}. | -| first_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#first_name OrganizationUser#first_name}. | -| last_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#last_name OrganizationUser#last_name}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#id OrganizationUser#id}. | -| password | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#password OrganizationUser#password}. | +| email | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#email OrganizationUser#email}. | +| first_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#first_name OrganizationUser#first_name}. | +| last_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#last_name OrganizationUser#last_name}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#id OrganizationUser#id}. | +| password | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#password OrganizationUser#password}. | | policies | typing.Union[cdktf.IResolvable, typing.List[OrganizationUserPolicies]] | policies block. | -| role | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#role OrganizationUser#role}. | -| user_group_ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#user_group_ids OrganizationUser#user_group_ids}. | +| role | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#role OrganizationUser#role}. | +| user_group_ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#user_group_ids OrganizationUser#user_group_ids}. | --- @@ -118,7 +118,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#email OrganizationUser#email}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#email OrganizationUser#email}. --- @@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#first_name OrganizationUser#first_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#first_name OrganizationUser#first_name}. --- @@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#last_name OrganizationUser#last_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#last_name OrganizationUser#last_name}. --- @@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#id OrganizationUser#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#id OrganizationUser#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -153,7 +153,7 @@ If you experience problems setting this value it might not be settable. Please t - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#password OrganizationUser#password}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#password OrganizationUser#password}. --- @@ -163,7 +163,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti policies block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#policies OrganizationUser#policies} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#policies OrganizationUser#policies} --- @@ -171,7 +171,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#role OrganizationUser#role}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#role OrganizationUser#role}. --- @@ -179,7 +179,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#user_group_ids OrganizationUser#user_group_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#user_group_ids OrganizationUser#user_group_ids}. --- @@ -702,7 +702,7 @@ The construct id used in the generated config for the OrganizationUser to import The id of the existing OrganizationUser that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#import import section} in the documentation of this resource for the id to use --- @@ -1110,14 +1110,14 @@ organizationUser.OrganizationUserConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| email | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#email OrganizationUser#email}. | -| first_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#first_name OrganizationUser#first_name}. | -| last_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#last_name OrganizationUser#last_name}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#id OrganizationUser#id}. | -| password | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#password OrganizationUser#password}. | +| email | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#email OrganizationUser#email}. | +| first_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#first_name OrganizationUser#first_name}. | +| last_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#last_name OrganizationUser#last_name}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#id OrganizationUser#id}. | +| password | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#password OrganizationUser#password}. | | policies | typing.Union[cdktf.IResolvable, typing.List[OrganizationUserPolicies]] | policies block. | -| role | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#role OrganizationUser#role}. | -| user_group_ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#user_group_ids OrganizationUser#user_group_ids}. | +| role | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#role OrganizationUser#role}. | +| user_group_ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#user_group_ids OrganizationUser#user_group_ids}. | --- @@ -1199,7 +1199,7 @@ email: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#email OrganizationUser#email}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#email OrganizationUser#email}. --- @@ -1211,7 +1211,7 @@ first_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#first_name OrganizationUser#first_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#first_name OrganizationUser#first_name}. --- @@ -1223,7 +1223,7 @@ last_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#last_name OrganizationUser#last_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#last_name OrganizationUser#last_name}. --- @@ -1235,7 +1235,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#id OrganizationUser#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#id OrganizationUser#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1250,7 +1250,7 @@ password: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#password OrganizationUser#password}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#password OrganizationUser#password}. --- @@ -1264,7 +1264,7 @@ policies: typing.Union[IResolvable, typing.List[OrganizationUserPolicies]] policies block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#policies OrganizationUser#policies} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#policies OrganizationUser#policies} --- @@ -1276,7 +1276,7 @@ role: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#role OrganizationUser#role}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#role OrganizationUser#role}. --- @@ -1288,7 +1288,7 @@ user_group_ids: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#user_group_ids OrganizationUser#user_group_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#user_group_ids OrganizationUser#user_group_ids}. --- @@ -1309,8 +1309,8 @@ organizationUser.OrganizationUserPolicies( | **Name** | **Type** | **Description** | | --- | --- | --- | -| policy_account_ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#policy_account_ids OrganizationUser#policy_account_ids}. | -| policy_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#policy_id OrganizationUser#policy_id}. | +| policy_account_ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#policy_account_ids OrganizationUser#policy_account_ids}. | +| policy_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#policy_id OrganizationUser#policy_id}. | --- @@ -1322,7 +1322,7 @@ policy_account_ids: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#policy_account_ids OrganizationUser#policy_account_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#policy_account_ids OrganizationUser#policy_account_ids}. --- @@ -1334,7 +1334,7 @@ policy_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#policy_id OrganizationUser#policy_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#policy_id OrganizationUser#policy_id}. --- diff --git a/docs/organizationUser.typescript.md b/docs/organizationUser.typescript.md index 1b26bc2d9..6e3ca9395 100644 --- a/docs/organizationUser.typescript.md +++ b/docs/organizationUser.typescript.md @@ -4,7 +4,7 @@ ### OrganizationUser -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user spotinst_organization_user}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user spotinst_organization_user}. #### Initializers @@ -515,7 +515,7 @@ The construct id used in the generated config for the OrganizationUser to import The id of the existing OrganizationUser that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#import import section} in the documentation of this resource for the id to use --- @@ -907,14 +907,14 @@ const organizationUserConfig: organizationUser.OrganizationUserConfig = { ... } | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| email | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#email OrganizationUser#email}. | -| firstName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#first_name OrganizationUser#first_name}. | -| lastName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#last_name OrganizationUser#last_name}. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#id OrganizationUser#id}. | -| password | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#password OrganizationUser#password}. | +| email | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#email OrganizationUser#email}. | +| firstName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#first_name OrganizationUser#first_name}. | +| lastName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#last_name OrganizationUser#last_name}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#id OrganizationUser#id}. | +| password | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#password OrganizationUser#password}. | | policies | cdktf.IResolvable \| OrganizationUserPolicies[] | policies block. | -| role | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#role OrganizationUser#role}. | -| userGroupIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#user_group_ids OrganizationUser#user_group_ids}. | +| role | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#role OrganizationUser#role}. | +| userGroupIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#user_group_ids OrganizationUser#user_group_ids}. | --- @@ -996,7 +996,7 @@ public readonly email: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#email OrganizationUser#email}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#email OrganizationUser#email}. --- @@ -1008,7 +1008,7 @@ public readonly firstName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#first_name OrganizationUser#first_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#first_name OrganizationUser#first_name}. --- @@ -1020,7 +1020,7 @@ public readonly lastName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#last_name OrganizationUser#last_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#last_name OrganizationUser#last_name}. --- @@ -1032,7 +1032,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#id OrganizationUser#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#id OrganizationUser#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1047,7 +1047,7 @@ public readonly password: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#password OrganizationUser#password}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#password OrganizationUser#password}. --- @@ -1061,7 +1061,7 @@ public readonly policies: IResolvable | OrganizationUserPolicies[]; policies block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#policies OrganizationUser#policies} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#policies OrganizationUser#policies} --- @@ -1073,7 +1073,7 @@ public readonly role: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#role OrganizationUser#role}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#role OrganizationUser#role}. --- @@ -1085,7 +1085,7 @@ public readonly userGroupIds: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#user_group_ids OrganizationUser#user_group_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#user_group_ids OrganizationUser#user_group_ids}. --- @@ -1103,8 +1103,8 @@ const organizationUserPolicies: organizationUser.OrganizationUserPolicies = { .. | **Name** | **Type** | **Description** | | --- | --- | --- | -| policyAccountIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#policy_account_ids OrganizationUser#policy_account_ids}. | -| policyId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#policy_id OrganizationUser#policy_id}. | +| policyAccountIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#policy_account_ids OrganizationUser#policy_account_ids}. | +| policyId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#policy_id OrganizationUser#policy_id}. | --- @@ -1116,7 +1116,7 @@ public readonly policyAccountIds: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#policy_account_ids OrganizationUser#policy_account_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#policy_account_ids OrganizationUser#policy_account_ids}. --- @@ -1128,7 +1128,7 @@ public readonly policyId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#policy_id OrganizationUser#policy_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#policy_id OrganizationUser#policy_id}. --- diff --git a/docs/organizationUserGroup.csharp.md b/docs/organizationUserGroup.csharp.md index 93f8b64e3..b848f4a81 100644 --- a/docs/organizationUserGroup.csharp.md +++ b/docs/organizationUserGroup.csharp.md @@ -4,7 +4,7 @@ ### OrganizationUserGroup -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user_group spotinst_organization_user_group}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user_group spotinst_organization_user_group}. #### Initializers @@ -508,7 +508,7 @@ The construct id used in the generated config for the OrganizationUserGroup to i The id of the existing OrganizationUserGroup that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user_group#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user_group#import import section} in the documentation of this resource for the id to use --- @@ -847,11 +847,11 @@ new OrganizationUserGroupConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user_group#name OrganizationUserGroup#name}. | -| Description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user_group#description OrganizationUserGroup#description}. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user_group#id OrganizationUserGroup#id}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user_group#name OrganizationUserGroup#name}. | +| Description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user_group#description OrganizationUserGroup#description}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user_group#id OrganizationUserGroup#id}. | | Policies | object | policies block. | -| UserIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user_group#user_ids OrganizationUserGroup#user_ids}. | +| UserIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user_group#user_ids OrganizationUserGroup#user_ids}. | --- @@ -933,7 +933,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user_group#name OrganizationUserGroup#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user_group#name OrganizationUserGroup#name}. --- @@ -945,7 +945,7 @@ public string Description { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user_group#description OrganizationUserGroup#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user_group#description OrganizationUserGroup#description}. --- @@ -957,7 +957,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user_group#id OrganizationUserGroup#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user_group#id OrganizationUserGroup#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -974,7 +974,7 @@ public object Policies { get; set; } policies block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user_group#policies OrganizationUserGroup#policies} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user_group#policies OrganizationUserGroup#policies} --- @@ -986,7 +986,7 @@ public string[] UserIds { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user_group#user_ids OrganizationUserGroup#user_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user_group#user_ids OrganizationUserGroup#user_ids}. --- @@ -1007,8 +1007,8 @@ new OrganizationUserGroupPolicies { | **Name** | **Type** | **Description** | | --- | --- | --- | -| AccountIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user_group#account_ids OrganizationUserGroup#account_ids}. | -| PolicyId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user_group#policy_id OrganizationUserGroup#policy_id}. | +| AccountIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user_group#account_ids OrganizationUserGroup#account_ids}. | +| PolicyId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user_group#policy_id OrganizationUserGroup#policy_id}. | --- @@ -1020,7 +1020,7 @@ public string[] AccountIds { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user_group#account_ids OrganizationUserGroup#account_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user_group#account_ids OrganizationUserGroup#account_ids}. --- @@ -1032,7 +1032,7 @@ public string PolicyId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user_group#policy_id OrganizationUserGroup#policy_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user_group#policy_id OrganizationUserGroup#policy_id}. --- diff --git a/docs/organizationUserGroup.go.md b/docs/organizationUserGroup.go.md index a493d5a2e..b59ba3176 100644 --- a/docs/organizationUserGroup.go.md +++ b/docs/organizationUserGroup.go.md @@ -4,7 +4,7 @@ ### OrganizationUserGroup -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user_group spotinst_organization_user_group}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user_group spotinst_organization_user_group}. #### Initializers @@ -508,7 +508,7 @@ The construct id used in the generated config for the OrganizationUserGroup to i The id of the existing OrganizationUserGroup that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user_group#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user_group#import import section} in the documentation of this resource for the id to use --- @@ -847,11 +847,11 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/organizationuse | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user_group#name OrganizationUserGroup#name}. | -| Description | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user_group#description OrganizationUserGroup#description}. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user_group#id OrganizationUserGroup#id}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user_group#name OrganizationUserGroup#name}. | +| Description | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user_group#description OrganizationUserGroup#description}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user_group#id OrganizationUserGroup#id}. | | Policies | interface{} | policies block. | -| UserIds | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user_group#user_ids OrganizationUserGroup#user_ids}. | +| UserIds | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user_group#user_ids OrganizationUserGroup#user_ids}. | --- @@ -933,7 +933,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user_group#name OrganizationUserGroup#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user_group#name OrganizationUserGroup#name}. --- @@ -945,7 +945,7 @@ Description *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user_group#description OrganizationUserGroup#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user_group#description OrganizationUserGroup#description}. --- @@ -957,7 +957,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user_group#id OrganizationUserGroup#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user_group#id OrganizationUserGroup#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -974,7 +974,7 @@ Policies interface{} policies block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user_group#policies OrganizationUserGroup#policies} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user_group#policies OrganizationUserGroup#policies} --- @@ -986,7 +986,7 @@ UserIds *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user_group#user_ids OrganizationUserGroup#user_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user_group#user_ids OrganizationUserGroup#user_ids}. --- @@ -1007,8 +1007,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/organizationuse | **Name** | **Type** | **Description** | | --- | --- | --- | -| AccountIds | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user_group#account_ids OrganizationUserGroup#account_ids}. | -| PolicyId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user_group#policy_id OrganizationUserGroup#policy_id}. | +| AccountIds | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user_group#account_ids OrganizationUserGroup#account_ids}. | +| PolicyId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user_group#policy_id OrganizationUserGroup#policy_id}. | --- @@ -1020,7 +1020,7 @@ AccountIds *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user_group#account_ids OrganizationUserGroup#account_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user_group#account_ids OrganizationUserGroup#account_ids}. --- @@ -1032,7 +1032,7 @@ PolicyId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user_group#policy_id OrganizationUserGroup#policy_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user_group#policy_id OrganizationUserGroup#policy_id}. --- diff --git a/docs/organizationUserGroup.java.md b/docs/organizationUserGroup.java.md index 59d4034bf..e94827a2b 100644 --- a/docs/organizationUserGroup.java.md +++ b/docs/organizationUserGroup.java.md @@ -4,7 +4,7 @@ ### OrganizationUserGroup -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user_group spotinst_organization_user_group}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user_group spotinst_organization_user_group}. #### Initializers @@ -43,11 +43,11 @@ OrganizationUserGroup.Builder.create(Construct scope, java.lang.String id) | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user_group#name OrganizationUserGroup#name}. | -| description | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user_group#description OrganizationUserGroup#description}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user_group#id OrganizationUserGroup#id}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user_group#name OrganizationUserGroup#name}. | +| description | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user_group#description OrganizationUserGroup#description}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user_group#id OrganizationUserGroup#id}. | | policies | com.hashicorp.cdktf.IResolvable OR java.util.List<OrganizationUserGroupPolicies> | policies block. | -| userIds | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user_group#user_ids OrganizationUserGroup#user_ids}. | +| userIds | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user_group#user_ids OrganizationUserGroup#user_ids}. | --- @@ -115,7 +115,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user_group#name OrganizationUserGroup#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user_group#name OrganizationUserGroup#name}. --- @@ -123,7 +123,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user_group#description OrganizationUserGroup#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user_group#description OrganizationUserGroup#description}. --- @@ -131,7 +131,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user_group#id OrganizationUserGroup#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user_group#id OrganizationUserGroup#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -144,7 +144,7 @@ If you experience problems setting this value it might not be settable. Please t policies block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user_group#policies OrganizationUserGroup#policies} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user_group#policies OrganizationUserGroup#policies} --- @@ -152,7 +152,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user_group#user_ids OrganizationUserGroup#user_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user_group#user_ids OrganizationUserGroup#user_ids}. --- @@ -620,7 +620,7 @@ The construct id used in the generated config for the OrganizationUserGroup to i The id of the existing OrganizationUserGroup that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user_group#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user_group#import import section} in the documentation of this resource for the id to use --- @@ -964,11 +964,11 @@ OrganizationUserGroupConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user_group#name OrganizationUserGroup#name}. | -| description | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user_group#description OrganizationUserGroup#description}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user_group#id OrganizationUserGroup#id}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user_group#name OrganizationUserGroup#name}. | +| description | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user_group#description OrganizationUserGroup#description}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user_group#id OrganizationUserGroup#id}. | | policies | com.hashicorp.cdktf.IResolvable OR java.util.List<OrganizationUserGroupPolicies> | policies block. | -| userIds | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user_group#user_ids OrganizationUserGroup#user_ids}. | +| userIds | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user_group#user_ids OrganizationUserGroup#user_ids}. | --- @@ -1050,7 +1050,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user_group#name OrganizationUserGroup#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user_group#name OrganizationUserGroup#name}. --- @@ -1062,7 +1062,7 @@ public java.lang.String getDescription(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user_group#description OrganizationUserGroup#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user_group#description OrganizationUserGroup#description}. --- @@ -1074,7 +1074,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user_group#id OrganizationUserGroup#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user_group#id OrganizationUserGroup#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1091,7 +1091,7 @@ public java.lang.Object getPolicies(); policies block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user_group#policies OrganizationUserGroup#policies} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user_group#policies OrganizationUserGroup#policies} --- @@ -1103,7 +1103,7 @@ public java.util.List getUserIds(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user_group#user_ids OrganizationUserGroup#user_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user_group#user_ids OrganizationUserGroup#user_ids}. --- @@ -1124,8 +1124,8 @@ OrganizationUserGroupPolicies.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| accountIds | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user_group#account_ids OrganizationUserGroup#account_ids}. | -| policyId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user_group#policy_id OrganizationUserGroup#policy_id}. | +| accountIds | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user_group#account_ids OrganizationUserGroup#account_ids}. | +| policyId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user_group#policy_id OrganizationUserGroup#policy_id}. | --- @@ -1137,7 +1137,7 @@ public java.util.List getAccountIds(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user_group#account_ids OrganizationUserGroup#account_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user_group#account_ids OrganizationUserGroup#account_ids}. --- @@ -1149,7 +1149,7 @@ public java.lang.String getPolicyId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user_group#policy_id OrganizationUserGroup#policy_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user_group#policy_id OrganizationUserGroup#policy_id}. --- diff --git a/docs/organizationUserGroup.python.md b/docs/organizationUserGroup.python.md index 5d8293da0..86d8bdd3e 100644 --- a/docs/organizationUserGroup.python.md +++ b/docs/organizationUserGroup.python.md @@ -4,7 +4,7 @@ ### OrganizationUserGroup -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user_group spotinst_organization_user_group}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user_group spotinst_organization_user_group}. #### Initializers @@ -40,11 +40,11 @@ organizationUserGroup.OrganizationUserGroup( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user_group#name OrganizationUserGroup#name}. | -| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user_group#description OrganizationUserGroup#description}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user_group#id OrganizationUserGroup#id}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user_group#name OrganizationUserGroup#name}. | +| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user_group#description OrganizationUserGroup#description}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user_group#id OrganizationUserGroup#id}. | | policies | typing.Union[cdktf.IResolvable, typing.List[OrganizationUserGroupPolicies]] | policies block. | -| user_ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user_group#user_ids OrganizationUserGroup#user_ids}. | +| user_ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user_group#user_ids OrganizationUserGroup#user_ids}. | --- @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user_group#name OrganizationUserGroup#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user_group#name OrganizationUserGroup#name}. --- @@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user_group#description OrganizationUserGroup#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user_group#description OrganizationUserGroup#description}. --- @@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user_group#id OrganizationUserGroup#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user_group#id OrganizationUserGroup#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -141,7 +141,7 @@ If you experience problems setting this value it might not be settable. Please t policies block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user_group#policies OrganizationUserGroup#policies} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user_group#policies OrganizationUserGroup#policies} --- @@ -149,7 +149,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user_group#user_ids OrganizationUserGroup#user_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user_group#user_ids OrganizationUserGroup#user_ids}. --- @@ -665,7 +665,7 @@ The construct id used in the generated config for the OrganizationUserGroup to i The id of the existing OrganizationUserGroup that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user_group#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user_group#import import section} in the documentation of this resource for the id to use --- @@ -1004,11 +1004,11 @@ organizationUserGroup.OrganizationUserGroupConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user_group#name OrganizationUserGroup#name}. | -| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user_group#description OrganizationUserGroup#description}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user_group#id OrganizationUserGroup#id}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user_group#name OrganizationUserGroup#name}. | +| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user_group#description OrganizationUserGroup#description}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user_group#id OrganizationUserGroup#id}. | | policies | typing.Union[cdktf.IResolvable, typing.List[OrganizationUserGroupPolicies]] | policies block. | -| user_ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user_group#user_ids OrganizationUserGroup#user_ids}. | +| user_ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user_group#user_ids OrganizationUserGroup#user_ids}. | --- @@ -1090,7 +1090,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user_group#name OrganizationUserGroup#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user_group#name OrganizationUserGroup#name}. --- @@ -1102,7 +1102,7 @@ description: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user_group#description OrganizationUserGroup#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user_group#description OrganizationUserGroup#description}. --- @@ -1114,7 +1114,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user_group#id OrganizationUserGroup#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user_group#id OrganizationUserGroup#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1131,7 +1131,7 @@ policies: typing.Union[IResolvable, typing.List[OrganizationUserGroupPolicies]] policies block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user_group#policies OrganizationUserGroup#policies} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user_group#policies OrganizationUserGroup#policies} --- @@ -1143,7 +1143,7 @@ user_ids: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user_group#user_ids OrganizationUserGroup#user_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user_group#user_ids OrganizationUserGroup#user_ids}. --- @@ -1164,8 +1164,8 @@ organizationUserGroup.OrganizationUserGroupPolicies( | **Name** | **Type** | **Description** | | --- | --- | --- | -| account_ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user_group#account_ids OrganizationUserGroup#account_ids}. | -| policy_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user_group#policy_id OrganizationUserGroup#policy_id}. | +| account_ids | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user_group#account_ids OrganizationUserGroup#account_ids}. | +| policy_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user_group#policy_id OrganizationUserGroup#policy_id}. | --- @@ -1177,7 +1177,7 @@ account_ids: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user_group#account_ids OrganizationUserGroup#account_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user_group#account_ids OrganizationUserGroup#account_ids}. --- @@ -1189,7 +1189,7 @@ policy_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user_group#policy_id OrganizationUserGroup#policy_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user_group#policy_id OrganizationUserGroup#policy_id}. --- diff --git a/docs/organizationUserGroup.typescript.md b/docs/organizationUserGroup.typescript.md index 521adad20..f70b7287f 100644 --- a/docs/organizationUserGroup.typescript.md +++ b/docs/organizationUserGroup.typescript.md @@ -4,7 +4,7 @@ ### OrganizationUserGroup -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user_group spotinst_organization_user_group}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user_group spotinst_organization_user_group}. #### Initializers @@ -508,7 +508,7 @@ The construct id used in the generated config for the OrganizationUserGroup to i The id of the existing OrganizationUserGroup that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user_group#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user_group#import import section} in the documentation of this resource for the id to use --- @@ -834,11 +834,11 @@ const organizationUserGroupConfig: organizationUserGroup.OrganizationUserGroupCo | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user_group#name OrganizationUserGroup#name}. | -| description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user_group#description OrganizationUserGroup#description}. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user_group#id OrganizationUserGroup#id}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user_group#name OrganizationUserGroup#name}. | +| description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user_group#description OrganizationUserGroup#description}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user_group#id OrganizationUserGroup#id}. | | policies | cdktf.IResolvable \| OrganizationUserGroupPolicies[] | policies block. | -| userIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user_group#user_ids OrganizationUserGroup#user_ids}. | +| userIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user_group#user_ids OrganizationUserGroup#user_ids}. | --- @@ -920,7 +920,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user_group#name OrganizationUserGroup#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user_group#name OrganizationUserGroup#name}. --- @@ -932,7 +932,7 @@ public readonly description: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user_group#description OrganizationUserGroup#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user_group#description OrganizationUserGroup#description}. --- @@ -944,7 +944,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user_group#id OrganizationUserGroup#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user_group#id OrganizationUserGroup#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -961,7 +961,7 @@ public readonly policies: IResolvable | OrganizationUserGroupPolicies[]; policies block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user_group#policies OrganizationUserGroup#policies} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user_group#policies OrganizationUserGroup#policies} --- @@ -973,7 +973,7 @@ public readonly userIds: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user_group#user_ids OrganizationUserGroup#user_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user_group#user_ids OrganizationUserGroup#user_ids}. --- @@ -991,8 +991,8 @@ const organizationUserGroupPolicies: organizationUserGroup.OrganizationUserGroup | **Name** | **Type** | **Description** | | --- | --- | --- | -| accountIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user_group#account_ids OrganizationUserGroup#account_ids}. | -| policyId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user_group#policy_id OrganizationUserGroup#policy_id}. | +| accountIds | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user_group#account_ids OrganizationUserGroup#account_ids}. | +| policyId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user_group#policy_id OrganizationUserGroup#policy_id}. | --- @@ -1004,7 +1004,7 @@ public readonly accountIds: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user_group#account_ids OrganizationUserGroup#account_ids}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user_group#account_ids OrganizationUserGroup#account_ids}. --- @@ -1016,7 +1016,7 @@ public readonly policyId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user_group#policy_id OrganizationUserGroup#policy_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user_group#policy_id OrganizationUserGroup#policy_id}. --- diff --git a/docs/provider.csharp.md b/docs/provider.csharp.md index 7f84a3440..d92a6d482 100644 --- a/docs/provider.csharp.md +++ b/docs/provider.csharp.md @@ -4,7 +4,7 @@ ### SpotinstProvider -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs spotinst}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs spotinst}. #### Initializers @@ -268,7 +268,7 @@ The construct id used in the generated config for the SpotinstProvider to import The id of the existing SpotinstProvider that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs#import import section} in the documentation of this resource for the id to use --- @@ -545,7 +545,7 @@ public string Account { get; set; } Spotinst Account ID. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs#account SpotinstProvider#account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs#account SpotinstProvider#account} --- @@ -559,7 +559,7 @@ public string Alias { get; set; } Alias name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs#alias SpotinstProvider#alias} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs#alias SpotinstProvider#alias} --- @@ -573,7 +573,7 @@ public object Enabled { get; set; } Enable or disable the Spotinst provider. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs#enabled SpotinstProvider#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs#enabled SpotinstProvider#enabled} --- @@ -587,7 +587,7 @@ public string FeatureFlags { get; set; } Spotinst SDK Feature Flags. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs#feature_flags SpotinstProvider#feature_flags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs#feature_flags SpotinstProvider#feature_flags} --- @@ -601,7 +601,7 @@ public string Token { get; set; } Spotinst Personal API Access Token. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs#token SpotinstProvider#token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs#token SpotinstProvider#token} --- diff --git a/docs/provider.go.md b/docs/provider.go.md index f20536335..cbaf1c187 100644 --- a/docs/provider.go.md +++ b/docs/provider.go.md @@ -4,7 +4,7 @@ ### SpotinstProvider -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs spotinst}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs spotinst}. #### Initializers @@ -268,7 +268,7 @@ The construct id used in the generated config for the SpotinstProvider to import The id of the existing SpotinstProvider that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs#import import section} in the documentation of this resource for the id to use --- @@ -545,7 +545,7 @@ Account *string Spotinst Account ID. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs#account SpotinstProvider#account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs#account SpotinstProvider#account} --- @@ -559,7 +559,7 @@ Alias *string Alias name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs#alias SpotinstProvider#alias} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs#alias SpotinstProvider#alias} --- @@ -573,7 +573,7 @@ Enabled interface{} Enable or disable the Spotinst provider. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs#enabled SpotinstProvider#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs#enabled SpotinstProvider#enabled} --- @@ -587,7 +587,7 @@ FeatureFlags *string Spotinst SDK Feature Flags. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs#feature_flags SpotinstProvider#feature_flags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs#feature_flags SpotinstProvider#feature_flags} --- @@ -601,7 +601,7 @@ Token *string Spotinst Personal API Access Token. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs#token SpotinstProvider#token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs#token SpotinstProvider#token} --- diff --git a/docs/provider.java.md b/docs/provider.java.md index 11b2a3d43..f7aa8ab77 100644 --- a/docs/provider.java.md +++ b/docs/provider.java.md @@ -4,7 +4,7 @@ ### SpotinstProvider -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs spotinst}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs spotinst}. #### Initializers @@ -57,7 +57,7 @@ Must be unique amongst siblings in the same scope Spotinst Account ID. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs#account SpotinstProvider#account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs#account SpotinstProvider#account} --- @@ -67,7 +67,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti Alias name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs#alias SpotinstProvider#alias} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs#alias SpotinstProvider#alias} --- @@ -77,7 +77,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti Enable or disable the Spotinst provider. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs#enabled SpotinstProvider#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs#enabled SpotinstProvider#enabled} --- @@ -87,7 +87,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti Spotinst SDK Feature Flags. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs#feature_flags SpotinstProvider#feature_flags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs#feature_flags SpotinstProvider#feature_flags} --- @@ -97,7 +97,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti Spotinst Personal API Access Token. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs#token SpotinstProvider#token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs#token SpotinstProvider#token} --- @@ -323,7 +323,7 @@ The construct id used in the generated config for the SpotinstProvider to import The id of the existing SpotinstProvider that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs#import import section} in the documentation of this resource for the id to use --- @@ -601,7 +601,7 @@ public java.lang.String getAccount(); Spotinst Account ID. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs#account SpotinstProvider#account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs#account SpotinstProvider#account} --- @@ -615,7 +615,7 @@ public java.lang.String getAlias(); Alias name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs#alias SpotinstProvider#alias} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs#alias SpotinstProvider#alias} --- @@ -629,7 +629,7 @@ public java.lang.Object getEnabled(); Enable or disable the Spotinst provider. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs#enabled SpotinstProvider#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs#enabled SpotinstProvider#enabled} --- @@ -643,7 +643,7 @@ public java.lang.String getFeatureFlags(); Spotinst SDK Feature Flags. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs#feature_flags SpotinstProvider#feature_flags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs#feature_flags SpotinstProvider#feature_flags} --- @@ -657,7 +657,7 @@ public java.lang.String getToken(); Spotinst Personal API Access Token. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs#token SpotinstProvider#token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs#token SpotinstProvider#token} --- diff --git a/docs/provider.python.md b/docs/provider.python.md index 449b1e4bd..ebbae3c4a 100644 --- a/docs/provider.python.md +++ b/docs/provider.python.md @@ -4,7 +4,7 @@ ### SpotinstProvider -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs spotinst}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs#account SpotinstProvider#account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs#alias SpotinstProvider#alias} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs#alias SpotinstProvider#alias} --- @@ -78,7 +78,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti Enable or disable the Spotinst provider. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs#enabled SpotinstProvider#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs#enabled SpotinstProvider#enabled} --- @@ -88,7 +88,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti Spotinst SDK Feature Flags. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs#feature_flags SpotinstProvider#feature_flags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs#feature_flags SpotinstProvider#feature_flags} --- @@ -98,7 +98,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti Spotinst Personal API Access Token. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs#token SpotinstProvider#token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs#token SpotinstProvider#token} --- @@ -340,7 +340,7 @@ The construct id used in the generated config for the SpotinstProvider to import The id of the existing SpotinstProvider that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs#import import section} in the documentation of this resource for the id to use --- @@ -617,7 +617,7 @@ account: str Spotinst Account ID. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs#account SpotinstProvider#account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs#account SpotinstProvider#account} --- @@ -631,7 +631,7 @@ alias: str Alias name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs#alias SpotinstProvider#alias} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs#alias SpotinstProvider#alias} --- @@ -645,7 +645,7 @@ enabled: typing.Union[bool, IResolvable] Enable or disable the Spotinst provider. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs#enabled SpotinstProvider#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs#enabled SpotinstProvider#enabled} --- @@ -659,7 +659,7 @@ feature_flags: str Spotinst SDK Feature Flags. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs#feature_flags SpotinstProvider#feature_flags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs#feature_flags SpotinstProvider#feature_flags} --- @@ -673,7 +673,7 @@ token: str Spotinst Personal API Access Token. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs#token SpotinstProvider#token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs#token SpotinstProvider#token} --- diff --git a/docs/provider.typescript.md b/docs/provider.typescript.md index 4795de6d7..9b0d68ca4 100644 --- a/docs/provider.typescript.md +++ b/docs/provider.typescript.md @@ -4,7 +4,7 @@ ### SpotinstProvider -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs spotinst}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs spotinst}. #### Initializers @@ -268,7 +268,7 @@ The construct id used in the generated config for the SpotinstProvider to import The id of the existing SpotinstProvider that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs#import import section} in the documentation of this resource for the id to use --- @@ -539,7 +539,7 @@ public readonly account: string; Spotinst Account ID. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs#account SpotinstProvider#account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs#account SpotinstProvider#account} --- @@ -553,7 +553,7 @@ public readonly alias: string; Alias name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs#alias SpotinstProvider#alias} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs#alias SpotinstProvider#alias} --- @@ -567,7 +567,7 @@ public readonly enabled: boolean | IResolvable; Enable or disable the Spotinst provider. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs#enabled SpotinstProvider#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs#enabled SpotinstProvider#enabled} --- @@ -581,7 +581,7 @@ public readonly featureFlags: string; Spotinst SDK Feature Flags. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs#feature_flags SpotinstProvider#feature_flags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs#feature_flags SpotinstProvider#feature_flags} --- @@ -595,7 +595,7 @@ public readonly token: string; Spotinst Personal API Access Token. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs#token SpotinstProvider#token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs#token SpotinstProvider#token} --- diff --git a/docs/statefulNodeAzure.csharp.md b/docs/statefulNodeAzure.csharp.md index 30db2aaef..60003570d 100644 --- a/docs/statefulNodeAzure.csharp.md +++ b/docs/statefulNodeAzure.csharp.md @@ -4,7 +4,7 @@ ### StatefulNodeAzure -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure spotinst_stateful_node_azure}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure spotinst_stateful_node_azure}. #### Initializers @@ -998,7 +998,7 @@ The construct id used in the generated config for the StatefulNodeAzure to impor The id of the existing StatefulNodeAzure that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#import import section} in the documentation of this resource for the id to use --- @@ -2204,12 +2204,12 @@ new StatefulNodeAzureAttachDataDisk { | **Name** | **Type** | **Description** | | --- | --- | --- | -| DataDiskName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.169.1/docs/resources/stateful_node_azure#lun StatefulNodeAzure#lun}. | -| Zone | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#zone StatefulNodeAzure#zone}. | +| DataDiskName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.170.0/docs/resources/stateful_node_azure#lun StatefulNodeAzure#lun}. | +| Zone | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#zone StatefulNodeAzure#zone}. | --- @@ -2221,7 +2221,7 @@ public string DataDiskName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#data_disk_name StatefulNodeAzure#data_disk_name}. --- @@ -2233,7 +2233,7 @@ public string DataDiskResourceGroupName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#data_disk_resource_group_name StatefulNodeAzure#data_disk_resource_group_name}. --- @@ -2245,7 +2245,7 @@ public double SizeGb { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb}. --- @@ -2257,7 +2257,7 @@ public string StorageAccountType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#storage_account_type StatefulNodeAzure#storage_account_type}. --- @@ -2269,7 +2269,7 @@ public double Lun { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#lun StatefulNodeAzure#lun}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#lun StatefulNodeAzure#lun}. --- @@ -2281,7 +2281,7 @@ public string Zone { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#zone StatefulNodeAzure#zone}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#zone StatefulNodeAzure#zone}. --- @@ -2303,9 +2303,9 @@ new StatefulNodeAzureBootDiagnostics { | **Name** | **Type** | **Description** | | --- | --- | --- | -| IsEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | +| IsEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | --- @@ -2317,7 +2317,7 @@ public object IsEnabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#is_enabled StatefulNodeAzure#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#is_enabled StatefulNodeAzure#is_enabled}. --- @@ -2329,7 +2329,7 @@ public string StorageUrl { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#storage_url StatefulNodeAzure#storage_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#storage_url StatefulNodeAzure#storage_url}. --- @@ -2341,7 +2341,7 @@ public string Type { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. --- @@ -2419,51 +2419,51 @@ 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.169.1/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | -| OdSizes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/stateful_node_azure#os StatefulNodeAzure#os}. | -| Region | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#region StatefulNodeAzure#region}. | -| ResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.170.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | +| OdSizes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/stateful_node_azure#os StatefulNodeAzure#os}. | +| Region | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#region StatefulNodeAzure#region}. | +| ResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.170.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.169.1/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.170.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.169.1/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.170.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.169.1/docs/resources/stateful_node_azure#description StatefulNodeAzure#description}. | +| Description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/stateful_node_azure#id StatefulNodeAzure#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#id StatefulNodeAzure#id}. | | Image | StatefulNodeAzureImage | image block. | | ImportVm | object | import_vm block. | -| LicenseType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#license_type StatefulNodeAzure#license_type}. | +| LicenseType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#license_type StatefulNodeAzure#license_type}. | | LoadBalancer | object | load_balancer block. | | Login | StatefulNodeAzureLogin | login block. | | ManagedServiceIdentities | object | managed_service_identities block. | | Network | StatefulNodeAzureNetwork | network block. | | OsDisk | StatefulNodeAzureOsDisk | os_disk block. | -| OsDiskPersistenceMode | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/stateful_node_azure#preferred_zone StatefulNodeAzure#preferred_zone}. | | ProximityPlacementGroups | object | proximity_placement_groups block. | | SchedulingTask | object | scheduling_task block. | | Secret | object | secret block. | | Security | StatefulNodeAzureSecurity | security block. | -| ShouldPersistVm | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.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.169.1/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.169.1/docs/resources/stateful_node_azure#vm_name StatefulNodeAzure#vm_name}. | -| VmNamePrefix | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#vm_name_prefix StatefulNodeAzure#vm_name_prefix}. | -| Zones | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#zones StatefulNodeAzure#zones}. | +| UserData | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/stateful_node_azure#vm_name StatefulNodeAzure#vm_name}. | +| VmNamePrefix | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#vm_name_prefix StatefulNodeAzure#vm_name_prefix}. | +| Zones | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#zones StatefulNodeAzure#zones}. | --- @@ -2545,7 +2545,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -2557,7 +2557,7 @@ public string[] OdSizes { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#od_sizes StatefulNodeAzure#od_sizes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#od_sizes StatefulNodeAzure#od_sizes}. --- @@ -2569,7 +2569,7 @@ public string Os { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#os StatefulNodeAzure#os}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#os StatefulNodeAzure#os}. --- @@ -2581,7 +2581,7 @@ public string Region { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#region StatefulNodeAzure#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#region StatefulNodeAzure#region}. --- @@ -2593,7 +2593,7 @@ public string ResourceGroupName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. --- @@ -2605,7 +2605,7 @@ public object ShouldPersistDataDisks { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#should_persist_data_disks StatefulNodeAzure#should_persist_data_disks}. --- @@ -2617,7 +2617,7 @@ public object ShouldPersistNetwork { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#should_persist_network StatefulNodeAzure#should_persist_network}. --- @@ -2629,7 +2629,7 @@ public object ShouldPersistOsDisk { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#should_persist_os_disk StatefulNodeAzure#should_persist_os_disk}. --- @@ -2641,7 +2641,7 @@ public string[] SpotSizes { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#spot_sizes StatefulNodeAzure#spot_sizes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#spot_sizes StatefulNodeAzure#spot_sizes}. --- @@ -2655,7 +2655,7 @@ public StatefulNodeAzureStrategy Strategy { get; set; } strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#strategy StatefulNodeAzure#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#strategy StatefulNodeAzure#strategy} --- @@ -2669,7 +2669,7 @@ public object AttachDataDisk { get; set; } attach_data_disk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#attach_data_disk StatefulNodeAzure#attach_data_disk} --- @@ -2683,7 +2683,7 @@ public object BootDiagnostics { get; set; } boot_diagnostics block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#boot_diagnostics StatefulNodeAzure#boot_diagnostics} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#boot_diagnostics StatefulNodeAzure#boot_diagnostics} --- @@ -2695,7 +2695,7 @@ public string CustomData { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#custom_data StatefulNodeAzure#custom_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#custom_data StatefulNodeAzure#custom_data}. --- @@ -2709,7 +2709,7 @@ public object DataDisk { get; set; } data_disk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#data_disk StatefulNodeAzure#data_disk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#data_disk StatefulNodeAzure#data_disk} --- @@ -2721,7 +2721,7 @@ public string DataDisksPersistenceMode { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#data_disks_persistence_mode StatefulNodeAzure#data_disks_persistence_mode}. --- @@ -2735,7 +2735,7 @@ public object Delete { get; set; } delete block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#delete StatefulNodeAzure#delete} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#delete StatefulNodeAzure#delete} --- @@ -2747,7 +2747,7 @@ public string Description { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#description StatefulNodeAzure#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#description StatefulNodeAzure#description}. --- @@ -2761,7 +2761,7 @@ public object DetachDataDisk { get; set; } detach_data_disk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#detach_data_disk StatefulNodeAzure#detach_data_disk} --- @@ -2775,7 +2775,7 @@ public object Extension { get; set; } extension block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#extension StatefulNodeAzure#extension} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#extension StatefulNodeAzure#extension} --- @@ -2789,7 +2789,7 @@ public StatefulNodeAzureHealth Health { get; set; } health block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#health StatefulNodeAzure#health} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#health StatefulNodeAzure#health} --- @@ -2801,7 +2801,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#id StatefulNodeAzure#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. @@ -2818,7 +2818,7 @@ public StatefulNodeAzureImage Image { get; set; } image block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#image StatefulNodeAzure#image} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#image StatefulNodeAzure#image} --- @@ -2832,7 +2832,7 @@ public object ImportVm { get; set; } import_vm block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#import_vm StatefulNodeAzure#import_vm} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#import_vm StatefulNodeAzure#import_vm} --- @@ -2844,7 +2844,7 @@ public string LicenseType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#license_type StatefulNodeAzure#license_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#license_type StatefulNodeAzure#license_type}. --- @@ -2858,7 +2858,7 @@ public object LoadBalancer { get; set; } load_balancer block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#load_balancer StatefulNodeAzure#load_balancer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#load_balancer StatefulNodeAzure#load_balancer} --- @@ -2872,7 +2872,7 @@ public StatefulNodeAzureLogin Login { get; set; } login block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#login StatefulNodeAzure#login} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#login StatefulNodeAzure#login} --- @@ -2886,7 +2886,7 @@ public object ManagedServiceIdentities { get; set; } managed_service_identities block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#managed_service_identities StatefulNodeAzure#managed_service_identities} --- @@ -2900,7 +2900,7 @@ public StatefulNodeAzureNetwork Network { get; set; } network block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#network StatefulNodeAzure#network} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#network StatefulNodeAzure#network} --- @@ -2914,7 +2914,7 @@ public StatefulNodeAzureOsDisk OsDisk { get; set; } os_disk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#os_disk StatefulNodeAzure#os_disk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#os_disk StatefulNodeAzure#os_disk} --- @@ -2926,7 +2926,7 @@ public string OsDiskPersistenceMode { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#os_disk_persistence_mode StatefulNodeAzure#os_disk_persistence_mode}. --- @@ -2938,7 +2938,7 @@ public string[] PreferredSpotSizes { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#preferred_spot_sizes StatefulNodeAzure#preferred_spot_sizes}. --- @@ -2950,7 +2950,7 @@ public string PreferredZone { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#preferred_zone StatefulNodeAzure#preferred_zone}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#preferred_zone StatefulNodeAzure#preferred_zone}. --- @@ -2964,7 +2964,7 @@ public object ProximityPlacementGroups { get; set; } proximity_placement_groups block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#proximity_placement_groups StatefulNodeAzure#proximity_placement_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#proximity_placement_groups StatefulNodeAzure#proximity_placement_groups} --- @@ -2978,7 +2978,7 @@ public object SchedulingTask { get; set; } scheduling_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#scheduling_task StatefulNodeAzure#scheduling_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#scheduling_task StatefulNodeAzure#scheduling_task} --- @@ -2992,7 +2992,7 @@ public object Secret { get; set; } secret block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#secret StatefulNodeAzure#secret} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#secret StatefulNodeAzure#secret} --- @@ -3006,7 +3006,7 @@ public StatefulNodeAzureSecurity Security { get; set; } security block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#security StatefulNodeAzure#security} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#security StatefulNodeAzure#security} --- @@ -3018,7 +3018,7 @@ public object ShouldPersistVm { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#should_persist_vm StatefulNodeAzure#should_persist_vm}. --- @@ -3030,7 +3030,7 @@ public string ShutdownScript { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#shutdown_script StatefulNodeAzure#shutdown_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#shutdown_script StatefulNodeAzure#shutdown_script}. --- @@ -3044,7 +3044,7 @@ public object Signal { get; set; } signal block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#signal StatefulNodeAzure#signal} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#signal StatefulNodeAzure#signal} --- @@ -3058,7 +3058,7 @@ public object Tag { get; set; } tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#tag StatefulNodeAzure#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#tag StatefulNodeAzure#tag} --- @@ -3072,7 +3072,7 @@ public object UpdateState { get; set; } update_state block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#update_state StatefulNodeAzure#update_state} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#update_state StatefulNodeAzure#update_state} --- @@ -3084,7 +3084,7 @@ public string UserData { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#user_data StatefulNodeAzure#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#user_data StatefulNodeAzure#user_data}. --- @@ -3096,7 +3096,7 @@ public string VmName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#vm_name StatefulNodeAzure#vm_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#vm_name StatefulNodeAzure#vm_name}. --- @@ -3108,7 +3108,7 @@ public string VmNamePrefix { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#vm_name_prefix StatefulNodeAzure#vm_name_prefix}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#vm_name_prefix StatefulNodeAzure#vm_name_prefix}. --- @@ -3120,7 +3120,7 @@ public string[] Zones { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#zones StatefulNodeAzure#zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#zones StatefulNodeAzure#zones}. --- @@ -3142,9 +3142,9 @@ new StatefulNodeAzureDataDisk { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Lun | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#lun StatefulNodeAzure#lun}. | -| SizeGb | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | +| Lun | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#lun StatefulNodeAzure#lun}. | +| SizeGb | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | --- @@ -3156,7 +3156,7 @@ public double Lun { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#lun StatefulNodeAzure#lun}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#lun StatefulNodeAzure#lun}. --- @@ -3168,7 +3168,7 @@ public double SizeGb { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb}. --- @@ -3180,7 +3180,7 @@ public string Type { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. --- @@ -3208,15 +3208,15 @@ new StatefulNodeAzureDelete { | **Name** | **Type** | **Description** | | --- | --- | --- | -| DiskShouldDeallocate | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.0/docs/resources/stateful_node_azure#snapshot_ttl_in_hours StatefulNodeAzure#snapshot_ttl_in_hours}. | --- @@ -3228,7 +3228,7 @@ public object DiskShouldDeallocate { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#disk_should_deallocate StatefulNodeAzure#disk_should_deallocate}. --- @@ -3240,7 +3240,7 @@ public object NetworkShouldDeallocate { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#network_should_deallocate StatefulNodeAzure#network_should_deallocate}. --- @@ -3252,7 +3252,7 @@ public object PublicIpShouldDeallocate { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#public_ip_should_deallocate StatefulNodeAzure#public_ip_should_deallocate}. --- @@ -3264,7 +3264,7 @@ public object ShouldTerminateVm { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#should_terminate_vm StatefulNodeAzure#should_terminate_vm}. --- @@ -3276,7 +3276,7 @@ public object SnapshotShouldDeallocate { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#snapshot_should_deallocate StatefulNodeAzure#snapshot_should_deallocate}. --- @@ -3288,7 +3288,7 @@ public double DiskTtlInHours { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#disk_ttl_in_hours StatefulNodeAzure#disk_ttl_in_hours}. --- @@ -3300,7 +3300,7 @@ public double NetworkTtlInHours { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#network_ttl_in_hours StatefulNodeAzure#network_ttl_in_hours}. --- @@ -3312,7 +3312,7 @@ public double PublicIpTtlInHours { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#public_ip_ttl_in_hours StatefulNodeAzure#public_ip_ttl_in_hours}. --- @@ -3324,7 +3324,7 @@ public double SnapshotTtlInHours { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#snapshot_ttl_in_hours StatefulNodeAzure#snapshot_ttl_in_hours}. --- @@ -3347,10 +3347,10 @@ new StatefulNodeAzureDetachDataDisk { | **Name** | **Type** | **Description** | | --- | --- | --- | -| DataDiskName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.0/docs/resources/stateful_node_azure#ttl_in_hours StatefulNodeAzure#ttl_in_hours}. | --- @@ -3362,7 +3362,7 @@ public string DataDiskName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#data_disk_name StatefulNodeAzure#data_disk_name}. --- @@ -3374,7 +3374,7 @@ public string DataDiskResourceGroupName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#data_disk_resource_group_name StatefulNodeAzure#data_disk_resource_group_name}. --- @@ -3386,7 +3386,7 @@ public object ShouldDeallocate { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#should_deallocate StatefulNodeAzure#should_deallocate}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#should_deallocate StatefulNodeAzure#should_deallocate}. --- @@ -3398,7 +3398,7 @@ public double TtlInHours { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#ttl_in_hours StatefulNodeAzure#ttl_in_hours}. --- @@ -3424,13 +3424,13 @@ new StatefulNodeAzureExtension { | **Name** | **Type** | **Description** | | --- | --- | --- | -| ApiVersion | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | -| Publisher | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#publisher StatefulNodeAzure#publisher}. | -| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | +| Publisher | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#publisher StatefulNodeAzure#publisher}. | +| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.0/docs/resources/stateful_node_azure#public_settings StatefulNodeAzure#public_settings}. | --- @@ -3442,7 +3442,7 @@ public string ApiVersion { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#api_version StatefulNodeAzure#api_version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#api_version StatefulNodeAzure#api_version}. --- @@ -3454,7 +3454,7 @@ public object MinorVersionAutoUpgrade { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#minor_version_auto_upgrade StatefulNodeAzure#minor_version_auto_upgrade}. --- @@ -3466,7 +3466,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -3478,7 +3478,7 @@ public string Publisher { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#publisher StatefulNodeAzure#publisher}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#publisher StatefulNodeAzure#publisher}. --- @@ -3490,7 +3490,7 @@ public string Type { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. --- @@ -3502,7 +3502,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.169.1/docs/resources/stateful_node_azure#protected_settings StatefulNodeAzure#protected_settings}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#protected_settings StatefulNodeAzure#protected_settings}. --- @@ -3514,7 +3514,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.169.1/docs/resources/stateful_node_azure#public_settings StatefulNodeAzure#public_settings}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#public_settings StatefulNodeAzure#public_settings}. --- @@ -3537,10 +3537,10 @@ new StatefulNodeAzureHealth { | **Name** | **Type** | **Description** | | --- | --- | --- | -| AutoHealing | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.0/docs/resources/stateful_node_azure#unhealthy_duration StatefulNodeAzure#unhealthy_duration}. | --- @@ -3552,7 +3552,7 @@ public object AutoHealing { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#auto_healing StatefulNodeAzure#auto_healing}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#auto_healing StatefulNodeAzure#auto_healing}. --- @@ -3564,7 +3564,7 @@ public string[] HealthCheckTypes { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#health_check_types StatefulNodeAzure#health_check_types}. --- @@ -3576,7 +3576,7 @@ public double GracePeriod { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#grace_period StatefulNodeAzure#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#grace_period StatefulNodeAzure#grace_period}. --- @@ -3588,7 +3588,7 @@ public double UnhealthyDuration { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#unhealthy_duration StatefulNodeAzure#unhealthy_duration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#unhealthy_duration StatefulNodeAzure#unhealthy_duration}. --- @@ -3626,7 +3626,7 @@ public object CustomImage { get; set; } custom_image block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#custom_image StatefulNodeAzure#custom_image} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#custom_image StatefulNodeAzure#custom_image} --- @@ -3640,7 +3640,7 @@ public object Gallery { get; set; } gallery block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#gallery StatefulNodeAzure#gallery} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#gallery StatefulNodeAzure#gallery} --- @@ -3654,7 +3654,7 @@ public object MarketplaceImage { get; set; } marketplace_image block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#marketplace_image StatefulNodeAzure#marketplace_image} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#marketplace_image StatefulNodeAzure#marketplace_image} --- @@ -3675,8 +3675,8 @@ new StatefulNodeAzureImageCustomImage { | **Name** | **Type** | **Description** | | --- | --- | --- | -| CustomImageResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | +| CustomImageResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | --- @@ -3688,7 +3688,7 @@ public string CustomImageResourceGroupName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#custom_image_resource_group_name StatefulNodeAzure#custom_image_resource_group_name}. --- @@ -3700,7 +3700,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -3723,10 +3723,10 @@ new StatefulNodeAzureImageGallery { | **Name** | **Type** | **Description** | | --- | --- | --- | -| GalleryName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.0/docs/resources/stateful_node_azure#version_name StatefulNodeAzure#version_name}. | --- @@ -3738,7 +3738,7 @@ public string GalleryName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#gallery_name StatefulNodeAzure#gallery_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#gallery_name StatefulNodeAzure#gallery_name}. --- @@ -3750,7 +3750,7 @@ public string GalleryResourceGroupName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#gallery_resource_group_name StatefulNodeAzure#gallery_resource_group_name}. --- @@ -3762,7 +3762,7 @@ public string ImageName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#image_name StatefulNodeAzure#image_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#image_name StatefulNodeAzure#image_name}. --- @@ -3774,7 +3774,7 @@ public string VersionName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#version_name StatefulNodeAzure#version_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#version_name StatefulNodeAzure#version_name}. --- @@ -3797,10 +3797,10 @@ new StatefulNodeAzureImageMarketplaceImage { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Offer | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#offer StatefulNodeAzure#offer}. | -| Publisher | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#publisher StatefulNodeAzure#publisher}. | -| Sku | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#sku StatefulNodeAzure#sku}. | -| Version | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#version StatefulNodeAzure#version}. | +| Offer | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#offer StatefulNodeAzure#offer}. | +| Publisher | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#publisher StatefulNodeAzure#publisher}. | +| Sku | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#sku StatefulNodeAzure#sku}. | +| Version | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#version StatefulNodeAzure#version}. | --- @@ -3812,7 +3812,7 @@ public string Offer { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#offer StatefulNodeAzure#offer}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#offer StatefulNodeAzure#offer}. --- @@ -3824,7 +3824,7 @@ public string Publisher { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#publisher StatefulNodeAzure#publisher}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#publisher StatefulNodeAzure#publisher}. --- @@ -3836,7 +3836,7 @@ public string Sku { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#sku StatefulNodeAzure#sku}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#sku StatefulNodeAzure#sku}. --- @@ -3848,7 +3848,7 @@ public string Version { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#version StatefulNodeAzure#version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#version StatefulNodeAzure#version}. --- @@ -3871,10 +3871,10 @@ new StatefulNodeAzureImportVm { | **Name** | **Type** | **Description** | | --- | --- | --- | -| OriginalVmName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.0/docs/resources/stateful_node_azure#resources_retention_time StatefulNodeAzure#resources_retention_time}. | --- @@ -3886,7 +3886,7 @@ public string OriginalVmName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#original_vm_name StatefulNodeAzure#original_vm_name}. --- @@ -3898,7 +3898,7 @@ public string ResourceGroupName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. --- @@ -3910,7 +3910,7 @@ public double DrainingTimeout { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#draining_timeout StatefulNodeAzure#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#draining_timeout StatefulNodeAzure#draining_timeout}. --- @@ -3922,7 +3922,7 @@ public double ResourcesRetentionTime { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#resources_retention_time StatefulNodeAzure#resources_retention_time}. --- @@ -3946,11 +3946,11 @@ new StatefulNodeAzureLoadBalancer { | **Name** | **Type** | **Description** | | --- | --- | --- | -| BackendPoolNames | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | -| ResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | -| Sku | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#sku StatefulNodeAzure#sku}. | +| BackendPoolNames | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | +| ResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | +| Sku | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#sku StatefulNodeAzure#sku}. | --- @@ -3962,7 +3962,7 @@ public string[] BackendPoolNames { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#backend_pool_names StatefulNodeAzure#backend_pool_names}. --- @@ -3974,7 +3974,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -3986,7 +3986,7 @@ public string ResourceGroupName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. --- @@ -3998,7 +3998,7 @@ public string Type { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. --- @@ -4010,7 +4010,7 @@ public string Sku { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#sku StatefulNodeAzure#sku}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#sku StatefulNodeAzure#sku}. --- @@ -4032,9 +4032,9 @@ new StatefulNodeAzureLogin { | **Name** | **Type** | **Description** | | --- | --- | --- | -| UserName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/stateful_node_azure#password StatefulNodeAzure#password}. | -| SshPublicKey | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.0/docs/resources/stateful_node_azure#password StatefulNodeAzure#password}. | +| SshPublicKey | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#ssh_public_key StatefulNodeAzure#ssh_public_key}. | --- @@ -4046,7 +4046,7 @@ public string UserName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#user_name StatefulNodeAzure#user_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#user_name StatefulNodeAzure#user_name}. --- @@ -4058,7 +4058,7 @@ public string Password { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#password StatefulNodeAzure#password}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#password StatefulNodeAzure#password}. --- @@ -4070,7 +4070,7 @@ public string SshPublicKey { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#ssh_public_key StatefulNodeAzure#ssh_public_key}. --- @@ -4091,8 +4091,8 @@ new StatefulNodeAzureManagedServiceIdentities { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | -| ResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | +| ResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. | --- @@ -4104,7 +4104,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -4116,7 +4116,7 @@ public string ResourceGroupName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. --- @@ -4139,8 +4139,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.169.1/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.169.1/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.170.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.170.0/docs/resources/stateful_node_azure#virtual_network_name StatefulNodeAzure#virtual_network_name}. | --- @@ -4154,7 +4154,7 @@ public object NetworkInterface { get; set; } network_interface block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#network_interface StatefulNodeAzure#network_interface} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#network_interface StatefulNodeAzure#network_interface} --- @@ -4166,7 +4166,7 @@ public string NetworkResourceGroupName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. --- @@ -4178,7 +4178,7 @@ public string VirtualNetworkName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#virtual_network_name StatefulNodeAzure#virtual_network_name}. --- @@ -4207,16 +4207,16 @@ new StatefulNodeAzureNetworkNetworkInterface { | **Name** | **Type** | **Description** | | --- | --- | --- | -| IsPrimary | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.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.169.1/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.169.1/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.170.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.170.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.169.1/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.170.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.169.1/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.170.0/docs/resources/stateful_node_azure#public_ip_sku StatefulNodeAzure#public_ip_sku}. | --- @@ -4228,7 +4228,7 @@ public object IsPrimary { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#is_primary StatefulNodeAzure#is_primary}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#is_primary StatefulNodeAzure#is_primary}. --- @@ -4240,7 +4240,7 @@ public string SubnetName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#subnet_name StatefulNodeAzure#subnet_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#subnet_name StatefulNodeAzure#subnet_name}. --- @@ -4254,7 +4254,7 @@ public object AdditionalIpConfigurations { get; set; } additional_ip_configurations block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#additional_ip_configurations StatefulNodeAzure#additional_ip_configurations} --- @@ -4268,7 +4268,7 @@ public object ApplicationSecurityGroups { get; set; } application_security_groups block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#application_security_groups StatefulNodeAzure#application_security_groups} --- @@ -4280,7 +4280,7 @@ public object AssignPublicIp { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#assign_public_ip StatefulNodeAzure#assign_public_ip}. --- @@ -4292,7 +4292,7 @@ public object EnableIpForwarding { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#enable_ip_forwarding StatefulNodeAzure#enable_ip_forwarding}. --- @@ -4306,7 +4306,7 @@ public object NetworkSecurityGroup { get; set; } network_security_group block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#network_security_group StatefulNodeAzure#network_security_group} --- @@ -4318,7 +4318,7 @@ public string[] PrivateIpAddresses { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#private_ip_addresses StatefulNodeAzure#private_ip_addresses}. --- @@ -4332,7 +4332,7 @@ public object PublicIps { get; set; } public_ips block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#public_ips StatefulNodeAzure#public_ips} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#public_ips StatefulNodeAzure#public_ips} --- @@ -4344,7 +4344,7 @@ public string PublicIpSku { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#public_ip_sku StatefulNodeAzure#public_ip_sku}. --- @@ -4365,8 +4365,8 @@ new StatefulNodeAzureNetworkNetworkInterfaceAdditionalIpConfigurations { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | -| PrivateIpAddressVersion | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | +| PrivateIpAddressVersion | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#private_ip_address_version StatefulNodeAzure#private_ip_address_version}. | --- @@ -4378,7 +4378,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -4390,7 +4390,7 @@ public string PrivateIpAddressVersion { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#private_ip_address_version StatefulNodeAzure#private_ip_address_version}. --- @@ -4411,8 +4411,8 @@ new StatefulNodeAzureNetworkNetworkInterfaceApplicationSecurityGroups { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | -| NetworkResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | +| NetworkResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. | --- @@ -4424,7 +4424,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -4436,7 +4436,7 @@ public string NetworkResourceGroupName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. --- @@ -4457,8 +4457,8 @@ new StatefulNodeAzureNetworkNetworkInterfaceNetworkSecurityGroup { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | -| NetworkResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | +| NetworkResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. | --- @@ -4470,7 +4470,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -4482,7 +4482,7 @@ public string NetworkResourceGroupName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. --- @@ -4503,8 +4503,8 @@ new StatefulNodeAzureNetworkNetworkInterfacePublicIps { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | -| NetworkResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | +| NetworkResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. | --- @@ -4516,7 +4516,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -4528,7 +4528,7 @@ public string NetworkResourceGroupName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. --- @@ -4550,9 +4550,9 @@ new StatefulNodeAzureOsDisk { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | -| Caching | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#caching StatefulNodeAzure#caching}. | -| SizeGb | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | +| Caching | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#caching StatefulNodeAzure#caching}. | +| SizeGb | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb}. | --- @@ -4564,7 +4564,7 @@ public string Type { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. --- @@ -4576,7 +4576,7 @@ public string Caching { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#caching StatefulNodeAzure#caching}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#caching StatefulNodeAzure#caching}. --- @@ -4588,7 +4588,7 @@ public double SizeGb { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb}. --- @@ -4609,8 +4609,8 @@ new StatefulNodeAzureProximityPlacementGroups { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | -| ResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | +| ResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. | --- @@ -4622,7 +4622,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -4634,7 +4634,7 @@ public string ResourceGroupName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. --- @@ -4656,9 +4656,9 @@ new StatefulNodeAzureSchedulingTask { | **Name** | **Type** | **Description** | | --- | --- | --- | -| CronExpression | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | +| CronExpression | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | --- @@ -4670,7 +4670,7 @@ public string CronExpression { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#cron_expression StatefulNodeAzure#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#cron_expression StatefulNodeAzure#cron_expression}. --- @@ -4682,7 +4682,7 @@ public object IsEnabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#is_enabled StatefulNodeAzure#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#is_enabled StatefulNodeAzure#is_enabled}. --- @@ -4694,7 +4694,7 @@ public string Type { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. --- @@ -4730,7 +4730,7 @@ public object SourceVault { get; set; } source_vault block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#source_vault StatefulNodeAzure#source_vault} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#source_vault StatefulNodeAzure#source_vault} --- @@ -4744,7 +4744,7 @@ public object VaultCertificates { get; set; } vault_certificates block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#vault_certificates StatefulNodeAzure#vault_certificates} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#vault_certificates StatefulNodeAzure#vault_certificates} --- @@ -4765,8 +4765,8 @@ new StatefulNodeAzureSecretSourceVault { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | -| ResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | +| ResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. | --- @@ -4778,7 +4778,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -4790,7 +4790,7 @@ public string ResourceGroupName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. --- @@ -4811,8 +4811,8 @@ new StatefulNodeAzureSecretVaultCertificates { | **Name** | **Type** | **Description** | | --- | --- | --- | -| CertificateStore | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/stateful_node_azure#certificate_url StatefulNodeAzure#certificate_url}. | --- @@ -4824,7 +4824,7 @@ public string CertificateStore { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#certificate_store StatefulNodeAzure#certificate_store}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#certificate_store StatefulNodeAzure#certificate_store}. --- @@ -4836,7 +4836,7 @@ public string CertificateUrl { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#certificate_url StatefulNodeAzure#certificate_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#certificate_url StatefulNodeAzure#certificate_url}. --- @@ -4858,9 +4858,9 @@ new StatefulNodeAzureSecurity { | **Name** | **Type** | **Description** | | --- | --- | --- | -| SecureBootEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/stateful_node_azure#vtpm_enabled StatefulNodeAzure#vtpm_enabled}. | --- @@ -4872,7 +4872,7 @@ public object SecureBootEnabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#secure_boot_enabled StatefulNodeAzure#secure_boot_enabled}. --- @@ -4884,7 +4884,7 @@ public string SecurityType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#security_type StatefulNodeAzure#security_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#security_type StatefulNodeAzure#security_type}. --- @@ -4896,7 +4896,7 @@ public object VtpmEnabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#vtpm_enabled StatefulNodeAzure#vtpm_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#vtpm_enabled StatefulNodeAzure#vtpm_enabled}. --- @@ -4917,8 +4917,8 @@ new StatefulNodeAzureSignal { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Timeout | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#timeout StatefulNodeAzure#timeout}. | -| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | +| Timeout | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#timeout StatefulNodeAzure#timeout}. | +| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | --- @@ -4930,7 +4930,7 @@ public double Timeout { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#timeout StatefulNodeAzure#timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#timeout StatefulNodeAzure#timeout}. --- @@ -4942,7 +4942,7 @@ public string Type { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. --- @@ -4969,13 +4969,13 @@ new StatefulNodeAzureStrategy { | **Name** | **Type** | **Description** | | --- | --- | --- | -| FallbackToOnDemand | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#fallback_to_on_demand StatefulNodeAzure#fallback_to_on_demand}. | -| AvailabilityVsCost | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#availability_vs_cost StatefulNodeAzure#availability_vs_cost}. | +| FallbackToOnDemand | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#fallback_to_on_demand StatefulNodeAzure#fallback_to_on_demand}. | +| AvailabilityVsCost | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#availability_vs_cost StatefulNodeAzure#availability_vs_cost}. | | CapacityReservation | object | capacity_reservation block. | -| DrainingTimeout | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#draining_timeout StatefulNodeAzure#draining_timeout}. | -| OdWindows | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#od_windows StatefulNodeAzure#od_windows}. | -| OptimizationWindows | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.0/docs/resources/stateful_node_azure#draining_timeout StatefulNodeAzure#draining_timeout}. | +| OdWindows | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#od_windows StatefulNodeAzure#od_windows}. | +| OptimizationWindows | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/stateful_node_azure#preferred_life_cycle StatefulNodeAzure#preferred_life_cycle}. | | RevertToSpot | StatefulNodeAzureStrategyRevertToSpot | revert_to_spot block. | --- @@ -4988,7 +4988,7 @@ public object FallbackToOnDemand { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#fallback_to_on_demand StatefulNodeAzure#fallback_to_on_demand}. --- @@ -5000,7 +5000,7 @@ public double AvailabilityVsCost { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#availability_vs_cost StatefulNodeAzure#availability_vs_cost}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#availability_vs_cost StatefulNodeAzure#availability_vs_cost}. --- @@ -5014,7 +5014,7 @@ public object CapacityReservation { get; set; } capacity_reservation block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#capacity_reservation StatefulNodeAzure#capacity_reservation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#capacity_reservation StatefulNodeAzure#capacity_reservation} --- @@ -5026,7 +5026,7 @@ public double DrainingTimeout { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#draining_timeout StatefulNodeAzure#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#draining_timeout StatefulNodeAzure#draining_timeout}. --- @@ -5038,7 +5038,7 @@ public string[] OdWindows { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#od_windows StatefulNodeAzure#od_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#od_windows StatefulNodeAzure#od_windows}. --- @@ -5050,7 +5050,7 @@ public string[] OptimizationWindows { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#optimization_windows StatefulNodeAzure#optimization_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#optimization_windows StatefulNodeAzure#optimization_windows}. --- @@ -5062,7 +5062,7 @@ public string PreferredLifeCycle { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#preferred_life_cycle StatefulNodeAzure#preferred_life_cycle}. --- @@ -5076,7 +5076,7 @@ public StatefulNodeAzureStrategyRevertToSpot RevertToSpot { get; set; } revert_to_spot block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#revert_to_spot StatefulNodeAzure#revert_to_spot} --- @@ -5098,8 +5098,8 @@ new StatefulNodeAzureStrategyCapacityReservation { | **Name** | **Type** | **Description** | | --- | --- | --- | -| ShouldUtilize | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/stateful_node_azure#utilization_strategy StatefulNodeAzure#utilization_strategy}. | | CapacityReservationGroups | object | capacity_reservation_groups block. | --- @@ -5112,7 +5112,7 @@ public object ShouldUtilize { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#should_utilize StatefulNodeAzure#should_utilize}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#should_utilize StatefulNodeAzure#should_utilize}. --- @@ -5124,7 +5124,7 @@ public string UtilizationStrategy { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#utilization_strategy StatefulNodeAzure#utilization_strategy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#utilization_strategy StatefulNodeAzure#utilization_strategy}. --- @@ -5138,7 +5138,7 @@ public object CapacityReservationGroups { get; set; } capacity_reservation_groups block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#capacity_reservation_groups StatefulNodeAzure#capacity_reservation_groups} --- @@ -5160,9 +5160,9 @@ new StatefulNodeAzureStrategyCapacityReservationCapacityReservationGroups { | **Name** | **Type** | **Description** | | --- | --- | --- | -| CrgName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/stateful_node_azure#crg_should_prioritize StatefulNodeAzure#crg_should_prioritize}. | --- @@ -5174,7 +5174,7 @@ public string CrgName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#crg_name StatefulNodeAzure#crg_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#crg_name StatefulNodeAzure#crg_name}. --- @@ -5186,7 +5186,7 @@ public string CrgResourceGroupName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#crg_resource_group_name StatefulNodeAzure#crg_resource_group_name}. --- @@ -5198,7 +5198,7 @@ public object CrgShouldPrioritize { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#crg_should_prioritize StatefulNodeAzure#crg_should_prioritize}. --- @@ -5218,7 +5218,7 @@ new StatefulNodeAzureStrategyRevertToSpot { | **Name** | **Type** | **Description** | | --- | --- | --- | -| PerformAt | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#perform_at StatefulNodeAzure#perform_at}. | --- @@ -5230,7 +5230,7 @@ public string PerformAt { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#perform_at StatefulNodeAzure#perform_at}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#perform_at StatefulNodeAzure#perform_at}. --- @@ -5251,8 +5251,8 @@ new StatefulNodeAzureTag { | **Name** | **Type** | **Description** | | --- | --- | --- | -| TagKey | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/stateful_node_azure#tag_value StatefulNodeAzure#tag_value}. | --- @@ -5264,7 +5264,7 @@ public string TagKey { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#tag_key StatefulNodeAzure#tag_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#tag_key StatefulNodeAzure#tag_key}. --- @@ -5276,7 +5276,7 @@ public string TagValue { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#tag_value StatefulNodeAzure#tag_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#tag_value StatefulNodeAzure#tag_value}. --- @@ -5296,7 +5296,7 @@ new StatefulNodeAzureUpdateState { | **Name** | **Type** | **Description** | | --- | --- | --- | -| State | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#state StatefulNodeAzure#state}. | +| State | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#state StatefulNodeAzure#state}. | --- @@ -5308,7 +5308,7 @@ public string State { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#state StatefulNodeAzure#state}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#state StatefulNodeAzure#state}. --- diff --git a/docs/statefulNodeAzure.go.md b/docs/statefulNodeAzure.go.md index 0f4080e6c..831c89312 100644 --- a/docs/statefulNodeAzure.go.md +++ b/docs/statefulNodeAzure.go.md @@ -4,7 +4,7 @@ ### StatefulNodeAzure -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure spotinst_stateful_node_azure}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure spotinst_stateful_node_azure}. #### Initializers @@ -998,7 +998,7 @@ The construct id used in the generated config for the StatefulNodeAzure to impor The id of the existing StatefulNodeAzure that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#import import section} in the documentation of this resource for the id to use --- @@ -2204,12 +2204,12 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazu | **Name** | **Type** | **Description** | | --- | --- | --- | -| DataDiskName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.169.1/docs/resources/stateful_node_azure#lun StatefulNodeAzure#lun}. | -| Zone | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#zone StatefulNodeAzure#zone}. | +| DataDiskName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.170.0/docs/resources/stateful_node_azure#lun StatefulNodeAzure#lun}. | +| Zone | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#zone StatefulNodeAzure#zone}. | --- @@ -2221,7 +2221,7 @@ DataDiskName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#data_disk_name StatefulNodeAzure#data_disk_name}. --- @@ -2233,7 +2233,7 @@ DataDiskResourceGroupName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#data_disk_resource_group_name StatefulNodeAzure#data_disk_resource_group_name}. --- @@ -2245,7 +2245,7 @@ SizeGb *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb}. --- @@ -2257,7 +2257,7 @@ StorageAccountType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#storage_account_type StatefulNodeAzure#storage_account_type}. --- @@ -2269,7 +2269,7 @@ Lun *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#lun StatefulNodeAzure#lun}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#lun StatefulNodeAzure#lun}. --- @@ -2281,7 +2281,7 @@ Zone *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#zone StatefulNodeAzure#zone}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#zone StatefulNodeAzure#zone}. --- @@ -2303,9 +2303,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazu | **Name** | **Type** | **Description** | | --- | --- | --- | -| IsEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | +| IsEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | --- @@ -2317,7 +2317,7 @@ IsEnabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#is_enabled StatefulNodeAzure#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#is_enabled StatefulNodeAzure#is_enabled}. --- @@ -2329,7 +2329,7 @@ StorageUrl *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#storage_url StatefulNodeAzure#storage_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#storage_url StatefulNodeAzure#storage_url}. --- @@ -2341,7 +2341,7 @@ Type *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. --- @@ -2419,51 +2419,51 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazu | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | -| OdSizes | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/stateful_node_azure#os StatefulNodeAzure#os}. | -| Region | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#region StatefulNodeAzure#region}. | -| ResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.170.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | +| OdSizes | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/stateful_node_azure#os StatefulNodeAzure#os}. | +| Region | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#region StatefulNodeAzure#region}. | +| ResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.170.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.169.1/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.170.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.169.1/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.170.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.169.1/docs/resources/stateful_node_azure#description StatefulNodeAzure#description}. | +| Description | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/stateful_node_azure#id StatefulNodeAzure#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#id StatefulNodeAzure#id}. | | Image | StatefulNodeAzureImage | image block. | | ImportVm | interface{} | import_vm block. | -| LicenseType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#license_type StatefulNodeAzure#license_type}. | +| LicenseType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#license_type StatefulNodeAzure#license_type}. | | LoadBalancer | interface{} | load_balancer block. | | Login | StatefulNodeAzureLogin | login block. | | ManagedServiceIdentities | interface{} | managed_service_identities block. | | Network | StatefulNodeAzureNetwork | network block. | | OsDisk | StatefulNodeAzureOsDisk | os_disk block. | -| OsDiskPersistenceMode | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/stateful_node_azure#preferred_zone StatefulNodeAzure#preferred_zone}. | | ProximityPlacementGroups | interface{} | proximity_placement_groups block. | | SchedulingTask | interface{} | scheduling_task block. | | Secret | interface{} | secret block. | | Security | StatefulNodeAzureSecurity | security block. | -| ShouldPersistVm | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.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.169.1/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.169.1/docs/resources/stateful_node_azure#vm_name StatefulNodeAzure#vm_name}. | -| VmNamePrefix | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#vm_name_prefix StatefulNodeAzure#vm_name_prefix}. | -| Zones | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#zones StatefulNodeAzure#zones}. | +| UserData | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/stateful_node_azure#vm_name StatefulNodeAzure#vm_name}. | +| VmNamePrefix | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#vm_name_prefix StatefulNodeAzure#vm_name_prefix}. | +| Zones | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#zones StatefulNodeAzure#zones}. | --- @@ -2545,7 +2545,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -2557,7 +2557,7 @@ OdSizes *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#od_sizes StatefulNodeAzure#od_sizes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#od_sizes StatefulNodeAzure#od_sizes}. --- @@ -2569,7 +2569,7 @@ Os *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#os StatefulNodeAzure#os}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#os StatefulNodeAzure#os}. --- @@ -2581,7 +2581,7 @@ Region *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#region StatefulNodeAzure#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#region StatefulNodeAzure#region}. --- @@ -2593,7 +2593,7 @@ ResourceGroupName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. --- @@ -2605,7 +2605,7 @@ ShouldPersistDataDisks interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#should_persist_data_disks StatefulNodeAzure#should_persist_data_disks}. --- @@ -2617,7 +2617,7 @@ ShouldPersistNetwork interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#should_persist_network StatefulNodeAzure#should_persist_network}. --- @@ -2629,7 +2629,7 @@ ShouldPersistOsDisk interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#should_persist_os_disk StatefulNodeAzure#should_persist_os_disk}. --- @@ -2641,7 +2641,7 @@ SpotSizes *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#spot_sizes StatefulNodeAzure#spot_sizes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#spot_sizes StatefulNodeAzure#spot_sizes}. --- @@ -2655,7 +2655,7 @@ Strategy StatefulNodeAzureStrategy strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#strategy StatefulNodeAzure#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#strategy StatefulNodeAzure#strategy} --- @@ -2669,7 +2669,7 @@ AttachDataDisk interface{} attach_data_disk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#attach_data_disk StatefulNodeAzure#attach_data_disk} --- @@ -2683,7 +2683,7 @@ BootDiagnostics interface{} boot_diagnostics block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#boot_diagnostics StatefulNodeAzure#boot_diagnostics} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#boot_diagnostics StatefulNodeAzure#boot_diagnostics} --- @@ -2695,7 +2695,7 @@ CustomData *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#custom_data StatefulNodeAzure#custom_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#custom_data StatefulNodeAzure#custom_data}. --- @@ -2709,7 +2709,7 @@ DataDisk interface{} data_disk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#data_disk StatefulNodeAzure#data_disk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#data_disk StatefulNodeAzure#data_disk} --- @@ -2721,7 +2721,7 @@ DataDisksPersistenceMode *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#data_disks_persistence_mode StatefulNodeAzure#data_disks_persistence_mode}. --- @@ -2735,7 +2735,7 @@ Delete interface{} delete block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#delete StatefulNodeAzure#delete} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#delete StatefulNodeAzure#delete} --- @@ -2747,7 +2747,7 @@ Description *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#description StatefulNodeAzure#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#description StatefulNodeAzure#description}. --- @@ -2761,7 +2761,7 @@ DetachDataDisk interface{} detach_data_disk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#detach_data_disk StatefulNodeAzure#detach_data_disk} --- @@ -2775,7 +2775,7 @@ Extension interface{} extension block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#extension StatefulNodeAzure#extension} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#extension StatefulNodeAzure#extension} --- @@ -2789,7 +2789,7 @@ Health StatefulNodeAzureHealth health block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#health StatefulNodeAzure#health} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#health StatefulNodeAzure#health} --- @@ -2801,7 +2801,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#id StatefulNodeAzure#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. @@ -2818,7 +2818,7 @@ Image StatefulNodeAzureImage image block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#image StatefulNodeAzure#image} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#image StatefulNodeAzure#image} --- @@ -2832,7 +2832,7 @@ ImportVm interface{} import_vm block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#import_vm StatefulNodeAzure#import_vm} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#import_vm StatefulNodeAzure#import_vm} --- @@ -2844,7 +2844,7 @@ LicenseType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#license_type StatefulNodeAzure#license_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#license_type StatefulNodeAzure#license_type}. --- @@ -2858,7 +2858,7 @@ LoadBalancer interface{} load_balancer block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#load_balancer StatefulNodeAzure#load_balancer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#load_balancer StatefulNodeAzure#load_balancer} --- @@ -2872,7 +2872,7 @@ Login StatefulNodeAzureLogin login block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#login StatefulNodeAzure#login} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#login StatefulNodeAzure#login} --- @@ -2886,7 +2886,7 @@ ManagedServiceIdentities interface{} managed_service_identities block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#managed_service_identities StatefulNodeAzure#managed_service_identities} --- @@ -2900,7 +2900,7 @@ Network StatefulNodeAzureNetwork network block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#network StatefulNodeAzure#network} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#network StatefulNodeAzure#network} --- @@ -2914,7 +2914,7 @@ OsDisk StatefulNodeAzureOsDisk os_disk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#os_disk StatefulNodeAzure#os_disk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#os_disk StatefulNodeAzure#os_disk} --- @@ -2926,7 +2926,7 @@ OsDiskPersistenceMode *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#os_disk_persistence_mode StatefulNodeAzure#os_disk_persistence_mode}. --- @@ -2938,7 +2938,7 @@ PreferredSpotSizes *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#preferred_spot_sizes StatefulNodeAzure#preferred_spot_sizes}. --- @@ -2950,7 +2950,7 @@ PreferredZone *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#preferred_zone StatefulNodeAzure#preferred_zone}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#preferred_zone StatefulNodeAzure#preferred_zone}. --- @@ -2964,7 +2964,7 @@ ProximityPlacementGroups interface{} proximity_placement_groups block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#proximity_placement_groups StatefulNodeAzure#proximity_placement_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#proximity_placement_groups StatefulNodeAzure#proximity_placement_groups} --- @@ -2978,7 +2978,7 @@ SchedulingTask interface{} scheduling_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#scheduling_task StatefulNodeAzure#scheduling_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#scheduling_task StatefulNodeAzure#scheduling_task} --- @@ -2992,7 +2992,7 @@ Secret interface{} secret block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#secret StatefulNodeAzure#secret} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#secret StatefulNodeAzure#secret} --- @@ -3006,7 +3006,7 @@ Security StatefulNodeAzureSecurity security block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#security StatefulNodeAzure#security} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#security StatefulNodeAzure#security} --- @@ -3018,7 +3018,7 @@ ShouldPersistVm interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#should_persist_vm StatefulNodeAzure#should_persist_vm}. --- @@ -3030,7 +3030,7 @@ ShutdownScript *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#shutdown_script StatefulNodeAzure#shutdown_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#shutdown_script StatefulNodeAzure#shutdown_script}. --- @@ -3044,7 +3044,7 @@ Signal interface{} signal block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#signal StatefulNodeAzure#signal} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#signal StatefulNodeAzure#signal} --- @@ -3058,7 +3058,7 @@ Tag interface{} tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#tag StatefulNodeAzure#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#tag StatefulNodeAzure#tag} --- @@ -3072,7 +3072,7 @@ UpdateState interface{} update_state block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#update_state StatefulNodeAzure#update_state} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#update_state StatefulNodeAzure#update_state} --- @@ -3084,7 +3084,7 @@ UserData *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#user_data StatefulNodeAzure#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#user_data StatefulNodeAzure#user_data}. --- @@ -3096,7 +3096,7 @@ VmName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#vm_name StatefulNodeAzure#vm_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#vm_name StatefulNodeAzure#vm_name}. --- @@ -3108,7 +3108,7 @@ VmNamePrefix *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#vm_name_prefix StatefulNodeAzure#vm_name_prefix}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#vm_name_prefix StatefulNodeAzure#vm_name_prefix}. --- @@ -3120,7 +3120,7 @@ Zones *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#zones StatefulNodeAzure#zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#zones StatefulNodeAzure#zones}. --- @@ -3142,9 +3142,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazu | **Name** | **Type** | **Description** | | --- | --- | --- | -| Lun | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#lun StatefulNodeAzure#lun}. | -| SizeGb | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | +| Lun | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#lun StatefulNodeAzure#lun}. | +| SizeGb | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | --- @@ -3156,7 +3156,7 @@ Lun *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#lun StatefulNodeAzure#lun}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#lun StatefulNodeAzure#lun}. --- @@ -3168,7 +3168,7 @@ SizeGb *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb}. --- @@ -3180,7 +3180,7 @@ Type *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. --- @@ -3208,15 +3208,15 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazu | **Name** | **Type** | **Description** | | --- | --- | --- | -| DiskShouldDeallocate | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.0/docs/resources/stateful_node_azure#snapshot_ttl_in_hours StatefulNodeAzure#snapshot_ttl_in_hours}. | --- @@ -3228,7 +3228,7 @@ DiskShouldDeallocate interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#disk_should_deallocate StatefulNodeAzure#disk_should_deallocate}. --- @@ -3240,7 +3240,7 @@ NetworkShouldDeallocate interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#network_should_deallocate StatefulNodeAzure#network_should_deallocate}. --- @@ -3252,7 +3252,7 @@ PublicIpShouldDeallocate interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#public_ip_should_deallocate StatefulNodeAzure#public_ip_should_deallocate}. --- @@ -3264,7 +3264,7 @@ ShouldTerminateVm interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#should_terminate_vm StatefulNodeAzure#should_terminate_vm}. --- @@ -3276,7 +3276,7 @@ SnapshotShouldDeallocate interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#snapshot_should_deallocate StatefulNodeAzure#snapshot_should_deallocate}. --- @@ -3288,7 +3288,7 @@ DiskTtlInHours *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#disk_ttl_in_hours StatefulNodeAzure#disk_ttl_in_hours}. --- @@ -3300,7 +3300,7 @@ NetworkTtlInHours *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#network_ttl_in_hours StatefulNodeAzure#network_ttl_in_hours}. --- @@ -3312,7 +3312,7 @@ PublicIpTtlInHours *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#public_ip_ttl_in_hours StatefulNodeAzure#public_ip_ttl_in_hours}. --- @@ -3324,7 +3324,7 @@ SnapshotTtlInHours *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#snapshot_ttl_in_hours StatefulNodeAzure#snapshot_ttl_in_hours}. --- @@ -3347,10 +3347,10 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazu | **Name** | **Type** | **Description** | | --- | --- | --- | -| DataDiskName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.0/docs/resources/stateful_node_azure#ttl_in_hours StatefulNodeAzure#ttl_in_hours}. | --- @@ -3362,7 +3362,7 @@ DataDiskName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#data_disk_name StatefulNodeAzure#data_disk_name}. --- @@ -3374,7 +3374,7 @@ DataDiskResourceGroupName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#data_disk_resource_group_name StatefulNodeAzure#data_disk_resource_group_name}. --- @@ -3386,7 +3386,7 @@ ShouldDeallocate interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#should_deallocate StatefulNodeAzure#should_deallocate}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#should_deallocate StatefulNodeAzure#should_deallocate}. --- @@ -3398,7 +3398,7 @@ TtlInHours *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#ttl_in_hours StatefulNodeAzure#ttl_in_hours}. --- @@ -3424,13 +3424,13 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazu | **Name** | **Type** | **Description** | | --- | --- | --- | -| ApiVersion | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | -| Publisher | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#publisher StatefulNodeAzure#publisher}. | -| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | +| Publisher | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#publisher StatefulNodeAzure#publisher}. | +| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.0/docs/resources/stateful_node_azure#public_settings StatefulNodeAzure#public_settings}. | --- @@ -3442,7 +3442,7 @@ ApiVersion *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#api_version StatefulNodeAzure#api_version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#api_version StatefulNodeAzure#api_version}. --- @@ -3454,7 +3454,7 @@ MinorVersionAutoUpgrade interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#minor_version_auto_upgrade StatefulNodeAzure#minor_version_auto_upgrade}. --- @@ -3466,7 +3466,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -3478,7 +3478,7 @@ Publisher *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#publisher StatefulNodeAzure#publisher}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#publisher StatefulNodeAzure#publisher}. --- @@ -3490,7 +3490,7 @@ Type *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. --- @@ -3502,7 +3502,7 @@ ProtectedSettings *map[string]*string - *Type:* *map[string]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#protected_settings StatefulNodeAzure#protected_settings}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#protected_settings StatefulNodeAzure#protected_settings}. --- @@ -3514,7 +3514,7 @@ PublicSettings *map[string]*string - *Type:* *map[string]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#public_settings StatefulNodeAzure#public_settings}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#public_settings StatefulNodeAzure#public_settings}. --- @@ -3537,10 +3537,10 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazu | **Name** | **Type** | **Description** | | --- | --- | --- | -| AutoHealing | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.0/docs/resources/stateful_node_azure#unhealthy_duration StatefulNodeAzure#unhealthy_duration}. | --- @@ -3552,7 +3552,7 @@ AutoHealing interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#auto_healing StatefulNodeAzure#auto_healing}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#auto_healing StatefulNodeAzure#auto_healing}. --- @@ -3564,7 +3564,7 @@ HealthCheckTypes *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#health_check_types StatefulNodeAzure#health_check_types}. --- @@ -3576,7 +3576,7 @@ GracePeriod *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#grace_period StatefulNodeAzure#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#grace_period StatefulNodeAzure#grace_period}. --- @@ -3588,7 +3588,7 @@ UnhealthyDuration *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#unhealthy_duration StatefulNodeAzure#unhealthy_duration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#unhealthy_duration StatefulNodeAzure#unhealthy_duration}. --- @@ -3626,7 +3626,7 @@ CustomImage interface{} custom_image block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#custom_image StatefulNodeAzure#custom_image} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#custom_image StatefulNodeAzure#custom_image} --- @@ -3640,7 +3640,7 @@ Gallery interface{} gallery block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#gallery StatefulNodeAzure#gallery} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#gallery StatefulNodeAzure#gallery} --- @@ -3654,7 +3654,7 @@ MarketplaceImage interface{} marketplace_image block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#marketplace_image StatefulNodeAzure#marketplace_image} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#marketplace_image StatefulNodeAzure#marketplace_image} --- @@ -3675,8 +3675,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazu | **Name** | **Type** | **Description** | | --- | --- | --- | -| CustomImageResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | +| CustomImageResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | --- @@ -3688,7 +3688,7 @@ CustomImageResourceGroupName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#custom_image_resource_group_name StatefulNodeAzure#custom_image_resource_group_name}. --- @@ -3700,7 +3700,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -3723,10 +3723,10 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazu | **Name** | **Type** | **Description** | | --- | --- | --- | -| GalleryName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.0/docs/resources/stateful_node_azure#version_name StatefulNodeAzure#version_name}. | --- @@ -3738,7 +3738,7 @@ GalleryName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#gallery_name StatefulNodeAzure#gallery_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#gallery_name StatefulNodeAzure#gallery_name}. --- @@ -3750,7 +3750,7 @@ GalleryResourceGroupName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#gallery_resource_group_name StatefulNodeAzure#gallery_resource_group_name}. --- @@ -3762,7 +3762,7 @@ ImageName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#image_name StatefulNodeAzure#image_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#image_name StatefulNodeAzure#image_name}. --- @@ -3774,7 +3774,7 @@ VersionName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#version_name StatefulNodeAzure#version_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#version_name StatefulNodeAzure#version_name}. --- @@ -3797,10 +3797,10 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazu | **Name** | **Type** | **Description** | | --- | --- | --- | -| Offer | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#offer StatefulNodeAzure#offer}. | -| Publisher | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#publisher StatefulNodeAzure#publisher}. | -| Sku | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#sku StatefulNodeAzure#sku}. | -| Version | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#version StatefulNodeAzure#version}. | +| Offer | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#offer StatefulNodeAzure#offer}. | +| Publisher | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#publisher StatefulNodeAzure#publisher}. | +| Sku | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#sku StatefulNodeAzure#sku}. | +| Version | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#version StatefulNodeAzure#version}. | --- @@ -3812,7 +3812,7 @@ Offer *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#offer StatefulNodeAzure#offer}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#offer StatefulNodeAzure#offer}. --- @@ -3824,7 +3824,7 @@ Publisher *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#publisher StatefulNodeAzure#publisher}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#publisher StatefulNodeAzure#publisher}. --- @@ -3836,7 +3836,7 @@ Sku *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#sku StatefulNodeAzure#sku}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#sku StatefulNodeAzure#sku}. --- @@ -3848,7 +3848,7 @@ Version *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#version StatefulNodeAzure#version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#version StatefulNodeAzure#version}. --- @@ -3871,10 +3871,10 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazu | **Name** | **Type** | **Description** | | --- | --- | --- | -| OriginalVmName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.0/docs/resources/stateful_node_azure#resources_retention_time StatefulNodeAzure#resources_retention_time}. | --- @@ -3886,7 +3886,7 @@ OriginalVmName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#original_vm_name StatefulNodeAzure#original_vm_name}. --- @@ -3898,7 +3898,7 @@ ResourceGroupName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. --- @@ -3910,7 +3910,7 @@ DrainingTimeout *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#draining_timeout StatefulNodeAzure#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#draining_timeout StatefulNodeAzure#draining_timeout}. --- @@ -3922,7 +3922,7 @@ ResourcesRetentionTime *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#resources_retention_time StatefulNodeAzure#resources_retention_time}. --- @@ -3946,11 +3946,11 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazu | **Name** | **Type** | **Description** | | --- | --- | --- | -| BackendPoolNames | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | -| ResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | -| Sku | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#sku StatefulNodeAzure#sku}. | +| BackendPoolNames | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | +| ResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | +| Sku | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#sku StatefulNodeAzure#sku}. | --- @@ -3962,7 +3962,7 @@ BackendPoolNames *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#backend_pool_names StatefulNodeAzure#backend_pool_names}. --- @@ -3974,7 +3974,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -3986,7 +3986,7 @@ ResourceGroupName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. --- @@ -3998,7 +3998,7 @@ Type *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. --- @@ -4010,7 +4010,7 @@ Sku *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#sku StatefulNodeAzure#sku}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#sku StatefulNodeAzure#sku}. --- @@ -4032,9 +4032,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazu | **Name** | **Type** | **Description** | | --- | --- | --- | -| UserName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/stateful_node_azure#password StatefulNodeAzure#password}. | -| SshPublicKey | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.0/docs/resources/stateful_node_azure#password StatefulNodeAzure#password}. | +| SshPublicKey | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#ssh_public_key StatefulNodeAzure#ssh_public_key}. | --- @@ -4046,7 +4046,7 @@ UserName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#user_name StatefulNodeAzure#user_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#user_name StatefulNodeAzure#user_name}. --- @@ -4058,7 +4058,7 @@ Password *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#password StatefulNodeAzure#password}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#password StatefulNodeAzure#password}. --- @@ -4070,7 +4070,7 @@ SshPublicKey *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#ssh_public_key StatefulNodeAzure#ssh_public_key}. --- @@ -4091,8 +4091,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazu | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | -| ResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | +| ResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. | --- @@ -4104,7 +4104,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -4116,7 +4116,7 @@ ResourceGroupName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. --- @@ -4139,8 +4139,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazu | **Name** | **Type** | **Description** | | --- | --- | --- | | NetworkInterface | interface{} | network_interface block. | -| NetworkResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/stateful_node_azure#virtual_network_name StatefulNodeAzure#virtual_network_name}. | --- @@ -4154,7 +4154,7 @@ NetworkInterface interface{} network_interface block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#network_interface StatefulNodeAzure#network_interface} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#network_interface StatefulNodeAzure#network_interface} --- @@ -4166,7 +4166,7 @@ NetworkResourceGroupName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. --- @@ -4178,7 +4178,7 @@ VirtualNetworkName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#virtual_network_name StatefulNodeAzure#virtual_network_name}. --- @@ -4207,16 +4207,16 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazu | **Name** | **Type** | **Description** | | --- | --- | --- | -| IsPrimary | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.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.169.1/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.169.1/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.170.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.170.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.169.1/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.170.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.169.1/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.170.0/docs/resources/stateful_node_azure#public_ip_sku StatefulNodeAzure#public_ip_sku}. | --- @@ -4228,7 +4228,7 @@ IsPrimary interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#is_primary StatefulNodeAzure#is_primary}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#is_primary StatefulNodeAzure#is_primary}. --- @@ -4240,7 +4240,7 @@ SubnetName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#subnet_name StatefulNodeAzure#subnet_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#subnet_name StatefulNodeAzure#subnet_name}. --- @@ -4254,7 +4254,7 @@ AdditionalIpConfigurations interface{} additional_ip_configurations block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#additional_ip_configurations StatefulNodeAzure#additional_ip_configurations} --- @@ -4268,7 +4268,7 @@ ApplicationSecurityGroups interface{} application_security_groups block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#application_security_groups StatefulNodeAzure#application_security_groups} --- @@ -4280,7 +4280,7 @@ AssignPublicIp interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#assign_public_ip StatefulNodeAzure#assign_public_ip}. --- @@ -4292,7 +4292,7 @@ EnableIpForwarding interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#enable_ip_forwarding StatefulNodeAzure#enable_ip_forwarding}. --- @@ -4306,7 +4306,7 @@ NetworkSecurityGroup interface{} network_security_group block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#network_security_group StatefulNodeAzure#network_security_group} --- @@ -4318,7 +4318,7 @@ PrivateIpAddresses *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#private_ip_addresses StatefulNodeAzure#private_ip_addresses}. --- @@ -4332,7 +4332,7 @@ PublicIps interface{} public_ips block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#public_ips StatefulNodeAzure#public_ips} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#public_ips StatefulNodeAzure#public_ips} --- @@ -4344,7 +4344,7 @@ PublicIpSku *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#public_ip_sku StatefulNodeAzure#public_ip_sku}. --- @@ -4365,8 +4365,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazu | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | -| PrivateIpAddressVersion | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | +| PrivateIpAddressVersion | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#private_ip_address_version StatefulNodeAzure#private_ip_address_version}. | --- @@ -4378,7 +4378,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -4390,7 +4390,7 @@ PrivateIpAddressVersion *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#private_ip_address_version StatefulNodeAzure#private_ip_address_version}. --- @@ -4411,8 +4411,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazu | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | -| NetworkResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | +| NetworkResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. | --- @@ -4424,7 +4424,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -4436,7 +4436,7 @@ NetworkResourceGroupName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. --- @@ -4457,8 +4457,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazu | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | -| NetworkResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | +| NetworkResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. | --- @@ -4470,7 +4470,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -4482,7 +4482,7 @@ NetworkResourceGroupName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. --- @@ -4503,8 +4503,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazu | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | -| NetworkResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | +| NetworkResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. | --- @@ -4516,7 +4516,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -4528,7 +4528,7 @@ NetworkResourceGroupName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. --- @@ -4550,9 +4550,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazu | **Name** | **Type** | **Description** | | --- | --- | --- | -| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | -| Caching | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#caching StatefulNodeAzure#caching}. | -| SizeGb | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | +| Caching | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#caching StatefulNodeAzure#caching}. | +| SizeGb | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb}. | --- @@ -4564,7 +4564,7 @@ Type *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. --- @@ -4576,7 +4576,7 @@ Caching *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#caching StatefulNodeAzure#caching}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#caching StatefulNodeAzure#caching}. --- @@ -4588,7 +4588,7 @@ SizeGb *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb}. --- @@ -4609,8 +4609,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazu | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | -| ResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | +| ResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. | --- @@ -4622,7 +4622,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -4634,7 +4634,7 @@ ResourceGroupName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. --- @@ -4656,9 +4656,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazu | **Name** | **Type** | **Description** | | --- | --- | --- | -| CronExpression | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | +| CronExpression | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | --- @@ -4670,7 +4670,7 @@ CronExpression *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#cron_expression StatefulNodeAzure#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#cron_expression StatefulNodeAzure#cron_expression}. --- @@ -4682,7 +4682,7 @@ IsEnabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#is_enabled StatefulNodeAzure#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#is_enabled StatefulNodeAzure#is_enabled}. --- @@ -4694,7 +4694,7 @@ Type *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. --- @@ -4730,7 +4730,7 @@ SourceVault interface{} source_vault block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#source_vault StatefulNodeAzure#source_vault} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#source_vault StatefulNodeAzure#source_vault} --- @@ -4744,7 +4744,7 @@ VaultCertificates interface{} vault_certificates block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#vault_certificates StatefulNodeAzure#vault_certificates} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#vault_certificates StatefulNodeAzure#vault_certificates} --- @@ -4765,8 +4765,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazu | **Name** | **Type** | **Description** | | --- | --- | --- | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | -| ResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | +| ResourceGroupName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. | --- @@ -4778,7 +4778,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -4790,7 +4790,7 @@ ResourceGroupName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. --- @@ -4811,8 +4811,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazu | **Name** | **Type** | **Description** | | --- | --- | --- | -| CertificateStore | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/stateful_node_azure#certificate_url StatefulNodeAzure#certificate_url}. | --- @@ -4824,7 +4824,7 @@ CertificateStore *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#certificate_store StatefulNodeAzure#certificate_store}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#certificate_store StatefulNodeAzure#certificate_store}. --- @@ -4836,7 +4836,7 @@ CertificateUrl *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#certificate_url StatefulNodeAzure#certificate_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#certificate_url StatefulNodeAzure#certificate_url}. --- @@ -4858,9 +4858,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazu | **Name** | **Type** | **Description** | | --- | --- | --- | -| SecureBootEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/stateful_node_azure#vtpm_enabled StatefulNodeAzure#vtpm_enabled}. | --- @@ -4872,7 +4872,7 @@ SecureBootEnabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#secure_boot_enabled StatefulNodeAzure#secure_boot_enabled}. --- @@ -4884,7 +4884,7 @@ SecurityType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#security_type StatefulNodeAzure#security_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#security_type StatefulNodeAzure#security_type}. --- @@ -4896,7 +4896,7 @@ VtpmEnabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#vtpm_enabled StatefulNodeAzure#vtpm_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#vtpm_enabled StatefulNodeAzure#vtpm_enabled}. --- @@ -4917,8 +4917,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazu | **Name** | **Type** | **Description** | | --- | --- | --- | -| Timeout | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#timeout StatefulNodeAzure#timeout}. | -| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | +| Timeout | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#timeout StatefulNodeAzure#timeout}. | +| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | --- @@ -4930,7 +4930,7 @@ Timeout *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#timeout StatefulNodeAzure#timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#timeout StatefulNodeAzure#timeout}. --- @@ -4942,7 +4942,7 @@ Type *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. --- @@ -4969,13 +4969,13 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazu | **Name** | **Type** | **Description** | | --- | --- | --- | -| FallbackToOnDemand | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#fallback_to_on_demand StatefulNodeAzure#fallback_to_on_demand}. | -| AvailabilityVsCost | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#availability_vs_cost StatefulNodeAzure#availability_vs_cost}. | +| FallbackToOnDemand | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#fallback_to_on_demand StatefulNodeAzure#fallback_to_on_demand}. | +| AvailabilityVsCost | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#availability_vs_cost StatefulNodeAzure#availability_vs_cost}. | | CapacityReservation | interface{} | capacity_reservation block. | -| DrainingTimeout | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#draining_timeout StatefulNodeAzure#draining_timeout}. | -| OdWindows | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#od_windows StatefulNodeAzure#od_windows}. | -| OptimizationWindows | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.0/docs/resources/stateful_node_azure#draining_timeout StatefulNodeAzure#draining_timeout}. | +| OdWindows | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#od_windows StatefulNodeAzure#od_windows}. | +| OptimizationWindows | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/stateful_node_azure#preferred_life_cycle StatefulNodeAzure#preferred_life_cycle}. | | RevertToSpot | StatefulNodeAzureStrategyRevertToSpot | revert_to_spot block. | --- @@ -4988,7 +4988,7 @@ FallbackToOnDemand interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#fallback_to_on_demand StatefulNodeAzure#fallback_to_on_demand}. --- @@ -5000,7 +5000,7 @@ AvailabilityVsCost *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#availability_vs_cost StatefulNodeAzure#availability_vs_cost}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#availability_vs_cost StatefulNodeAzure#availability_vs_cost}. --- @@ -5014,7 +5014,7 @@ CapacityReservation interface{} capacity_reservation block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#capacity_reservation StatefulNodeAzure#capacity_reservation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#capacity_reservation StatefulNodeAzure#capacity_reservation} --- @@ -5026,7 +5026,7 @@ DrainingTimeout *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#draining_timeout StatefulNodeAzure#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#draining_timeout StatefulNodeAzure#draining_timeout}. --- @@ -5038,7 +5038,7 @@ OdWindows *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#od_windows StatefulNodeAzure#od_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#od_windows StatefulNodeAzure#od_windows}. --- @@ -5050,7 +5050,7 @@ OptimizationWindows *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#optimization_windows StatefulNodeAzure#optimization_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#optimization_windows StatefulNodeAzure#optimization_windows}. --- @@ -5062,7 +5062,7 @@ PreferredLifeCycle *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#preferred_life_cycle StatefulNodeAzure#preferred_life_cycle}. --- @@ -5076,7 +5076,7 @@ RevertToSpot StatefulNodeAzureStrategyRevertToSpot revert_to_spot block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#revert_to_spot StatefulNodeAzure#revert_to_spot} --- @@ -5098,8 +5098,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazu | **Name** | **Type** | **Description** | | --- | --- | --- | -| ShouldUtilize | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/stateful_node_azure#utilization_strategy StatefulNodeAzure#utilization_strategy}. | | CapacityReservationGroups | interface{} | capacity_reservation_groups block. | --- @@ -5112,7 +5112,7 @@ ShouldUtilize interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#should_utilize StatefulNodeAzure#should_utilize}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#should_utilize StatefulNodeAzure#should_utilize}. --- @@ -5124,7 +5124,7 @@ UtilizationStrategy *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#utilization_strategy StatefulNodeAzure#utilization_strategy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#utilization_strategy StatefulNodeAzure#utilization_strategy}. --- @@ -5138,7 +5138,7 @@ CapacityReservationGroups interface{} capacity_reservation_groups block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#capacity_reservation_groups StatefulNodeAzure#capacity_reservation_groups} --- @@ -5160,9 +5160,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazu | **Name** | **Type** | **Description** | | --- | --- | --- | -| CrgName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/stateful_node_azure#crg_should_prioritize StatefulNodeAzure#crg_should_prioritize}. | --- @@ -5174,7 +5174,7 @@ CrgName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#crg_name StatefulNodeAzure#crg_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#crg_name StatefulNodeAzure#crg_name}. --- @@ -5186,7 +5186,7 @@ CrgResourceGroupName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#crg_resource_group_name StatefulNodeAzure#crg_resource_group_name}. --- @@ -5198,7 +5198,7 @@ CrgShouldPrioritize interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#crg_should_prioritize StatefulNodeAzure#crg_should_prioritize}. --- @@ -5218,7 +5218,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazu | **Name** | **Type** | **Description** | | --- | --- | --- | -| PerformAt | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#perform_at StatefulNodeAzure#perform_at}. | --- @@ -5230,7 +5230,7 @@ PerformAt *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#perform_at StatefulNodeAzure#perform_at}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#perform_at StatefulNodeAzure#perform_at}. --- @@ -5251,8 +5251,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazu | **Name** | **Type** | **Description** | | --- | --- | --- | -| TagKey | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/stateful_node_azure#tag_value StatefulNodeAzure#tag_value}. | --- @@ -5264,7 +5264,7 @@ TagKey *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#tag_key StatefulNodeAzure#tag_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#tag_key StatefulNodeAzure#tag_key}. --- @@ -5276,7 +5276,7 @@ TagValue *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#tag_value StatefulNodeAzure#tag_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#tag_value StatefulNodeAzure#tag_value}. --- @@ -5296,7 +5296,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazu | **Name** | **Type** | **Description** | | --- | --- | --- | -| State | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#state StatefulNodeAzure#state}. | +| State | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#state StatefulNodeAzure#state}. | --- @@ -5308,7 +5308,7 @@ State *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#state StatefulNodeAzure#state}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#state StatefulNodeAzure#state}. --- diff --git a/docs/statefulNodeAzure.java.md b/docs/statefulNodeAzure.java.md index 1972c8dbe..68c46ed34 100644 --- a/docs/statefulNodeAzure.java.md +++ b/docs/statefulNodeAzure.java.md @@ -4,7 +4,7 @@ ### StatefulNodeAzure -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure spotinst_stateful_node_azure}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure spotinst_stateful_node_azure}. #### Initializers @@ -101,51 +101,51 @@ 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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.169.1/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.170.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.169.1/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.170.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.169.1/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.170.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.169.1/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.170.0/docs/resources/stateful_node_azure#id StatefulNodeAzure#id}. | | image | StatefulNodeAzureImage | image block. | | importVm | com.hashicorp.cdktf.IResolvable OR java.util.List<StatefulNodeAzureImportVm> | import_vm block. | -| licenseType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#license_type StatefulNodeAzure#license_type}. | +| licenseType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#license_type StatefulNodeAzure#license_type}. | | loadBalancer | com.hashicorp.cdktf.IResolvable OR java.util.List<StatefulNodeAzureLoadBalancer> | load_balancer block. | | login | StatefulNodeAzureLogin | login block. | | managedServiceIdentities | com.hashicorp.cdktf.IResolvable OR java.util.List<StatefulNodeAzureManagedServiceIdentities> | managed_service_identities block. | | network | StatefulNodeAzureNetwork | network block. | | osDisk | StatefulNodeAzureOsDisk | os_disk block. | -| osDiskPersistenceMode | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/stateful_node_azure#preferred_zone StatefulNodeAzure#preferred_zone}. | | proximityPlacementGroups | com.hashicorp.cdktf.IResolvable OR java.util.List<StatefulNodeAzureProximityPlacementGroups> | proximity_placement_groups block. | | schedulingTask | com.hashicorp.cdktf.IResolvable OR java.util.List<StatefulNodeAzureSchedulingTask> | scheduling_task block. | | secret | com.hashicorp.cdktf.IResolvable OR java.util.List<StatefulNodeAzureSecret> | secret block. | | security | StatefulNodeAzureSecurity | security block. | -| shouldPersistVm | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.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.169.1/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.169.1/docs/resources/stateful_node_azure#vm_name StatefulNodeAzure#vm_name}. | -| vmNamePrefix | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#vm_name_prefix StatefulNodeAzure#vm_name_prefix}. | -| zones | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.0/docs/resources/stateful_node_azure#vm_name StatefulNodeAzure#vm_name}. | +| vmNamePrefix | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#vm_name_prefix StatefulNodeAzure#vm_name_prefix}. | +| zones | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#zones StatefulNodeAzure#zones}. | --- @@ -213,7 +213,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -221,7 +221,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#od_sizes StatefulNodeAzure#od_sizes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#od_sizes StatefulNodeAzure#od_sizes}. --- @@ -229,7 +229,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#os StatefulNodeAzure#os}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#os StatefulNodeAzure#os}. --- @@ -237,7 +237,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#region StatefulNodeAzure#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#region StatefulNodeAzure#region}. --- @@ -245,7 +245,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. --- @@ -253,7 +253,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.169.1/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.170.0/docs/resources/stateful_node_azure#should_persist_data_disks StatefulNodeAzure#should_persist_data_disks}. --- @@ -261,7 +261,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.169.1/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.170.0/docs/resources/stateful_node_azure#should_persist_network StatefulNodeAzure#should_persist_network}. --- @@ -269,7 +269,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#should_persist_os_disk StatefulNodeAzure#should_persist_os_disk}. --- @@ -277,7 +277,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#spot_sizes StatefulNodeAzure#spot_sizes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#spot_sizes StatefulNodeAzure#spot_sizes}. --- @@ -287,7 +287,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#strategy StatefulNodeAzure#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#strategy StatefulNodeAzure#strategy} --- @@ -297,7 +297,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.169.1/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.170.0/docs/resources/stateful_node_azure#attach_data_disk StatefulNodeAzure#attach_data_disk} --- @@ -307,7 +307,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.169.1/docs/resources/stateful_node_azure#boot_diagnostics StatefulNodeAzure#boot_diagnostics} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#boot_diagnostics StatefulNodeAzure#boot_diagnostics} --- @@ -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.169.1/docs/resources/stateful_node_azure#custom_data StatefulNodeAzure#custom_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#custom_data StatefulNodeAzure#custom_data}. --- @@ -325,7 +325,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.169.1/docs/resources/stateful_node_azure#data_disk StatefulNodeAzure#data_disk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#data_disk StatefulNodeAzure#data_disk} --- @@ -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.169.1/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.170.0/docs/resources/stateful_node_azure#data_disks_persistence_mode StatefulNodeAzure#data_disks_persistence_mode}. --- @@ -343,7 +343,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.169.1/docs/resources/stateful_node_azure#delete StatefulNodeAzure#delete} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#delete StatefulNodeAzure#delete} --- @@ -351,7 +351,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#description StatefulNodeAzure#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#description StatefulNodeAzure#description}. --- @@ -361,7 +361,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.169.1/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.170.0/docs/resources/stateful_node_azure#detach_data_disk StatefulNodeAzure#detach_data_disk} --- @@ -371,7 +371,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.169.1/docs/resources/stateful_node_azure#extension StatefulNodeAzure#extension} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#extension StatefulNodeAzure#extension} --- @@ -381,7 +381,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.169.1/docs/resources/stateful_node_azure#health StatefulNodeAzure#health} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#health StatefulNodeAzure#health} --- @@ -389,7 +389,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#id StatefulNodeAzure#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. @@ -402,7 +402,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.169.1/docs/resources/stateful_node_azure#image StatefulNodeAzure#image} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#image StatefulNodeAzure#image} --- @@ -412,7 +412,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.169.1/docs/resources/stateful_node_azure#import_vm StatefulNodeAzure#import_vm} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#import_vm StatefulNodeAzure#import_vm} --- @@ -420,7 +420,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#license_type StatefulNodeAzure#license_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#license_type StatefulNodeAzure#license_type}. --- @@ -430,7 +430,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.169.1/docs/resources/stateful_node_azure#load_balancer StatefulNodeAzure#load_balancer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#load_balancer StatefulNodeAzure#load_balancer} --- @@ -440,7 +440,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.169.1/docs/resources/stateful_node_azure#login StatefulNodeAzure#login} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#login StatefulNodeAzure#login} --- @@ -450,7 +450,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.169.1/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.170.0/docs/resources/stateful_node_azure#managed_service_identities StatefulNodeAzure#managed_service_identities} --- @@ -460,7 +460,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.169.1/docs/resources/stateful_node_azure#network StatefulNodeAzure#network} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#network StatefulNodeAzure#network} --- @@ -470,7 +470,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.169.1/docs/resources/stateful_node_azure#os_disk StatefulNodeAzure#os_disk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#os_disk StatefulNodeAzure#os_disk} --- @@ -478,7 +478,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#os_disk_persistence_mode StatefulNodeAzure#os_disk_persistence_mode}. --- @@ -486,7 +486,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.169.1/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.170.0/docs/resources/stateful_node_azure#preferred_spot_sizes StatefulNodeAzure#preferred_spot_sizes}. --- @@ -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.169.1/docs/resources/stateful_node_azure#preferred_zone StatefulNodeAzure#preferred_zone}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#preferred_zone StatefulNodeAzure#preferred_zone}. --- @@ -504,7 +504,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti proximity_placement_groups block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#proximity_placement_groups StatefulNodeAzure#proximity_placement_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#proximity_placement_groups StatefulNodeAzure#proximity_placement_groups} --- @@ -514,7 +514,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.169.1/docs/resources/stateful_node_azure#scheduling_task StatefulNodeAzure#scheduling_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#scheduling_task StatefulNodeAzure#scheduling_task} --- @@ -524,7 +524,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.169.1/docs/resources/stateful_node_azure#secret StatefulNodeAzure#secret} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#secret StatefulNodeAzure#secret} --- @@ -534,7 +534,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.169.1/docs/resources/stateful_node_azure#security StatefulNodeAzure#security} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#security StatefulNodeAzure#security} --- @@ -542,7 +542,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.169.1/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.170.0/docs/resources/stateful_node_azure#should_persist_vm StatefulNodeAzure#should_persist_vm}. --- @@ -550,7 +550,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#shutdown_script StatefulNodeAzure#shutdown_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#shutdown_script StatefulNodeAzure#shutdown_script}. --- @@ -560,7 +560,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.169.1/docs/resources/stateful_node_azure#signal StatefulNodeAzure#signal} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#signal StatefulNodeAzure#signal} --- @@ -570,7 +570,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.169.1/docs/resources/stateful_node_azure#tag StatefulNodeAzure#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#tag StatefulNodeAzure#tag} --- @@ -580,7 +580,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.169.1/docs/resources/stateful_node_azure#update_state StatefulNodeAzure#update_state} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#update_state StatefulNodeAzure#update_state} --- @@ -588,7 +588,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#user_data StatefulNodeAzure#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#user_data StatefulNodeAzure#user_data}. --- @@ -596,7 +596,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#vm_name StatefulNodeAzure#vm_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#vm_name StatefulNodeAzure#vm_name}. --- @@ -604,7 +604,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#vm_name_prefix StatefulNodeAzure#vm_name_prefix}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#vm_name_prefix StatefulNodeAzure#vm_name_prefix}. --- @@ -612,7 +612,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.169.1/docs/resources/stateful_node_azure#zones StatefulNodeAzure#zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#zones StatefulNodeAzure#zones}. --- @@ -1570,7 +1570,7 @@ The construct id used in the generated config for the StatefulNodeAzure to impor The id of the existing StatefulNodeAzure that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#import import section} in the documentation of this resource for the id to use --- @@ -2776,12 +2776,12 @@ StatefulNodeAzureAttachDataDisk.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| dataDiskName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.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.170.0/docs/resources/stateful_node_azure#zone StatefulNodeAzure#zone}. | --- @@ -2793,7 +2793,7 @@ public java.lang.String getDataDiskName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#data_disk_name StatefulNodeAzure#data_disk_name}. --- @@ -2805,7 +2805,7 @@ public java.lang.String getDataDiskResourceGroupName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#data_disk_resource_group_name StatefulNodeAzure#data_disk_resource_group_name}. --- @@ -2817,7 +2817,7 @@ public java.lang.Number getSizeGb(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb}. --- @@ -2829,7 +2829,7 @@ public java.lang.String getStorageAccountType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#storage_account_type StatefulNodeAzure#storage_account_type}. --- @@ -2841,7 +2841,7 @@ public java.lang.Number getLun(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#lun StatefulNodeAzure#lun}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#lun StatefulNodeAzure#lun}. --- @@ -2853,7 +2853,7 @@ public java.lang.String getZone(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#zone StatefulNodeAzure#zone}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#zone StatefulNodeAzure#zone}. --- @@ -2876,9 +2876,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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | --- @@ -2890,7 +2890,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.169.1/docs/resources/stateful_node_azure#is_enabled StatefulNodeAzure#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#is_enabled StatefulNodeAzure#is_enabled}. --- @@ -2902,7 +2902,7 @@ public java.lang.String getStorageUrl(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#storage_url StatefulNodeAzure#storage_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#storage_url StatefulNodeAzure#storage_url}. --- @@ -2914,7 +2914,7 @@ public java.lang.String getType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. --- @@ -3015,51 +3015,51 @@ 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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.169.1/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.170.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.169.1/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.170.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.169.1/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.170.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.169.1/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.170.0/docs/resources/stateful_node_azure#id StatefulNodeAzure#id}. | | image | StatefulNodeAzureImage | image block. | | importVm | com.hashicorp.cdktf.IResolvable OR java.util.List<StatefulNodeAzureImportVm> | import_vm block. | -| licenseType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#license_type StatefulNodeAzure#license_type}. | +| licenseType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#license_type StatefulNodeAzure#license_type}. | | loadBalancer | com.hashicorp.cdktf.IResolvable OR java.util.List<StatefulNodeAzureLoadBalancer> | load_balancer block. | | login | StatefulNodeAzureLogin | login block. | | managedServiceIdentities | com.hashicorp.cdktf.IResolvable OR java.util.List<StatefulNodeAzureManagedServiceIdentities> | managed_service_identities block. | | network | StatefulNodeAzureNetwork | network block. | | osDisk | StatefulNodeAzureOsDisk | os_disk block. | -| osDiskPersistenceMode | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/stateful_node_azure#preferred_zone StatefulNodeAzure#preferred_zone}. | | proximityPlacementGroups | com.hashicorp.cdktf.IResolvable OR java.util.List<StatefulNodeAzureProximityPlacementGroups> | proximity_placement_groups block. | | schedulingTask | com.hashicorp.cdktf.IResolvable OR java.util.List<StatefulNodeAzureSchedulingTask> | scheduling_task block. | | secret | com.hashicorp.cdktf.IResolvable OR java.util.List<StatefulNodeAzureSecret> | secret block. | | security | StatefulNodeAzureSecurity | security block. | -| shouldPersistVm | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.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.169.1/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.169.1/docs/resources/stateful_node_azure#vm_name StatefulNodeAzure#vm_name}. | -| vmNamePrefix | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#vm_name_prefix StatefulNodeAzure#vm_name_prefix}. | -| zones | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.0/docs/resources/stateful_node_azure#vm_name StatefulNodeAzure#vm_name}. | +| vmNamePrefix | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#vm_name_prefix StatefulNodeAzure#vm_name_prefix}. | +| zones | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#zones StatefulNodeAzure#zones}. | --- @@ -3141,7 +3141,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -3153,7 +3153,7 @@ public java.util.List getOdSizes(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#od_sizes StatefulNodeAzure#od_sizes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#od_sizes StatefulNodeAzure#od_sizes}. --- @@ -3165,7 +3165,7 @@ public java.lang.String getOs(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#os StatefulNodeAzure#os}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#os StatefulNodeAzure#os}. --- @@ -3177,7 +3177,7 @@ public java.lang.String getRegion(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#region StatefulNodeAzure#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#region StatefulNodeAzure#region}. --- @@ -3189,7 +3189,7 @@ public java.lang.String getResourceGroupName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. --- @@ -3201,7 +3201,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.169.1/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.170.0/docs/resources/stateful_node_azure#should_persist_data_disks StatefulNodeAzure#should_persist_data_disks}. --- @@ -3213,7 +3213,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.169.1/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.170.0/docs/resources/stateful_node_azure#should_persist_network StatefulNodeAzure#should_persist_network}. --- @@ -3225,7 +3225,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.169.1/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.170.0/docs/resources/stateful_node_azure#should_persist_os_disk StatefulNodeAzure#should_persist_os_disk}. --- @@ -3237,7 +3237,7 @@ public java.util.List getSpotSizes(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#spot_sizes StatefulNodeAzure#spot_sizes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#spot_sizes StatefulNodeAzure#spot_sizes}. --- @@ -3251,7 +3251,7 @@ public StatefulNodeAzureStrategy getStrategy(); strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#strategy StatefulNodeAzure#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#strategy StatefulNodeAzure#strategy} --- @@ -3265,7 +3265,7 @@ public java.lang.Object getAttachDataDisk(); attach_data_disk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#attach_data_disk StatefulNodeAzure#attach_data_disk} --- @@ -3279,7 +3279,7 @@ public java.lang.Object getBootDiagnostics(); boot_diagnostics block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#boot_diagnostics StatefulNodeAzure#boot_diagnostics} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#boot_diagnostics StatefulNodeAzure#boot_diagnostics} --- @@ -3291,7 +3291,7 @@ public java.lang.String getCustomData(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#custom_data StatefulNodeAzure#custom_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#custom_data StatefulNodeAzure#custom_data}. --- @@ -3305,7 +3305,7 @@ public java.lang.Object getDataDisk(); data_disk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#data_disk StatefulNodeAzure#data_disk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#data_disk StatefulNodeAzure#data_disk} --- @@ -3317,7 +3317,7 @@ public java.lang.String getDataDisksPersistenceMode(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#data_disks_persistence_mode StatefulNodeAzure#data_disks_persistence_mode}. --- @@ -3331,7 +3331,7 @@ public java.lang.Object getDelete(); delete block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#delete StatefulNodeAzure#delete} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#delete StatefulNodeAzure#delete} --- @@ -3343,7 +3343,7 @@ public java.lang.String getDescription(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#description StatefulNodeAzure#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#description StatefulNodeAzure#description}. --- @@ -3357,7 +3357,7 @@ public java.lang.Object getDetachDataDisk(); detach_data_disk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#detach_data_disk StatefulNodeAzure#detach_data_disk} --- @@ -3371,7 +3371,7 @@ public java.lang.Object getExtension(); extension block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#extension StatefulNodeAzure#extension} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#extension StatefulNodeAzure#extension} --- @@ -3385,7 +3385,7 @@ public StatefulNodeAzureHealth getHealth(); health block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#health StatefulNodeAzure#health} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#health StatefulNodeAzure#health} --- @@ -3397,7 +3397,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#id StatefulNodeAzure#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. @@ -3414,7 +3414,7 @@ public StatefulNodeAzureImage getImage(); image block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#image StatefulNodeAzure#image} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#image StatefulNodeAzure#image} --- @@ -3428,7 +3428,7 @@ public java.lang.Object getImportVm(); import_vm block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#import_vm StatefulNodeAzure#import_vm} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#import_vm StatefulNodeAzure#import_vm} --- @@ -3440,7 +3440,7 @@ public java.lang.String getLicenseType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#license_type StatefulNodeAzure#license_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#license_type StatefulNodeAzure#license_type}. --- @@ -3454,7 +3454,7 @@ public java.lang.Object getLoadBalancer(); load_balancer block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#load_balancer StatefulNodeAzure#load_balancer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#load_balancer StatefulNodeAzure#load_balancer} --- @@ -3468,7 +3468,7 @@ public StatefulNodeAzureLogin getLogin(); login block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#login StatefulNodeAzure#login} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#login StatefulNodeAzure#login} --- @@ -3482,7 +3482,7 @@ public java.lang.Object getManagedServiceIdentities(); managed_service_identities block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#managed_service_identities StatefulNodeAzure#managed_service_identities} --- @@ -3496,7 +3496,7 @@ public StatefulNodeAzureNetwork getNetwork(); network block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#network StatefulNodeAzure#network} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#network StatefulNodeAzure#network} --- @@ -3510,7 +3510,7 @@ public StatefulNodeAzureOsDisk getOsDisk(); os_disk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#os_disk StatefulNodeAzure#os_disk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#os_disk StatefulNodeAzure#os_disk} --- @@ -3522,7 +3522,7 @@ public java.lang.String getOsDiskPersistenceMode(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#os_disk_persistence_mode StatefulNodeAzure#os_disk_persistence_mode}. --- @@ -3534,7 +3534,7 @@ public java.util.List getPreferredSpotSizes(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#preferred_spot_sizes StatefulNodeAzure#preferred_spot_sizes}. --- @@ -3546,7 +3546,7 @@ public java.lang.String getPreferredZone(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#preferred_zone StatefulNodeAzure#preferred_zone}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#preferred_zone StatefulNodeAzure#preferred_zone}. --- @@ -3560,7 +3560,7 @@ public java.lang.Object getProximityPlacementGroups(); proximity_placement_groups block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#proximity_placement_groups StatefulNodeAzure#proximity_placement_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#proximity_placement_groups StatefulNodeAzure#proximity_placement_groups} --- @@ -3574,7 +3574,7 @@ public java.lang.Object getSchedulingTask(); scheduling_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#scheduling_task StatefulNodeAzure#scheduling_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#scheduling_task StatefulNodeAzure#scheduling_task} --- @@ -3588,7 +3588,7 @@ public java.lang.Object getSecret(); secret block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#secret StatefulNodeAzure#secret} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#secret StatefulNodeAzure#secret} --- @@ -3602,7 +3602,7 @@ public StatefulNodeAzureSecurity getSecurity(); security block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#security StatefulNodeAzure#security} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#security StatefulNodeAzure#security} --- @@ -3614,7 +3614,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.169.1/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.170.0/docs/resources/stateful_node_azure#should_persist_vm StatefulNodeAzure#should_persist_vm}. --- @@ -3626,7 +3626,7 @@ public java.lang.String getShutdownScript(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#shutdown_script StatefulNodeAzure#shutdown_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#shutdown_script StatefulNodeAzure#shutdown_script}. --- @@ -3640,7 +3640,7 @@ public java.lang.Object getSignal(); signal block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#signal StatefulNodeAzure#signal} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#signal StatefulNodeAzure#signal} --- @@ -3654,7 +3654,7 @@ public java.lang.Object getTag(); tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#tag StatefulNodeAzure#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#tag StatefulNodeAzure#tag} --- @@ -3668,7 +3668,7 @@ public java.lang.Object getUpdateState(); update_state block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#update_state StatefulNodeAzure#update_state} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#update_state StatefulNodeAzure#update_state} --- @@ -3680,7 +3680,7 @@ public java.lang.String getUserData(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#user_data StatefulNodeAzure#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#user_data StatefulNodeAzure#user_data}. --- @@ -3692,7 +3692,7 @@ public java.lang.String getVmName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#vm_name StatefulNodeAzure#vm_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#vm_name StatefulNodeAzure#vm_name}. --- @@ -3704,7 +3704,7 @@ public java.lang.String getVmNamePrefix(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#vm_name_prefix StatefulNodeAzure#vm_name_prefix}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#vm_name_prefix StatefulNodeAzure#vm_name_prefix}. --- @@ -3716,7 +3716,7 @@ public java.util.List getZones(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#zones StatefulNodeAzure#zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#zones StatefulNodeAzure#zones}. --- @@ -3738,9 +3738,9 @@ StatefulNodeAzureDataDisk.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| lun | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | --- @@ -3752,7 +3752,7 @@ public java.lang.Number getLun(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#lun StatefulNodeAzure#lun}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#lun StatefulNodeAzure#lun}. --- @@ -3764,7 +3764,7 @@ public java.lang.Number getSizeGb(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb}. --- @@ -3776,7 +3776,7 @@ public java.lang.String getType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. --- @@ -3809,15 +3809,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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.0/docs/resources/stateful_node_azure#snapshot_ttl_in_hours StatefulNodeAzure#snapshot_ttl_in_hours}. | --- @@ -3829,7 +3829,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.169.1/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.170.0/docs/resources/stateful_node_azure#disk_should_deallocate StatefulNodeAzure#disk_should_deallocate}. --- @@ -3841,7 +3841,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.169.1/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.170.0/docs/resources/stateful_node_azure#network_should_deallocate StatefulNodeAzure#network_should_deallocate}. --- @@ -3853,7 +3853,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.169.1/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.170.0/docs/resources/stateful_node_azure#public_ip_should_deallocate StatefulNodeAzure#public_ip_should_deallocate}. --- @@ -3865,7 +3865,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.169.1/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.170.0/docs/resources/stateful_node_azure#should_terminate_vm StatefulNodeAzure#should_terminate_vm}. --- @@ -3877,7 +3877,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.169.1/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.170.0/docs/resources/stateful_node_azure#snapshot_should_deallocate StatefulNodeAzure#snapshot_should_deallocate}. --- @@ -3889,7 +3889,7 @@ public java.lang.Number getDiskTtlInHours(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#disk_ttl_in_hours StatefulNodeAzure#disk_ttl_in_hours}. --- @@ -3901,7 +3901,7 @@ public java.lang.Number getNetworkTtlInHours(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#network_ttl_in_hours StatefulNodeAzure#network_ttl_in_hours}. --- @@ -3913,7 +3913,7 @@ public java.lang.Number getPublicIpTtlInHours(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#public_ip_ttl_in_hours StatefulNodeAzure#public_ip_ttl_in_hours}. --- @@ -3925,7 +3925,7 @@ public java.lang.Number getSnapshotTtlInHours(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#snapshot_ttl_in_hours StatefulNodeAzure#snapshot_ttl_in_hours}. --- @@ -3949,10 +3949,10 @@ StatefulNodeAzureDetachDataDisk.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| dataDiskName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.0/docs/resources/stateful_node_azure#ttl_in_hours StatefulNodeAzure#ttl_in_hours}. | --- @@ -3964,7 +3964,7 @@ public java.lang.String getDataDiskName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#data_disk_name StatefulNodeAzure#data_disk_name}. --- @@ -3976,7 +3976,7 @@ public java.lang.String getDataDiskResourceGroupName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#data_disk_resource_group_name StatefulNodeAzure#data_disk_resource_group_name}. --- @@ -3988,7 +3988,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.169.1/docs/resources/stateful_node_azure#should_deallocate StatefulNodeAzure#should_deallocate}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#should_deallocate StatefulNodeAzure#should_deallocate}. --- @@ -4000,7 +4000,7 @@ public java.lang.Number getTtlInHours(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#ttl_in_hours StatefulNodeAzure#ttl_in_hours}. --- @@ -4027,13 +4027,13 @@ StatefulNodeAzureExtension.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| apiVersion | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.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.170.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.170.0/docs/resources/stateful_node_azure#public_settings StatefulNodeAzure#public_settings}. | --- @@ -4045,7 +4045,7 @@ public java.lang.String getApiVersion(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#api_version StatefulNodeAzure#api_version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#api_version StatefulNodeAzure#api_version}. --- @@ -4057,7 +4057,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.169.1/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.170.0/docs/resources/stateful_node_azure#minor_version_auto_upgrade StatefulNodeAzure#minor_version_auto_upgrade}. --- @@ -4069,7 +4069,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -4081,7 +4081,7 @@ public java.lang.String getPublisher(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#publisher StatefulNodeAzure#publisher}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#publisher StatefulNodeAzure#publisher}. --- @@ -4093,7 +4093,7 @@ public java.lang.String getType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. --- @@ -4105,7 +4105,7 @@ public java.util.Map getProtectedSettings(); - *Type:* java.util.Map -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#protected_settings StatefulNodeAzure#protected_settings}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#protected_settings StatefulNodeAzure#protected_settings}. --- @@ -4117,7 +4117,7 @@ public java.util.Map getPublicSettings(); - *Type:* java.util.Map -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#public_settings StatefulNodeAzure#public_settings}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#public_settings StatefulNodeAzure#public_settings}. --- @@ -4141,10 +4141,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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.0/docs/resources/stateful_node_azure#unhealthy_duration StatefulNodeAzure#unhealthy_duration}. | --- @@ -4156,7 +4156,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.169.1/docs/resources/stateful_node_azure#auto_healing StatefulNodeAzure#auto_healing}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#auto_healing StatefulNodeAzure#auto_healing}. --- @@ -4168,7 +4168,7 @@ public java.util.List getHealthCheckTypes(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#health_check_types StatefulNodeAzure#health_check_types}. --- @@ -4180,7 +4180,7 @@ public java.lang.Number getGracePeriod(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#grace_period StatefulNodeAzure#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#grace_period StatefulNodeAzure#grace_period}. --- @@ -4192,7 +4192,7 @@ public java.lang.Number getUnhealthyDuration(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#unhealthy_duration StatefulNodeAzure#unhealthy_duration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#unhealthy_duration StatefulNodeAzure#unhealthy_duration}. --- @@ -4233,7 +4233,7 @@ public java.lang.Object getCustomImage(); custom_image block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#custom_image StatefulNodeAzure#custom_image} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#custom_image StatefulNodeAzure#custom_image} --- @@ -4247,7 +4247,7 @@ public java.lang.Object getGallery(); gallery block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#gallery StatefulNodeAzure#gallery} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#gallery StatefulNodeAzure#gallery} --- @@ -4261,7 +4261,7 @@ public java.lang.Object getMarketplaceImage(); marketplace_image block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#marketplace_image StatefulNodeAzure#marketplace_image} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#marketplace_image StatefulNodeAzure#marketplace_image} --- @@ -4282,8 +4282,8 @@ StatefulNodeAzureImageCustomImage.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| customImageResourceGroupName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | --- @@ -4295,7 +4295,7 @@ public java.lang.String getCustomImageResourceGroupName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#custom_image_resource_group_name StatefulNodeAzure#custom_image_resource_group_name}. --- @@ -4307,7 +4307,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -4330,10 +4330,10 @@ StatefulNodeAzureImageGallery.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| galleryName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.0/docs/resources/stateful_node_azure#version_name StatefulNodeAzure#version_name}. | --- @@ -4345,7 +4345,7 @@ public java.lang.String getGalleryName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#gallery_name StatefulNodeAzure#gallery_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#gallery_name StatefulNodeAzure#gallery_name}. --- @@ -4357,7 +4357,7 @@ public java.lang.String getGalleryResourceGroupName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#gallery_resource_group_name StatefulNodeAzure#gallery_resource_group_name}. --- @@ -4369,7 +4369,7 @@ public java.lang.String getImageName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#image_name StatefulNodeAzure#image_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#image_name StatefulNodeAzure#image_name}. --- @@ -4381,7 +4381,7 @@ public java.lang.String getVersionName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#version_name StatefulNodeAzure#version_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#version_name StatefulNodeAzure#version_name}. --- @@ -4404,10 +4404,10 @@ StatefulNodeAzureImageMarketplaceImage.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| offer | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.0/docs/resources/stateful_node_azure#version StatefulNodeAzure#version}. | --- @@ -4419,7 +4419,7 @@ public java.lang.String getOffer(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#offer StatefulNodeAzure#offer}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#offer StatefulNodeAzure#offer}. --- @@ -4431,7 +4431,7 @@ public java.lang.String getPublisher(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#publisher StatefulNodeAzure#publisher}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#publisher StatefulNodeAzure#publisher}. --- @@ -4443,7 +4443,7 @@ public java.lang.String getSku(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#sku StatefulNodeAzure#sku}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#sku StatefulNodeAzure#sku}. --- @@ -4455,7 +4455,7 @@ public java.lang.String getVersion(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#version StatefulNodeAzure#version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#version StatefulNodeAzure#version}. --- @@ -4478,10 +4478,10 @@ StatefulNodeAzureImportVm.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| originalVmName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.0/docs/resources/stateful_node_azure#resources_retention_time StatefulNodeAzure#resources_retention_time}. | --- @@ -4493,7 +4493,7 @@ public java.lang.String getOriginalVmName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#original_vm_name StatefulNodeAzure#original_vm_name}. --- @@ -4505,7 +4505,7 @@ public java.lang.String getResourceGroupName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. --- @@ -4517,7 +4517,7 @@ public java.lang.Number getDrainingTimeout(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#draining_timeout StatefulNodeAzure#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#draining_timeout StatefulNodeAzure#draining_timeout}. --- @@ -4529,7 +4529,7 @@ public java.lang.Number getResourcesRetentionTime(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#resources_retention_time StatefulNodeAzure#resources_retention_time}. --- @@ -4553,11 +4553,11 @@ StatefulNodeAzureLoadBalancer.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| backendPoolNames | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.0/docs/resources/stateful_node_azure#sku StatefulNodeAzure#sku}. | --- @@ -4569,7 +4569,7 @@ public java.util.List getBackendPoolNames(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#backend_pool_names StatefulNodeAzure#backend_pool_names}. --- @@ -4581,7 +4581,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -4593,7 +4593,7 @@ public java.lang.String getResourceGroupName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. --- @@ -4605,7 +4605,7 @@ public java.lang.String getType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. --- @@ -4617,7 +4617,7 @@ public java.lang.String getSku(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#sku StatefulNodeAzure#sku}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#sku StatefulNodeAzure#sku}. --- @@ -4639,9 +4639,9 @@ StatefulNodeAzureLogin.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| userName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/stateful_node_azure#ssh_public_key StatefulNodeAzure#ssh_public_key}. | --- @@ -4653,7 +4653,7 @@ public java.lang.String getUserName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#user_name StatefulNodeAzure#user_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#user_name StatefulNodeAzure#user_name}. --- @@ -4665,7 +4665,7 @@ public java.lang.String getPassword(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#password StatefulNodeAzure#password}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#password StatefulNodeAzure#password}. --- @@ -4677,7 +4677,7 @@ public java.lang.String getSshPublicKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#ssh_public_key StatefulNodeAzure#ssh_public_key}. --- @@ -4698,8 +4698,8 @@ StatefulNodeAzureManagedServiceIdentities.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. | --- @@ -4711,7 +4711,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -4723,7 +4723,7 @@ public java.lang.String getResourceGroupName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. --- @@ -4747,8 +4747,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.169.1/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.169.1/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.170.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.170.0/docs/resources/stateful_node_azure#virtual_network_name StatefulNodeAzure#virtual_network_name}. | --- @@ -4762,7 +4762,7 @@ public java.lang.Object getNetworkInterface(); network_interface block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#network_interface StatefulNodeAzure#network_interface} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#network_interface StatefulNodeAzure#network_interface} --- @@ -4774,7 +4774,7 @@ public java.lang.String getNetworkResourceGroupName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. --- @@ -4786,7 +4786,7 @@ public java.lang.String getVirtualNetworkName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#virtual_network_name StatefulNodeAzure#virtual_network_name}. --- @@ -4822,16 +4822,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.169.1/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.169.1/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.170.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.170.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.169.1/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.169.1/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.170.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.170.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.169.1/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.170.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.169.1/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.170.0/docs/resources/stateful_node_azure#public_ip_sku StatefulNodeAzure#public_ip_sku}. | --- @@ -4843,7 +4843,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.169.1/docs/resources/stateful_node_azure#is_primary StatefulNodeAzure#is_primary}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#is_primary StatefulNodeAzure#is_primary}. --- @@ -4855,7 +4855,7 @@ public java.lang.String getSubnetName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#subnet_name StatefulNodeAzure#subnet_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#subnet_name StatefulNodeAzure#subnet_name}. --- @@ -4869,7 +4869,7 @@ public java.lang.Object getAdditionalIpConfigurations(); additional_ip_configurations block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#additional_ip_configurations StatefulNodeAzure#additional_ip_configurations} --- @@ -4883,7 +4883,7 @@ public java.lang.Object getApplicationSecurityGroups(); application_security_groups block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#application_security_groups StatefulNodeAzure#application_security_groups} --- @@ -4895,7 +4895,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.169.1/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.170.0/docs/resources/stateful_node_azure#assign_public_ip StatefulNodeAzure#assign_public_ip}. --- @@ -4907,7 +4907,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.169.1/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.170.0/docs/resources/stateful_node_azure#enable_ip_forwarding StatefulNodeAzure#enable_ip_forwarding}. --- @@ -4921,7 +4921,7 @@ public java.lang.Object getNetworkSecurityGroup(); network_security_group block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#network_security_group StatefulNodeAzure#network_security_group} --- @@ -4933,7 +4933,7 @@ public java.util.List getPrivateIpAddresses(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#private_ip_addresses StatefulNodeAzure#private_ip_addresses}. --- @@ -4947,7 +4947,7 @@ public java.lang.Object getPublicIps(); public_ips block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#public_ips StatefulNodeAzure#public_ips} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#public_ips StatefulNodeAzure#public_ips} --- @@ -4959,7 +4959,7 @@ public java.lang.String getPublicIpSku(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#public_ip_sku StatefulNodeAzure#public_ip_sku}. --- @@ -4980,8 +4980,8 @@ StatefulNodeAzureNetworkNetworkInterfaceAdditionalIpConfigurations.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/stateful_node_azure#private_ip_address_version StatefulNodeAzure#private_ip_address_version}. | --- @@ -4993,7 +4993,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -5005,7 +5005,7 @@ public java.lang.String getPrivateIpAddressVersion(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#private_ip_address_version StatefulNodeAzure#private_ip_address_version}. --- @@ -5026,8 +5026,8 @@ StatefulNodeAzureNetworkNetworkInterfaceApplicationSecurityGroups.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. | --- @@ -5039,7 +5039,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -5051,7 +5051,7 @@ public java.lang.String getNetworkResourceGroupName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. --- @@ -5072,8 +5072,8 @@ StatefulNodeAzureNetworkNetworkInterfaceNetworkSecurityGroup.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. | --- @@ -5085,7 +5085,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -5097,7 +5097,7 @@ public java.lang.String getNetworkResourceGroupName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. --- @@ -5118,8 +5118,8 @@ StatefulNodeAzureNetworkNetworkInterfacePublicIps.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. | --- @@ -5131,7 +5131,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -5143,7 +5143,7 @@ public java.lang.String getNetworkResourceGroupName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. --- @@ -5165,9 +5165,9 @@ StatefulNodeAzureOsDisk.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | -| caching | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#caching StatefulNodeAzure#caching}. | -| sizeGb | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | +| caching | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#caching StatefulNodeAzure#caching}. | +| sizeGb | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb}. | --- @@ -5179,7 +5179,7 @@ public java.lang.String getType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. --- @@ -5191,7 +5191,7 @@ public java.lang.String getCaching(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#caching StatefulNodeAzure#caching}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#caching StatefulNodeAzure#caching}. --- @@ -5203,7 +5203,7 @@ public java.lang.Number getSizeGb(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb}. --- @@ -5224,8 +5224,8 @@ StatefulNodeAzureProximityPlacementGroups.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. | --- @@ -5237,7 +5237,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -5249,7 +5249,7 @@ public java.lang.String getResourceGroupName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. --- @@ -5272,9 +5272,9 @@ StatefulNodeAzureSchedulingTask.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| cronExpression | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | --- @@ -5286,7 +5286,7 @@ public java.lang.String getCronExpression(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#cron_expression StatefulNodeAzure#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#cron_expression StatefulNodeAzure#cron_expression}. --- @@ -5298,7 +5298,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.169.1/docs/resources/stateful_node_azure#is_enabled StatefulNodeAzure#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#is_enabled StatefulNodeAzure#is_enabled}. --- @@ -5310,7 +5310,7 @@ public java.lang.String getType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. --- @@ -5348,7 +5348,7 @@ public java.lang.Object getSourceVault(); source_vault block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#source_vault StatefulNodeAzure#source_vault} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#source_vault StatefulNodeAzure#source_vault} --- @@ -5362,7 +5362,7 @@ public java.lang.Object getVaultCertificates(); vault_certificates block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#vault_certificates StatefulNodeAzure#vault_certificates} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#vault_certificates StatefulNodeAzure#vault_certificates} --- @@ -5383,8 +5383,8 @@ StatefulNodeAzureSecretSourceVault.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. | --- @@ -5396,7 +5396,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -5408,7 +5408,7 @@ public java.lang.String getResourceGroupName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. --- @@ -5429,8 +5429,8 @@ StatefulNodeAzureSecretVaultCertificates.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| certificateStore | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/stateful_node_azure#certificate_url StatefulNodeAzure#certificate_url}. | --- @@ -5442,7 +5442,7 @@ public java.lang.String getCertificateStore(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#certificate_store StatefulNodeAzure#certificate_store}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#certificate_store StatefulNodeAzure#certificate_store}. --- @@ -5454,7 +5454,7 @@ public java.lang.String getCertificateUrl(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#certificate_url StatefulNodeAzure#certificate_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#certificate_url StatefulNodeAzure#certificate_url}. --- @@ -5478,9 +5478,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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/stateful_node_azure#vtpm_enabled StatefulNodeAzure#vtpm_enabled}. | --- @@ -5492,7 +5492,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.169.1/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.170.0/docs/resources/stateful_node_azure#secure_boot_enabled StatefulNodeAzure#secure_boot_enabled}. --- @@ -5504,7 +5504,7 @@ public java.lang.String getSecurityType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#security_type StatefulNodeAzure#security_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#security_type StatefulNodeAzure#security_type}. --- @@ -5516,7 +5516,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.169.1/docs/resources/stateful_node_azure#vtpm_enabled StatefulNodeAzure#vtpm_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#vtpm_enabled StatefulNodeAzure#vtpm_enabled}. --- @@ -5537,8 +5537,8 @@ StatefulNodeAzureSignal.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| timeout | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | --- @@ -5550,7 +5550,7 @@ public java.lang.Number getTimeout(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#timeout StatefulNodeAzure#timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#timeout StatefulNodeAzure#timeout}. --- @@ -5562,7 +5562,7 @@ public java.lang.String getType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. --- @@ -5591,13 +5591,13 @@ 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.169.1/docs/resources/stateful_node_azure#fallback_to_on_demand StatefulNodeAzure#fallback_to_on_demand}. | -| availabilityVsCost | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#availability_vs_cost StatefulNodeAzure#availability_vs_cost}. | +| fallbackToOnDemand | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#fallback_to_on_demand StatefulNodeAzure#fallback_to_on_demand}. | +| availabilityVsCost | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#availability_vs_cost StatefulNodeAzure#availability_vs_cost}. | | capacityReservation | com.hashicorp.cdktf.IResolvable OR java.util.List<StatefulNodeAzureStrategyCapacityReservation> | capacity_reservation block. | -| drainingTimeout | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#draining_timeout StatefulNodeAzure#draining_timeout}. | -| odWindows | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#od_windows StatefulNodeAzure#od_windows}. | -| optimizationWindows | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.0/docs/resources/stateful_node_azure#draining_timeout StatefulNodeAzure#draining_timeout}. | +| odWindows | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#od_windows StatefulNodeAzure#od_windows}. | +| optimizationWindows | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/stateful_node_azure#preferred_life_cycle StatefulNodeAzure#preferred_life_cycle}. | | revertToSpot | StatefulNodeAzureStrategyRevertToSpot | revert_to_spot block. | --- @@ -5610,7 +5610,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.169.1/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.170.0/docs/resources/stateful_node_azure#fallback_to_on_demand StatefulNodeAzure#fallback_to_on_demand}. --- @@ -5622,7 +5622,7 @@ public java.lang.Number getAvailabilityVsCost(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#availability_vs_cost StatefulNodeAzure#availability_vs_cost}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#availability_vs_cost StatefulNodeAzure#availability_vs_cost}. --- @@ -5636,7 +5636,7 @@ public java.lang.Object getCapacityReservation(); capacity_reservation block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#capacity_reservation StatefulNodeAzure#capacity_reservation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#capacity_reservation StatefulNodeAzure#capacity_reservation} --- @@ -5648,7 +5648,7 @@ public java.lang.Number getDrainingTimeout(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#draining_timeout StatefulNodeAzure#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#draining_timeout StatefulNodeAzure#draining_timeout}. --- @@ -5660,7 +5660,7 @@ public java.util.List getOdWindows(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#od_windows StatefulNodeAzure#od_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#od_windows StatefulNodeAzure#od_windows}. --- @@ -5672,7 +5672,7 @@ public java.util.List getOptimizationWindows(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#optimization_windows StatefulNodeAzure#optimization_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#optimization_windows StatefulNodeAzure#optimization_windows}. --- @@ -5684,7 +5684,7 @@ public java.lang.String getPreferredLifeCycle(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#preferred_life_cycle StatefulNodeAzure#preferred_life_cycle}. --- @@ -5698,7 +5698,7 @@ public StatefulNodeAzureStrategyRevertToSpot getRevertToSpot(); revert_to_spot block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#revert_to_spot StatefulNodeAzure#revert_to_spot} --- @@ -5722,8 +5722,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.169.1/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.169.1/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.170.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.170.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. | --- @@ -5736,7 +5736,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.169.1/docs/resources/stateful_node_azure#should_utilize StatefulNodeAzure#should_utilize}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#should_utilize StatefulNodeAzure#should_utilize}. --- @@ -5748,7 +5748,7 @@ public java.lang.String getUtilizationStrategy(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#utilization_strategy StatefulNodeAzure#utilization_strategy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#utilization_strategy StatefulNodeAzure#utilization_strategy}. --- @@ -5762,7 +5762,7 @@ public java.lang.Object getCapacityReservationGroups(); capacity_reservation_groups block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#capacity_reservation_groups StatefulNodeAzure#capacity_reservation_groups} --- @@ -5785,9 +5785,9 @@ StatefulNodeAzureStrategyCapacityReservationCapacityReservationGroups.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| crgName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/stateful_node_azure#crg_should_prioritize StatefulNodeAzure#crg_should_prioritize}. | --- @@ -5799,7 +5799,7 @@ public java.lang.String getCrgName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#crg_name StatefulNodeAzure#crg_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#crg_name StatefulNodeAzure#crg_name}. --- @@ -5811,7 +5811,7 @@ public java.lang.String getCrgResourceGroupName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#crg_resource_group_name StatefulNodeAzure#crg_resource_group_name}. --- @@ -5823,7 +5823,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.169.1/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.170.0/docs/resources/stateful_node_azure#crg_should_prioritize StatefulNodeAzure#crg_should_prioritize}. --- @@ -5843,7 +5843,7 @@ StatefulNodeAzureStrategyRevertToSpot.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| performAt | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#perform_at StatefulNodeAzure#perform_at}. | --- @@ -5855,7 +5855,7 @@ public java.lang.String getPerformAt(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#perform_at StatefulNodeAzure#perform_at}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#perform_at StatefulNodeAzure#perform_at}. --- @@ -5876,8 +5876,8 @@ StatefulNodeAzureTag.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| tagKey | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/stateful_node_azure#tag_value StatefulNodeAzure#tag_value}. | --- @@ -5889,7 +5889,7 @@ public java.lang.String getTagKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#tag_key StatefulNodeAzure#tag_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#tag_key StatefulNodeAzure#tag_key}. --- @@ -5901,7 +5901,7 @@ public java.lang.String getTagValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#tag_value StatefulNodeAzure#tag_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#tag_value StatefulNodeAzure#tag_value}. --- @@ -5921,7 +5921,7 @@ StatefulNodeAzureUpdateState.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| state | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#state StatefulNodeAzure#state}. | --- @@ -5933,7 +5933,7 @@ public java.lang.String getState(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#state StatefulNodeAzure#state}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#state StatefulNodeAzure#state}. --- diff --git a/docs/statefulNodeAzure.python.md b/docs/statefulNodeAzure.python.md index 5a8c333ad..524aeee9f 100644 --- a/docs/statefulNodeAzure.python.md +++ b/docs/statefulNodeAzure.python.md @@ -4,7 +4,7 @@ ### StatefulNodeAzure -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure spotinst_stateful_node_azure}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure spotinst_stateful_node_azure}. #### Initializers @@ -80,51 +80,51 @@ 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.169.1/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.169.1/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.169.1/docs/resources/stateful_node_azure#os StatefulNodeAzure#os}. | -| region | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/stateful_node_azure#os StatefulNodeAzure#os}. | +| region | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.170.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.170.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.169.1/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.170.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.169.1/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.170.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.169.1/docs/resources/stateful_node_azure#description StatefulNodeAzure#description}. | +| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/stateful_node_azure#id StatefulNodeAzure#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#id StatefulNodeAzure#id}. | | image | StatefulNodeAzureImage | image block. | | import_vm | typing.Union[cdktf.IResolvable, typing.List[StatefulNodeAzureImportVm]] | import_vm block. | -| license_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#license_type StatefulNodeAzure#license_type}. | +| license_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#license_type StatefulNodeAzure#license_type}. | | load_balancer | typing.Union[cdktf.IResolvable, typing.List[StatefulNodeAzureLoadBalancer]] | load_balancer block. | | login | StatefulNodeAzureLogin | login block. | | managed_service_identities | typing.Union[cdktf.IResolvable, typing.List[StatefulNodeAzureManagedServiceIdentities]] | managed_service_identities block. | | network | StatefulNodeAzureNetwork | network block. | | os_disk | StatefulNodeAzureOsDisk | os_disk block. | -| os_disk_persistence_mode | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/stateful_node_azure#preferred_zone StatefulNodeAzure#preferred_zone}. | | proximity_placement_groups | typing.Union[cdktf.IResolvable, typing.List[StatefulNodeAzureProximityPlacementGroups]] | proximity_placement_groups block. | | scheduling_task | typing.Union[cdktf.IResolvable, typing.List[StatefulNodeAzureSchedulingTask]] | scheduling_task block. | | secret | typing.Union[cdktf.IResolvable, typing.List[StatefulNodeAzureSecret]] | secret block. | | security | StatefulNodeAzureSecurity | security block. | -| should_persist_vm | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.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.169.1/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.169.1/docs/resources/stateful_node_azure#vm_name StatefulNodeAzure#vm_name}. | -| vm_name_prefix | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#vm_name_prefix StatefulNodeAzure#vm_name_prefix}. | -| zones | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#zones StatefulNodeAzure#zones}. | +| user_data | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/stateful_node_azure#vm_name StatefulNodeAzure#vm_name}. | +| vm_name_prefix | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#vm_name_prefix StatefulNodeAzure#vm_name_prefix}. | +| zones | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#zones StatefulNodeAzure#zones}. | --- @@ -192,7 +192,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.169.1/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -200,7 +200,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#od_sizes StatefulNodeAzure#od_sizes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#od_sizes StatefulNodeAzure#od_sizes}. --- @@ -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.169.1/docs/resources/stateful_node_azure#os StatefulNodeAzure#os}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#os StatefulNodeAzure#os}. --- @@ -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.169.1/docs/resources/stateful_node_azure#region StatefulNodeAzure#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#region StatefulNodeAzure#region}. --- @@ -224,7 +224,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. --- @@ -232,7 +232,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#should_persist_data_disks StatefulNodeAzure#should_persist_data_disks}. --- @@ -240,7 +240,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#should_persist_network StatefulNodeAzure#should_persist_network}. --- @@ -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.169.1/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.170.0/docs/resources/stateful_node_azure#should_persist_os_disk StatefulNodeAzure#should_persist_os_disk}. --- @@ -256,7 +256,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#spot_sizes StatefulNodeAzure#spot_sizes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#spot_sizes StatefulNodeAzure#spot_sizes}. --- @@ -266,7 +266,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.169.1/docs/resources/stateful_node_azure#strategy StatefulNodeAzure#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#strategy StatefulNodeAzure#strategy} --- @@ -276,7 +276,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.169.1/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.170.0/docs/resources/stateful_node_azure#attach_data_disk StatefulNodeAzure#attach_data_disk} --- @@ -286,7 +286,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.169.1/docs/resources/stateful_node_azure#boot_diagnostics StatefulNodeAzure#boot_diagnostics} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#boot_diagnostics StatefulNodeAzure#boot_diagnostics} --- @@ -294,7 +294,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#custom_data StatefulNodeAzure#custom_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#custom_data StatefulNodeAzure#custom_data}. --- @@ -304,7 +304,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.169.1/docs/resources/stateful_node_azure#data_disk StatefulNodeAzure#data_disk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#data_disk StatefulNodeAzure#data_disk} --- @@ -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.169.1/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.170.0/docs/resources/stateful_node_azure#data_disks_persistence_mode StatefulNodeAzure#data_disks_persistence_mode}. --- @@ -322,7 +322,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.169.1/docs/resources/stateful_node_azure#delete StatefulNodeAzure#delete} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#delete StatefulNodeAzure#delete} --- @@ -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.169.1/docs/resources/stateful_node_azure#description StatefulNodeAzure#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#description StatefulNodeAzure#description}. --- @@ -340,7 +340,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.169.1/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.170.0/docs/resources/stateful_node_azure#detach_data_disk StatefulNodeAzure#detach_data_disk} --- @@ -350,7 +350,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.169.1/docs/resources/stateful_node_azure#extension StatefulNodeAzure#extension} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#extension StatefulNodeAzure#extension} --- @@ -360,7 +360,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.169.1/docs/resources/stateful_node_azure#health StatefulNodeAzure#health} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#health StatefulNodeAzure#health} --- @@ -368,7 +368,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#id StatefulNodeAzure#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. @@ -381,7 +381,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.169.1/docs/resources/stateful_node_azure#image StatefulNodeAzure#image} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#image StatefulNodeAzure#image} --- @@ -391,7 +391,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.169.1/docs/resources/stateful_node_azure#import_vm StatefulNodeAzure#import_vm} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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 - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#license_type StatefulNodeAzure#license_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#license_type StatefulNodeAzure#license_type}. --- @@ -409,7 +409,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.169.1/docs/resources/stateful_node_azure#load_balancer StatefulNodeAzure#load_balancer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#load_balancer StatefulNodeAzure#load_balancer} --- @@ -419,7 +419,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.169.1/docs/resources/stateful_node_azure#login StatefulNodeAzure#login} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#login StatefulNodeAzure#login} --- @@ -429,7 +429,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.169.1/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.170.0/docs/resources/stateful_node_azure#managed_service_identities StatefulNodeAzure#managed_service_identities} --- @@ -439,7 +439,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.169.1/docs/resources/stateful_node_azure#network StatefulNodeAzure#network} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#network StatefulNodeAzure#network} --- @@ -449,7 +449,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.169.1/docs/resources/stateful_node_azure#os_disk StatefulNodeAzure#os_disk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#os_disk StatefulNodeAzure#os_disk} --- @@ -457,7 +457,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#os_disk_persistence_mode StatefulNodeAzure#os_disk_persistence_mode}. --- @@ -465,7 +465,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.169.1/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.170.0/docs/resources/stateful_node_azure#preferred_spot_sizes StatefulNodeAzure#preferred_spot_sizes}. --- @@ -473,7 +473,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#preferred_zone StatefulNodeAzure#preferred_zone}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#preferred_zone StatefulNodeAzure#preferred_zone}. --- @@ -483,7 +483,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti proximity_placement_groups block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#proximity_placement_groups StatefulNodeAzure#proximity_placement_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#proximity_placement_groups StatefulNodeAzure#proximity_placement_groups} --- @@ -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.169.1/docs/resources/stateful_node_azure#scheduling_task StatefulNodeAzure#scheduling_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/stateful_node_azure#secret StatefulNodeAzure#secret} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/stateful_node_azure#security StatefulNodeAzure#security} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#shutdown_script StatefulNodeAzure#shutdown_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/stateful_node_azure#signal StatefulNodeAzure#signal} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/stateful_node_azure#tag StatefulNodeAzure#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/stateful_node_azure#update_state StatefulNodeAzure#update_state} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#user_data StatefulNodeAzure#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#vm_name StatefulNodeAzure#vm_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#vm_name_prefix StatefulNodeAzure#vm_name_prefix}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#vm_name_prefix StatefulNodeAzure#vm_name_prefix}. --- @@ -591,7 +591,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.169.1/docs/resources/stateful_node_azure#zones StatefulNodeAzure#zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#zones StatefulNodeAzure#zones}. --- @@ -1106,7 +1106,7 @@ def put_health( - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#auto_healing StatefulNodeAzure#auto_healing}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#auto_healing StatefulNodeAzure#auto_healing}. --- @@ -1114,7 +1114,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.169.1/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.170.0/docs/resources/stateful_node_azure#health_check_types StatefulNodeAzure#health_check_types}. --- @@ -1122,7 +1122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#grace_period StatefulNodeAzure#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#grace_period StatefulNodeAzure#grace_period}. --- @@ -1130,7 +1130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#unhealthy_duration StatefulNodeAzure#unhealthy_duration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#unhealthy_duration StatefulNodeAzure#unhealthy_duration}. --- @@ -1150,7 +1150,7 @@ def put_image( custom_image block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#custom_image StatefulNodeAzure#custom_image} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#custom_image StatefulNodeAzure#custom_image} --- @@ -1160,7 +1160,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.169.1/docs/resources/stateful_node_azure#gallery StatefulNodeAzure#gallery} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#gallery StatefulNodeAzure#gallery} --- @@ -1170,7 +1170,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.169.1/docs/resources/stateful_node_azure#marketplace_image StatefulNodeAzure#marketplace_image} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#marketplace_image StatefulNodeAzure#marketplace_image} --- @@ -1216,7 +1216,7 @@ def put_login( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#user_name StatefulNodeAzure#user_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#user_name StatefulNodeAzure#user_name}. --- @@ -1224,7 +1224,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#password StatefulNodeAzure#password}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#password StatefulNodeAzure#password}. --- @@ -1232,7 +1232,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#ssh_public_key StatefulNodeAzure#ssh_public_key}. --- @@ -1266,7 +1266,7 @@ def put_network( network_interface block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#network_interface StatefulNodeAzure#network_interface} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#network_interface StatefulNodeAzure#network_interface} --- @@ -1274,7 +1274,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. --- @@ -1282,7 +1282,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#virtual_network_name StatefulNodeAzure#virtual_network_name}. --- @@ -1300,7 +1300,7 @@ def put_os_disk( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. --- @@ -1308,7 +1308,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#caching StatefulNodeAzure#caching}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#caching StatefulNodeAzure#caching}. --- @@ -1316,7 +1316,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb}. --- @@ -1376,7 +1376,7 @@ def put_security( - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#secure_boot_enabled StatefulNodeAzure#secure_boot_enabled}. --- @@ -1384,7 +1384,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#security_type StatefulNodeAzure#security_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#security_type StatefulNodeAzure#security_type}. --- @@ -1392,7 +1392,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#vtpm_enabled StatefulNodeAzure#vtpm_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#vtpm_enabled StatefulNodeAzure#vtpm_enabled}. --- @@ -1429,7 +1429,7 @@ def put_strategy( - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#fallback_to_on_demand StatefulNodeAzure#fallback_to_on_demand}. --- @@ -1437,7 +1437,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#availability_vs_cost StatefulNodeAzure#availability_vs_cost}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#availability_vs_cost StatefulNodeAzure#availability_vs_cost}. --- @@ -1447,7 +1447,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.169.1/docs/resources/stateful_node_azure#capacity_reservation StatefulNodeAzure#capacity_reservation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#capacity_reservation StatefulNodeAzure#capacity_reservation} --- @@ -1455,7 +1455,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#draining_timeout StatefulNodeAzure#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#draining_timeout StatefulNodeAzure#draining_timeout}. --- @@ -1463,7 +1463,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.169.1/docs/resources/stateful_node_azure#od_windows StatefulNodeAzure#od_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#od_windows StatefulNodeAzure#od_windows}. --- @@ -1471,7 +1471,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.169.1/docs/resources/stateful_node_azure#optimization_windows StatefulNodeAzure#optimization_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#optimization_windows StatefulNodeAzure#optimization_windows}. --- @@ -1479,7 +1479,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#preferred_life_cycle StatefulNodeAzure#preferred_life_cycle}. --- @@ -1489,7 +1489,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.169.1/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.170.0/docs/resources/stateful_node_azure#revert_to_spot StatefulNodeAzure#revert_to_spot} --- @@ -1845,7 +1845,7 @@ The construct id used in the generated config for the StatefulNodeAzure to impor The id of the existing StatefulNodeAzure that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#import import section} in the documentation of this resource for the id to use --- @@ -3051,12 +3051,12 @@ statefulNodeAzure.StatefulNodeAzureAttachDataDisk( | **Name** | **Type** | **Description** | | --- | --- | --- | -| data_disk_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.169.1/docs/resources/stateful_node_azure#lun StatefulNodeAzure#lun}. | -| zone | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.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.170.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.170.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.170.0/docs/resources/stateful_node_azure#lun StatefulNodeAzure#lun}. | +| zone | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#zone StatefulNodeAzure#zone}. | --- @@ -3068,7 +3068,7 @@ data_disk_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#data_disk_name StatefulNodeAzure#data_disk_name}. --- @@ -3080,7 +3080,7 @@ data_disk_resource_group_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#data_disk_resource_group_name StatefulNodeAzure#data_disk_resource_group_name}. --- @@ -3092,7 +3092,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.169.1/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb}. --- @@ -3104,7 +3104,7 @@ storage_account_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#storage_account_type StatefulNodeAzure#storage_account_type}. --- @@ -3116,7 +3116,7 @@ lun: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#lun StatefulNodeAzure#lun}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#lun StatefulNodeAzure#lun}. --- @@ -3128,7 +3128,7 @@ zone: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#zone StatefulNodeAzure#zone}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#zone StatefulNodeAzure#zone}. --- @@ -3150,9 +3150,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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | --- @@ -3164,7 +3164,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.169.1/docs/resources/stateful_node_azure#is_enabled StatefulNodeAzure#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#is_enabled StatefulNodeAzure#is_enabled}. --- @@ -3176,7 +3176,7 @@ storage_url: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#storage_url StatefulNodeAzure#storage_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#storage_url StatefulNodeAzure#storage_url}. --- @@ -3188,7 +3188,7 @@ type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. --- @@ -3266,51 +3266,51 @@ 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.169.1/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.169.1/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.169.1/docs/resources/stateful_node_azure#os StatefulNodeAzure#os}. | -| region | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/stateful_node_azure#os StatefulNodeAzure#os}. | +| region | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.170.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.170.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.169.1/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.170.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.169.1/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.170.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.169.1/docs/resources/stateful_node_azure#description StatefulNodeAzure#description}. | +| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/stateful_node_azure#id StatefulNodeAzure#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#id StatefulNodeAzure#id}. | | image | StatefulNodeAzureImage | image block. | | import_vm | typing.Union[cdktf.IResolvable, typing.List[StatefulNodeAzureImportVm]] | import_vm block. | -| license_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#license_type StatefulNodeAzure#license_type}. | +| license_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#license_type StatefulNodeAzure#license_type}. | | load_balancer | typing.Union[cdktf.IResolvable, typing.List[StatefulNodeAzureLoadBalancer]] | load_balancer block. | | login | StatefulNodeAzureLogin | login block. | | managed_service_identities | typing.Union[cdktf.IResolvable, typing.List[StatefulNodeAzureManagedServiceIdentities]] | managed_service_identities block. | | network | StatefulNodeAzureNetwork | network block. | | os_disk | StatefulNodeAzureOsDisk | os_disk block. | -| os_disk_persistence_mode | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/stateful_node_azure#preferred_zone StatefulNodeAzure#preferred_zone}. | | proximity_placement_groups | typing.Union[cdktf.IResolvable, typing.List[StatefulNodeAzureProximityPlacementGroups]] | proximity_placement_groups block. | | scheduling_task | typing.Union[cdktf.IResolvable, typing.List[StatefulNodeAzureSchedulingTask]] | scheduling_task block. | | secret | typing.Union[cdktf.IResolvable, typing.List[StatefulNodeAzureSecret]] | secret block. | | security | StatefulNodeAzureSecurity | security block. | -| should_persist_vm | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.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.169.1/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.169.1/docs/resources/stateful_node_azure#vm_name StatefulNodeAzure#vm_name}. | -| vm_name_prefix | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#vm_name_prefix StatefulNodeAzure#vm_name_prefix}. | -| zones | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#zones StatefulNodeAzure#zones}. | +| user_data | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/stateful_node_azure#vm_name StatefulNodeAzure#vm_name}. | +| vm_name_prefix | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#vm_name_prefix StatefulNodeAzure#vm_name_prefix}. | +| zones | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#zones StatefulNodeAzure#zones}. | --- @@ -3392,7 +3392,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -3404,7 +3404,7 @@ od_sizes: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#od_sizes StatefulNodeAzure#od_sizes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#od_sizes StatefulNodeAzure#od_sizes}. --- @@ -3416,7 +3416,7 @@ os: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#os StatefulNodeAzure#os}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#os StatefulNodeAzure#os}. --- @@ -3428,7 +3428,7 @@ region: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#region StatefulNodeAzure#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#region StatefulNodeAzure#region}. --- @@ -3440,7 +3440,7 @@ resource_group_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. --- @@ -3452,7 +3452,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.169.1/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.170.0/docs/resources/stateful_node_azure#should_persist_data_disks StatefulNodeAzure#should_persist_data_disks}. --- @@ -3464,7 +3464,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.169.1/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.170.0/docs/resources/stateful_node_azure#should_persist_network StatefulNodeAzure#should_persist_network}. --- @@ -3476,7 +3476,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.169.1/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.170.0/docs/resources/stateful_node_azure#should_persist_os_disk StatefulNodeAzure#should_persist_os_disk}. --- @@ -3488,7 +3488,7 @@ spot_sizes: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#spot_sizes StatefulNodeAzure#spot_sizes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#spot_sizes StatefulNodeAzure#spot_sizes}. --- @@ -3502,7 +3502,7 @@ strategy: StatefulNodeAzureStrategy strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#strategy StatefulNodeAzure#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#strategy StatefulNodeAzure#strategy} --- @@ -3516,7 +3516,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.169.1/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.170.0/docs/resources/stateful_node_azure#attach_data_disk StatefulNodeAzure#attach_data_disk} --- @@ -3530,7 +3530,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.169.1/docs/resources/stateful_node_azure#boot_diagnostics StatefulNodeAzure#boot_diagnostics} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#boot_diagnostics StatefulNodeAzure#boot_diagnostics} --- @@ -3542,7 +3542,7 @@ custom_data: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#custom_data StatefulNodeAzure#custom_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#custom_data StatefulNodeAzure#custom_data}. --- @@ -3556,7 +3556,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.169.1/docs/resources/stateful_node_azure#data_disk StatefulNodeAzure#data_disk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#data_disk StatefulNodeAzure#data_disk} --- @@ -3568,7 +3568,7 @@ data_disks_persistence_mode: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#data_disks_persistence_mode StatefulNodeAzure#data_disks_persistence_mode}. --- @@ -3582,7 +3582,7 @@ delete: typing.Union[IResolvable, typing.List[StatefulNodeAzureDelete]] delete block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#delete StatefulNodeAzure#delete} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#delete StatefulNodeAzure#delete} --- @@ -3594,7 +3594,7 @@ description: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#description StatefulNodeAzure#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#description StatefulNodeAzure#description}. --- @@ -3608,7 +3608,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.169.1/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.170.0/docs/resources/stateful_node_azure#detach_data_disk StatefulNodeAzure#detach_data_disk} --- @@ -3622,7 +3622,7 @@ extension: typing.Union[IResolvable, typing.List[StatefulNodeAzureExtension]] extension block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#extension StatefulNodeAzure#extension} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#extension StatefulNodeAzure#extension} --- @@ -3636,7 +3636,7 @@ health: StatefulNodeAzureHealth health block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#health StatefulNodeAzure#health} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#health StatefulNodeAzure#health} --- @@ -3648,7 +3648,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#id StatefulNodeAzure#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. @@ -3665,7 +3665,7 @@ image: StatefulNodeAzureImage image block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#image StatefulNodeAzure#image} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#image StatefulNodeAzure#image} --- @@ -3679,7 +3679,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.169.1/docs/resources/stateful_node_azure#import_vm StatefulNodeAzure#import_vm} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#import_vm StatefulNodeAzure#import_vm} --- @@ -3691,7 +3691,7 @@ license_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#license_type StatefulNodeAzure#license_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#license_type StatefulNodeAzure#license_type}. --- @@ -3705,7 +3705,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.169.1/docs/resources/stateful_node_azure#load_balancer StatefulNodeAzure#load_balancer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#load_balancer StatefulNodeAzure#load_balancer} --- @@ -3719,7 +3719,7 @@ login: StatefulNodeAzureLogin login block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#login StatefulNodeAzure#login} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#login StatefulNodeAzure#login} --- @@ -3733,7 +3733,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.169.1/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.170.0/docs/resources/stateful_node_azure#managed_service_identities StatefulNodeAzure#managed_service_identities} --- @@ -3747,7 +3747,7 @@ network: StatefulNodeAzureNetwork network block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#network StatefulNodeAzure#network} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#network StatefulNodeAzure#network} --- @@ -3761,7 +3761,7 @@ os_disk: StatefulNodeAzureOsDisk os_disk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#os_disk StatefulNodeAzure#os_disk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#os_disk StatefulNodeAzure#os_disk} --- @@ -3773,7 +3773,7 @@ os_disk_persistence_mode: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#os_disk_persistence_mode StatefulNodeAzure#os_disk_persistence_mode}. --- @@ -3785,7 +3785,7 @@ preferred_spot_sizes: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#preferred_spot_sizes StatefulNodeAzure#preferred_spot_sizes}. --- @@ -3797,7 +3797,7 @@ preferred_zone: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#preferred_zone StatefulNodeAzure#preferred_zone}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#preferred_zone StatefulNodeAzure#preferred_zone}. --- @@ -3811,7 +3811,7 @@ proximity_placement_groups: typing.Union[IResolvable, typing.List[StatefulNodeAz proximity_placement_groups block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#proximity_placement_groups StatefulNodeAzure#proximity_placement_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#proximity_placement_groups StatefulNodeAzure#proximity_placement_groups} --- @@ -3825,7 +3825,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.169.1/docs/resources/stateful_node_azure#scheduling_task StatefulNodeAzure#scheduling_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#scheduling_task StatefulNodeAzure#scheduling_task} --- @@ -3839,7 +3839,7 @@ secret: typing.Union[IResolvable, typing.List[StatefulNodeAzureSecret]] secret block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#secret StatefulNodeAzure#secret} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#secret StatefulNodeAzure#secret} --- @@ -3853,7 +3853,7 @@ security: StatefulNodeAzureSecurity security block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#security StatefulNodeAzure#security} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#security StatefulNodeAzure#security} --- @@ -3865,7 +3865,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.169.1/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.170.0/docs/resources/stateful_node_azure#should_persist_vm StatefulNodeAzure#should_persist_vm}. --- @@ -3877,7 +3877,7 @@ shutdown_script: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#shutdown_script StatefulNodeAzure#shutdown_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#shutdown_script StatefulNodeAzure#shutdown_script}. --- @@ -3891,7 +3891,7 @@ signal: typing.Union[IResolvable, typing.List[StatefulNodeAzureSignal]] signal block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#signal StatefulNodeAzure#signal} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#signal StatefulNodeAzure#signal} --- @@ -3905,7 +3905,7 @@ tag: typing.Union[IResolvable, typing.List[StatefulNodeAzureTag]] tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#tag StatefulNodeAzure#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#tag StatefulNodeAzure#tag} --- @@ -3919,7 +3919,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.169.1/docs/resources/stateful_node_azure#update_state StatefulNodeAzure#update_state} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#update_state StatefulNodeAzure#update_state} --- @@ -3931,7 +3931,7 @@ user_data: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#user_data StatefulNodeAzure#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#user_data StatefulNodeAzure#user_data}. --- @@ -3943,7 +3943,7 @@ vm_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#vm_name StatefulNodeAzure#vm_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#vm_name StatefulNodeAzure#vm_name}. --- @@ -3955,7 +3955,7 @@ vm_name_prefix: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#vm_name_prefix StatefulNodeAzure#vm_name_prefix}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#vm_name_prefix StatefulNodeAzure#vm_name_prefix}. --- @@ -3967,7 +3967,7 @@ zones: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#zones StatefulNodeAzure#zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#zones StatefulNodeAzure#zones}. --- @@ -3989,9 +3989,9 @@ statefulNodeAzure.StatefulNodeAzureDataDisk( | **Name** | **Type** | **Description** | | --- | --- | --- | -| lun | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | --- @@ -4003,7 +4003,7 @@ lun: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#lun StatefulNodeAzure#lun}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#lun StatefulNodeAzure#lun}. --- @@ -4015,7 +4015,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.169.1/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb}. --- @@ -4027,7 +4027,7 @@ type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. --- @@ -4055,15 +4055,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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.0/docs/resources/stateful_node_azure#snapshot_ttl_in_hours StatefulNodeAzure#snapshot_ttl_in_hours}. | --- @@ -4075,7 +4075,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.169.1/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.170.0/docs/resources/stateful_node_azure#disk_should_deallocate StatefulNodeAzure#disk_should_deallocate}. --- @@ -4087,7 +4087,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.169.1/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.170.0/docs/resources/stateful_node_azure#network_should_deallocate StatefulNodeAzure#network_should_deallocate}. --- @@ -4099,7 +4099,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.169.1/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.170.0/docs/resources/stateful_node_azure#public_ip_should_deallocate StatefulNodeAzure#public_ip_should_deallocate}. --- @@ -4111,7 +4111,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.169.1/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.170.0/docs/resources/stateful_node_azure#should_terminate_vm StatefulNodeAzure#should_terminate_vm}. --- @@ -4123,7 +4123,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.169.1/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.170.0/docs/resources/stateful_node_azure#snapshot_should_deallocate StatefulNodeAzure#snapshot_should_deallocate}. --- @@ -4135,7 +4135,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.169.1/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.170.0/docs/resources/stateful_node_azure#disk_ttl_in_hours StatefulNodeAzure#disk_ttl_in_hours}. --- @@ -4147,7 +4147,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.169.1/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.170.0/docs/resources/stateful_node_azure#network_ttl_in_hours StatefulNodeAzure#network_ttl_in_hours}. --- @@ -4159,7 +4159,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.169.1/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.170.0/docs/resources/stateful_node_azure#public_ip_ttl_in_hours StatefulNodeAzure#public_ip_ttl_in_hours}. --- @@ -4171,7 +4171,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.169.1/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.170.0/docs/resources/stateful_node_azure#snapshot_ttl_in_hours StatefulNodeAzure#snapshot_ttl_in_hours}. --- @@ -4194,10 +4194,10 @@ statefulNodeAzure.StatefulNodeAzureDetachDataDisk( | **Name** | **Type** | **Description** | | --- | --- | --- | -| data_disk_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.0/docs/resources/stateful_node_azure#ttl_in_hours StatefulNodeAzure#ttl_in_hours}. | --- @@ -4209,7 +4209,7 @@ data_disk_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#data_disk_name StatefulNodeAzure#data_disk_name}. --- @@ -4221,7 +4221,7 @@ data_disk_resource_group_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#data_disk_resource_group_name StatefulNodeAzure#data_disk_resource_group_name}. --- @@ -4233,7 +4233,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.169.1/docs/resources/stateful_node_azure#should_deallocate StatefulNodeAzure#should_deallocate}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#should_deallocate StatefulNodeAzure#should_deallocate}. --- @@ -4245,7 +4245,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.169.1/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.170.0/docs/resources/stateful_node_azure#ttl_in_hours StatefulNodeAzure#ttl_in_hours}. --- @@ -4271,13 +4271,13 @@ statefulNodeAzure.StatefulNodeAzureExtension( | **Name** | **Type** | **Description** | | --- | --- | --- | -| api_version | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | -| publisher | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#publisher StatefulNodeAzure#publisher}. | -| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | +| publisher | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#publisher StatefulNodeAzure#publisher}. | +| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.0/docs/resources/stateful_node_azure#public_settings StatefulNodeAzure#public_settings}. | --- @@ -4289,7 +4289,7 @@ api_version: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#api_version StatefulNodeAzure#api_version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#api_version StatefulNodeAzure#api_version}. --- @@ -4301,7 +4301,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.169.1/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.170.0/docs/resources/stateful_node_azure#minor_version_auto_upgrade StatefulNodeAzure#minor_version_auto_upgrade}. --- @@ -4313,7 +4313,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -4325,7 +4325,7 @@ publisher: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#publisher StatefulNodeAzure#publisher}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#publisher StatefulNodeAzure#publisher}. --- @@ -4337,7 +4337,7 @@ type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. --- @@ -4349,7 +4349,7 @@ protected_settings: typing.Mapping[str] - *Type:* typing.Mapping[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#protected_settings StatefulNodeAzure#protected_settings}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#protected_settings StatefulNodeAzure#protected_settings}. --- @@ -4361,7 +4361,7 @@ public_settings: typing.Mapping[str] - *Type:* typing.Mapping[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#public_settings StatefulNodeAzure#public_settings}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#public_settings StatefulNodeAzure#public_settings}. --- @@ -4384,10 +4384,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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.0/docs/resources/stateful_node_azure#unhealthy_duration StatefulNodeAzure#unhealthy_duration}. | --- @@ -4399,7 +4399,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.169.1/docs/resources/stateful_node_azure#auto_healing StatefulNodeAzure#auto_healing}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#auto_healing StatefulNodeAzure#auto_healing}. --- @@ -4411,7 +4411,7 @@ health_check_types: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#health_check_types StatefulNodeAzure#health_check_types}. --- @@ -4423,7 +4423,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.169.1/docs/resources/stateful_node_azure#grace_period StatefulNodeAzure#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#grace_period StatefulNodeAzure#grace_period}. --- @@ -4435,7 +4435,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.169.1/docs/resources/stateful_node_azure#unhealthy_duration StatefulNodeAzure#unhealthy_duration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#unhealthy_duration StatefulNodeAzure#unhealthy_duration}. --- @@ -4473,7 +4473,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.169.1/docs/resources/stateful_node_azure#custom_image StatefulNodeAzure#custom_image} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#custom_image StatefulNodeAzure#custom_image} --- @@ -4487,7 +4487,7 @@ gallery: typing.Union[IResolvable, typing.List[StatefulNodeAzureImageGallery]] gallery block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#gallery StatefulNodeAzure#gallery} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#gallery StatefulNodeAzure#gallery} --- @@ -4501,7 +4501,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.169.1/docs/resources/stateful_node_azure#marketplace_image StatefulNodeAzure#marketplace_image} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#marketplace_image StatefulNodeAzure#marketplace_image} --- @@ -4522,8 +4522,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.169.1/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.169.1/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.170.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.170.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | --- @@ -4535,7 +4535,7 @@ custom_image_resource_group_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#custom_image_resource_group_name StatefulNodeAzure#custom_image_resource_group_name}. --- @@ -4547,7 +4547,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -4570,10 +4570,10 @@ statefulNodeAzure.StatefulNodeAzureImageGallery( | **Name** | **Type** | **Description** | | --- | --- | --- | -| gallery_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.0/docs/resources/stateful_node_azure#version_name StatefulNodeAzure#version_name}. | --- @@ -4585,7 +4585,7 @@ gallery_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#gallery_name StatefulNodeAzure#gallery_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#gallery_name StatefulNodeAzure#gallery_name}. --- @@ -4597,7 +4597,7 @@ gallery_resource_group_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#gallery_resource_group_name StatefulNodeAzure#gallery_resource_group_name}. --- @@ -4609,7 +4609,7 @@ image_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#image_name StatefulNodeAzure#image_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#image_name StatefulNodeAzure#image_name}. --- @@ -4621,7 +4621,7 @@ version_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#version_name StatefulNodeAzure#version_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#version_name StatefulNodeAzure#version_name}. --- @@ -4644,10 +4644,10 @@ statefulNodeAzure.StatefulNodeAzureImageMarketplaceImage( | **Name** | **Type** | **Description** | | --- | --- | --- | -| offer | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#offer StatefulNodeAzure#offer}. | -| publisher | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#publisher StatefulNodeAzure#publisher}. | -| sku | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#sku StatefulNodeAzure#sku}. | -| version | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#version StatefulNodeAzure#version}. | +| offer | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#offer StatefulNodeAzure#offer}. | +| publisher | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#publisher StatefulNodeAzure#publisher}. | +| sku | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#sku StatefulNodeAzure#sku}. | +| version | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#version StatefulNodeAzure#version}. | --- @@ -4659,7 +4659,7 @@ offer: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#offer StatefulNodeAzure#offer}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#offer StatefulNodeAzure#offer}. --- @@ -4671,7 +4671,7 @@ publisher: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#publisher StatefulNodeAzure#publisher}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#publisher StatefulNodeAzure#publisher}. --- @@ -4683,7 +4683,7 @@ sku: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#sku StatefulNodeAzure#sku}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#sku StatefulNodeAzure#sku}. --- @@ -4695,7 +4695,7 @@ version: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#version StatefulNodeAzure#version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#version StatefulNodeAzure#version}. --- @@ -4718,10 +4718,10 @@ statefulNodeAzure.StatefulNodeAzureImportVm( | **Name** | **Type** | **Description** | | --- | --- | --- | -| original_vm_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.0/docs/resources/stateful_node_azure#resources_retention_time StatefulNodeAzure#resources_retention_time}. | --- @@ -4733,7 +4733,7 @@ original_vm_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#original_vm_name StatefulNodeAzure#original_vm_name}. --- @@ -4745,7 +4745,7 @@ resource_group_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. --- @@ -4757,7 +4757,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.169.1/docs/resources/stateful_node_azure#draining_timeout StatefulNodeAzure#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#draining_timeout StatefulNodeAzure#draining_timeout}. --- @@ -4769,7 +4769,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.169.1/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.170.0/docs/resources/stateful_node_azure#resources_retention_time StatefulNodeAzure#resources_retention_time}. --- @@ -4793,11 +4793,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.169.1/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.169.1/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.169.1/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.169.1/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | -| sku | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.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.170.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.170.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | +| sku | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#sku StatefulNodeAzure#sku}. | --- @@ -4809,7 +4809,7 @@ backend_pool_names: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#backend_pool_names StatefulNodeAzure#backend_pool_names}. --- @@ -4821,7 +4821,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -4833,7 +4833,7 @@ resource_group_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. --- @@ -4845,7 +4845,7 @@ type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. --- @@ -4857,7 +4857,7 @@ sku: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#sku StatefulNodeAzure#sku}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#sku StatefulNodeAzure#sku}. --- @@ -4879,9 +4879,9 @@ statefulNodeAzure.StatefulNodeAzureLogin( | **Name** | **Type** | **Description** | | --- | --- | --- | -| user_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/stateful_node_azure#ssh_public_key StatefulNodeAzure#ssh_public_key}. | --- @@ -4893,7 +4893,7 @@ user_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#user_name StatefulNodeAzure#user_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#user_name StatefulNodeAzure#user_name}. --- @@ -4905,7 +4905,7 @@ password: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#password StatefulNodeAzure#password}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#password StatefulNodeAzure#password}. --- @@ -4917,7 +4917,7 @@ ssh_public_key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#ssh_public_key StatefulNodeAzure#ssh_public_key}. --- @@ -4938,8 +4938,8 @@ statefulNodeAzure.StatefulNodeAzureManagedServiceIdentities( | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. | --- @@ -4951,7 +4951,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -4963,7 +4963,7 @@ resource_group_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. --- @@ -4986,8 +4986,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.169.1/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.169.1/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.170.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.170.0/docs/resources/stateful_node_azure#virtual_network_name StatefulNodeAzure#virtual_network_name}. | --- @@ -5001,7 +5001,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.169.1/docs/resources/stateful_node_azure#network_interface StatefulNodeAzure#network_interface} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#network_interface StatefulNodeAzure#network_interface} --- @@ -5013,7 +5013,7 @@ network_resource_group_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. --- @@ -5025,7 +5025,7 @@ virtual_network_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#virtual_network_name StatefulNodeAzure#virtual_network_name}. --- @@ -5054,16 +5054,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.169.1/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.169.1/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.170.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.170.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.169.1/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.169.1/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.170.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.170.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.169.1/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.170.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.169.1/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.170.0/docs/resources/stateful_node_azure#public_ip_sku StatefulNodeAzure#public_ip_sku}. | --- @@ -5075,7 +5075,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.169.1/docs/resources/stateful_node_azure#is_primary StatefulNodeAzure#is_primary}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#is_primary StatefulNodeAzure#is_primary}. --- @@ -5087,7 +5087,7 @@ subnet_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#subnet_name StatefulNodeAzure#subnet_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#subnet_name StatefulNodeAzure#subnet_name}. --- @@ -5101,7 +5101,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.169.1/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.170.0/docs/resources/stateful_node_azure#additional_ip_configurations StatefulNodeAzure#additional_ip_configurations} --- @@ -5115,7 +5115,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.169.1/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.170.0/docs/resources/stateful_node_azure#application_security_groups StatefulNodeAzure#application_security_groups} --- @@ -5127,7 +5127,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.169.1/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.170.0/docs/resources/stateful_node_azure#assign_public_ip StatefulNodeAzure#assign_public_ip}. --- @@ -5139,7 +5139,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.169.1/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.170.0/docs/resources/stateful_node_azure#enable_ip_forwarding StatefulNodeAzure#enable_ip_forwarding}. --- @@ -5153,7 +5153,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.169.1/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.170.0/docs/resources/stateful_node_azure#network_security_group StatefulNodeAzure#network_security_group} --- @@ -5165,7 +5165,7 @@ private_ip_addresses: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#private_ip_addresses StatefulNodeAzure#private_ip_addresses}. --- @@ -5179,7 +5179,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.169.1/docs/resources/stateful_node_azure#public_ips StatefulNodeAzure#public_ips} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#public_ips StatefulNodeAzure#public_ips} --- @@ -5191,7 +5191,7 @@ public_ip_sku: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#public_ip_sku StatefulNodeAzure#public_ip_sku}. --- @@ -5212,8 +5212,8 @@ statefulNodeAzure.StatefulNodeAzureNetworkNetworkInterfaceAdditionalIpConfigurat | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/stateful_node_azure#private_ip_address_version StatefulNodeAzure#private_ip_address_version}. | --- @@ -5225,7 +5225,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -5237,7 +5237,7 @@ private_ip_address_version: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#private_ip_address_version StatefulNodeAzure#private_ip_address_version}. --- @@ -5258,8 +5258,8 @@ statefulNodeAzure.StatefulNodeAzureNetworkNetworkInterfaceApplicationSecurityGro | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. | --- @@ -5271,7 +5271,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -5283,7 +5283,7 @@ network_resource_group_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. --- @@ -5304,8 +5304,8 @@ statefulNodeAzure.StatefulNodeAzureNetworkNetworkInterfaceNetworkSecurityGroup( | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. | --- @@ -5317,7 +5317,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -5329,7 +5329,7 @@ network_resource_group_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. --- @@ -5350,8 +5350,8 @@ statefulNodeAzure.StatefulNodeAzureNetworkNetworkInterfacePublicIps( | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. | --- @@ -5363,7 +5363,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -5375,7 +5375,7 @@ network_resource_group_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. --- @@ -5397,9 +5397,9 @@ statefulNodeAzure.StatefulNodeAzureOsDisk( | **Name** | **Type** | **Description** | | --- | --- | --- | -| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | -| caching | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#caching StatefulNodeAzure#caching}. | -| size_gb | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | +| caching | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#caching StatefulNodeAzure#caching}. | +| size_gb | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb}. | --- @@ -5411,7 +5411,7 @@ type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. --- @@ -5423,7 +5423,7 @@ caching: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#caching StatefulNodeAzure#caching}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#caching StatefulNodeAzure#caching}. --- @@ -5435,7 +5435,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.169.1/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb}. --- @@ -5456,8 +5456,8 @@ statefulNodeAzure.StatefulNodeAzureProximityPlacementGroups( | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. | --- @@ -5469,7 +5469,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -5481,7 +5481,7 @@ resource_group_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. --- @@ -5503,9 +5503,9 @@ statefulNodeAzure.StatefulNodeAzureSchedulingTask( | **Name** | **Type** | **Description** | | --- | --- | --- | -| cron_expression | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | +| cron_expression | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | --- @@ -5517,7 +5517,7 @@ cron_expression: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#cron_expression StatefulNodeAzure#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#cron_expression StatefulNodeAzure#cron_expression}. --- @@ -5529,7 +5529,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.169.1/docs/resources/stateful_node_azure#is_enabled StatefulNodeAzure#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#is_enabled StatefulNodeAzure#is_enabled}. --- @@ -5541,7 +5541,7 @@ type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. --- @@ -5577,7 +5577,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.169.1/docs/resources/stateful_node_azure#source_vault StatefulNodeAzure#source_vault} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#source_vault StatefulNodeAzure#source_vault} --- @@ -5591,7 +5591,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.169.1/docs/resources/stateful_node_azure#vault_certificates StatefulNodeAzure#vault_certificates} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#vault_certificates StatefulNodeAzure#vault_certificates} --- @@ -5612,8 +5612,8 @@ statefulNodeAzure.StatefulNodeAzureSecretSourceVault( | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. | --- @@ -5625,7 +5625,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -5637,7 +5637,7 @@ resource_group_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. --- @@ -5658,8 +5658,8 @@ statefulNodeAzure.StatefulNodeAzureSecretVaultCertificates( | **Name** | **Type** | **Description** | | --- | --- | --- | -| certificate_store | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/stateful_node_azure#certificate_url StatefulNodeAzure#certificate_url}. | --- @@ -5671,7 +5671,7 @@ certificate_store: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#certificate_store StatefulNodeAzure#certificate_store}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#certificate_store StatefulNodeAzure#certificate_store}. --- @@ -5683,7 +5683,7 @@ certificate_url: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#certificate_url StatefulNodeAzure#certificate_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#certificate_url StatefulNodeAzure#certificate_url}. --- @@ -5705,9 +5705,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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/stateful_node_azure#vtpm_enabled StatefulNodeAzure#vtpm_enabled}. | --- @@ -5719,7 +5719,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.169.1/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.170.0/docs/resources/stateful_node_azure#secure_boot_enabled StatefulNodeAzure#secure_boot_enabled}. --- @@ -5731,7 +5731,7 @@ security_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#security_type StatefulNodeAzure#security_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#security_type StatefulNodeAzure#security_type}. --- @@ -5743,7 +5743,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.169.1/docs/resources/stateful_node_azure#vtpm_enabled StatefulNodeAzure#vtpm_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#vtpm_enabled StatefulNodeAzure#vtpm_enabled}. --- @@ -5764,8 +5764,8 @@ statefulNodeAzure.StatefulNodeAzureSignal( | **Name** | **Type** | **Description** | | --- | --- | --- | -| timeout | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#timeout StatefulNodeAzure#timeout}. | -| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#timeout StatefulNodeAzure#timeout}. | +| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | --- @@ -5777,7 +5777,7 @@ timeout: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#timeout StatefulNodeAzure#timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#timeout StatefulNodeAzure#timeout}. --- @@ -5789,7 +5789,7 @@ type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. --- @@ -5816,13 +5816,13 @@ 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.169.1/docs/resources/stateful_node_azure#fallback_to_on_demand StatefulNodeAzure#fallback_to_on_demand}. | -| availability_vs_cost | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#availability_vs_cost StatefulNodeAzure#availability_vs_cost}. | +| fallback_to_on_demand | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#fallback_to_on_demand StatefulNodeAzure#fallback_to_on_demand}. | +| availability_vs_cost | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#availability_vs_cost StatefulNodeAzure#availability_vs_cost}. | | capacity_reservation | typing.Union[cdktf.IResolvable, typing.List[StatefulNodeAzureStrategyCapacityReservation]] | capacity_reservation block. | -| draining_timeout | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#draining_timeout StatefulNodeAzure#draining_timeout}. | -| od_windows | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#od_windows StatefulNodeAzure#od_windows}. | -| optimization_windows | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.0/docs/resources/stateful_node_azure#draining_timeout StatefulNodeAzure#draining_timeout}. | +| od_windows | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#od_windows StatefulNodeAzure#od_windows}. | +| optimization_windows | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/stateful_node_azure#preferred_life_cycle StatefulNodeAzure#preferred_life_cycle}. | | revert_to_spot | StatefulNodeAzureStrategyRevertToSpot | revert_to_spot block. | --- @@ -5835,7 +5835,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.169.1/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.170.0/docs/resources/stateful_node_azure#fallback_to_on_demand StatefulNodeAzure#fallback_to_on_demand}. --- @@ -5847,7 +5847,7 @@ availability_vs_cost: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#availability_vs_cost StatefulNodeAzure#availability_vs_cost}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#availability_vs_cost StatefulNodeAzure#availability_vs_cost}. --- @@ -5861,7 +5861,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.169.1/docs/resources/stateful_node_azure#capacity_reservation StatefulNodeAzure#capacity_reservation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#capacity_reservation StatefulNodeAzure#capacity_reservation} --- @@ -5873,7 +5873,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.169.1/docs/resources/stateful_node_azure#draining_timeout StatefulNodeAzure#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#draining_timeout StatefulNodeAzure#draining_timeout}. --- @@ -5885,7 +5885,7 @@ od_windows: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#od_windows StatefulNodeAzure#od_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#od_windows StatefulNodeAzure#od_windows}. --- @@ -5897,7 +5897,7 @@ optimization_windows: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#optimization_windows StatefulNodeAzure#optimization_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#optimization_windows StatefulNodeAzure#optimization_windows}. --- @@ -5909,7 +5909,7 @@ preferred_life_cycle: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#preferred_life_cycle StatefulNodeAzure#preferred_life_cycle}. --- @@ -5923,7 +5923,7 @@ revert_to_spot: StatefulNodeAzureStrategyRevertToSpot revert_to_spot block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#revert_to_spot StatefulNodeAzure#revert_to_spot} --- @@ -5945,8 +5945,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.169.1/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.169.1/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.170.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.170.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. | --- @@ -5959,7 +5959,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.169.1/docs/resources/stateful_node_azure#should_utilize StatefulNodeAzure#should_utilize}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#should_utilize StatefulNodeAzure#should_utilize}. --- @@ -5971,7 +5971,7 @@ utilization_strategy: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#utilization_strategy StatefulNodeAzure#utilization_strategy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#utilization_strategy StatefulNodeAzure#utilization_strategy}. --- @@ -5985,7 +5985,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.169.1/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.170.0/docs/resources/stateful_node_azure#capacity_reservation_groups StatefulNodeAzure#capacity_reservation_groups} --- @@ -6007,9 +6007,9 @@ statefulNodeAzure.StatefulNodeAzureStrategyCapacityReservationCapacityReservatio | **Name** | **Type** | **Description** | | --- | --- | --- | -| crg_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/stateful_node_azure#crg_should_prioritize StatefulNodeAzure#crg_should_prioritize}. | --- @@ -6021,7 +6021,7 @@ crg_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#crg_name StatefulNodeAzure#crg_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#crg_name StatefulNodeAzure#crg_name}. --- @@ -6033,7 +6033,7 @@ crg_resource_group_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#crg_resource_group_name StatefulNodeAzure#crg_resource_group_name}. --- @@ -6045,7 +6045,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.169.1/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.170.0/docs/resources/stateful_node_azure#crg_should_prioritize StatefulNodeAzure#crg_should_prioritize}. --- @@ -6065,7 +6065,7 @@ statefulNodeAzure.StatefulNodeAzureStrategyRevertToSpot( | **Name** | **Type** | **Description** | | --- | --- | --- | -| perform_at | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#perform_at StatefulNodeAzure#perform_at}. | --- @@ -6077,7 +6077,7 @@ perform_at: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#perform_at StatefulNodeAzure#perform_at}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#perform_at StatefulNodeAzure#perform_at}. --- @@ -6098,8 +6098,8 @@ statefulNodeAzure.StatefulNodeAzureTag( | **Name** | **Type** | **Description** | | --- | --- | --- | -| tag_key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/stateful_node_azure#tag_value StatefulNodeAzure#tag_value}. | --- @@ -6111,7 +6111,7 @@ tag_key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#tag_key StatefulNodeAzure#tag_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#tag_key StatefulNodeAzure#tag_key}. --- @@ -6123,7 +6123,7 @@ tag_value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#tag_value StatefulNodeAzure#tag_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#tag_value StatefulNodeAzure#tag_value}. --- @@ -6143,7 +6143,7 @@ statefulNodeAzure.StatefulNodeAzureUpdateState( | **Name** | **Type** | **Description** | | --- | --- | --- | -| state | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#state StatefulNodeAzure#state}. | +| state | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#state StatefulNodeAzure#state}. | --- @@ -6155,7 +6155,7 @@ state: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#state StatefulNodeAzure#state}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#state StatefulNodeAzure#state}. --- @@ -22518,7 +22518,7 @@ def put_revert_to_spot( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#perform_at StatefulNodeAzure#perform_at}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#perform_at StatefulNodeAzure#perform_at}. --- diff --git a/docs/statefulNodeAzure.typescript.md b/docs/statefulNodeAzure.typescript.md index ba176fdc8..be041f3f7 100644 --- a/docs/statefulNodeAzure.typescript.md +++ b/docs/statefulNodeAzure.typescript.md @@ -4,7 +4,7 @@ ### StatefulNodeAzure -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure spotinst_stateful_node_azure}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure spotinst_stateful_node_azure}. #### Initializers @@ -998,7 +998,7 @@ The construct id used in the generated config for the StatefulNodeAzure to impor The id of the existing StatefulNodeAzure that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#import import section} in the documentation of this resource for the id to use --- @@ -2197,12 +2197,12 @@ const statefulNodeAzureAttachDataDisk: statefulNodeAzure.StatefulNodeAzureAttach | **Name** | **Type** | **Description** | | --- | --- | --- | -| dataDiskName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.169.1/docs/resources/stateful_node_azure#lun StatefulNodeAzure#lun}. | -| zone | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#zone StatefulNodeAzure#zone}. | +| dataDiskName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.170.0/docs/resources/stateful_node_azure#lun StatefulNodeAzure#lun}. | +| zone | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#zone StatefulNodeAzure#zone}. | --- @@ -2214,7 +2214,7 @@ public readonly dataDiskName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#data_disk_name StatefulNodeAzure#data_disk_name}. --- @@ -2226,7 +2226,7 @@ public readonly dataDiskResourceGroupName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#data_disk_resource_group_name StatefulNodeAzure#data_disk_resource_group_name}. --- @@ -2238,7 +2238,7 @@ public readonly sizeGb: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb}. --- @@ -2250,7 +2250,7 @@ public readonly storageAccountType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#storage_account_type StatefulNodeAzure#storage_account_type}. --- @@ -2262,7 +2262,7 @@ public readonly lun: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#lun StatefulNodeAzure#lun}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#lun StatefulNodeAzure#lun}. --- @@ -2274,7 +2274,7 @@ public readonly zone: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#zone StatefulNodeAzure#zone}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#zone StatefulNodeAzure#zone}. --- @@ -2292,9 +2292,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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | --- @@ -2306,7 +2306,7 @@ public readonly isEnabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#is_enabled StatefulNodeAzure#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#is_enabled StatefulNodeAzure#is_enabled}. --- @@ -2318,7 +2318,7 @@ public readonly storageUrl: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#storage_url StatefulNodeAzure#storage_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#storage_url StatefulNodeAzure#storage_url}. --- @@ -2330,7 +2330,7 @@ public readonly type: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. --- @@ -2355,51 +2355,51 @@ 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.169.1/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | -| odSizes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/stateful_node_azure#os StatefulNodeAzure#os}. | -| region | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#region StatefulNodeAzure#region}. | -| resourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.170.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | +| odSizes | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/stateful_node_azure#os StatefulNodeAzure#os}. | +| region | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#region StatefulNodeAzure#region}. | +| resourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.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.170.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.170.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.169.1/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.170.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.169.1/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.170.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.169.1/docs/resources/stateful_node_azure#description StatefulNodeAzure#description}. | +| description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/stateful_node_azure#id StatefulNodeAzure#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#id StatefulNodeAzure#id}. | | image | StatefulNodeAzureImage | image block. | | importVm | cdktf.IResolvable \| StatefulNodeAzureImportVm[] | import_vm block. | -| licenseType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#license_type StatefulNodeAzure#license_type}. | +| licenseType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#license_type StatefulNodeAzure#license_type}. | | loadBalancer | cdktf.IResolvable \| StatefulNodeAzureLoadBalancer[] | load_balancer block. | | login | StatefulNodeAzureLogin | login block. | | managedServiceIdentities | cdktf.IResolvable \| StatefulNodeAzureManagedServiceIdentities[] | managed_service_identities block. | | network | StatefulNodeAzureNetwork | network block. | | osDisk | StatefulNodeAzureOsDisk | os_disk block. | -| osDiskPersistenceMode | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/stateful_node_azure#preferred_zone StatefulNodeAzure#preferred_zone}. | | proximityPlacementGroups | cdktf.IResolvable \| StatefulNodeAzureProximityPlacementGroups[] | proximity_placement_groups block. | | schedulingTask | cdktf.IResolvable \| StatefulNodeAzureSchedulingTask[] | scheduling_task block. | | secret | cdktf.IResolvable \| StatefulNodeAzureSecret[] | secret block. | | security | StatefulNodeAzureSecurity | security block. | -| shouldPersistVm | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.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.169.1/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.169.1/docs/resources/stateful_node_azure#vm_name StatefulNodeAzure#vm_name}. | -| vmNamePrefix | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#vm_name_prefix StatefulNodeAzure#vm_name_prefix}. | -| zones | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#zones StatefulNodeAzure#zones}. | +| userData | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/stateful_node_azure#vm_name StatefulNodeAzure#vm_name}. | +| vmNamePrefix | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#vm_name_prefix StatefulNodeAzure#vm_name_prefix}. | +| zones | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#zones StatefulNodeAzure#zones}. | --- @@ -2481,7 +2481,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -2493,7 +2493,7 @@ public readonly odSizes: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#od_sizes StatefulNodeAzure#od_sizes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#od_sizes StatefulNodeAzure#od_sizes}. --- @@ -2505,7 +2505,7 @@ public readonly os: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#os StatefulNodeAzure#os}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#os StatefulNodeAzure#os}. --- @@ -2517,7 +2517,7 @@ public readonly region: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#region StatefulNodeAzure#region}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#region StatefulNodeAzure#region}. --- @@ -2529,7 +2529,7 @@ public readonly resourceGroupName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. --- @@ -2541,7 +2541,7 @@ public readonly shouldPersistDataDisks: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#should_persist_data_disks StatefulNodeAzure#should_persist_data_disks}. --- @@ -2553,7 +2553,7 @@ public readonly shouldPersistNetwork: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#should_persist_network StatefulNodeAzure#should_persist_network}. --- @@ -2565,7 +2565,7 @@ public readonly shouldPersistOsDisk: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#should_persist_os_disk StatefulNodeAzure#should_persist_os_disk}. --- @@ -2577,7 +2577,7 @@ public readonly spotSizes: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#spot_sizes StatefulNodeAzure#spot_sizes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#spot_sizes StatefulNodeAzure#spot_sizes}. --- @@ -2591,7 +2591,7 @@ public readonly strategy: StatefulNodeAzureStrategy; strategy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#strategy StatefulNodeAzure#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#strategy StatefulNodeAzure#strategy} --- @@ -2605,7 +2605,7 @@ public readonly attachDataDisk: IResolvable | StatefulNodeAzureAttachDataDisk[]; attach_data_disk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#attach_data_disk StatefulNodeAzure#attach_data_disk} --- @@ -2619,7 +2619,7 @@ public readonly bootDiagnostics: IResolvable | StatefulNodeAzureBootDiagnostics[ boot_diagnostics block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#boot_diagnostics StatefulNodeAzure#boot_diagnostics} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#boot_diagnostics StatefulNodeAzure#boot_diagnostics} --- @@ -2631,7 +2631,7 @@ public readonly customData: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#custom_data StatefulNodeAzure#custom_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#custom_data StatefulNodeAzure#custom_data}. --- @@ -2645,7 +2645,7 @@ public readonly dataDisk: IResolvable | StatefulNodeAzureDataDisk[]; data_disk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#data_disk StatefulNodeAzure#data_disk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#data_disk StatefulNodeAzure#data_disk} --- @@ -2657,7 +2657,7 @@ public readonly dataDisksPersistenceMode: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#data_disks_persistence_mode StatefulNodeAzure#data_disks_persistence_mode}. --- @@ -2671,7 +2671,7 @@ public readonly delete: IResolvable | StatefulNodeAzureDelete[]; delete block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#delete StatefulNodeAzure#delete} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#delete StatefulNodeAzure#delete} --- @@ -2683,7 +2683,7 @@ public readonly description: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#description StatefulNodeAzure#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#description StatefulNodeAzure#description}. --- @@ -2697,7 +2697,7 @@ public readonly detachDataDisk: IResolvable | StatefulNodeAzureDetachDataDisk[]; detach_data_disk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#detach_data_disk StatefulNodeAzure#detach_data_disk} --- @@ -2711,7 +2711,7 @@ public readonly extension: IResolvable | StatefulNodeAzureExtension[]; extension block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#extension StatefulNodeAzure#extension} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#extension StatefulNodeAzure#extension} --- @@ -2725,7 +2725,7 @@ public readonly health: StatefulNodeAzureHealth; health block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#health StatefulNodeAzure#health} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#health StatefulNodeAzure#health} --- @@ -2737,7 +2737,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#id StatefulNodeAzure#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. @@ -2754,7 +2754,7 @@ public readonly image: StatefulNodeAzureImage; image block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#image StatefulNodeAzure#image} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#image StatefulNodeAzure#image} --- @@ -2768,7 +2768,7 @@ public readonly importVm: IResolvable | StatefulNodeAzureImportVm[]; import_vm block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#import_vm StatefulNodeAzure#import_vm} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#import_vm StatefulNodeAzure#import_vm} --- @@ -2780,7 +2780,7 @@ public readonly licenseType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#license_type StatefulNodeAzure#license_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#license_type StatefulNodeAzure#license_type}. --- @@ -2794,7 +2794,7 @@ public readonly loadBalancer: IResolvable | StatefulNodeAzureLoadBalancer[]; load_balancer block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#load_balancer StatefulNodeAzure#load_balancer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#load_balancer StatefulNodeAzure#load_balancer} --- @@ -2808,7 +2808,7 @@ public readonly login: StatefulNodeAzureLogin; login block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#login StatefulNodeAzure#login} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#login StatefulNodeAzure#login} --- @@ -2822,7 +2822,7 @@ public readonly managedServiceIdentities: IResolvable | StatefulNodeAzureManaged managed_service_identities block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#managed_service_identities StatefulNodeAzure#managed_service_identities} --- @@ -2836,7 +2836,7 @@ public readonly network: StatefulNodeAzureNetwork; network block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#network StatefulNodeAzure#network} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#network StatefulNodeAzure#network} --- @@ -2850,7 +2850,7 @@ public readonly osDisk: StatefulNodeAzureOsDisk; os_disk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#os_disk StatefulNodeAzure#os_disk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#os_disk StatefulNodeAzure#os_disk} --- @@ -2862,7 +2862,7 @@ public readonly osDiskPersistenceMode: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#os_disk_persistence_mode StatefulNodeAzure#os_disk_persistence_mode}. --- @@ -2874,7 +2874,7 @@ public readonly preferredSpotSizes: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#preferred_spot_sizes StatefulNodeAzure#preferred_spot_sizes}. --- @@ -2886,7 +2886,7 @@ public readonly preferredZone: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#preferred_zone StatefulNodeAzure#preferred_zone}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#preferred_zone StatefulNodeAzure#preferred_zone}. --- @@ -2900,7 +2900,7 @@ public readonly proximityPlacementGroups: IResolvable | StatefulNodeAzureProximi proximity_placement_groups block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#proximity_placement_groups StatefulNodeAzure#proximity_placement_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#proximity_placement_groups StatefulNodeAzure#proximity_placement_groups} --- @@ -2914,7 +2914,7 @@ public readonly schedulingTask: IResolvable | StatefulNodeAzureSchedulingTask[]; scheduling_task block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#scheduling_task StatefulNodeAzure#scheduling_task} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#scheduling_task StatefulNodeAzure#scheduling_task} --- @@ -2928,7 +2928,7 @@ public readonly secret: IResolvable | StatefulNodeAzureSecret[]; secret block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#secret StatefulNodeAzure#secret} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#secret StatefulNodeAzure#secret} --- @@ -2942,7 +2942,7 @@ public readonly security: StatefulNodeAzureSecurity; security block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#security StatefulNodeAzure#security} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#security StatefulNodeAzure#security} --- @@ -2954,7 +2954,7 @@ public readonly shouldPersistVm: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#should_persist_vm StatefulNodeAzure#should_persist_vm}. --- @@ -2966,7 +2966,7 @@ public readonly shutdownScript: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#shutdown_script StatefulNodeAzure#shutdown_script}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#shutdown_script StatefulNodeAzure#shutdown_script}. --- @@ -2980,7 +2980,7 @@ public readonly signal: IResolvable | StatefulNodeAzureSignal[]; signal block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#signal StatefulNodeAzure#signal} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#signal StatefulNodeAzure#signal} --- @@ -2994,7 +2994,7 @@ public readonly tag: IResolvable | StatefulNodeAzureTag[]; tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#tag StatefulNodeAzure#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#tag StatefulNodeAzure#tag} --- @@ -3008,7 +3008,7 @@ public readonly updateState: IResolvable | StatefulNodeAzureUpdateState[]; update_state block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#update_state StatefulNodeAzure#update_state} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#update_state StatefulNodeAzure#update_state} --- @@ -3020,7 +3020,7 @@ public readonly userData: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#user_data StatefulNodeAzure#user_data}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#user_data StatefulNodeAzure#user_data}. --- @@ -3032,7 +3032,7 @@ public readonly vmName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#vm_name StatefulNodeAzure#vm_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#vm_name StatefulNodeAzure#vm_name}. --- @@ -3044,7 +3044,7 @@ public readonly vmNamePrefix: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#vm_name_prefix StatefulNodeAzure#vm_name_prefix}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#vm_name_prefix StatefulNodeAzure#vm_name_prefix}. --- @@ -3056,7 +3056,7 @@ public readonly zones: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#zones StatefulNodeAzure#zones}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#zones StatefulNodeAzure#zones}. --- @@ -3074,9 +3074,9 @@ const statefulNodeAzureDataDisk: statefulNodeAzure.StatefulNodeAzureDataDisk = { | **Name** | **Type** | **Description** | | --- | --- | --- | -| lun | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#lun StatefulNodeAzure#lun}. | -| sizeGb | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | +| lun | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#lun StatefulNodeAzure#lun}. | +| sizeGb | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | --- @@ -3088,7 +3088,7 @@ public readonly lun: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#lun StatefulNodeAzure#lun}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#lun StatefulNodeAzure#lun}. --- @@ -3100,7 +3100,7 @@ public readonly sizeGb: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb}. --- @@ -3112,7 +3112,7 @@ public readonly type: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. --- @@ -3130,15 +3130,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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.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.170.0/docs/resources/stateful_node_azure#snapshot_ttl_in_hours StatefulNodeAzure#snapshot_ttl_in_hours}. | --- @@ -3150,7 +3150,7 @@ public readonly diskShouldDeallocate: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#disk_should_deallocate StatefulNodeAzure#disk_should_deallocate}. --- @@ -3162,7 +3162,7 @@ public readonly networkShouldDeallocate: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#network_should_deallocate StatefulNodeAzure#network_should_deallocate}. --- @@ -3174,7 +3174,7 @@ public readonly publicIpShouldDeallocate: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#public_ip_should_deallocate StatefulNodeAzure#public_ip_should_deallocate}. --- @@ -3186,7 +3186,7 @@ public readonly shouldTerminateVm: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#should_terminate_vm StatefulNodeAzure#should_terminate_vm}. --- @@ -3198,7 +3198,7 @@ public readonly snapshotShouldDeallocate: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#snapshot_should_deallocate StatefulNodeAzure#snapshot_should_deallocate}. --- @@ -3210,7 +3210,7 @@ public readonly diskTtlInHours: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#disk_ttl_in_hours StatefulNodeAzure#disk_ttl_in_hours}. --- @@ -3222,7 +3222,7 @@ public readonly networkTtlInHours: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#network_ttl_in_hours StatefulNodeAzure#network_ttl_in_hours}. --- @@ -3234,7 +3234,7 @@ public readonly publicIpTtlInHours: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#public_ip_ttl_in_hours StatefulNodeAzure#public_ip_ttl_in_hours}. --- @@ -3246,7 +3246,7 @@ public readonly snapshotTtlInHours: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#snapshot_ttl_in_hours StatefulNodeAzure#snapshot_ttl_in_hours}. --- @@ -3264,10 +3264,10 @@ const statefulNodeAzureDetachDataDisk: statefulNodeAzure.StatefulNodeAzureDetach | **Name** | **Type** | **Description** | | --- | --- | --- | -| dataDiskName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.0/docs/resources/stateful_node_azure#ttl_in_hours StatefulNodeAzure#ttl_in_hours}. | --- @@ -3279,7 +3279,7 @@ public readonly dataDiskName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#data_disk_name StatefulNodeAzure#data_disk_name}. --- @@ -3291,7 +3291,7 @@ public readonly dataDiskResourceGroupName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#data_disk_resource_group_name StatefulNodeAzure#data_disk_resource_group_name}. --- @@ -3303,7 +3303,7 @@ public readonly shouldDeallocate: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#should_deallocate StatefulNodeAzure#should_deallocate}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#should_deallocate StatefulNodeAzure#should_deallocate}. --- @@ -3315,7 +3315,7 @@ public readonly ttlInHours: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#ttl_in_hours StatefulNodeAzure#ttl_in_hours}. --- @@ -3333,13 +3333,13 @@ const statefulNodeAzureExtension: statefulNodeAzure.StatefulNodeAzureExtension = | **Name** | **Type** | **Description** | | --- | --- | --- | -| apiVersion | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | -| publisher | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#publisher StatefulNodeAzure#publisher}. | -| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | +| publisher | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#publisher StatefulNodeAzure#publisher}. | +| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.0/docs/resources/stateful_node_azure#public_settings StatefulNodeAzure#public_settings}. | --- @@ -3351,7 +3351,7 @@ public readonly apiVersion: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#api_version StatefulNodeAzure#api_version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#api_version StatefulNodeAzure#api_version}. --- @@ -3363,7 +3363,7 @@ public readonly minorVersionAutoUpgrade: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#minor_version_auto_upgrade StatefulNodeAzure#minor_version_auto_upgrade}. --- @@ -3375,7 +3375,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -3387,7 +3387,7 @@ public readonly publisher: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#publisher StatefulNodeAzure#publisher}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#publisher StatefulNodeAzure#publisher}. --- @@ -3399,7 +3399,7 @@ public readonly type: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. --- @@ -3411,7 +3411,7 @@ public readonly protectedSettings: {[ key: string ]: string}; - *Type:* {[ key: string ]: string} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#protected_settings StatefulNodeAzure#protected_settings}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#protected_settings StatefulNodeAzure#protected_settings}. --- @@ -3423,7 +3423,7 @@ public readonly publicSettings: {[ key: string ]: string}; - *Type:* {[ key: string ]: string} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#public_settings StatefulNodeAzure#public_settings}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#public_settings StatefulNodeAzure#public_settings}. --- @@ -3441,10 +3441,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.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.0/docs/resources/stateful_node_azure#unhealthy_duration StatefulNodeAzure#unhealthy_duration}. | --- @@ -3456,7 +3456,7 @@ public readonly autoHealing: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#auto_healing StatefulNodeAzure#auto_healing}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#auto_healing StatefulNodeAzure#auto_healing}. --- @@ -3468,7 +3468,7 @@ public readonly healthCheckTypes: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#health_check_types StatefulNodeAzure#health_check_types}. --- @@ -3480,7 +3480,7 @@ public readonly gracePeriod: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#grace_period StatefulNodeAzure#grace_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#grace_period StatefulNodeAzure#grace_period}. --- @@ -3492,7 +3492,7 @@ public readonly unhealthyDuration: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#unhealthy_duration StatefulNodeAzure#unhealthy_duration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#unhealthy_duration StatefulNodeAzure#unhealthy_duration}. --- @@ -3526,7 +3526,7 @@ public readonly customImage: IResolvable | StatefulNodeAzureImageCustomImage[]; custom_image block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#custom_image StatefulNodeAzure#custom_image} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#custom_image StatefulNodeAzure#custom_image} --- @@ -3540,7 +3540,7 @@ public readonly gallery: IResolvable | StatefulNodeAzureImageGallery[]; gallery block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#gallery StatefulNodeAzure#gallery} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#gallery StatefulNodeAzure#gallery} --- @@ -3554,7 +3554,7 @@ public readonly marketplaceImage: IResolvable | StatefulNodeAzureImageMarketplac marketplace_image block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#marketplace_image StatefulNodeAzure#marketplace_image} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#marketplace_image StatefulNodeAzure#marketplace_image} --- @@ -3572,8 +3572,8 @@ const statefulNodeAzureImageCustomImage: statefulNodeAzure.StatefulNodeAzureImag | **Name** | **Type** | **Description** | | --- | --- | --- | -| customImageResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | +| customImageResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | --- @@ -3585,7 +3585,7 @@ public readonly customImageResourceGroupName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#custom_image_resource_group_name StatefulNodeAzure#custom_image_resource_group_name}. --- @@ -3597,7 +3597,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -3615,10 +3615,10 @@ const statefulNodeAzureImageGallery: statefulNodeAzure.StatefulNodeAzureImageGal | **Name** | **Type** | **Description** | | --- | --- | --- | -| galleryName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.0/docs/resources/stateful_node_azure#version_name StatefulNodeAzure#version_name}. | --- @@ -3630,7 +3630,7 @@ public readonly galleryName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#gallery_name StatefulNodeAzure#gallery_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#gallery_name StatefulNodeAzure#gallery_name}. --- @@ -3642,7 +3642,7 @@ public readonly galleryResourceGroupName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#gallery_resource_group_name StatefulNodeAzure#gallery_resource_group_name}. --- @@ -3654,7 +3654,7 @@ public readonly imageName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#image_name StatefulNodeAzure#image_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#image_name StatefulNodeAzure#image_name}. --- @@ -3666,7 +3666,7 @@ public readonly versionName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#version_name StatefulNodeAzure#version_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#version_name StatefulNodeAzure#version_name}. --- @@ -3684,10 +3684,10 @@ const statefulNodeAzureImageMarketplaceImage: statefulNodeAzure.StatefulNodeAzur | **Name** | **Type** | **Description** | | --- | --- | --- | -| offer | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#offer StatefulNodeAzure#offer}. | -| publisher | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#publisher StatefulNodeAzure#publisher}. | -| sku | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#sku StatefulNodeAzure#sku}. | -| version | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#version StatefulNodeAzure#version}. | +| offer | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#offer StatefulNodeAzure#offer}. | +| publisher | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#publisher StatefulNodeAzure#publisher}. | +| sku | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#sku StatefulNodeAzure#sku}. | +| version | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#version StatefulNodeAzure#version}. | --- @@ -3699,7 +3699,7 @@ public readonly offer: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#offer StatefulNodeAzure#offer}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#offer StatefulNodeAzure#offer}. --- @@ -3711,7 +3711,7 @@ public readonly publisher: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#publisher StatefulNodeAzure#publisher}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#publisher StatefulNodeAzure#publisher}. --- @@ -3723,7 +3723,7 @@ public readonly sku: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#sku StatefulNodeAzure#sku}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#sku StatefulNodeAzure#sku}. --- @@ -3735,7 +3735,7 @@ public readonly version: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#version StatefulNodeAzure#version}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#version StatefulNodeAzure#version}. --- @@ -3753,10 +3753,10 @@ const statefulNodeAzureImportVm: statefulNodeAzure.StatefulNodeAzureImportVm = { | **Name** | **Type** | **Description** | | --- | --- | --- | -| originalVmName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.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.170.0/docs/resources/stateful_node_azure#resources_retention_time StatefulNodeAzure#resources_retention_time}. | --- @@ -3768,7 +3768,7 @@ public readonly originalVmName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#original_vm_name StatefulNodeAzure#original_vm_name}. --- @@ -3780,7 +3780,7 @@ public readonly resourceGroupName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. --- @@ -3792,7 +3792,7 @@ public readonly drainingTimeout: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#draining_timeout StatefulNodeAzure#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#draining_timeout StatefulNodeAzure#draining_timeout}. --- @@ -3804,7 +3804,7 @@ public readonly resourcesRetentionTime: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#resources_retention_time StatefulNodeAzure#resources_retention_time}. --- @@ -3822,11 +3822,11 @@ const statefulNodeAzureLoadBalancer: statefulNodeAzure.StatefulNodeAzureLoadBala | **Name** | **Type** | **Description** | | --- | --- | --- | -| backendPoolNames | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | -| resourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | -| sku | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#sku StatefulNodeAzure#sku}. | +| backendPoolNames | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | +| resourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | +| sku | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#sku StatefulNodeAzure#sku}. | --- @@ -3838,7 +3838,7 @@ public readonly backendPoolNames: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#backend_pool_names StatefulNodeAzure#backend_pool_names}. --- @@ -3850,7 +3850,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -3862,7 +3862,7 @@ public readonly resourceGroupName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. --- @@ -3874,7 +3874,7 @@ public readonly type: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. --- @@ -3886,7 +3886,7 @@ public readonly sku: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#sku StatefulNodeAzure#sku}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#sku StatefulNodeAzure#sku}. --- @@ -3904,9 +3904,9 @@ const statefulNodeAzureLogin: statefulNodeAzure.StatefulNodeAzureLogin = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| userName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/stateful_node_azure#password StatefulNodeAzure#password}. | -| sshPublicKey | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.170.0/docs/resources/stateful_node_azure#password StatefulNodeAzure#password}. | +| sshPublicKey | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#ssh_public_key StatefulNodeAzure#ssh_public_key}. | --- @@ -3918,7 +3918,7 @@ public readonly userName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#user_name StatefulNodeAzure#user_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#user_name StatefulNodeAzure#user_name}. --- @@ -3930,7 +3930,7 @@ public readonly password: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#password StatefulNodeAzure#password}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#password StatefulNodeAzure#password}. --- @@ -3942,7 +3942,7 @@ public readonly sshPublicKey: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#ssh_public_key StatefulNodeAzure#ssh_public_key}. --- @@ -3960,8 +3960,8 @@ const statefulNodeAzureManagedServiceIdentities: statefulNodeAzure.StatefulNodeA | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | -| resourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | +| resourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. | --- @@ -3973,7 +3973,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -3985,7 +3985,7 @@ public readonly resourceGroupName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. --- @@ -4004,8 +4004,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.169.1/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.169.1/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.170.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.170.0/docs/resources/stateful_node_azure#virtual_network_name StatefulNodeAzure#virtual_network_name}. | --- @@ -4019,7 +4019,7 @@ public readonly networkInterface: IResolvable | StatefulNodeAzureNetworkNetworkI network_interface block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#network_interface StatefulNodeAzure#network_interface} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#network_interface StatefulNodeAzure#network_interface} --- @@ -4031,7 +4031,7 @@ public readonly networkResourceGroupName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. --- @@ -4043,7 +4043,7 @@ public readonly virtualNetworkName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#virtual_network_name StatefulNodeAzure#virtual_network_name}. --- @@ -4061,16 +4061,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.169.1/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.169.1/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.170.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.170.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.169.1/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.169.1/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.170.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.170.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.169.1/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.170.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.169.1/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.170.0/docs/resources/stateful_node_azure#public_ip_sku StatefulNodeAzure#public_ip_sku}. | --- @@ -4082,7 +4082,7 @@ public readonly isPrimary: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#is_primary StatefulNodeAzure#is_primary}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#is_primary StatefulNodeAzure#is_primary}. --- @@ -4094,7 +4094,7 @@ public readonly subnetName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#subnet_name StatefulNodeAzure#subnet_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#subnet_name StatefulNodeAzure#subnet_name}. --- @@ -4108,7 +4108,7 @@ public readonly additionalIpConfigurations: IResolvable | StatefulNodeAzureNetwo additional_ip_configurations block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#additional_ip_configurations StatefulNodeAzure#additional_ip_configurations} --- @@ -4122,7 +4122,7 @@ public readonly applicationSecurityGroups: IResolvable | StatefulNodeAzureNetwor application_security_groups block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#application_security_groups StatefulNodeAzure#application_security_groups} --- @@ -4134,7 +4134,7 @@ public readonly assignPublicIp: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#assign_public_ip StatefulNodeAzure#assign_public_ip}. --- @@ -4146,7 +4146,7 @@ public readonly enableIpForwarding: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#enable_ip_forwarding StatefulNodeAzure#enable_ip_forwarding}. --- @@ -4160,7 +4160,7 @@ public readonly networkSecurityGroup: IResolvable | StatefulNodeAzureNetworkNetw network_security_group block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#network_security_group StatefulNodeAzure#network_security_group} --- @@ -4172,7 +4172,7 @@ public readonly privateIpAddresses: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#private_ip_addresses StatefulNodeAzure#private_ip_addresses}. --- @@ -4186,7 +4186,7 @@ public readonly publicIps: IResolvable | StatefulNodeAzureNetworkNetworkInterfac public_ips block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#public_ips StatefulNodeAzure#public_ips} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#public_ips StatefulNodeAzure#public_ips} --- @@ -4198,7 +4198,7 @@ public readonly publicIpSku: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#public_ip_sku StatefulNodeAzure#public_ip_sku}. --- @@ -4216,8 +4216,8 @@ const statefulNodeAzureNetworkNetworkInterfaceAdditionalIpConfigurations: statef | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | -| privateIpAddressVersion | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | +| privateIpAddressVersion | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#private_ip_address_version StatefulNodeAzure#private_ip_address_version}. | --- @@ -4229,7 +4229,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -4241,7 +4241,7 @@ public readonly privateIpAddressVersion: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#private_ip_address_version StatefulNodeAzure#private_ip_address_version}. --- @@ -4259,8 +4259,8 @@ const statefulNodeAzureNetworkNetworkInterfaceApplicationSecurityGroups: statefu | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | -| networkResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | +| networkResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. | --- @@ -4272,7 +4272,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -4284,7 +4284,7 @@ public readonly networkResourceGroupName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. --- @@ -4302,8 +4302,8 @@ const statefulNodeAzureNetworkNetworkInterfaceNetworkSecurityGroup: statefulNode | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | -| networkResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | +| networkResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. | --- @@ -4315,7 +4315,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -4327,7 +4327,7 @@ public readonly networkResourceGroupName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. --- @@ -4345,8 +4345,8 @@ const statefulNodeAzureNetworkNetworkInterfacePublicIps: statefulNodeAzure.State | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | -| networkResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | +| networkResourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. | --- @@ -4358,7 +4358,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -4370,7 +4370,7 @@ public readonly networkResourceGroupName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name}. --- @@ -4388,9 +4388,9 @@ const statefulNodeAzureOsDisk: statefulNodeAzure.StatefulNodeAzureOsDisk = { ... | **Name** | **Type** | **Description** | | --- | --- | --- | -| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | -| caching | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#caching StatefulNodeAzure#caching}. | -| sizeGb | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | +| caching | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#caching StatefulNodeAzure#caching}. | +| sizeGb | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb}. | --- @@ -4402,7 +4402,7 @@ public readonly type: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. --- @@ -4414,7 +4414,7 @@ public readonly caching: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#caching StatefulNodeAzure#caching}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#caching StatefulNodeAzure#caching}. --- @@ -4426,7 +4426,7 @@ public readonly sizeGb: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb}. --- @@ -4444,8 +4444,8 @@ const statefulNodeAzureProximityPlacementGroups: statefulNodeAzure.StatefulNodeA | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | -| resourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | +| resourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. | --- @@ -4457,7 +4457,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -4469,7 +4469,7 @@ public readonly resourceGroupName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. --- @@ -4487,9 +4487,9 @@ const statefulNodeAzureSchedulingTask: statefulNodeAzure.StatefulNodeAzureSchedu | **Name** | **Type** | **Description** | | --- | --- | --- | -| cronExpression | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | +| cronExpression | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.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.170.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | --- @@ -4501,7 +4501,7 @@ public readonly cronExpression: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#cron_expression StatefulNodeAzure#cron_expression}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#cron_expression StatefulNodeAzure#cron_expression}. --- @@ -4513,7 +4513,7 @@ public readonly isEnabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#is_enabled StatefulNodeAzure#is_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#is_enabled StatefulNodeAzure#is_enabled}. --- @@ -4525,7 +4525,7 @@ public readonly type: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. --- @@ -4558,7 +4558,7 @@ public readonly sourceVault: IResolvable | StatefulNodeAzureSecretSourceVault[]; source_vault block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#source_vault StatefulNodeAzure#source_vault} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#source_vault StatefulNodeAzure#source_vault} --- @@ -4572,7 +4572,7 @@ public readonly vaultCertificates: IResolvable | StatefulNodeAzureSecretVaultCer vault_certificates block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#vault_certificates StatefulNodeAzure#vault_certificates} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#vault_certificates StatefulNodeAzure#vault_certificates} --- @@ -4590,8 +4590,8 @@ const statefulNodeAzureSecretSourceVault: statefulNodeAzure.StatefulNodeAzureSec | **Name** | **Type** | **Description** | | --- | --- | --- | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | -| resourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. | +| resourceGroupName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. | --- @@ -4603,7 +4603,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name}. --- @@ -4615,7 +4615,7 @@ public readonly resourceGroupName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name}. --- @@ -4633,8 +4633,8 @@ const statefulNodeAzureSecretVaultCertificates: statefulNodeAzure.StatefulNodeAz | **Name** | **Type** | **Description** | | --- | --- | --- | -| certificateStore | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/stateful_node_azure#certificate_url StatefulNodeAzure#certificate_url}. | --- @@ -4646,7 +4646,7 @@ public readonly certificateStore: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#certificate_store StatefulNodeAzure#certificate_store}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#certificate_store StatefulNodeAzure#certificate_store}. --- @@ -4658,7 +4658,7 @@ public readonly certificateUrl: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#certificate_url StatefulNodeAzure#certificate_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#certificate_url StatefulNodeAzure#certificate_url}. --- @@ -4676,9 +4676,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.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/stateful_node_azure#vtpm_enabled StatefulNodeAzure#vtpm_enabled}. | --- @@ -4690,7 +4690,7 @@ public readonly secureBootEnabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#secure_boot_enabled StatefulNodeAzure#secure_boot_enabled}. --- @@ -4702,7 +4702,7 @@ public readonly securityType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#security_type StatefulNodeAzure#security_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#security_type StatefulNodeAzure#security_type}. --- @@ -4714,7 +4714,7 @@ public readonly vtpmEnabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#vtpm_enabled StatefulNodeAzure#vtpm_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#vtpm_enabled StatefulNodeAzure#vtpm_enabled}. --- @@ -4732,8 +4732,8 @@ const statefulNodeAzureSignal: statefulNodeAzure.StatefulNodeAzureSignal = { ... | **Name** | **Type** | **Description** | | --- | --- | --- | -| timeout | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#timeout StatefulNodeAzure#timeout}. | -| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | +| timeout | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#timeout StatefulNodeAzure#timeout}. | +| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. | --- @@ -4745,7 +4745,7 @@ public readonly timeout: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#timeout StatefulNodeAzure#timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#timeout StatefulNodeAzure#timeout}. --- @@ -4757,7 +4757,7 @@ public readonly type: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type}. --- @@ -4775,13 +4775,13 @@ const statefulNodeAzureStrategy: statefulNodeAzure.StatefulNodeAzureStrategy = { | **Name** | **Type** | **Description** | | --- | --- | --- | -| fallbackToOnDemand | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#fallback_to_on_demand StatefulNodeAzure#fallback_to_on_demand}. | -| availabilityVsCost | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#availability_vs_cost StatefulNodeAzure#availability_vs_cost}. | +| fallbackToOnDemand | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#fallback_to_on_demand StatefulNodeAzure#fallback_to_on_demand}. | +| availabilityVsCost | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#availability_vs_cost StatefulNodeAzure#availability_vs_cost}. | | capacityReservation | cdktf.IResolvable \| StatefulNodeAzureStrategyCapacityReservation[] | capacity_reservation block. | -| drainingTimeout | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#draining_timeout StatefulNodeAzure#draining_timeout}. | -| odWindows | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#od_windows StatefulNodeAzure#od_windows}. | -| optimizationWindows | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.0/docs/resources/stateful_node_azure#draining_timeout StatefulNodeAzure#draining_timeout}. | +| odWindows | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#od_windows StatefulNodeAzure#od_windows}. | +| optimizationWindows | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/stateful_node_azure#preferred_life_cycle StatefulNodeAzure#preferred_life_cycle}. | | revertToSpot | StatefulNodeAzureStrategyRevertToSpot | revert_to_spot block. | --- @@ -4794,7 +4794,7 @@ public readonly fallbackToOnDemand: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#fallback_to_on_demand StatefulNodeAzure#fallback_to_on_demand}. --- @@ -4806,7 +4806,7 @@ public readonly availabilityVsCost: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#availability_vs_cost StatefulNodeAzure#availability_vs_cost}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#availability_vs_cost StatefulNodeAzure#availability_vs_cost}. --- @@ -4820,7 +4820,7 @@ public readonly capacityReservation: IResolvable | StatefulNodeAzureStrategyCapa capacity_reservation block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#capacity_reservation StatefulNodeAzure#capacity_reservation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#capacity_reservation StatefulNodeAzure#capacity_reservation} --- @@ -4832,7 +4832,7 @@ public readonly drainingTimeout: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#draining_timeout StatefulNodeAzure#draining_timeout}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#draining_timeout StatefulNodeAzure#draining_timeout}. --- @@ -4844,7 +4844,7 @@ public readonly odWindows: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#od_windows StatefulNodeAzure#od_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#od_windows StatefulNodeAzure#od_windows}. --- @@ -4856,7 +4856,7 @@ public readonly optimizationWindows: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#optimization_windows StatefulNodeAzure#optimization_windows}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#optimization_windows StatefulNodeAzure#optimization_windows}. --- @@ -4868,7 +4868,7 @@ public readonly preferredLifeCycle: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#preferred_life_cycle StatefulNodeAzure#preferred_life_cycle}. --- @@ -4882,7 +4882,7 @@ public readonly revertToSpot: StatefulNodeAzureStrategyRevertToSpot; revert_to_spot block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#revert_to_spot StatefulNodeAzure#revert_to_spot} --- @@ -4900,8 +4900,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.169.1/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.169.1/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.170.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.170.0/docs/resources/stateful_node_azure#utilization_strategy StatefulNodeAzure#utilization_strategy}. | | capacityReservationGroups | cdktf.IResolvable \| StatefulNodeAzureStrategyCapacityReservationCapacityReservationGroups[] | capacity_reservation_groups block. | --- @@ -4914,7 +4914,7 @@ public readonly shouldUtilize: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#should_utilize StatefulNodeAzure#should_utilize}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#should_utilize StatefulNodeAzure#should_utilize}. --- @@ -4926,7 +4926,7 @@ public readonly utilizationStrategy: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#utilization_strategy StatefulNodeAzure#utilization_strategy}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#utilization_strategy StatefulNodeAzure#utilization_strategy}. --- @@ -4940,7 +4940,7 @@ public readonly capacityReservationGroups: IResolvable | StatefulNodeAzureStrate capacity_reservation_groups block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#capacity_reservation_groups StatefulNodeAzure#capacity_reservation_groups} --- @@ -4958,9 +4958,9 @@ const statefulNodeAzureStrategyCapacityReservationCapacityReservationGroups: sta | **Name** | **Type** | **Description** | | --- | --- | --- | -| crgName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.169.1/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.170.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.170.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.170.0/docs/resources/stateful_node_azure#crg_should_prioritize StatefulNodeAzure#crg_should_prioritize}. | --- @@ -4972,7 +4972,7 @@ public readonly crgName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#crg_name StatefulNodeAzure#crg_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#crg_name StatefulNodeAzure#crg_name}. --- @@ -4984,7 +4984,7 @@ public readonly crgResourceGroupName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#crg_resource_group_name StatefulNodeAzure#crg_resource_group_name}. --- @@ -4996,7 +4996,7 @@ public readonly crgShouldPrioritize: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#crg_should_prioritize StatefulNodeAzure#crg_should_prioritize}. --- @@ -5014,7 +5014,7 @@ const statefulNodeAzureStrategyRevertToSpot: statefulNodeAzure.StatefulNodeAzure | **Name** | **Type** | **Description** | | --- | --- | --- | -| performAt | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/stateful_node_azure#perform_at StatefulNodeAzure#perform_at}. | --- @@ -5026,7 +5026,7 @@ public readonly performAt: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#perform_at StatefulNodeAzure#perform_at}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#perform_at StatefulNodeAzure#perform_at}. --- @@ -5044,8 +5044,8 @@ const statefulNodeAzureTag: statefulNodeAzure.StatefulNodeAzureTag = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| tagKey | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/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.170.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.170.0/docs/resources/stateful_node_azure#tag_value StatefulNodeAzure#tag_value}. | --- @@ -5057,7 +5057,7 @@ public readonly tagKey: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#tag_key StatefulNodeAzure#tag_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#tag_key StatefulNodeAzure#tag_key}. --- @@ -5069,7 +5069,7 @@ public readonly tagValue: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#tag_value StatefulNodeAzure#tag_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#tag_value StatefulNodeAzure#tag_value}. --- @@ -5087,7 +5087,7 @@ const statefulNodeAzureUpdateState: statefulNodeAzure.StatefulNodeAzureUpdateSta | **Name** | **Type** | **Description** | | --- | --- | --- | -| state | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#state StatefulNodeAzure#state}. | +| state | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#state StatefulNodeAzure#state}. | --- @@ -5099,7 +5099,7 @@ public readonly state: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#state StatefulNodeAzure#state}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#state StatefulNodeAzure#state}. --- diff --git a/docs/subscription.csharp.md b/docs/subscription.csharp.md index 1b923e127..020f9ac75 100644 --- a/docs/subscription.csharp.md +++ b/docs/subscription.csharp.md @@ -4,7 +4,7 @@ ### Subscription -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/subscription spotinst_subscription}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/subscription spotinst_subscription}. #### Initializers @@ -481,7 +481,7 @@ The construct id used in the generated config for the Subscription to import. The id of the existing Subscription that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/subscription#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/subscription#import import section} in the documentation of this resource for the id to use --- @@ -843,12 +843,12 @@ new SubscriptionConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| Endpoint | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/subscription#endpoint Subscription#endpoint}. | -| EventType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/subscription#event_type Subscription#event_type}. | -| Protocol | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/subscription#protocol Subscription#protocol}. | -| ResourceId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/subscription#format Subscription#format}. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/subscription#id Subscription#id}. | +| Endpoint | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/subscription#endpoint Subscription#endpoint}. | +| EventType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/subscription#event_type Subscription#event_type}. | +| Protocol | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/subscription#protocol Subscription#protocol}. | +| ResourceId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/subscription#format Subscription#format}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/subscription#id Subscription#id}. | --- @@ -930,7 +930,7 @@ public string Endpoint { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/subscription#endpoint Subscription#endpoint}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/subscription#endpoint Subscription#endpoint}. --- @@ -942,7 +942,7 @@ public string EventType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/subscription#event_type Subscription#event_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/subscription#event_type Subscription#event_type}. --- @@ -954,7 +954,7 @@ public string Protocol { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/subscription#protocol Subscription#protocol}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/subscription#protocol Subscription#protocol}. --- @@ -966,7 +966,7 @@ public string ResourceId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/subscription#resource_id Subscription#resource_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/subscription#resource_id Subscription#resource_id}. --- @@ -978,7 +978,7 @@ public System.Collections.Generic.IDictionary Format { get; set; - *Type:* System.Collections.Generic.IDictionary -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/subscription#format Subscription#format}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/subscription#format Subscription#format}. --- @@ -990,7 +990,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/subscription#id Subscription#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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 c1a7b51e2..43caea946 100644 --- a/docs/subscription.go.md +++ b/docs/subscription.go.md @@ -4,7 +4,7 @@ ### Subscription -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/subscription spotinst_subscription}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/subscription spotinst_subscription}. #### Initializers @@ -481,7 +481,7 @@ The construct id used in the generated config for the Subscription to import. The id of the existing Subscription that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/subscription#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/subscription#import import section} in the documentation of this resource for the id to use --- @@ -843,12 +843,12 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/subscription" | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| Endpoint | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/subscription#endpoint Subscription#endpoint}. | -| EventType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/subscription#event_type Subscription#event_type}. | -| Protocol | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/subscription#protocol Subscription#protocol}. | -| ResourceId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/subscription#format Subscription#format}. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/subscription#id Subscription#id}. | +| Endpoint | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/subscription#endpoint Subscription#endpoint}. | +| EventType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/subscription#event_type Subscription#event_type}. | +| Protocol | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/subscription#protocol Subscription#protocol}. | +| ResourceId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/subscription#format Subscription#format}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/subscription#id Subscription#id}. | --- @@ -930,7 +930,7 @@ Endpoint *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/subscription#endpoint Subscription#endpoint}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/subscription#endpoint Subscription#endpoint}. --- @@ -942,7 +942,7 @@ EventType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/subscription#event_type Subscription#event_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/subscription#event_type Subscription#event_type}. --- @@ -954,7 +954,7 @@ Protocol *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/subscription#protocol Subscription#protocol}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/subscription#protocol Subscription#protocol}. --- @@ -966,7 +966,7 @@ ResourceId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/subscription#resource_id Subscription#resource_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/subscription#resource_id Subscription#resource_id}. --- @@ -978,7 +978,7 @@ Format *map[string]*string - *Type:* *map[string]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/subscription#format Subscription#format}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/subscription#format Subscription#format}. --- @@ -990,7 +990,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/subscription#id Subscription#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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 616b96616..50c23ced0 100644 --- a/docs/subscription.java.md +++ b/docs/subscription.java.md @@ -4,7 +4,7 @@ ### Subscription -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/subscription spotinst_subscription}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/subscription spotinst_subscription}. #### Initializers @@ -43,12 +43,12 @@ Subscription.Builder.create(Construct scope, java.lang.String id) | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| endpoint | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/subscription#endpoint Subscription#endpoint}. | -| eventType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/subscription#protocol Subscription#protocol}. | -| resourceId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/subscription#format Subscription#format}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/subscription#id Subscription#id}. | +| endpoint | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/subscription#endpoint Subscription#endpoint}. | +| eventType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/subscription#protocol Subscription#protocol}. | +| resourceId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/subscription#format Subscription#format}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/subscription#id Subscription#id}. | --- @@ -116,7 +116,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/subscription#endpoint Subscription#endpoint}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/subscription#endpoint Subscription#endpoint}. --- @@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/subscription#event_type Subscription#event_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/subscription#event_type Subscription#event_type}. --- @@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/subscription#protocol Subscription#protocol}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/subscription#protocol Subscription#protocol}. --- @@ -140,7 +140,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/subscription#resource_id Subscription#resource_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/subscription#resource_id Subscription#resource_id}. --- @@ -148,7 +148,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.util.Map -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/subscription#format Subscription#format}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/subscription#format Subscription#format}. --- @@ -156,7 +156,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/subscription#id Subscription#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/subscription#id Subscription#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -600,7 +600,7 @@ The construct id used in the generated config for the Subscription to import. The id of the existing Subscription that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/subscription#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/subscription#import import section} in the documentation of this resource for the id to use --- @@ -966,12 +966,12 @@ SubscriptionConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| endpoint | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/subscription#endpoint Subscription#endpoint}. | -| eventType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/subscription#protocol Subscription#protocol}. | -| resourceId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/subscription#format Subscription#format}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/subscription#id Subscription#id}. | +| endpoint | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/subscription#endpoint Subscription#endpoint}. | +| eventType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/subscription#protocol Subscription#protocol}. | +| resourceId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/subscription#format Subscription#format}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/subscription#id Subscription#id}. | --- @@ -1053,7 +1053,7 @@ public java.lang.String getEndpoint(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/subscription#endpoint Subscription#endpoint}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/subscription#endpoint Subscription#endpoint}. --- @@ -1065,7 +1065,7 @@ public java.lang.String getEventType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/subscription#event_type Subscription#event_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/subscription#event_type Subscription#event_type}. --- @@ -1077,7 +1077,7 @@ public java.lang.String getProtocol(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/subscription#protocol Subscription#protocol}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/subscription#protocol Subscription#protocol}. --- @@ -1089,7 +1089,7 @@ public java.lang.String getResourceId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/subscription#resource_id Subscription#resource_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/subscription#resource_id Subscription#resource_id}. --- @@ -1101,7 +1101,7 @@ public java.util.Map getFormat(); - *Type:* java.util.Map -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/subscription#format Subscription#format}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/subscription#format Subscription#format}. --- @@ -1113,7 +1113,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/subscription#id Subscription#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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 a2896b1e7..380ebfd45 100644 --- a/docs/subscription.python.md +++ b/docs/subscription.python.md @@ -4,7 +4,7 @@ ### Subscription -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/subscription spotinst_subscription}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/subscription spotinst_subscription}. #### Initializers @@ -41,12 +41,12 @@ subscription.Subscription( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| endpoint | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/subscription#endpoint Subscription#endpoint}. | -| event_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/subscription#event_type Subscription#event_type}. | -| protocol | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/subscription#protocol Subscription#protocol}. | -| resource_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/subscription#format Subscription#format}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/subscription#id Subscription#id}. | +| endpoint | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/subscription#endpoint Subscription#endpoint}. | +| event_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/subscription#event_type Subscription#event_type}. | +| protocol | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/subscription#protocol Subscription#protocol}. | +| resource_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/subscription#format Subscription#format}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/subscription#id Subscription#id}. | --- @@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/subscription#endpoint Subscription#endpoint}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/subscription#endpoint Subscription#endpoint}. --- @@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/subscription#event_type Subscription#event_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/subscription#event_type Subscription#event_type}. --- @@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/subscription#protocol Subscription#protocol}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/subscription#protocol Subscription#protocol}. --- @@ -138,7 +138,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/subscription#resource_id Subscription#resource_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/subscription#resource_id Subscription#resource_id}. --- @@ -146,7 +146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* typing.Mapping[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/subscription#format Subscription#format}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/subscription#format Subscription#format}. --- @@ -154,7 +154,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/subscription#id Subscription#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/subscription#id Subscription#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -644,7 +644,7 @@ The construct id used in the generated config for the Subscription to import. The id of the existing Subscription that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/subscription#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/subscription#import import section} in the documentation of this resource for the id to use --- @@ -1006,12 +1006,12 @@ subscription.SubscriptionConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| endpoint | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/subscription#endpoint Subscription#endpoint}. | -| event_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/subscription#event_type Subscription#event_type}. | -| protocol | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/subscription#protocol Subscription#protocol}. | -| resource_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/subscription#format Subscription#format}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/subscription#id Subscription#id}. | +| endpoint | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/subscription#endpoint Subscription#endpoint}. | +| event_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/subscription#event_type Subscription#event_type}. | +| protocol | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/subscription#protocol Subscription#protocol}. | +| resource_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/subscription#format Subscription#format}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/subscription#id Subscription#id}. | --- @@ -1093,7 +1093,7 @@ endpoint: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/subscription#endpoint Subscription#endpoint}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/subscription#endpoint Subscription#endpoint}. --- @@ -1105,7 +1105,7 @@ event_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/subscription#event_type Subscription#event_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/subscription#event_type Subscription#event_type}. --- @@ -1117,7 +1117,7 @@ protocol: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/subscription#protocol Subscription#protocol}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/subscription#protocol Subscription#protocol}. --- @@ -1129,7 +1129,7 @@ resource_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/subscription#resource_id Subscription#resource_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/subscription#resource_id Subscription#resource_id}. --- @@ -1141,7 +1141,7 @@ format: typing.Mapping[str] - *Type:* typing.Mapping[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/subscription#format Subscription#format}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/subscription#format Subscription#format}. --- @@ -1153,7 +1153,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/subscription#id Subscription#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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 918149213..867fc5b42 100644 --- a/docs/subscription.typescript.md +++ b/docs/subscription.typescript.md @@ -4,7 +4,7 @@ ### Subscription -Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/subscription spotinst_subscription}. +Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/subscription spotinst_subscription}. #### Initializers @@ -481,7 +481,7 @@ The construct id used in the generated config for the Subscription to import. The id of the existing Subscription that should be imported. -Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/subscription#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/subscription#import import section} in the documentation of this resource for the id to use --- @@ -829,12 +829,12 @@ const subscriptionConfig: subscription.SubscriptionConfig = { ... } | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| endpoint | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/subscription#endpoint Subscription#endpoint}. | -| eventType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/subscription#event_type Subscription#event_type}. | -| protocol | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/subscription#protocol Subscription#protocol}. | -| resourceId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/subscription#format Subscription#format}. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/subscription#id Subscription#id}. | +| endpoint | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/subscription#endpoint Subscription#endpoint}. | +| eventType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/subscription#event_type Subscription#event_type}. | +| protocol | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/subscription#protocol Subscription#protocol}. | +| resourceId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.170.0/docs/resources/subscription#format Subscription#format}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/subscription#id Subscription#id}. | --- @@ -916,7 +916,7 @@ public readonly endpoint: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/subscription#endpoint Subscription#endpoint}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/subscription#endpoint Subscription#endpoint}. --- @@ -928,7 +928,7 @@ public readonly eventType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/subscription#event_type Subscription#event_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/subscription#event_type Subscription#event_type}. --- @@ -940,7 +940,7 @@ public readonly protocol: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/subscription#protocol Subscription#protocol}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/subscription#protocol Subscription#protocol}. --- @@ -952,7 +952,7 @@ public readonly resourceId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/subscription#resource_id Subscription#resource_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/subscription#resource_id Subscription#resource_id}. --- @@ -964,7 +964,7 @@ public readonly format: {[ key: string ]: string}; - *Type:* {[ key: string ]: string} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/subscription#format Subscription#format}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/subscription#format Subscription#format}. --- @@ -976,7 +976,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/subscription#id Subscription#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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 86502aa12..152da514e 100644 --- a/package.json +++ b/package.json @@ -154,7 +154,7 @@ "isDeprecated": false, "provider": { "name": "registry.terraform.io/spotinst/spotinst", - "version": "1.169.1" + "version": "1.170.0" } }, "//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\"." diff --git a/src/account-aws/README.md b/src/account-aws/README.md index 9a6c7da70..592f4bfa1 100644 --- a/src/account-aws/README.md +++ b/src/account-aws/README.md @@ -1,3 +1,3 @@ # `spotinst_account_aws` -Refer to the Terraform Registry for docs: [`spotinst_account_aws`](https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/account_aws). +Refer to the Terraform Registry for docs: [`spotinst_account_aws`](https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/account_aws). diff --git a/src/account-aws/index.ts b/src/account-aws/index.ts index b7baf116b..d5248af27 100644 --- a/src/account-aws/index.ts +++ b/src/account-aws/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/account_aws +// https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/account_aws // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,20 +13,20 @@ import * as cdktf from 'cdktf'; export interface AccountAwsConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/account_aws#id AccountAws#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/account_aws#name AccountAws#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/account_aws#name AccountAws#name} */ readonly name: string; } /** -* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/account_aws spotinst_account_aws} +* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/account_aws spotinst_account_aws} */ export class AccountAws extends cdktf.TerraformResource { @@ -42,7 +42,7 @@ export class AccountAws extends cdktf.TerraformResource { * Generates CDKTF code for importing a AccountAws resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the AccountAws to import - * @param importFromId The id of the existing AccountAws that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/account_aws#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing AccountAws that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/account_aws#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the AccountAws to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -54,7 +54,7 @@ export class AccountAws extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/account_aws spotinst_account_aws} Resource + * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/account_aws spotinst_account_aws} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -65,7 +65,7 @@ export class AccountAws extends cdktf.TerraformResource { terraformResourceType: 'spotinst_account_aws', terraformGeneratorMetadata: { providerName: 'spotinst', - providerVersion: '1.169.1', + providerVersion: '1.170.0', providerVersionConstraint: '~> 1.0' }, provider: config.provider, diff --git a/src/credentials-aws/README.md b/src/credentials-aws/README.md index a9dd93fec..74ea0962a 100644 --- a/src/credentials-aws/README.md +++ b/src/credentials-aws/README.md @@ -1,3 +1,3 @@ # `spotinst_credentials_aws` -Refer to the Terraform Registry for docs: [`spotinst_credentials_aws`](https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/credentials_aws). +Refer to the Terraform Registry for docs: [`spotinst_credentials_aws`](https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/credentials_aws). diff --git a/src/credentials-aws/index.ts b/src/credentials-aws/index.ts index be1530253..421fb3c38 100644 --- a/src/credentials-aws/index.ts +++ b/src/credentials-aws/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/credentials_aws +// https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/credentials_aws // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,15 +13,15 @@ import * as cdktf from 'cdktf'; export interface CredentialsAwsConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/credentials_aws#account_id CredentialsAws#account_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/credentials_aws#iamrole CredentialsAws#iamrole} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/credentials_aws#iamrole CredentialsAws#iamrole} */ readonly iamrole: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/credentials_aws#id CredentialsAws#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/credentials_aws#id CredentialsAws#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -30,7 +30,7 @@ export interface CredentialsAwsConfig extends cdktf.TerraformMetaArguments { } /** -* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/credentials_aws spotinst_credentials_aws} +* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/credentials_aws spotinst_credentials_aws} */ export class CredentialsAws extends cdktf.TerraformResource { @@ -46,7 +46,7 @@ export class CredentialsAws extends cdktf.TerraformResource { * Generates CDKTF code for importing a CredentialsAws resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the CredentialsAws to import - * @param importFromId The id of the existing CredentialsAws that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/credentials_aws#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing CredentialsAws that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/credentials_aws#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the CredentialsAws to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -58,7 +58,7 @@ export class CredentialsAws extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/credentials_aws spotinst_credentials_aws} Resource + * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/credentials_aws spotinst_credentials_aws} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -69,7 +69,7 @@ export class CredentialsAws extends cdktf.TerraformResource { terraformResourceType: 'spotinst_credentials_aws', terraformGeneratorMetadata: { providerName: 'spotinst', - providerVersion: '1.169.1', + providerVersion: '1.170.0', providerVersionConstraint: '~> 1.0' }, provider: config.provider, diff --git a/src/data-integration/README.md b/src/data-integration/README.md index 740924688..5d6f7ab28 100644 --- a/src/data-integration/README.md +++ b/src/data-integration/README.md @@ -1,3 +1,3 @@ # `spotinst_data_integration` -Refer to the Terraform Registry for docs: [`spotinst_data_integration`](https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/data_integration). +Refer to the Terraform Registry for docs: [`spotinst_data_integration`](https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/data_integration). diff --git a/src/data-integration/index.ts b/src/data-integration/index.ts index d7001d99e..9639abf2d 100644 --- a/src/data-integration/index.ts +++ b/src/data-integration/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/data_integration +// https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/data_integration // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,34 +13,34 @@ import * as cdktf from 'cdktf'; export interface DataIntegrationConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/data_integration#id DataIntegration#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/data_integration#name DataIntegration#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/data_integration#name DataIntegration#name} */ readonly name: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/data_integration#status DataIntegration#status} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/data_integration#s3 DataIntegration#s3} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/data_integration#bucket_name DataIntegration#bucket_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/data_integration#subdir DataIntegration#subdir} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/data_integration#subdir DataIntegration#subdir} */ readonly subdir?: string; } @@ -150,7 +150,7 @@ export class DataIntegrationS3OutputReference extends cdktf.ComplexObject { } /** -* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/data_integration spotinst_data_integration} +* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/data_integration spotinst_data_integration} */ export class DataIntegration extends cdktf.TerraformResource { @@ -166,7 +166,7 @@ export class DataIntegration extends cdktf.TerraformResource { * Generates CDKTF code for importing a DataIntegration resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataIntegration to import - * @param importFromId The id of the existing DataIntegration that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/data_integration#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataIntegration that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/data_integration#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataIntegration to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -178,7 +178,7 @@ export class DataIntegration extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/data_integration spotinst_data_integration} Resource + * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/data_integration spotinst_data_integration} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -189,7 +189,7 @@ export class DataIntegration extends cdktf.TerraformResource { terraformResourceType: 'spotinst_data_integration', terraformGeneratorMetadata: { providerName: 'spotinst', - providerVersion: '1.169.1', + providerVersion: '1.170.0', providerVersionConstraint: '~> 1.0' }, provider: config.provider, diff --git a/src/elastigroup-aws-beanstalk/README.md b/src/elastigroup-aws-beanstalk/README.md index 0e7650705..c239e9860 100644 --- a/src/elastigroup-aws-beanstalk/README.md +++ b/src/elastigroup-aws-beanstalk/README.md @@ -1,3 +1,3 @@ # `spotinst_elastigroup_aws_beanstalk` -Refer to the Terraform Registry for docs: [`spotinst_elastigroup_aws_beanstalk`](https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk). +Refer to the Terraform Registry for docs: [`spotinst_elastigroup_aws_beanstalk`](https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk). diff --git a/src/elastigroup-aws-beanstalk/index.ts b/src/elastigroup-aws-beanstalk/index.ts index b766ae9e1..5d9e17bc3 100644 --- a/src/elastigroup-aws-beanstalk/index.ts +++ b/src/elastigroup-aws-beanstalk/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk +// https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,78 +13,78 @@ import * as cdktf from 'cdktf'; export interface ElastigroupAwsBeanstalkConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.169.1/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.170.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.169.1/docs/resources/elastigroup_aws_beanstalk#desired_capacity ElastigroupAwsBeanstalk#desired_capacity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws_beanstalk#id ElastigroupAwsBeanstalk#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.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.169.1/docs/resources/elastigroup_aws_beanstalk#maintenance ElastigroupAwsBeanstalk#maintenance} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws_beanstalk#max_size ElastigroupAwsBeanstalk#max_size} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws_beanstalk#min_size ElastigroupAwsBeanstalk#min_size} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws_beanstalk#name ElastigroupAwsBeanstalk#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws_beanstalk#product ElastigroupAwsBeanstalk#product} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws_beanstalk#region ElastigroupAwsBeanstalk#region} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws_beanstalk#deployment_preferences ElastigroupAwsBeanstalk#deployment_preferences} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws_beanstalk#managed_actions ElastigroupAwsBeanstalk#managed_actions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws_beanstalk#scheduled_task ElastigroupAwsBeanstalk#scheduled_task} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws_beanstalk#action ElastigroupAwsBeanstalk#action} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.0/docs/resources/elastigroup_aws_beanstalk#should_drain_instances ElastigroupAwsBeanstalk#should_drain_instances} */ readonly shouldDrainInstances?: boolean | cdktf.IResolvable; } @@ -229,21 +229,21 @@ export class ElastigroupAwsBeanstalkDeploymentPreferencesStrategyList extends cd } export interface ElastigroupAwsBeanstalkDeploymentPreferences { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#automatic_roll ElastigroupAwsBeanstalk#automatic_roll} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.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.169.1/docs/resources/elastigroup_aws_beanstalk#grace_period ElastigroupAwsBeanstalk#grace_period} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws_beanstalk#strategy ElastigroupAwsBeanstalk#strategy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#strategy ElastigroupAwsBeanstalk#strategy} */ readonly strategy?: ElastigroupAwsBeanstalkDeploymentPreferencesStrategy[] | cdktf.IResolvable; } @@ -414,15 +414,15 @@ export class ElastigroupAwsBeanstalkDeploymentPreferencesOutputReference extends } export interface ElastigroupAwsBeanstalkManagedActionsPlatformUpdate { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#perform_at ElastigroupAwsBeanstalk#perform_at} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws_beanstalk#time_window ElastigroupAwsBeanstalk#time_window} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws_beanstalk#update_level ElastigroupAwsBeanstalk#update_level} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#update_level ElastigroupAwsBeanstalk#update_level} */ readonly updateLevel?: string; } @@ -566,7 +566,7 @@ export interface ElastigroupAwsBeanstalkManagedActions { /** * platform_update block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#platform_update ElastigroupAwsBeanstalk#platform_update} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#platform_update ElastigroupAwsBeanstalk#platform_update} */ readonly platformUpdate?: ElastigroupAwsBeanstalkManagedActionsPlatformUpdate; } @@ -650,63 +650,63 @@ export class ElastigroupAwsBeanstalkManagedActionsOutputReference extends cdktf. } export interface ElastigroupAwsBeanstalkScheduledTask { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#adjustment ElastigroupAwsBeanstalk#adjustment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws_beanstalk#adjustment_percentage ElastigroupAwsBeanstalk#adjustment_percentage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.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.169.1/docs/resources/elastigroup_aws_beanstalk#cron_expression ElastigroupAwsBeanstalk#cron_expression} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws_beanstalk#frequency ElastigroupAwsBeanstalk#frequency} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws_beanstalk#grace_period ElastigroupAwsBeanstalk#grace_period} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws_beanstalk#is_enabled ElastigroupAwsBeanstalk#is_enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws_beanstalk#max_capacity ElastigroupAwsBeanstalk#max_capacity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws_beanstalk#min_capacity ElastigroupAwsBeanstalk#min_capacity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.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.169.1/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.170.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.169.1/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.170.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.169.1/docs/resources/elastigroup_aws_beanstalk#start_time ElastigroupAwsBeanstalk#start_time} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws_beanstalk#target_capacity ElastigroupAwsBeanstalk#target_capacity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws_beanstalk#task_type ElastigroupAwsBeanstalk#task_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#task_type ElastigroupAwsBeanstalk#task_type} */ readonly taskType: string; } @@ -1225,7 +1225,7 @@ export class ElastigroupAwsBeanstalkScheduledTaskList extends cdktf.ComplexList } /** -* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk spotinst_elastigroup_aws_beanstalk} +* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk spotinst_elastigroup_aws_beanstalk} */ export class ElastigroupAwsBeanstalk extends cdktf.TerraformResource { @@ -1241,7 +1241,7 @@ export class ElastigroupAwsBeanstalk extends cdktf.TerraformResource { * Generates CDKTF code for importing a ElastigroupAwsBeanstalk resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the ElastigroupAwsBeanstalk to import - * @param importFromId The id of the existing ElastigroupAwsBeanstalk that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing ElastigroupAwsBeanstalk that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the ElastigroupAwsBeanstalk to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -1253,7 +1253,7 @@ export class ElastigroupAwsBeanstalk extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_beanstalk spotinst_elastigroup_aws_beanstalk} Resource + * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_beanstalk spotinst_elastigroup_aws_beanstalk} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -1264,7 +1264,7 @@ export class ElastigroupAwsBeanstalk extends cdktf.TerraformResource { terraformResourceType: 'spotinst_elastigroup_aws_beanstalk', terraformGeneratorMetadata: { providerName: 'spotinst', - providerVersion: '1.169.1', + providerVersion: '1.170.0', providerVersionConstraint: '~> 1.0' }, provider: config.provider, diff --git a/src/elastigroup-aws-suspension/README.md b/src/elastigroup-aws-suspension/README.md index ba897a15e..cd2f4c26c 100644 --- a/src/elastigroup-aws-suspension/README.md +++ b/src/elastigroup-aws-suspension/README.md @@ -1,3 +1,3 @@ # `spotinst_elastigroup_aws_suspension` -Refer to the Terraform Registry for docs: [`spotinst_elastigroup_aws_suspension`](https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_suspension). +Refer to the Terraform Registry for docs: [`spotinst_elastigroup_aws_suspension`](https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_suspension). diff --git a/src/elastigroup-aws-suspension/index.ts b/src/elastigroup-aws-suspension/index.ts index 461fc47c2..ef6060376 100644 --- a/src/elastigroup-aws-suspension/index.ts +++ b/src/elastigroup-aws-suspension/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_suspension +// https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_suspension // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,11 +13,11 @@ import * as cdktf from 'cdktf'; export interface ElastigroupAwsSuspensionConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_suspension#group_id ElastigroupAwsSuspension#group_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws_suspension#id ElastigroupAwsSuspension#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_suspension#id ElastigroupAwsSuspension#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -26,13 +26,13 @@ export interface ElastigroupAwsSuspensionConfig extends cdktf.TerraformMetaArgum /** * suspension block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_suspension#suspension ElastigroupAwsSuspension#suspension} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws_suspension#name ElastigroupAwsSuspension#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_suspension#name ElastigroupAwsSuspension#name} */ readonly name: string; } @@ -145,7 +145,7 @@ export class ElastigroupAwsSuspensionSuspensionList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_suspension spotinst_elastigroup_aws_suspension} +* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_suspension spotinst_elastigroup_aws_suspension} */ export class ElastigroupAwsSuspension extends cdktf.TerraformResource { @@ -161,7 +161,7 @@ export class ElastigroupAwsSuspension extends cdktf.TerraformResource { * Generates CDKTF code for importing a ElastigroupAwsSuspension resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the ElastigroupAwsSuspension to import - * @param importFromId The id of the existing ElastigroupAwsSuspension that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_suspension#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing ElastigroupAwsSuspension that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_suspension#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the ElastigroupAwsSuspension to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -173,7 +173,7 @@ export class ElastigroupAwsSuspension extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws_suspension spotinst_elastigroup_aws_suspension} Resource + * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws_suspension spotinst_elastigroup_aws_suspension} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -184,7 +184,7 @@ export class ElastigroupAwsSuspension extends cdktf.TerraformResource { terraformResourceType: 'spotinst_elastigroup_aws_suspension', terraformGeneratorMetadata: { providerName: 'spotinst', - providerVersion: '1.169.1', + providerVersion: '1.170.0', providerVersionConstraint: '~> 1.0' }, provider: config.provider, diff --git a/src/elastigroup-aws/README.md b/src/elastigroup-aws/README.md index 0d12787b8..2e3e1dc52 100644 --- a/src/elastigroup-aws/README.md +++ b/src/elastigroup-aws/README.md @@ -1,3 +1,3 @@ # `spotinst_elastigroup_aws` -Refer to the Terraform Registry for docs: [`spotinst_elastigroup_aws`](https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws). +Refer to the Terraform Registry for docs: [`spotinst_elastigroup_aws`](https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws). diff --git a/src/elastigroup-aws/index.ts b/src/elastigroup-aws/index.ts index a5898747b..79b4cebe9 100644 --- a/src/elastigroup-aws/index.ts +++ b/src/elastigroup-aws/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws +// https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,422 +13,410 @@ import * as cdktf from 'cdktf'; export interface ElastigroupAwsConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#availability_zones ElastigroupAws#availability_zones} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#block_devices_mode ElastigroupAws#block_devices_mode} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#capacity_unit ElastigroupAws#capacity_unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#consider_od_pricing ElastigroupAws#consider_od_pricing} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#cpu_credits ElastigroupAws#cpu_credits} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#description ElastigroupAws#description} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#description ElastigroupAws#description} */ readonly description?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#desired_capacity ElastigroupAws#desired_capacity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#draining_timeout ElastigroupAws#draining_timeout} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#ebs_optimized ElastigroupAws#ebs_optimized} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#elastic_ips ElastigroupAws#elastic_ips} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#elastic_load_balancers ElastigroupAws#elastic_load_balancers} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#enable_monitoring ElastigroupAws#enable_monitoring} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#fallback_to_ondemand ElastigroupAws#fallback_to_ondemand} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.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.169.1/docs/resources/elastigroup_aws#health_check_type ElastigroupAws#health_check_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.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.169.1/docs/resources/elastigroup_aws#iam_instance_profile ElastigroupAws#iam_instance_profile} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#id ElastigroupAws#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#image_id ElastigroupAws#image_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.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.169.1/docs/resources/elastigroup_aws#instance_types_ondemand ElastigroupAws#instance_types_ondemand} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.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.169.1/docs/resources/elastigroup_aws#instance_types_spot ElastigroupAws#instance_types_spot} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#key_name ElastigroupAws#key_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#lifetime_period ElastigroupAws#lifetime_period} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#max_size ElastigroupAws#max_size} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#min_size ElastigroupAws#min_size} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#minimum_instance_lifetime ElastigroupAws#minimum_instance_lifetime} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#name ElastigroupAws#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#name ElastigroupAws#name} */ readonly name: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#on_demand_types ElastigroupAws#on_demand_types} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#ondemand_count ElastigroupAws#ondemand_count} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#orientation ElastigroupAws#orientation} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#orientation ElastigroupAws#orientation} */ readonly orientation: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#persist_block_devices ElastigroupAws#persist_block_devices} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#persist_private_ip ElastigroupAws#persist_private_ip} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#persist_root_device ElastigroupAws#persist_root_device} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#placement_tenancy ElastigroupAws#placement_tenancy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#preferred_availability_zones ElastigroupAws#preferred_availability_zones} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#private_ips ElastigroupAws#private_ips} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#product ElastigroupAws#product} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#product ElastigroupAws#product} */ readonly product: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#region ElastigroupAws#region} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#region ElastigroupAws#region} */ readonly region?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#security_groups ElastigroupAws#security_groups} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#shutdown_script ElastigroupAws#shutdown_script} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#spot_percentage ElastigroupAws#spot_percentage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#subnet_ids ElastigroupAws#subnet_ids} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#target_group_arns ElastigroupAws#target_group_arns} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#user_data ElastigroupAws#user_data} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#utilize_commitments ElastigroupAws#utilize_commitments} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#utilize_reserved_instances ElastigroupAws#utilize_reserved_instances} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#wait_for_capacity ElastigroupAws#wait_for_capacity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.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.169.1/docs/resources/elastigroup_aws#cpu_options ElastigroupAws#cpu_options} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#ebs_block_device ElastigroupAws#ebs_block_device} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#ephemeral_block_device ElastigroupAws#ephemeral_block_device} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#images ElastigroupAws#images} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#instance_types_weights ElastigroupAws#instance_types_weights} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#integration_beanstalk ElastigroupAws#integration_beanstalk} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#integration_codedeploy ElastigroupAws#integration_codedeploy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#integration_docker_swarm ElastigroupAws#integration_docker_swarm} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#integration_ecs ElastigroupAws#integration_ecs} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#integration_gitlab ElastigroupAws#integration_gitlab} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#integration_kubernetes ElastigroupAws#integration_kubernetes} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#integration_mesosphere ElastigroupAws#integration_mesosphere} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.169.1/docs/resources/elastigroup_aws#integration_nomad ElastigroupAws#integration_nomad} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#integration_rancher ElastigroupAws#integration_rancher} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#integration_route53 ElastigroupAws#integration_route53} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#itf ElastigroupAws#itf} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#itf ElastigroupAws#itf} */ readonly itf?: ElastigroupAwsItf[] | cdktf.IResolvable; /** * logging block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#logging ElastigroupAws#logging} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#logging ElastigroupAws#logging} */ readonly logging?: ElastigroupAwsLogging; /** * metadata_options block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#metadata_options ElastigroupAws#metadata_options} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.169.1/docs/resources/elastigroup_aws#multiple_metrics ElastigroupAws#multiple_metrics} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#network_interface ElastigroupAws#network_interface} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#resource_requirements ElastigroupAws#resource_requirements} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#resource_tag_specification ElastigroupAws#resource_tag_specification} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#revert_to_spot ElastigroupAws#revert_to_spot} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#scaling_down_policy ElastigroupAws#scaling_down_policy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#scaling_strategy ElastigroupAws#scaling_strategy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#scaling_target_policy ElastigroupAws#scaling_target_policy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#scaling_up_policy ElastigroupAws#scaling_up_policy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#scheduled_task ElastigroupAws#scheduled_task} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#signal ElastigroupAws#signal} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#stateful_deallocation ElastigroupAws#stateful_deallocation} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#stateful_instance_action ElastigroupAws#stateful_instance_action} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#tags ElastigroupAws#tags} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#update_policy ElastigroupAws#update_policy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#threads_per_core ElastigroupAws#threads_per_core} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#threads_per_core ElastigroupAws#threads_per_core} */ readonly threadsPerCore: number; } @@ -509,39 +497,39 @@ export class ElastigroupAwsCpuOptionsOutputReference extends cdktf.ComplexObject } export interface ElastigroupAwsEbsBlockDevice { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#delete_on_termination ElastigroupAws#delete_on_termination} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#device_name ElastigroupAws#device_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#encrypted ElastigroupAws#encrypted} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#iops ElastigroupAws#iops} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#iops ElastigroupAws#iops} */ readonly iops?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#kms_key_id ElastigroupAws#kms_key_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#snapshot_id ElastigroupAws#snapshot_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#throughput ElastigroupAws#throughput} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#throughput ElastigroupAws#throughput} */ readonly throughput?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#volume_size ElastigroupAws#volume_size} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#volume_type ElastigroupAws#volume_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#volume_type ElastigroupAws#volume_type} */ readonly volumeType?: string; } @@ -886,11 +874,11 @@ export class ElastigroupAwsEbsBlockDeviceList extends cdktf.ComplexList { } export interface ElastigroupAwsEphemeralBlockDevice { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#device_name ElastigroupAws#device_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#virtual_name ElastigroupAws#virtual_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#virtual_name ElastigroupAws#virtual_name} */ readonly virtualName: string; } @@ -1029,7 +1017,7 @@ export class ElastigroupAwsEphemeralBlockDeviceList extends cdktf.ComplexList { } export interface ElastigroupAwsImagesImage { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#id ElastigroupAws#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. @@ -1147,7 +1135,7 @@ export interface ElastigroupAwsImages { /** * image block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#image ElastigroupAws#image} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#image ElastigroupAws#image} */ readonly image: ElastigroupAwsImagesImage[] | cdktf.IResolvable; } @@ -1260,11 +1248,11 @@ export class ElastigroupAwsImagesList extends cdktf.ComplexList { } export interface ElastigroupAwsInstanceTypesWeights { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#instance_type ElastigroupAws#instance_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#weight ElastigroupAws#weight} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#weight ElastigroupAws#weight} */ readonly weight: number; } @@ -1403,11 +1391,11 @@ export class ElastigroupAwsInstanceTypesWeightsList extends cdktf.ComplexList { } export interface ElastigroupAwsIntegrationBeanstalkDeploymentPreferencesStrategy { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#action ElastigroupAws#action} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#action ElastigroupAws#action} */ readonly action?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#should_drain_instances ElastigroupAws#should_drain_instances} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#should_drain_instances ElastigroupAws#should_drain_instances} */ readonly shouldDrainInstances?: boolean | cdktf.IResolvable; } @@ -1520,21 +1508,21 @@ export class ElastigroupAwsIntegrationBeanstalkDeploymentPreferencesStrategyOutp } export interface ElastigroupAwsIntegrationBeanstalkDeploymentPreferences { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#automatic_roll ElastigroupAws#automatic_roll} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#batch_size_percentage ElastigroupAws#batch_size_percentage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#strategy ElastigroupAws#strategy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#strategy ElastigroupAws#strategy} */ readonly strategy?: ElastigroupAwsIntegrationBeanstalkDeploymentPreferencesStrategy; } @@ -1705,15 +1693,15 @@ export class ElastigroupAwsIntegrationBeanstalkDeploymentPreferencesOutputRefere } export interface ElastigroupAwsIntegrationBeanstalkManagedActionsPlatformUpdate { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#perform_at ElastigroupAws#perform_at} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#time_window ElastigroupAws#time_window} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#update_level ElastigroupAws#update_level} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#update_level ElastigroupAws#update_level} */ readonly updateLevel?: string; } @@ -1857,7 +1845,7 @@ export interface ElastigroupAwsIntegrationBeanstalkManagedActions { /** * platform_update block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#platform_update ElastigroupAws#platform_update} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#platform_update ElastigroupAws#platform_update} */ readonly platformUpdate?: ElastigroupAwsIntegrationBeanstalkManagedActionsPlatformUpdate; } @@ -1941,19 +1929,19 @@ export class ElastigroupAwsIntegrationBeanstalkManagedActionsOutputReference ext } export interface ElastigroupAwsIntegrationBeanstalk { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#environment_id ElastigroupAws#environment_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#deployment_preferences ElastigroupAws#deployment_preferences} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#managed_actions ElastigroupAws#managed_actions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#managed_actions ElastigroupAws#managed_actions} */ readonly managedActions?: ElastigroupAwsIntegrationBeanstalkManagedActions; } @@ -2095,11 +2083,11 @@ export class ElastigroupAwsIntegrationBeanstalkOutputReference extends cdktf.Com } export interface ElastigroupAwsIntegrationCodedeployDeploymentGroups { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#application_name ElastigroupAws#application_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#deployment_group_name ElastigroupAws#deployment_group_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#deployment_group_name ElastigroupAws#deployment_group_name} */ readonly deploymentGroupName: string; } @@ -2238,17 +2226,17 @@ export class ElastigroupAwsIntegrationCodedeployDeploymentGroupsList extends cdk } export interface ElastigroupAwsIntegrationCodedeploy { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#cleanup_on_failure ElastigroupAws#cleanup_on_failure} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.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.169.1/docs/resources/elastigroup_aws#deployment_groups ElastigroupAws#deployment_groups} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#deployment_groups ElastigroupAws#deployment_groups} */ readonly deploymentGroups: ElastigroupAwsIntegrationCodedeployDeploymentGroups[] | cdktf.IResolvable; } @@ -2381,11 +2369,11 @@ export class ElastigroupAwsIntegrationCodedeployOutputReference extends cdktf.Co } export interface ElastigroupAwsIntegrationDockerSwarmAutoscaleDown { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage} */ readonly maxScaleDownPercentage?: number; } @@ -2498,15 +2486,15 @@ export class ElastigroupAwsIntegrationDockerSwarmAutoscaleDownOutputReference ex } export interface ElastigroupAwsIntegrationDockerSwarmAutoscaleHeadroom { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units} */ readonly numOfUnits?: number; } @@ -2648,31 +2636,31 @@ export class ElastigroupAwsIntegrationDockerSwarmAutoscaleHeadroomOutputReferenc } export interface ElastigroupAwsIntegrationDockerSwarm { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#master_port ElastigroupAws#master_port} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} */ readonly autoscaleHeadroom?: ElastigroupAwsIntegrationDockerSwarmAutoscaleHeadroom; } @@ -2895,11 +2883,11 @@ export class ElastigroupAwsIntegrationDockerSwarmOutputReference extends cdktf.C } export interface ElastigroupAwsIntegrationEcsAutoscaleAttributes { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#key ElastigroupAws#key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#key ElastigroupAws#key} */ readonly key: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#value ElastigroupAws#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#value ElastigroupAws#value} */ readonly value: string; } @@ -3038,11 +3026,11 @@ export class ElastigroupAwsIntegrationEcsAutoscaleAttributesList extends cdktf.C } export interface ElastigroupAwsIntegrationEcsAutoscaleDown { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage} */ readonly maxScaleDownPercentage?: number; } @@ -3155,15 +3143,15 @@ export class ElastigroupAwsIntegrationEcsAutoscaleDownOutputReference extends cd } export interface ElastigroupAwsIntegrationEcsAutoscaleHeadroom { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units} */ readonly numOfUnits?: number; } @@ -3305,7 +3293,7 @@ export class ElastigroupAwsIntegrationEcsAutoscaleHeadroomOutputReference extend } export interface ElastigroupAwsIntegrationEcsBatch { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#job_queue_names ElastigroupAws#job_queue_names} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#job_queue_names ElastigroupAws#job_queue_names} */ readonly jobQueueNames: string[]; } @@ -3386,47 +3374,47 @@ export class ElastigroupAwsIntegrationEcsBatchOutputReference extends cdktf.Comp } export interface ElastigroupAwsIntegrationEcs { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.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.169.1/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.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.169.1/docs/resources/elastigroup_aws#cluster_name ElastigroupAws#cluster_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#autoscale_attributes ElastigroupAws#autoscale_attributes} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#batch ElastigroupAws#batch} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#batch ElastigroupAws#batch} */ readonly batch?: ElastigroupAwsIntegrationEcsBatch; } @@ -3739,7 +3727,7 @@ export class ElastigroupAwsIntegrationEcsOutputReference extends cdktf.ComplexOb } export interface ElastigroupAwsIntegrationGitlabRunner { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled} */ readonly isEnabled?: boolean | cdktf.IResolvable; } @@ -3825,7 +3813,7 @@ export interface ElastigroupAwsIntegrationGitlab { /** * runner block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#runner ElastigroupAws#runner} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#runner ElastigroupAws#runner} */ readonly runner?: ElastigroupAwsIntegrationGitlabRunner; } @@ -3909,11 +3897,11 @@ export class ElastigroupAwsIntegrationGitlabOutputReference extends cdktf.Comple } export interface ElastigroupAwsIntegrationKubernetesAutoscaleDown { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.0/docs/resources/elastigroup_aws#max_scale_down_percentage ElastigroupAws#max_scale_down_percentage} */ readonly maxScaleDownPercentage?: number; } @@ -4026,15 +4014,15 @@ export class ElastigroupAwsIntegrationKubernetesAutoscaleDownOutputReference ext } export interface ElastigroupAwsIntegrationKubernetesAutoscaleHeadroom { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units} */ readonly numOfUnits?: number; } @@ -4176,11 +4164,11 @@ export class ElastigroupAwsIntegrationKubernetesAutoscaleHeadroomOutputReference } export interface ElastigroupAwsIntegrationKubernetesAutoscaleLabels { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#key ElastigroupAws#key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#key ElastigroupAws#key} */ readonly key: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#value ElastigroupAws#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#value ElastigroupAws#value} */ readonly value: string; } @@ -4319,49 +4307,49 @@ export class ElastigroupAwsIntegrationKubernetesAutoscaleLabelsList extends cdkt } export interface ElastigroupAwsIntegrationKubernetes { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#api_server ElastigroupAws#api_server} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.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.169.1/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#cluster_identifier ElastigroupAws#cluster_identifier} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#integration_mode ElastigroupAws#integration_mode} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#token ElastigroupAws#token} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#autoscale_labels ElastigroupAws#autoscale_labels} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#autoscale_labels ElastigroupAws#autoscale_labels} */ readonly autoscaleLabels?: ElastigroupAwsIntegrationKubernetesAutoscaleLabels[] | cdktf.IResolvable; } @@ -4706,7 +4694,7 @@ export class ElastigroupAwsIntegrationKubernetesOutputReference extends cdktf.Co } export interface ElastigroupAwsIntegrationMesosphere { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#api_server ElastigroupAws#api_server} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#api_server ElastigroupAws#api_server} */ readonly apiServer: string; } @@ -4785,94 +4773,13 @@ export class ElastigroupAwsIntegrationMesosphereOutputReference extends cdktf.Co return this._apiServer; } } -export interface ElastigroupAwsIntegrationMultaiRuntime { - /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#deployment_id ElastigroupAws#deployment_id} - */ - readonly deploymentId: string; -} - -export function elastigroupAwsIntegrationMultaiRuntimeToTerraform(struct?: ElastigroupAwsIntegrationMultaiRuntimeOutputReference | ElastigroupAwsIntegrationMultaiRuntime): any { - if (!cdktf.canInspect(struct) || cdktf.Tokenization.isResolvable(struct)) { return struct; } - if (cdktf.isComplexElement(struct)) { - throw new Error("A complex element was used as configuration, this is not supported: https://cdk.tf/complex-object-as-configuration"); - } - return { - deployment_id: cdktf.stringToTerraform(struct!.deploymentId), - } -} - - -export function elastigroupAwsIntegrationMultaiRuntimeToHclTerraform(struct?: ElastigroupAwsIntegrationMultaiRuntimeOutputReference | ElastigroupAwsIntegrationMultaiRuntime): any { - if (!cdktf.canInspect(struct) || cdktf.Tokenization.isResolvable(struct)) { return struct; } - if (cdktf.isComplexElement(struct)) { - throw new Error("A complex element was used as configuration, this is not supported: https://cdk.tf/complex-object-as-configuration"); - } - const attrs = { - deployment_id: { - value: cdktf.stringToHclTerraform(struct!.deploymentId), - isBlock: false, - type: "simple", - storageClassType: "string", - }, - }; - - // remove undefined attributes - return Object.fromEntries(Object.entries(attrs).filter(([_, value]) => value !== undefined && value.value !== undefined)); -} - -export class ElastigroupAwsIntegrationMultaiRuntimeOutputReference extends cdktf.ComplexObject { - private isEmptyObject = false; - - /** - * @param terraformResource The parent resource - * @param terraformAttribute The attribute on the parent resource this class is referencing - */ - public constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string) { - super(terraformResource, terraformAttribute, false, 0); - } - - public get internalValue(): ElastigroupAwsIntegrationMultaiRuntime | undefined { - let hasAnyValues = this.isEmptyObject; - const internalValueResult: any = {}; - if (this._deploymentId !== undefined) { - hasAnyValues = true; - internalValueResult.deploymentId = this._deploymentId; - } - return hasAnyValues ? internalValueResult : undefined; - } - - public set internalValue(value: ElastigroupAwsIntegrationMultaiRuntime | undefined) { - if (value === undefined) { - this.isEmptyObject = false; - this._deploymentId = undefined; - } - else { - this.isEmptyObject = Object.keys(value).length === 0; - this._deploymentId = value.deploymentId; - } - } - - // deployment_id - computed: false, optional: false, required: true - private _deploymentId?: string; - public get deploymentId() { - return this.getStringAttribute('deployment_id'); - } - public set deploymentId(value: string) { - this._deploymentId = value; - } - // Temporarily expose input value. Use with caution. - public get deploymentIdInput() { - return this._deploymentId; - } -} export interface ElastigroupAwsIntegrationNomadAutoscaleConstraints { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#key ElastigroupAws#key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#key ElastigroupAws#key} */ readonly key: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#value ElastigroupAws#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#value ElastigroupAws#value} */ readonly value: string; } @@ -5011,7 +4918,7 @@ export class ElastigroupAwsIntegrationNomadAutoscaleConstraintsList extends cdkt } export interface ElastigroupAwsIntegrationNomadAutoscaleDown { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods} */ readonly evaluationPeriods?: number; } @@ -5095,15 +5002,15 @@ export class ElastigroupAwsIntegrationNomadAutoscaleDownOutputReference extends } export interface ElastigroupAwsIntegrationNomadAutoscaleHeadroom { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#cpu_per_unit ElastigroupAws#cpu_per_unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#memory_per_unit ElastigroupAws#memory_per_unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#num_of_units ElastigroupAws#num_of_units} */ readonly numOfUnits?: number; } @@ -5245,41 +5152,41 @@ export class ElastigroupAwsIntegrationNomadAutoscaleHeadroomOutputReference exte } export interface ElastigroupAwsIntegrationNomad { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#acl_token ElastigroupAws#acl_token} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#autoscale_cooldown ElastigroupAws#autoscale_cooldown} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#autoscale_is_enabled ElastigroupAws#autoscale_is_enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#master_port ElastigroupAws#master_port} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#autoscale_constraints ElastigroupAws#autoscale_constraints} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#autoscale_down ElastigroupAws#autoscale_down} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#autoscale_headroom ElastigroupAws#autoscale_headroom} */ readonly autoscaleHeadroom?: ElastigroupAwsIntegrationNomadAutoscaleHeadroom; } @@ -5560,19 +5467,19 @@ export class ElastigroupAwsIntegrationNomadOutputReference extends cdktf.Complex } export interface ElastigroupAwsIntegrationRancher { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#access_key ElastigroupAws#access_key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#master_host ElastigroupAws#master_host} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#secret_key ElastigroupAws#secret_key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#version ElastigroupAws#version} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#version ElastigroupAws#version} */ readonly version?: string; } @@ -5734,15 +5641,15 @@ export class ElastigroupAwsIntegrationRancherOutputReference extends cdktf.Compl } export interface ElastigroupAwsIntegrationRoute53DomainsRecordSets { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#name ElastigroupAws#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#name ElastigroupAws#name} */ readonly name: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#use_public_dns ElastigroupAws#use_public_dns} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#use_public_ip ElastigroupAws#use_public_ip} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#use_public_ip ElastigroupAws#use_public_ip} */ readonly usePublicIp?: boolean | cdktf.IResolvable; } @@ -5913,21 +5820,21 @@ export class ElastigroupAwsIntegrationRoute53DomainsRecordSetsList extends cdktf } export interface ElastigroupAwsIntegrationRoute53Domains { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#hosted_zone_id ElastigroupAws#hosted_zone_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#record_set_type ElastigroupAws#record_set_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#spotinst_acct_id ElastigroupAws#spotinst_acct_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#record_sets ElastigroupAws#record_sets} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#record_sets ElastigroupAws#record_sets} */ readonly recordSets: ElastigroupAwsIntegrationRoute53DomainsRecordSets[] | cdktf.IResolvable; } @@ -6126,7 +6033,7 @@ export interface ElastigroupAwsIntegrationRoute53 { /** * domains block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#domains ElastigroupAws#domains} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#domains ElastigroupAws#domains} */ readonly domains: ElastigroupAwsIntegrationRoute53Domains[] | cdktf.IResolvable; } @@ -6207,11 +6114,11 @@ export class ElastigroupAwsIntegrationRoute53OutputReference extends cdktf.Compl } export interface ElastigroupAwsItfDefaultStaticTargetGroup { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#arn ElastigroupAws#arn} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#arn ElastigroupAws#arn} */ readonly arn: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage} */ readonly percentage: number; } @@ -6318,11 +6225,11 @@ export class ElastigroupAwsItfDefaultStaticTargetGroupOutputReference extends cd } export interface ElastigroupAwsItfLoadBalancerListenerRuleStaticTargetGroup { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#arn ElastigroupAws#arn} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#arn ElastigroupAws#arn} */ readonly arn: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#percentage ElastigroupAws#percentage} */ readonly percentage: number; } @@ -6429,13 +6336,13 @@ export class ElastigroupAwsItfLoadBalancerListenerRuleStaticTargetGroupOutputRef } export interface ElastigroupAwsItfLoadBalancerListenerRule { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#rule_arn ElastigroupAws#rule_arn} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#static_target_group ElastigroupAws#static_target_group} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#static_target_group ElastigroupAws#static_target_group} */ readonly staticTargetGroup?: ElastigroupAwsItfLoadBalancerListenerRuleStaticTargetGroup; } @@ -6577,13 +6484,13 @@ export class ElastigroupAwsItfLoadBalancerListenerRuleList extends cdktf.Complex } export interface ElastigroupAwsItfLoadBalancer { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#load_balancer_arn ElastigroupAws#load_balancer_arn} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#listener_rule ElastigroupAws#listener_rule} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#listener_rule ElastigroupAws#listener_rule} */ readonly listenerRule: ElastigroupAwsItfLoadBalancerListenerRule[] | cdktf.IResolvable; } @@ -6722,11 +6629,11 @@ export class ElastigroupAwsItfLoadBalancerList extends cdktf.ComplexList { } export interface ElastigroupAwsItfTargetGroupConfigMatcher { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#grpc_code ElastigroupAws#grpc_code} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#http_code ElastigroupAws#http_code} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#http_code ElastigroupAws#http_code} */ readonly httpCode?: string; } @@ -6871,11 +6778,11 @@ export class ElastigroupAwsItfTargetGroupConfigMatcherList extends cdktf.Complex } export interface ElastigroupAwsItfTargetGroupConfigTags { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#tag_key ElastigroupAws#tag_key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#tag_value ElastigroupAws#tag_value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#tag_value ElastigroupAws#tag_value} */ readonly tagValue?: string; } @@ -7017,59 +6924,59 @@ export class ElastigroupAwsItfTargetGroupConfigTagsList extends cdktf.ComplexLis } export interface ElastigroupAwsItfTargetGroupConfig { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.169.1/docs/resources/elastigroup_aws#health_check_path ElastigroupAws#health_check_path} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#health_check_port ElastigroupAws#health_check_port} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#health_check_protocol ElastigroupAws#health_check_protocol} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.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.169.1/docs/resources/elastigroup_aws#healthy_threshold_count ElastigroupAws#healthy_threshold_count} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#port ElastigroupAws#port} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#port ElastigroupAws#port} */ readonly port: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#protocol ElastigroupAws#protocol} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#protocol ElastigroupAws#protocol} */ readonly protocol: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#protocol_version ElastigroupAws#protocol_version} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#unhealthy_threshold_count ElastigroupAws#unhealthy_threshold_count} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#vpc_id ElastigroupAws#vpc_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#matcher ElastigroupAws#matcher} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#tags ElastigroupAws#tags} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#tags ElastigroupAws#tags} */ readonly tags?: ElastigroupAwsItfTargetGroupConfigTags[] | cdktf.IResolvable; } @@ -7521,33 +7428,33 @@ export class ElastigroupAwsItfTargetGroupConfigList extends cdktf.ComplexList { } export interface ElastigroupAwsItf { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#fixed_target_groups ElastigroupAws#fixed_target_groups} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#migration_healthiness_threshold ElastigroupAws#migration_healthiness_threshold} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#weight_strategy ElastigroupAws#weight_strategy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.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.169.1/docs/resources/elastigroup_aws#load_balancer ElastigroupAws#load_balancer} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#target_group_config ElastigroupAws#target_group_config} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#target_group_config ElastigroupAws#target_group_config} */ readonly targetGroupConfig: ElastigroupAwsItfTargetGroupConfig[] | cdktf.IResolvable; } @@ -7796,7 +7703,7 @@ export class ElastigroupAwsItfList extends cdktf.ComplexList { } export interface ElastigroupAwsLoggingExportS3 { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#id ElastigroupAws#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. @@ -7914,7 +7821,7 @@ export interface ElastigroupAwsLoggingExport { /** * s3 block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#s3 ElastigroupAws#s3} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#s3 ElastigroupAws#s3} */ readonly s3?: ElastigroupAwsLoggingExportS3[] | cdktf.IResolvable; } @@ -8000,7 +7907,7 @@ export interface ElastigroupAwsLogging { /** * export block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#export ElastigroupAws#export} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#export ElastigroupAws#export} */ readonly export?: ElastigroupAwsLoggingExport; } @@ -8084,15 +7991,15 @@ export class ElastigroupAwsLoggingOutputReference extends cdktf.ComplexObject { } export interface ElastigroupAwsMetadataOptions { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.169.1/docs/resources/elastigroup_aws#http_tokens ElastigroupAws#http_tokens} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#instance_metadata_tags ElastigroupAws#instance_metadata_tags} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#instance_metadata_tags ElastigroupAws#instance_metadata_tags} */ readonly instanceMetadataTags?: string; } @@ -8229,156 +8136,13 @@ export class ElastigroupAwsMetadataOptionsOutputReference extends cdktf.ComplexO return this._instanceMetadataTags; } } -export interface ElastigroupAwsMultaiTargetSets { - /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.169.1/docs/resources/elastigroup_aws#target_set_id ElastigroupAws#target_set_id} - */ - readonly targetSetId: string; -} - -export function elastigroupAwsMultaiTargetSetsToTerraform(struct?: ElastigroupAwsMultaiTargetSets | cdktf.IResolvable): any { - if (!cdktf.canInspect(struct) || cdktf.Tokenization.isResolvable(struct)) { return struct; } - if (cdktf.isComplexElement(struct)) { - throw new Error("A complex element was used as configuration, this is not supported: https://cdk.tf/complex-object-as-configuration"); - } - return { - balancer_id: cdktf.stringToTerraform(struct!.balancerId), - target_set_id: cdktf.stringToTerraform(struct!.targetSetId), - } -} - - -export function elastigroupAwsMultaiTargetSetsToHclTerraform(struct?: ElastigroupAwsMultaiTargetSets | cdktf.IResolvable): any { - if (!cdktf.canInspect(struct) || cdktf.Tokenization.isResolvable(struct)) { return struct; } - if (cdktf.isComplexElement(struct)) { - throw new Error("A complex element was used as configuration, this is not supported: https://cdk.tf/complex-object-as-configuration"); - } - const attrs = { - balancer_id: { - value: cdktf.stringToHclTerraform(struct!.balancerId), - isBlock: false, - type: "simple", - storageClassType: "string", - }, - target_set_id: { - value: cdktf.stringToHclTerraform(struct!.targetSetId), - isBlock: false, - type: "simple", - storageClassType: "string", - }, - }; - - // remove undefined attributes - return Object.fromEntries(Object.entries(attrs).filter(([_, value]) => value !== undefined && value.value !== undefined)); -} - -export class ElastigroupAwsMultaiTargetSetsOutputReference extends cdktf.ComplexObject { - private isEmptyObject = false; - private resolvableValue?: cdktf.IResolvable; - - /** - * @param terraformResource The parent resource - * @param terraformAttribute The attribute on the parent resource this class is referencing - * @param complexObjectIndex the index of this item in the list - * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index) - */ - public constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean) { - super(terraformResource, terraformAttribute, complexObjectIsFromSet, complexObjectIndex); - } - - public get internalValue(): ElastigroupAwsMultaiTargetSets | cdktf.IResolvable | undefined { - if (this.resolvableValue) { - return this.resolvableValue; - } - let hasAnyValues = this.isEmptyObject; - const internalValueResult: any = {}; - if (this._balancerId !== undefined) { - hasAnyValues = true; - internalValueResult.balancerId = this._balancerId; - } - if (this._targetSetId !== undefined) { - hasAnyValues = true; - internalValueResult.targetSetId = this._targetSetId; - } - return hasAnyValues ? internalValueResult : undefined; - } - - public set internalValue(value: ElastigroupAwsMultaiTargetSets | cdktf.IResolvable | undefined) { - if (value === undefined) { - this.isEmptyObject = false; - this.resolvableValue = undefined; - this._balancerId = undefined; - this._targetSetId = undefined; - } - else if (cdktf.Tokenization.isResolvable(value)) { - this.isEmptyObject = false; - this.resolvableValue = value; - } - else { - this.isEmptyObject = Object.keys(value).length === 0; - this.resolvableValue = undefined; - this._balancerId = value.balancerId; - this._targetSetId = value.targetSetId; - } - } - - // balancer_id - computed: false, optional: false, required: true - private _balancerId?: string; - public get balancerId() { - return this.getStringAttribute('balancer_id'); - } - public set balancerId(value: string) { - this._balancerId = value; - } - // Temporarily expose input value. Use with caution. - public get balancerIdInput() { - return this._balancerId; - } - - // target_set_id - computed: false, optional: false, required: true - private _targetSetId?: string; - public get targetSetId() { - return this.getStringAttribute('target_set_id'); - } - public set targetSetId(value: string) { - this._targetSetId = value; - } - // Temporarily expose input value. Use with caution. - public get targetSetIdInput() { - return this._targetSetId; - } -} - -export class ElastigroupAwsMultaiTargetSetsList extends cdktf.ComplexList { - public internalValue? : ElastigroupAwsMultaiTargetSets[] | cdktf.IResolvable - - /** - * @param terraformResource The parent resource - * @param terraformAttribute The attribute on the parent resource this class is referencing - * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index) - */ - constructor(protected terraformResource: cdktf.IInterpolatingParent, protected terraformAttribute: string, protected wrapsSet: boolean) { - super(terraformResource, terraformAttribute, wrapsSet) - } - - /** - * @param index the index of the item to return - */ - public get(index: number): ElastigroupAwsMultaiTargetSetsOutputReference { - return new ElastigroupAwsMultaiTargetSetsOutputReference(this.terraformResource, this.terraformAttribute, index, this.wrapsSet); - } -} export interface ElastigroupAwsMultipleMetricsExpressions { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#expression ElastigroupAws#expression} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#expression ElastigroupAws#expression} */ readonly expression: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#name ElastigroupAws#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#name ElastigroupAws#name} */ readonly name: string; } @@ -8517,11 +8281,11 @@ export class ElastigroupAwsMultipleMetricsExpressionsList extends cdktf.ComplexL } export interface ElastigroupAwsMultipleMetricsMetricsDimensions { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#name ElastigroupAws#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#name ElastigroupAws#name} */ readonly name: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#value ElastigroupAws#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#value ElastigroupAws#value} */ readonly value?: string; } @@ -8663,33 +8427,33 @@ export class ElastigroupAwsMultipleMetricsMetricsDimensionsList extends cdktf.Co } export interface ElastigroupAwsMultipleMetricsMetrics { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#extended_statistic ElastigroupAws#extended_statistic} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#name ElastigroupAws#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#name ElastigroupAws#name} */ readonly name: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace} */ readonly namespace: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic} */ readonly statistic?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#unit ElastigroupAws#unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} */ readonly dimensions?: ElastigroupAwsMultipleMetricsMetricsDimensions[] | cdktf.IResolvable; } @@ -8972,13 +8736,13 @@ export interface ElastigroupAwsMultipleMetrics { /** * expressions block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#expressions ElastigroupAws#expressions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#metrics ElastigroupAws#metrics} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#metrics ElastigroupAws#metrics} */ readonly metrics?: ElastigroupAwsMultipleMetricsMetrics[] | cdktf.IResolvable; } @@ -9091,35 +8855,35 @@ export class ElastigroupAwsMultipleMetricsOutputReference extends cdktf.ComplexO } export interface ElastigroupAwsNetworkInterface { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#associate_ipv6_address ElastigroupAws#associate_ipv6_address} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.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.169.1/docs/resources/elastigroup_aws#delete_on_termination ElastigroupAws#delete_on_termination} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#description ElastigroupAws#description} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#description ElastigroupAws#description} */ readonly description?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#device_index ElastigroupAws#device_index} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#network_interface_id ElastigroupAws#network_interface_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#private_ip_address ElastigroupAws#private_ip_address} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.0/docs/resources/elastigroup_aws#secondary_private_ip_address_count ElastigroupAws#secondary_private_ip_address_count} */ readonly secondaryPrivateIpAddressCount?: string; } @@ -9435,39 +9199,39 @@ export class ElastigroupAwsNetworkInterfaceList extends cdktf.ComplexList { } export interface ElastigroupAwsResourceRequirements { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#excluded_instance_families ElastigroupAws#excluded_instance_families} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#excluded_instance_generations ElastigroupAws#excluded_instance_generations} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#excluded_instance_types ElastigroupAws#excluded_instance_types} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#required_gpu_maximum ElastigroupAws#required_gpu_maximum} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#required_gpu_minimum ElastigroupAws#required_gpu_minimum} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#required_memory_maximum ElastigroupAws#required_memory_maximum} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#required_memory_minimum ElastigroupAws#required_memory_minimum} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#required_vcpu_maximum ElastigroupAws#required_vcpu_maximum} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#required_vcpu_minimum ElastigroupAws#required_vcpu_minimum} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#required_vcpu_minimum ElastigroupAws#required_vcpu_minimum} */ readonly requiredVcpuMinimum: number; } @@ -9803,19 +9567,19 @@ export class ElastigroupAwsResourceRequirementsList extends cdktf.ComplexList { } export interface ElastigroupAwsResourceTagSpecification { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#should_tag_amis ElastigroupAws#should_tag_amis} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#should_tag_enis ElastigroupAws#should_tag_enis} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#should_tag_snapshots ElastigroupAws#should_tag_snapshots} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#should_tag_volumes ElastigroupAws#should_tag_volumes} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#should_tag_volumes ElastigroupAws#should_tag_volumes} */ readonly shouldTagVolumes?: boolean | cdktf.IResolvable; } @@ -10018,11 +9782,11 @@ export class ElastigroupAwsResourceTagSpecificationList extends cdktf.ComplexLis } export interface ElastigroupAwsRevertToSpot { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#perform_at ElastigroupAws#perform_at} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#time_windows ElastigroupAws#time_windows} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#time_windows ElastigroupAws#time_windows} */ readonly timeWindows?: string[]; } @@ -10132,11 +9896,11 @@ export class ElastigroupAwsRevertToSpotOutputReference extends cdktf.ComplexObje } export interface ElastigroupAwsScalingDownPolicyDimensions { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#name ElastigroupAws#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#name ElastigroupAws#name} */ readonly name: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#value ElastigroupAws#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#value ElastigroupAws#value} */ readonly value?: string; } @@ -10278,31 +10042,31 @@ export class ElastigroupAwsScalingDownPolicyDimensionsList extends cdktf.Complex } export interface ElastigroupAwsScalingDownPolicyStepAdjustmentsAction { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment} */ readonly adjustment?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum} */ readonly maximum?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum} */ readonly minimum?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#target ElastigroupAws#target} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#target ElastigroupAws#target} */ readonly target?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#type ElastigroupAws#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#type ElastigroupAws#type} */ readonly type: string; } @@ -10557,13 +10321,13 @@ export class ElastigroupAwsScalingDownPolicyStepAdjustmentsActionOutputReference } export interface ElastigroupAwsScalingDownPolicyStepAdjustments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#action ElastigroupAws#action} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#action ElastigroupAws#action} */ readonly action: ElastigroupAwsScalingDownPolicyStepAdjustmentsAction; } @@ -10702,91 +10466,91 @@ export class ElastigroupAwsScalingDownPolicyStepAdjustmentsList extends cdktf.Co } export interface ElastigroupAwsScalingDownPolicy { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment} */ readonly adjustment?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown} */ readonly cooldown?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum} */ readonly maximum?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum} */ readonly minimum?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace} */ readonly namespace: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#operator ElastigroupAws#operator} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#operator ElastigroupAws#operator} */ readonly operator?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#period ElastigroupAws#period} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#period ElastigroupAws#period} */ readonly period?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#source ElastigroupAws#source} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#source ElastigroupAws#source} */ readonly source?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic} */ readonly statistic?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#target ElastigroupAws#target} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#target ElastigroupAws#target} */ readonly target?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold} */ readonly threshold?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#unit ElastigroupAws#unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#step_adjustments ElastigroupAws#step_adjustments} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#step_adjustments ElastigroupAws#step_adjustments} */ readonly stepAdjustments?: ElastigroupAwsScalingDownPolicyStepAdjustments[] | cdktf.IResolvable; } @@ -11473,11 +11237,11 @@ export class ElastigroupAwsScalingDownPolicyList extends cdktf.ComplexList { } export interface ElastigroupAwsScalingStrategy { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.169.1/docs/resources/elastigroup_aws#termination_policy ElastigroupAws#termination_policy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#termination_policy ElastigroupAws#termination_policy} */ readonly terminationPolicy?: string; } @@ -11622,11 +11386,11 @@ export class ElastigroupAwsScalingStrategyList extends cdktf.ComplexList { } export interface ElastigroupAwsScalingTargetPolicyDimensions { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#name ElastigroupAws#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#name ElastigroupAws#name} */ readonly name: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#value ElastigroupAws#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#value ElastigroupAws#value} */ readonly value?: string; } @@ -11768,57 +11532,57 @@ export class ElastigroupAwsScalingTargetPolicyDimensionsList extends cdktf.Compl } export interface ElastigroupAwsScalingTargetPolicy { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown} */ readonly cooldown?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.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.169.1/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace} */ readonly namespace: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#period ElastigroupAws#period} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#period ElastigroupAws#period} */ readonly period?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#predictive_mode ElastigroupAws#predictive_mode} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#source ElastigroupAws#source} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#source ElastigroupAws#source} */ readonly source?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic} */ readonly statistic?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#target ElastigroupAws#target} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#target ElastigroupAws#target} */ readonly target: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#unit ElastigroupAws#unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} */ readonly dimensions?: ElastigroupAwsScalingTargetPolicyDimensions[] | cdktf.IResolvable; } @@ -12270,11 +12034,11 @@ export class ElastigroupAwsScalingTargetPolicyList extends cdktf.ComplexList { } export interface ElastigroupAwsScalingUpPolicyDimensions { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#name ElastigroupAws#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#name ElastigroupAws#name} */ readonly name: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#value ElastigroupAws#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#value ElastigroupAws#value} */ readonly value?: string; } @@ -12416,31 +12180,31 @@ export class ElastigroupAwsScalingUpPolicyDimensionsList extends cdktf.ComplexLi } export interface ElastigroupAwsScalingUpPolicyStepAdjustmentsAction { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment} */ readonly adjustment?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum} */ readonly maximum?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum} */ readonly minimum?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#target ElastigroupAws#target} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#target ElastigroupAws#target} */ readonly target?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#type ElastigroupAws#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#type ElastigroupAws#type} */ readonly type: string; } @@ -12695,13 +12459,13 @@ export class ElastigroupAwsScalingUpPolicyStepAdjustmentsActionOutputReference e } export interface ElastigroupAwsScalingUpPolicyStepAdjustments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#action ElastigroupAws#action} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#action ElastigroupAws#action} */ readonly action: ElastigroupAwsScalingUpPolicyStepAdjustmentsAction; } @@ -12840,91 +12604,91 @@ export class ElastigroupAwsScalingUpPolicyStepAdjustmentsList extends cdktf.Comp } export interface ElastigroupAwsScalingUpPolicy { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment} */ readonly adjustment?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#cooldown ElastigroupAws#cooldown} */ readonly cooldown?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#evaluation_periods ElastigroupAws#evaluation_periods} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#max_target_capacity ElastigroupAws#max_target_capacity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#maximum ElastigroupAws#maximum} */ readonly maximum?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#metric_name ElastigroupAws#metric_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#min_target_capacity ElastigroupAws#min_target_capacity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#minimum ElastigroupAws#minimum} */ readonly minimum?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#namespace ElastigroupAws#namespace} */ readonly namespace: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#operator ElastigroupAws#operator} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#operator ElastigroupAws#operator} */ readonly operator?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#period ElastigroupAws#period} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#period ElastigroupAws#period} */ readonly period?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#policy_name ElastigroupAws#policy_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#source ElastigroupAws#source} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#source ElastigroupAws#source} */ readonly source?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#statistic ElastigroupAws#statistic} */ readonly statistic?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#target ElastigroupAws#target} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#target ElastigroupAws#target} */ readonly target?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#threshold ElastigroupAws#threshold} */ readonly threshold?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#unit ElastigroupAws#unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#dimensions ElastigroupAws#dimensions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#step_adjustments ElastigroupAws#step_adjustments} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#step_adjustments ElastigroupAws#step_adjustments} */ readonly stepAdjustments?: ElastigroupAwsScalingUpPolicyStepAdjustments[] | cdktf.IResolvable; } @@ -13611,63 +13375,63 @@ export class ElastigroupAwsScalingUpPolicyList extends cdktf.ComplexList { } export interface ElastigroupAwsScheduledTask { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#adjustment ElastigroupAws#adjustment} */ readonly adjustment?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#adjustment_percentage ElastigroupAws#adjustment_percentage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#batch_size_percentage ElastigroupAws#batch_size_percentage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#cron_expression ElastigroupAws#cron_expression} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#frequency ElastigroupAws#frequency} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#frequency ElastigroupAws#frequency} */ readonly frequency?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#is_enabled ElastigroupAws#is_enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#max_capacity ElastigroupAws#max_capacity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#min_capacity ElastigroupAws#min_capacity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#scale_max_capacity ElastigroupAws#scale_max_capacity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#scale_min_capacity ElastigroupAws#scale_min_capacity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#scale_target_capacity ElastigroupAws#scale_target_capacity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#start_time ElastigroupAws#start_time} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#target_capacity ElastigroupAws#target_capacity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#task_type ElastigroupAws#task_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#task_type ElastigroupAws#task_type} */ readonly taskType: string; } @@ -14186,11 +13950,11 @@ export class ElastigroupAwsScheduledTaskList extends cdktf.ComplexList { } export interface ElastigroupAwsSignal { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#name ElastigroupAws#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#name ElastigroupAws#name} */ readonly name: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#timeout ElastigroupAws#timeout} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#timeout ElastigroupAws#timeout} */ readonly timeout?: number; } @@ -14332,19 +14096,19 @@ export class ElastigroupAwsSignalList extends cdktf.ComplexList { } export interface ElastigroupAwsStatefulDeallocation { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#should_delete_images ElastigroupAws#should_delete_images} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.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.169.1/docs/resources/elastigroup_aws#should_delete_snapshots ElastigroupAws#should_delete_snapshots} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#should_delete_volumes ElastigroupAws#should_delete_volumes} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#should_delete_volumes ElastigroupAws#should_delete_volumes} */ readonly shouldDeleteVolumes?: boolean | cdktf.IResolvable; } @@ -14515,11 +14279,11 @@ export class ElastigroupAwsStatefulDeallocationOutputReference extends cdktf.Com } export interface ElastigroupAwsStatefulInstanceAction { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#stateful_instance_id ElastigroupAws#stateful_instance_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#type ElastigroupAws#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#type ElastigroupAws#type} */ readonly type: string; } @@ -14658,11 +14422,11 @@ export class ElastigroupAwsStatefulInstanceActionList extends cdktf.ComplexList } export interface ElastigroupAwsTags { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#key ElastigroupAws#key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#key ElastigroupAws#key} */ readonly key?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#value ElastigroupAws#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#value ElastigroupAws#value} */ readonly value?: string; } @@ -14807,23 +14571,23 @@ export class ElastigroupAwsTagsList extends cdktf.ComplexList { } export interface ElastigroupAwsUpdatePolicyRollConfigStrategyOnFailure { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#action_type ElastigroupAws#action_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#batch_num ElastigroupAws#batch_num} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#draining_timeout ElastigroupAws#draining_timeout} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.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.169.1/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.170.0/docs/resources/elastigroup_aws#should_handle_all_batches ElastigroupAws#should_handle_all_batches} */ readonly shouldHandleAllBatches?: boolean | cdktf.IResolvable; } @@ -15020,21 +14784,21 @@ export class ElastigroupAwsUpdatePolicyRollConfigStrategyOnFailureOutputReferenc } export interface ElastigroupAwsUpdatePolicyRollConfigStrategy { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#action ElastigroupAws#action} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#action ElastigroupAws#action} */ readonly action: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.169.1/docs/resources/elastigroup_aws#should_drain_instances ElastigroupAws#should_drain_instances} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#on_failure ElastigroupAws#on_failure} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#on_failure ElastigroupAws#on_failure} */ readonly onFailure?: ElastigroupAwsUpdatePolicyRollConfigStrategyOnFailure; } @@ -15202,29 +14966,29 @@ export class ElastigroupAwsUpdatePolicyRollConfigStrategyOutputReference extends } export interface ElastigroupAwsUpdatePolicyRollConfig { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#batch_size_percentage ElastigroupAws#batch_size_percentage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#grace_period ElastigroupAws#grace_period} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#health_check_type ElastigroupAws#health_check_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.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.169.1/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.170.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.169.1/docs/resources/elastigroup_aws#strategy ElastigroupAws#strategy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#strategy ElastigroupAws#strategy} */ readonly strategy?: ElastigroupAwsUpdatePolicyRollConfigStrategy; } @@ -15450,21 +15214,21 @@ export class ElastigroupAwsUpdatePolicyRollConfigOutputReference extends cdktf.C } export interface ElastigroupAwsUpdatePolicy { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#auto_apply_tags ElastigroupAws#auto_apply_tags} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#should_resume_stateful ElastigroupAws#should_resume_stateful} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#should_roll ElastigroupAws#should_roll} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_aws#roll_config ElastigroupAws#roll_config} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#roll_config ElastigroupAws#roll_config} */ readonly rollConfig?: ElastigroupAwsUpdatePolicyRollConfig; } @@ -15629,7 +15393,7 @@ export class ElastigroupAwsUpdatePolicyOutputReference extends cdktf.ComplexObje } /** -* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws spotinst_elastigroup_aws} +* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws spotinst_elastigroup_aws} */ export class ElastigroupAws extends cdktf.TerraformResource { @@ -15645,7 +15409,7 @@ export class ElastigroupAws extends cdktf.TerraformResource { * Generates CDKTF code for importing a ElastigroupAws resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the ElastigroupAws to import - * @param importFromId The id of the existing ElastigroupAws that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing ElastigroupAws that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_aws#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the ElastigroupAws to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -15657,7 +15421,7 @@ export class ElastigroupAws extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_aws spotinst_elastigroup_aws} Resource + * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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 @@ -15668,7 +15432,7 @@ export class ElastigroupAws extends cdktf.TerraformResource { terraformResourceType: 'spotinst_elastigroup_aws', terraformGeneratorMetadata: { providerName: 'spotinst', - providerVersion: '1.169.1', + providerVersion: '1.170.0', providerVersionConstraint: '~> 1.0' }, provider: config.provider, @@ -15741,14 +15505,12 @@ export class ElastigroupAws extends cdktf.TerraformResource { this._integrationGitlab.internalValue = config.integrationGitlab; this._integrationKubernetes.internalValue = config.integrationKubernetes; this._integrationMesosphere.internalValue = config.integrationMesosphere; - this._integrationMultaiRuntime.internalValue = config.integrationMultaiRuntime; this._integrationNomad.internalValue = config.integrationNomad; this._integrationRancher.internalValue = config.integrationRancher; this._integrationRoute53.internalValue = config.integrationRoute53; this._itf.internalValue = config.itf; this._logging.internalValue = config.logging; this._metadataOptions.internalValue = config.metadataOptions; - this._multaiTargetSets.internalValue = config.multaiTargetSets; this._multipleMetrics.internalValue = config.multipleMetrics; this._networkInterface.internalValue = config.networkInterface; this._resourceRequirements.internalValue = config.resourceRequirements; @@ -16747,22 +16509,6 @@ export class ElastigroupAws extends cdktf.TerraformResource { return this._integrationMesosphere.internalValue; } - // integration_multai_runtime - computed: false, optional: true, required: false - private _integrationMultaiRuntime = new ElastigroupAwsIntegrationMultaiRuntimeOutputReference(this, "integration_multai_runtime"); - public get integrationMultaiRuntime() { - return this._integrationMultaiRuntime; - } - public putIntegrationMultaiRuntime(value: ElastigroupAwsIntegrationMultaiRuntime) { - this._integrationMultaiRuntime.internalValue = value; - } - public resetIntegrationMultaiRuntime() { - this._integrationMultaiRuntime.internalValue = undefined; - } - // Temporarily expose input value. Use with caution. - public get integrationMultaiRuntimeInput() { - return this._integrationMultaiRuntime.internalValue; - } - // integration_nomad - computed: false, optional: true, required: false private _integrationNomad = new ElastigroupAwsIntegrationNomadOutputReference(this, "integration_nomad"); public get integrationNomad() { @@ -16859,22 +16605,6 @@ export class ElastigroupAws extends cdktf.TerraformResource { return this._metadataOptions.internalValue; } - // multai_target_sets - computed: false, optional: true, required: false - private _multaiTargetSets = new ElastigroupAwsMultaiTargetSetsList(this, "multai_target_sets", true); - public get multaiTargetSets() { - return this._multaiTargetSets; - } - public putMultaiTargetSets(value: ElastigroupAwsMultaiTargetSets[] | cdktf.IResolvable) { - this._multaiTargetSets.internalValue = value; - } - public resetMultaiTargetSets() { - this._multaiTargetSets.internalValue = undefined; - } - // Temporarily expose input value. Use with caution. - public get multaiTargetSetsInput() { - return this._multaiTargetSets.internalValue; - } - // multiple_metrics - computed: false, optional: true, required: false private _multipleMetrics = new ElastigroupAwsMultipleMetricsOutputReference(this, "multiple_metrics"); public get multipleMetrics() { @@ -17183,14 +16913,12 @@ export class ElastigroupAws extends cdktf.TerraformResource { integration_gitlab: elastigroupAwsIntegrationGitlabToTerraform(this._integrationGitlab.internalValue), integration_kubernetes: elastigroupAwsIntegrationKubernetesToTerraform(this._integrationKubernetes.internalValue), integration_mesosphere: elastigroupAwsIntegrationMesosphereToTerraform(this._integrationMesosphere.internalValue), - integration_multai_runtime: elastigroupAwsIntegrationMultaiRuntimeToTerraform(this._integrationMultaiRuntime.internalValue), integration_nomad: elastigroupAwsIntegrationNomadToTerraform(this._integrationNomad.internalValue), integration_rancher: elastigroupAwsIntegrationRancherToTerraform(this._integrationRancher.internalValue), integration_route53: elastigroupAwsIntegrationRoute53ToTerraform(this._integrationRoute53.internalValue), itf: cdktf.listMapper(elastigroupAwsItfToTerraform, true)(this._itf.internalValue), logging: elastigroupAwsLoggingToTerraform(this._logging.internalValue), metadata_options: elastigroupAwsMetadataOptionsToTerraform(this._metadataOptions.internalValue), - multai_target_sets: cdktf.listMapper(elastigroupAwsMultaiTargetSetsToTerraform, true)(this._multaiTargetSets.internalValue), multiple_metrics: elastigroupAwsMultipleMetricsToTerraform(this._multipleMetrics.internalValue), network_interface: cdktf.listMapper(elastigroupAwsNetworkInterfaceToTerraform, true)(this._networkInterface.internalValue), resource_requirements: cdktf.listMapper(elastigroupAwsResourceRequirementsToTerraform, true)(this._resourceRequirements.internalValue), @@ -17583,12 +17311,6 @@ export class ElastigroupAws extends cdktf.TerraformResource { type: "list", storageClassType: "ElastigroupAwsIntegrationMesosphereList", }, - integration_multai_runtime: { - value: elastigroupAwsIntegrationMultaiRuntimeToHclTerraform(this._integrationMultaiRuntime.internalValue), - isBlock: true, - type: "list", - storageClassType: "ElastigroupAwsIntegrationMultaiRuntimeList", - }, integration_nomad: { value: elastigroupAwsIntegrationNomadToHclTerraform(this._integrationNomad.internalValue), isBlock: true, @@ -17625,12 +17347,6 @@ export class ElastigroupAws extends cdktf.TerraformResource { type: "list", storageClassType: "ElastigroupAwsMetadataOptionsList", }, - multai_target_sets: { - value: cdktf.listMapperHcl(elastigroupAwsMultaiTargetSetsToHclTerraform, true)(this._multaiTargetSets.internalValue), - isBlock: true, - type: "set", - storageClassType: "ElastigroupAwsMultaiTargetSetsList", - }, multiple_metrics: { value: elastigroupAwsMultipleMetricsToHclTerraform(this._multipleMetrics.internalValue), isBlock: true, diff --git a/src/elastigroup-azure-v3/README.md b/src/elastigroup-azure-v3/README.md index b00180c51..101b292bc 100644 --- a/src/elastigroup-azure-v3/README.md +++ b/src/elastigroup-azure-v3/README.md @@ -1,3 +1,3 @@ # `spotinst_elastigroup_azure_v3` -Refer to the Terraform Registry for docs: [`spotinst_elastigroup_azure_v3`](https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3). +Refer to the Terraform Registry for docs: [`spotinst_elastigroup_azure_v3`](https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3). diff --git a/src/elastigroup-azure-v3/index.ts b/src/elastigroup-azure-v3/index.ts index 8ade8f9bd..f3b986b7a 100644 --- a/src/elastigroup-azure-v3/index.ts +++ b/src/elastigroup-azure-v3/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3 +// https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3 // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,106 +13,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.169.1/docs/resources/elastigroup_azure_v3#custom_data ElastigroupAzureV3#custom_data} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_azure_v3#desired_capacity ElastigroupAzureV3#desired_capacity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_azure_v3#draining_timeout ElastigroupAzureV3#draining_timeout} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.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.169.1/docs/resources/elastigroup_azure_v3#id ElastigroupAzureV3#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_azure_v3#max_size ElastigroupAzureV3#max_size} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_azure_v3#min_size ElastigroupAzureV3#min_size} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_azure_v3#od_sizes ElastigroupAzureV3#od_sizes} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.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.169.1/docs/resources/elastigroup_azure_v3#os ElastigroupAzureV3#os} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_azure_v3#region ElastigroupAzureV3#region} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.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.169.1/docs/resources/elastigroup_azure_v3#spot_percentage ElastigroupAzureV3#spot_percentage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_azure_v3#spot_sizes ElastigroupAzureV3#spot_sizes} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_azure_v3#image ElastigroupAzureV3#image} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_azure_v3#login ElastigroupAzureV3#login} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.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.169.1/docs/resources/elastigroup_azure_v3#network ElastigroupAzureV3#network} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_azure_v3#tags ElastigroupAzureV3#tags} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_azure_v3#image_name ElastigroupAzureV3#image_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name} */ readonly resourceGroupName: string; } @@ -251,19 +251,19 @@ export class ElastigroupAzureV3ImageCustomList extends cdktf.ComplexList { } export interface ElastigroupAzureV3ImageMarketplace { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#offer ElastigroupAzureV3#offer} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_azure_v3#publisher ElastigroupAzureV3#publisher} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_azure_v3#sku ElastigroupAzureV3#sku} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_azure_v3#version ElastigroupAzureV3#version} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#version ElastigroupAzureV3#version} */ readonly version: string; } @@ -456,13 +456,13 @@ export interface ElastigroupAzureV3Image { /** * custom block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#custom ElastigroupAzureV3#custom} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_azure_v3#marketplace ElastigroupAzureV3#marketplace} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#marketplace ElastigroupAzureV3#marketplace} */ readonly marketplace?: ElastigroupAzureV3ImageMarketplace[] | cdktf.IResolvable; } @@ -607,15 +607,15 @@ export class ElastigroupAzureV3ImageList extends cdktf.ComplexList { } export interface ElastigroupAzureV3Login { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#password ElastigroupAzureV3#password} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.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.169.1/docs/resources/elastigroup_azure_v3#user_name ElastigroupAzureV3#user_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#user_name ElastigroupAzureV3#user_name} */ readonly userName: string; } @@ -754,11 +754,11 @@ export class ElastigroupAzureV3LoginOutputReference extends cdktf.ComplexObject } export interface ElastigroupAzureV3ManagedServiceIdentity { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name} */ readonly resourceGroupName: string; } @@ -897,11 +897,11 @@ export class ElastigroupAzureV3ManagedServiceIdentityList extends cdktf.ComplexL } export interface ElastigroupAzureV3NetworkNetworkInterfacesAdditionalIpConfigs { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.0/docs/resources/elastigroup_azure_v3#private_ip_version ElastigroupAzureV3#private_ip_version} */ readonly privateIpVersion?: string; } @@ -1043,11 +1043,11 @@ export class ElastigroupAzureV3NetworkNetworkInterfacesAdditionalIpConfigsList e } export interface ElastigroupAzureV3NetworkNetworkInterfacesApplicationSecurityGroup { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#name ElastigroupAzureV3#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.0/docs/resources/elastigroup_azure_v3#resource_group_name ElastigroupAzureV3#resource_group_name} */ readonly resourceGroupName: string; } @@ -1186,27 +1186,27 @@ export class ElastigroupAzureV3NetworkNetworkInterfacesApplicationSecurityGroupL } export interface ElastigroupAzureV3NetworkNetworkInterfaces { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.169.1/docs/resources/elastigroup_azure_v3#is_primary ElastigroupAzureV3#is_primary} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_azure_v3#subnet_name ElastigroupAzureV3#subnet_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.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.169.1/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.170.0/docs/resources/elastigroup_azure_v3#application_security_group ElastigroupAzureV3#application_security_group} */ readonly applicationSecurityGroup?: ElastigroupAzureV3NetworkNetworkInterfacesApplicationSecurityGroup[] | cdktf.IResolvable; } @@ -1429,17 +1429,17 @@ export class ElastigroupAzureV3NetworkNetworkInterfacesList extends cdktf.Comple } export interface ElastigroupAzureV3Network { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.169.1/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.170.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.169.1/docs/resources/elastigroup_azure_v3#network_interfaces ElastigroupAzureV3#network_interfaces} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#network_interfaces ElastigroupAzureV3#network_interfaces} */ readonly networkInterfaces: ElastigroupAzureV3NetworkNetworkInterfaces[] | cdktf.IResolvable; } @@ -1572,11 +1572,11 @@ export class ElastigroupAzureV3NetworkOutputReference extends cdktf.ComplexObjec } export interface ElastigroupAzureV3Tags { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#key ElastigroupAzureV3#key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_azure_v3#value ElastigroupAzureV3#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#value ElastigroupAzureV3#value} */ readonly value: string; } @@ -1715,7 +1715,7 @@ export class ElastigroupAzureV3TagsList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3 spotinst_elastigroup_azure_v3} +* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3 spotinst_elastigroup_azure_v3} */ export class ElastigroupAzureV3 extends cdktf.TerraformResource { @@ -1731,7 +1731,7 @@ export class ElastigroupAzureV3 extends cdktf.TerraformResource { * Generates CDKTF code for importing a ElastigroupAzureV3 resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the ElastigroupAzureV3 to import - * @param importFromId The id of the existing ElastigroupAzureV3 that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing ElastigroupAzureV3 that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure_v3#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the ElastigroupAzureV3 to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -1743,7 +1743,7 @@ export class ElastigroupAzureV3 extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure_v3 spotinst_elastigroup_azure_v3} Resource + * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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 @@ -1754,7 +1754,7 @@ export class ElastigroupAzureV3 extends cdktf.TerraformResource { terraformResourceType: 'spotinst_elastigroup_azure_v3', terraformGeneratorMetadata: { providerName: 'spotinst', - providerVersion: '1.169.1', + providerVersion: '1.170.0', providerVersionConstraint: '~> 1.0' }, provider: config.provider, diff --git a/src/elastigroup-azure/README.md b/src/elastigroup-azure/README.md index 979090251..5ed73fb1b 100644 --- a/src/elastigroup-azure/README.md +++ b/src/elastigroup-azure/README.md @@ -1,3 +1,3 @@ # `spotinst_elastigroup_azure` -Refer to the Terraform Registry for docs: [`spotinst_elastigroup_azure`](https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure). +Refer to the Terraform Registry for docs: [`spotinst_elastigroup_azure`](https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure). diff --git a/src/elastigroup-azure/index.ts b/src/elastigroup-azure/index.ts index 15a2a0a77..554e31312 100644 --- a/src/elastigroup-azure/index.ts +++ b/src/elastigroup-azure/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure +// https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,150 +13,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.169.1/docs/resources/elastigroup_azure#custom_data ElastigroupAzure#custom_data} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_azure#desired_capacity ElastigroupAzure#desired_capacity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_azure#id ElastigroupAzure#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_azure#low_priority_sizes ElastigroupAzure#low_priority_sizes} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_azure#max_size ElastigroupAzure#max_size} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_azure#min_size ElastigroupAzure#min_size} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_azure#name ElastigroupAzure#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name} */ readonly name: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#od_sizes ElastigroupAzure#od_sizes} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_azure#product ElastigroupAzure#product} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#product ElastigroupAzure#product} */ readonly product: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#region ElastigroupAzure#region} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#region ElastigroupAzure#region} */ readonly region: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_azure#shutdown_script ElastigroupAzure#shutdown_script} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_azure#user_data ElastigroupAzure#user_data} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_azure#health_check ElastigroupAzure#health_check} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_azure#image ElastigroupAzure#image} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_azure#integration_kubernetes ElastigroupAzure#integration_kubernetes} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_azure#integration_multai_runtime ElastigroupAzure#integration_multai_runtime} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_azure#load_balancers ElastigroupAzure#load_balancers} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_azure#login ElastigroupAzure#login} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_azure#managed_service_identities ElastigroupAzure#managed_service_identities} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_azure#network ElastigroupAzure#network} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_azure#scaling_down_policy ElastigroupAzure#scaling_down_policy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_azure#scaling_up_policy ElastigroupAzure#scaling_up_policy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_azure#scheduled_task ElastigroupAzure#scheduled_task} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_azure#strategy ElastigroupAzure#strategy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_azure#update_policy ElastigroupAzure#update_policy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_azure#auto_healing ElastigroupAzure#auto_healing} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_azure#grace_period ElastigroupAzure#grace_period} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_azure#health_check_type ElastigroupAzure#health_check_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#health_check_type ElastigroupAzure#health_check_type} */ readonly healthCheckType: string; } @@ -295,11 +295,11 @@ export class ElastigroupAzureHealthCheckOutputReference extends cdktf.ComplexObj } export interface ElastigroupAzureImageCustom { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#image_name ElastigroupAzure#image_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name} */ readonly resourceGroupName: string; } @@ -438,15 +438,15 @@ export class ElastigroupAzureImageCustomList extends cdktf.ComplexList { } export interface ElastigroupAzureImageMarketplace { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#offer ElastigroupAzure#offer} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#offer ElastigroupAzure#offer} */ readonly offer: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#publisher ElastigroupAzure#publisher} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#publisher ElastigroupAzure#publisher} */ readonly publisher: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#sku ElastigroupAzure#sku} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#sku ElastigroupAzure#sku} */ readonly sku: string; } @@ -613,13 +613,13 @@ export interface ElastigroupAzureImage { /** * custom block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#custom ElastigroupAzure#custom} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_azure#marketplace ElastigroupAzure#marketplace} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#marketplace ElastigroupAzure#marketplace} */ readonly marketplace?: ElastigroupAzureImageMarketplace[] | cdktf.IResolvable; } @@ -764,7 +764,7 @@ export class ElastigroupAzureImageList extends cdktf.ComplexList { } export interface ElastigroupAzureIntegrationKubernetes { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#cluster_identifier ElastigroupAzure#cluster_identifier} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#cluster_identifier ElastigroupAzure#cluster_identifier} */ readonly clusterIdentifier: string; } @@ -845,7 +845,7 @@ export class ElastigroupAzureIntegrationKubernetesOutputReference extends cdktf. } export interface ElastigroupAzureIntegrationMultaiRuntime { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#deployment_id ElastigroupAzure#deployment_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#deployment_id ElastigroupAzure#deployment_id} */ readonly deploymentId: string; } @@ -926,19 +926,19 @@ export class ElastigroupAzureIntegrationMultaiRuntimeOutputReference extends cdk } export interface ElastigroupAzureLoadBalancers { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#auto_weight ElastigroupAzure#auto_weight} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_azure#balancer_id ElastigroupAzure#balancer_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_azure#target_set_id ElastigroupAzure#target_set_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_azure#type ElastigroupAzure#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#type ElastigroupAzure#type} */ readonly type: string; } @@ -1138,15 +1138,15 @@ export class ElastigroupAzureLoadBalancersList extends cdktf.ComplexList { } export interface ElastigroupAzureLogin { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#password ElastigroupAzure#password} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#password ElastigroupAzure#password} */ readonly password?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#ssh_public_key ElastigroupAzure#ssh_public_key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_azure#user_name ElastigroupAzure#user_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#user_name ElastigroupAzure#user_name} */ readonly userName: string; } @@ -1285,11 +1285,11 @@ export class ElastigroupAzureLoginOutputReference extends cdktf.ComplexObject { } export interface ElastigroupAzureManagedServiceIdentities { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#name ElastigroupAzure#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name} */ readonly name: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name} */ readonly resourceGroupName: string; } @@ -1428,11 +1428,11 @@ export class ElastigroupAzureManagedServiceIdentitiesList extends cdktf.ComplexL } export interface ElastigroupAzureNetworkAdditionalIpConfigs { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#name ElastigroupAzure#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name} */ readonly name: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#private_ip_version ElastigroupAzure#private_ip_version} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#private_ip_version ElastigroupAzure#private_ip_version} */ readonly privateIpVersion?: string; } @@ -1574,25 +1574,25 @@ export class ElastigroupAzureNetworkAdditionalIpConfigsList extends cdktf.Comple } export interface ElastigroupAzureNetwork { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#assign_public_ip ElastigroupAzure#assign_public_ip} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_azure#resource_group_name ElastigroupAzure#resource_group_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_azure#subnet_name ElastigroupAzure#subnet_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_azure#virtual_network_name ElastigroupAzure#virtual_network_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_azure#additional_ip_configs ElastigroupAzure#additional_ip_configs} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#additional_ip_configs ElastigroupAzure#additional_ip_configs} */ readonly additionalIpConfigs?: ElastigroupAzureNetworkAdditionalIpConfigs[] | cdktf.IResolvable; } @@ -1783,11 +1783,11 @@ export class ElastigroupAzureNetworkOutputReference extends cdktf.ComplexObject } export interface ElastigroupAzureScalingDownPolicyDimensions { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#name ElastigroupAzure#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name} */ readonly name: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#value ElastigroupAzure#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#value ElastigroupAzure#value} */ readonly value?: string; } @@ -1929,77 +1929,77 @@ export class ElastigroupAzureScalingDownPolicyDimensionsList extends cdktf.Compl } export interface ElastigroupAzureScalingDownPolicy { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#action_type ElastigroupAzure#action_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_azure#adjustment ElastigroupAzure#adjustment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#adjustment ElastigroupAzure#adjustment} */ readonly adjustment?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#cooldown ElastigroupAzure#cooldown} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#cooldown ElastigroupAzure#cooldown} */ readonly cooldown?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#evaluation_periods ElastigroupAzure#evaluation_periods} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_azure#max_target_capacity ElastigroupAzure#max_target_capacity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_azure#maximum ElastigroupAzure#maximum} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#maximum ElastigroupAzure#maximum} */ readonly maximum?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#metric_name ElastigroupAzure#metric_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_azure#min_target_capacity ElastigroupAzure#min_target_capacity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_azure#minimum ElastigroupAzure#minimum} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#minimum ElastigroupAzure#minimum} */ readonly minimum?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#namespace ElastigroupAzure#namespace} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#namespace ElastigroupAzure#namespace} */ readonly namespace: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#operator ElastigroupAzure#operator} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#operator ElastigroupAzure#operator} */ readonly operator?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#period ElastigroupAzure#period} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#period ElastigroupAzure#period} */ readonly period?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#policy_name ElastigroupAzure#policy_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_azure#statistic ElastigroupAzure#statistic} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#statistic ElastigroupAzure#statistic} */ readonly statistic?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#target ElastigroupAzure#target} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#target ElastigroupAzure#target} */ readonly target?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#threshold ElastigroupAzure#threshold} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#threshold ElastigroupAzure#threshold} */ readonly threshold: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#unit ElastigroupAzure#unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_azure#dimensions ElastigroupAzure#dimensions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#dimensions ElastigroupAzure#dimensions} */ readonly dimensions?: ElastigroupAzureScalingDownPolicyDimensions[] | cdktf.IResolvable; } @@ -2596,11 +2596,11 @@ export class ElastigroupAzureScalingDownPolicyList extends cdktf.ComplexList { } export interface ElastigroupAzureScalingUpPolicyDimensions { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#name ElastigroupAzure#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#name ElastigroupAzure#name} */ readonly name: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#value ElastigroupAzure#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#value ElastigroupAzure#value} */ readonly value?: string; } @@ -2742,77 +2742,77 @@ export class ElastigroupAzureScalingUpPolicyDimensionsList extends cdktf.Complex } export interface ElastigroupAzureScalingUpPolicy { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#action_type ElastigroupAzure#action_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_azure#adjustment ElastigroupAzure#adjustment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#adjustment ElastigroupAzure#adjustment} */ readonly adjustment?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#cooldown ElastigroupAzure#cooldown} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#cooldown ElastigroupAzure#cooldown} */ readonly cooldown?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#evaluation_periods ElastigroupAzure#evaluation_periods} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_azure#max_target_capacity ElastigroupAzure#max_target_capacity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_azure#maximum ElastigroupAzure#maximum} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#maximum ElastigroupAzure#maximum} */ readonly maximum?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#metric_name ElastigroupAzure#metric_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_azure#min_target_capacity ElastigroupAzure#min_target_capacity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_azure#minimum ElastigroupAzure#minimum} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#minimum ElastigroupAzure#minimum} */ readonly minimum?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#namespace ElastigroupAzure#namespace} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#namespace ElastigroupAzure#namespace} */ readonly namespace: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#operator ElastigroupAzure#operator} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#operator ElastigroupAzure#operator} */ readonly operator?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#period ElastigroupAzure#period} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#period ElastigroupAzure#period} */ readonly period?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#policy_name ElastigroupAzure#policy_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_azure#statistic ElastigroupAzure#statistic} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#statistic ElastigroupAzure#statistic} */ readonly statistic?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#target ElastigroupAzure#target} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#target ElastigroupAzure#target} */ readonly target?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#threshold ElastigroupAzure#threshold} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#threshold ElastigroupAzure#threshold} */ readonly threshold: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#unit ElastigroupAzure#unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_azure#dimensions ElastigroupAzure#dimensions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#dimensions ElastigroupAzure#dimensions} */ readonly dimensions?: ElastigroupAzureScalingUpPolicyDimensions[] | cdktf.IResolvable; } @@ -3409,43 +3409,43 @@ export class ElastigroupAzureScalingUpPolicyList extends cdktf.ComplexList { } export interface ElastigroupAzureScheduledTask { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#adjustment ElastigroupAzure#adjustment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#adjustment ElastigroupAzure#adjustment} */ readonly adjustment?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#adjustment_percentage ElastigroupAzure#adjustment_percentage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_azure#batch_size_percentage ElastigroupAzure#batch_size_percentage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_azure#cron_expression ElastigroupAzure#cron_expression} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_azure#grace_period ElastigroupAzure#grace_period} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_azure#is_enabled ElastigroupAzure#is_enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_azure#scale_max_capacity ElastigroupAzure#scale_max_capacity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_azure#scale_min_capacity ElastigroupAzure#scale_min_capacity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_azure#scale_target_capacity ElastigroupAzure#scale_target_capacity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_azure#task_type ElastigroupAzure#task_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#task_type ElastigroupAzure#task_type} */ readonly taskType: string; } @@ -3816,15 +3816,15 @@ export class ElastigroupAzureScheduledTaskList extends cdktf.ComplexList { } export interface ElastigroupAzureStrategy { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#draining_timeout ElastigroupAzure#draining_timeout} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_azure#low_priority_percentage ElastigroupAzure#low_priority_percentage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_azure#od_count ElastigroupAzure#od_count} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#od_count ElastigroupAzure#od_count} */ readonly odCount?: number; } @@ -3966,15 +3966,15 @@ export class ElastigroupAzureStrategyOutputReference extends cdktf.ComplexObject } export interface ElastigroupAzureUpdatePolicyRollConfig { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#batch_size_percentage ElastigroupAzure#batch_size_percentage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_azure#grace_period ElastigroupAzure#grace_period} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_azure#health_check_type ElastigroupAzure#health_check_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#health_check_type ElastigroupAzure#health_check_type} */ readonly healthCheckType?: string; } @@ -4113,13 +4113,13 @@ export class ElastigroupAzureUpdatePolicyRollConfigOutputReference extends cdktf } export interface ElastigroupAzureUpdatePolicy { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#should_roll ElastigroupAzure#should_roll} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_azure#roll_config ElastigroupAzure#roll_config} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#roll_config ElastigroupAzure#roll_config} */ readonly rollConfig?: ElastigroupAzureUpdatePolicyRollConfig; } @@ -4229,7 +4229,7 @@ export class ElastigroupAzureUpdatePolicyOutputReference extends cdktf.ComplexOb } /** -* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure spotinst_elastigroup_azure} +* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure spotinst_elastigroup_azure} */ export class ElastigroupAzure extends cdktf.TerraformResource { @@ -4245,7 +4245,7 @@ export class ElastigroupAzure extends cdktf.TerraformResource { * Generates CDKTF code for importing a ElastigroupAzure resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the ElastigroupAzure to import - * @param importFromId The id of the existing ElastigroupAzure that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing ElastigroupAzure that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_azure#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the ElastigroupAzure to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -4257,7 +4257,7 @@ export class ElastigroupAzure extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_azure spotinst_elastigroup_azure} Resource + * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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 @@ -4268,7 +4268,7 @@ export class ElastigroupAzure extends cdktf.TerraformResource { terraformResourceType: 'spotinst_elastigroup_azure', terraformGeneratorMetadata: { providerName: 'spotinst', - providerVersion: '1.169.1', + providerVersion: '1.170.0', providerVersionConstraint: '~> 1.0' }, provider: config.provider, diff --git a/src/elastigroup-gcp/README.md b/src/elastigroup-gcp/README.md index 4337eddcf..fac25e9fb 100644 --- a/src/elastigroup-gcp/README.md +++ b/src/elastigroup-gcp/README.md @@ -1,3 +1,3 @@ # `spotinst_elastigroup_gcp` -Refer to the Terraform Registry for docs: [`spotinst_elastigroup_gcp`](https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp). +Refer to the Terraform Registry for docs: [`spotinst_elastigroup_gcp`](https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp). diff --git a/src/elastigroup-gcp/index.ts b/src/elastigroup-gcp/index.ts index 11d763d2f..30f1dd381 100644 --- a/src/elastigroup-gcp/index.ts +++ b/src/elastigroup-gcp/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp +// https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,190 +13,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.169.1/docs/resources/elastigroup_gcp#auto_healing ElastigroupGcp#auto_healing} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gcp#availability_zones ElastigroupGcp#availability_zones} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gcp#description ElastigroupGcp#description} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#description ElastigroupGcp#description} */ readonly description?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#desired_capacity ElastigroupGcp#desired_capacity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gcp#draining_timeout ElastigroupGcp#draining_timeout} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gcp#fallback_to_ondemand ElastigroupGcp#fallback_to_ondemand} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.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.169.1/docs/resources/elastigroup_gcp#health_check_type ElastigroupGcp#health_check_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gcp#id ElastigroupGcp#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gcp#instance_name_prefix ElastigroupGcp#instance_name_prefix} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gcp#instance_types_ondemand ElastigroupGcp#instance_types_ondemand} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gcp#instance_types_preemptible ElastigroupGcp#instance_types_preemptible} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gcp#ip_forwarding ElastigroupGcp#ip_forwarding} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gcp#max_size ElastigroupGcp#max_size} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gcp#min_size ElastigroupGcp#min_size} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gcp#name ElastigroupGcp#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name} */ readonly name: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#ondemand_count ElastigroupGcp#ondemand_count} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gcp#preemptible_percentage ElastigroupGcp#preemptible_percentage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gcp#provisioning_model ElastigroupGcp#provisioning_model} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gcp#service_account ElastigroupGcp#service_account} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gcp#shutdown_script ElastigroupGcp#shutdown_script} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gcp#startup_script ElastigroupGcp#startup_script} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gcp#tags ElastigroupGcp#tags} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#tags ElastigroupGcp#tags} */ readonly tags?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#unhealthy_duration ElastigroupGcp#unhealthy_duration} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gcp#backend_services ElastigroupGcp#backend_services} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gcp#disk ElastigroupGcp#disk} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gcp#gpu ElastigroupGcp#gpu} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gcp#instance_types_custom ElastigroupGcp#instance_types_custom} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gcp#integration_docker_swarm ElastigroupGcp#integration_docker_swarm} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gcp#integration_gke ElastigroupGcp#integration_gke} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gcp#labels ElastigroupGcp#labels} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gcp#metadata ElastigroupGcp#metadata} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gcp#network_interface ElastigroupGcp#network_interface} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gcp#scaling_down_policy ElastigroupGcp#scaling_down_policy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gcp#scaling_up_policy ElastigroupGcp#scaling_up_policy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gcp#scheduled_task ElastigroupGcp#scheduled_task} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gcp#subnets ElastigroupGcp#subnets} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gcp#name ElastigroupGcp#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name} */ readonly name: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#ports ElastigroupGcp#ports} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#ports ElastigroupGcp#ports} */ readonly ports: string[]; } @@ -335,21 +335,21 @@ export class ElastigroupGcpBackendServicesNamedPortsList extends cdktf.ComplexLi } export interface ElastigroupGcpBackendServices { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#location_type ElastigroupGcp#location_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gcp#scheme ElastigroupGcp#scheme} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#scheme ElastigroupGcp#scheme} */ readonly scheme?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#service_name ElastigroupGcp#service_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gcp#named_ports ElastigroupGcp#named_ports} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#named_ports ElastigroupGcp#named_ports} */ readonly namedPorts?: ElastigroupGcpBackendServicesNamedPorts[] | cdktf.IResolvable; } @@ -549,15 +549,15 @@ export class ElastigroupGcpBackendServicesList extends cdktf.ComplexList { } export interface ElastigroupGcpDiskInitializeParams { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#disk_size_gb ElastigroupGcp#disk_size_gb} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gcp#disk_type ElastigroupGcp#disk_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gcp#source_image ElastigroupGcp#source_image} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#source_image ElastigroupGcp#source_image} */ readonly sourceImage: string; } @@ -728,37 +728,37 @@ export class ElastigroupGcpDiskInitializeParamsList extends cdktf.ComplexList { } export interface ElastigroupGcpDisk { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#auto_delete ElastigroupGcp#auto_delete} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gcp#boot ElastigroupGcp#boot} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gcp#device_name ElastigroupGcp#device_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gcp#interface ElastigroupGcp#interface} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#interface ElastigroupGcp#interface} */ readonly interface?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#mode ElastigroupGcp#mode} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#mode ElastigroupGcp#mode} */ readonly mode?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#source ElastigroupGcp#source} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source} */ readonly source?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#type ElastigroupGcp#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gcp#initialize_params ElastigroupGcp#initialize_params} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#initialize_params ElastigroupGcp#initialize_params} */ readonly initializeParams?: ElastigroupGcpDiskInitializeParams[] | cdktf.IResolvable; } @@ -1077,11 +1077,11 @@ export class ElastigroupGcpDiskList extends cdktf.ComplexList { } export interface ElastigroupGcpGpu { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#count ElastigroupGcp#count} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#count ElastigroupGcp#count} */ readonly count: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#type ElastigroupGcp#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type} */ readonly type: string; } @@ -1220,11 +1220,11 @@ export class ElastigroupGcpGpuList extends cdktf.ComplexList { } export interface ElastigroupGcpInstanceTypesCustom { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#memory_gib ElastigroupGcp#memory_gib} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gcp#vcpu ElastigroupGcp#vcpu} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#vcpu ElastigroupGcp#vcpu} */ readonly vcpu: number; } @@ -1363,11 +1363,11 @@ export class ElastigroupGcpInstanceTypesCustomList extends cdktf.ComplexList { } export interface ElastigroupGcpIntegrationDockerSwarm { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#master_host ElastigroupGcp#master_host} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gcp#master_port ElastigroupGcp#master_port} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#master_port ElastigroupGcp#master_port} */ readonly masterPort: number; } @@ -1474,7 +1474,7 @@ export class ElastigroupGcpIntegrationDockerSwarmOutputReference extends cdktf.C } export interface ElastigroupGcpIntegrationGkeAutoscaleDown { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods} */ readonly evaluationPeriods?: number; } @@ -1558,15 +1558,15 @@ export class ElastigroupGcpIntegrationGkeAutoscaleDownOutputReference extends cd } export interface ElastigroupGcpIntegrationGkeAutoscaleHeadroom { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#cpu_per_unit ElastigroupGcp#cpu_per_unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gcp#memory_per_unit ElastigroupGcp#memory_per_unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gcp#num_of_units ElastigroupGcp#num_of_units} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#num_of_units ElastigroupGcp#num_of_units} */ readonly numOfUnits?: number; } @@ -1708,11 +1708,11 @@ export class ElastigroupGcpIntegrationGkeAutoscaleHeadroomOutputReference extend } export interface ElastigroupGcpIntegrationGkeAutoscaleLabels { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#key ElastigroupGcp#key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key} */ readonly key: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#value ElastigroupGcp#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value} */ readonly value: string; } @@ -1851,45 +1851,45 @@ export class ElastigroupGcpIntegrationGkeAutoscaleLabelsList extends cdktf.Compl } export interface ElastigroupGcpIntegrationGke { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#auto_update ElastigroupGcp#auto_update} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gcp#autoscale_cooldown ElastigroupGcp#autoscale_cooldown} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.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.169.1/docs/resources/elastigroup_gcp#autoscale_is_enabled ElastigroupGcp#autoscale_is_enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gcp#cluster_id ElastigroupGcp#cluster_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gcp#location ElastigroupGcp#location} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gcp#autoscale_down ElastigroupGcp#autoscale_down} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gcp#autoscale_headroom ElastigroupGcp#autoscale_headroom} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gcp#autoscale_labels ElastigroupGcp#autoscale_labels} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#autoscale_labels ElastigroupGcp#autoscale_labels} */ readonly autoscaleLabels?: ElastigroupGcpIntegrationGkeAutoscaleLabels[] | cdktf.IResolvable; } @@ -2205,11 +2205,11 @@ export class ElastigroupGcpIntegrationGkeOutputReference extends cdktf.ComplexOb } export interface ElastigroupGcpLabels { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#key ElastigroupGcp#key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key} */ readonly key: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#value ElastigroupGcp#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value} */ readonly value: string; } @@ -2348,11 +2348,11 @@ export class ElastigroupGcpLabelsList extends cdktf.ComplexList { } export interface ElastigroupGcpMetadata { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#key ElastigroupGcp#key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#key ElastigroupGcp#key} */ readonly key: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#value ElastigroupGcp#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value} */ readonly value: string; } @@ -2491,11 +2491,11 @@ export class ElastigroupGcpMetadataList extends cdktf.ComplexList { } export interface ElastigroupGcpNetworkInterfaceAccessConfigs { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#name ElastigroupGcp#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name} */ readonly name?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#type ElastigroupGcp#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#type ElastigroupGcp#type} */ readonly type?: string; } @@ -2640,11 +2640,11 @@ export class ElastigroupGcpNetworkInterfaceAccessConfigsList extends cdktf.Compl } export interface ElastigroupGcpNetworkInterfaceAliasIpRanges { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#ip_cidr_range ElastigroupGcp#ip_cidr_range} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gcp#subnetwork_range_name ElastigroupGcp#subnetwork_range_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#subnetwork_range_name ElastigroupGcp#subnetwork_range_name} */ readonly subnetworkRangeName: string; } @@ -2783,19 +2783,19 @@ export class ElastigroupGcpNetworkInterfaceAliasIpRangesList extends cdktf.Compl } export interface ElastigroupGcpNetworkInterface { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#network ElastigroupGcp#network} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gcp#access_configs ElastigroupGcp#access_configs} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gcp#alias_ip_ranges ElastigroupGcp#alias_ip_ranges} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#alias_ip_ranges ElastigroupGcp#alias_ip_ranges} */ readonly aliasIpRanges?: ElastigroupGcpNetworkInterfaceAliasIpRanges[] | cdktf.IResolvable; } @@ -2966,11 +2966,11 @@ export class ElastigroupGcpNetworkInterfaceList extends cdktf.ComplexList { } export interface ElastigroupGcpScalingDownPolicyDimensions { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#name ElastigroupGcp#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name} */ readonly name: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#value ElastigroupGcp#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value} */ readonly value?: string; } @@ -3112,61 +3112,61 @@ export class ElastigroupGcpScalingDownPolicyDimensionsList extends cdktf.Complex } export interface ElastigroupGcpScalingDownPolicy { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#action_type ElastigroupGcp#action_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gcp#adjustment ElastigroupGcp#adjustment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#adjustment ElastigroupGcp#adjustment} */ readonly adjustment?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#cooldown ElastigroupGcp#cooldown} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#cooldown ElastigroupGcp#cooldown} */ readonly cooldown?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gcp#metric_name ElastigroupGcp#metric_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gcp#namespace ElastigroupGcp#namespace} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#namespace ElastigroupGcp#namespace} */ readonly namespace: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#operator ElastigroupGcp#operator} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#operator ElastigroupGcp#operator} */ readonly operator?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#period ElastigroupGcp#period} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#period ElastigroupGcp#period} */ readonly period?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#policy_name ElastigroupGcp#policy_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gcp#source ElastigroupGcp#source} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source} */ readonly source?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#statistic ElastigroupGcp#statistic} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#statistic ElastigroupGcp#statistic} */ readonly statistic?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#threshold ElastigroupGcp#threshold} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#threshold ElastigroupGcp#threshold} */ readonly threshold: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#unit ElastigroupGcp#unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gcp#dimensions ElastigroupGcp#dimensions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#dimensions ElastigroupGcp#dimensions} */ readonly dimensions?: ElastigroupGcpScalingDownPolicyDimensions[] | cdktf.IResolvable; } @@ -3644,11 +3644,11 @@ export class ElastigroupGcpScalingDownPolicyList extends cdktf.ComplexList { } export interface ElastigroupGcpScalingUpPolicyDimensions { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#name ElastigroupGcp#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#name ElastigroupGcp#name} */ readonly name: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#value ElastigroupGcp#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#value ElastigroupGcp#value} */ readonly value?: string; } @@ -3790,61 +3790,61 @@ export class ElastigroupGcpScalingUpPolicyDimensionsList extends cdktf.ComplexLi } export interface ElastigroupGcpScalingUpPolicy { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#action_type ElastigroupGcp#action_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gcp#adjustment ElastigroupGcp#adjustment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#adjustment ElastigroupGcp#adjustment} */ readonly adjustment?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#cooldown ElastigroupGcp#cooldown} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#cooldown ElastigroupGcp#cooldown} */ readonly cooldown?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#evaluation_periods ElastigroupGcp#evaluation_periods} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gcp#metric_name ElastigroupGcp#metric_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gcp#namespace ElastigroupGcp#namespace} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#namespace ElastigroupGcp#namespace} */ readonly namespace: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#operator ElastigroupGcp#operator} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#operator ElastigroupGcp#operator} */ readonly operator?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#period ElastigroupGcp#period} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#period ElastigroupGcp#period} */ readonly period?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#policy_name ElastigroupGcp#policy_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gcp#source ElastigroupGcp#source} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#source ElastigroupGcp#source} */ readonly source?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#statistic ElastigroupGcp#statistic} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#statistic ElastigroupGcp#statistic} */ readonly statistic?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#threshold ElastigroupGcp#threshold} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#threshold ElastigroupGcp#threshold} */ readonly threshold: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#unit ElastigroupGcp#unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gcp#dimensions ElastigroupGcp#dimensions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#dimensions ElastigroupGcp#dimensions} */ readonly dimensions?: ElastigroupGcpScalingUpPolicyDimensions[] | cdktf.IResolvable; } @@ -4322,27 +4322,27 @@ export class ElastigroupGcpScalingUpPolicyList extends cdktf.ComplexList { } export interface ElastigroupGcpScheduledTask { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#cron_expression ElastigroupGcp#cron_expression} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gcp#is_enabled ElastigroupGcp#is_enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gcp#max_capacity ElastigroupGcp#max_capacity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gcp#min_capacity ElastigroupGcp#min_capacity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gcp#target_capacity ElastigroupGcp#target_capacity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gcp#task_type ElastigroupGcp#task_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#task_type ElastigroupGcp#task_type} */ readonly taskType: string; } @@ -4600,11 +4600,11 @@ export class ElastigroupGcpScheduledTaskList extends cdktf.ComplexList { } export interface ElastigroupGcpSubnets { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#region ElastigroupGcp#region} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#region ElastigroupGcp#region} */ readonly region: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#subnet_names ElastigroupGcp#subnet_names} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#subnet_names ElastigroupGcp#subnet_names} */ readonly subnetNames: string[]; } @@ -4743,7 +4743,7 @@ export class ElastigroupGcpSubnetsList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp spotinst_elastigroup_gcp} +* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp spotinst_elastigroup_gcp} */ export class ElastigroupGcp extends cdktf.TerraformResource { @@ -4759,7 +4759,7 @@ export class ElastigroupGcp extends cdktf.TerraformResource { * Generates CDKTF code for importing a ElastigroupGcp resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the ElastigroupGcp to import - * @param importFromId The id of the existing ElastigroupGcp that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing ElastigroupGcp that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gcp#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the ElastigroupGcp to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -4771,7 +4771,7 @@ export class ElastigroupGcp extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gcp spotinst_elastigroup_gcp} Resource + * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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 @@ -4782,7 +4782,7 @@ export class ElastigroupGcp extends cdktf.TerraformResource { terraformResourceType: 'spotinst_elastigroup_gcp', terraformGeneratorMetadata: { providerName: 'spotinst', - providerVersion: '1.169.1', + providerVersion: '1.170.0', providerVersionConstraint: '~> 1.0' }, provider: config.provider, diff --git a/src/elastigroup-gke/README.md b/src/elastigroup-gke/README.md index 386483593..2b6b04534 100644 --- a/src/elastigroup-gke/README.md +++ b/src/elastigroup-gke/README.md @@ -1,3 +1,3 @@ # `spotinst_elastigroup_gke` -Refer to the Terraform Registry for docs: [`spotinst_elastigroup_gke`](https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke). +Refer to the Terraform Registry for docs: [`spotinst_elastigroup_gke`](https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke). diff --git a/src/elastigroup-gke/index.ts b/src/elastigroup-gke/index.ts index bd9a196f5..0078878a2 100644 --- a/src/elastigroup-gke/index.ts +++ b/src/elastigroup-gke/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke +// https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,166 +13,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.169.1/docs/resources/elastigroup_gke#cluster_id ElastigroupGke#cluster_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gke#cluster_zone_name ElastigroupGke#cluster_zone_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gke#desired_capacity ElastigroupGke#desired_capacity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gke#draining_timeout ElastigroupGke#draining_timeout} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gke#fallback_to_ondemand ElastigroupGke#fallback_to_ondemand} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gke#id ElastigroupGke#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gke#instance_name_prefix ElastigroupGke#instance_name_prefix} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gke#instance_types_ondemand ElastigroupGke#instance_types_ondemand} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gke#instance_types_preemptible ElastigroupGke#instance_types_preemptible} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gke#ip_forwarding ElastigroupGke#ip_forwarding} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gke#max_size ElastigroupGke#max_size} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gke#min_size ElastigroupGke#min_size} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gke#name ElastigroupGke#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#name ElastigroupGke#name} */ readonly name: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#node_image ElastigroupGke#node_image} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gke#ondemand_count ElastigroupGke#ondemand_count} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gke#preemptible_percentage ElastigroupGke#preemptible_percentage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gke#provisioning_model ElastigroupGke#provisioning_model} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gke#service_account ElastigroupGke#service_account} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gke#shutdown_script ElastigroupGke#shutdown_script} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gke#startup_script ElastigroupGke#startup_script} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gke#tags ElastigroupGke#tags} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gke#backend_services ElastigroupGke#backend_services} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gke#disk ElastigroupGke#disk} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gke#gpu ElastigroupGke#gpu} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gke#instance_types_custom ElastigroupGke#instance_types_custom} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gke#integration_docker_swarm ElastigroupGke#integration_docker_swarm} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gke#integration_gke ElastigroupGke#integration_gke} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gke#labels ElastigroupGke#labels} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gke#metadata ElastigroupGke#metadata} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gke#network_interface ElastigroupGke#network_interface} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gke#scaling_down_policy ElastigroupGke#scaling_down_policy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gke#scaling_up_policy ElastigroupGke#scaling_up_policy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gke#name ElastigroupGke#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#name ElastigroupGke#name} */ readonly name: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#ports ElastigroupGke#ports} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#ports ElastigroupGke#ports} */ readonly ports: string[]; } @@ -311,21 +311,21 @@ export class ElastigroupGkeBackendServicesNamedPortsList extends cdktf.ComplexLi } export interface ElastigroupGkeBackendServices { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#location_type ElastigroupGke#location_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gke#scheme ElastigroupGke#scheme} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#scheme ElastigroupGke#scheme} */ readonly scheme?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#service_name ElastigroupGke#service_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gke#named_ports ElastigroupGke#named_ports} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#named_ports ElastigroupGke#named_ports} */ readonly namedPorts?: ElastigroupGkeBackendServicesNamedPorts[] | cdktf.IResolvable; } @@ -525,15 +525,15 @@ export class ElastigroupGkeBackendServicesList extends cdktf.ComplexList { } export interface ElastigroupGkeDiskInitializeParams { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#disk_size_gb ElastigroupGke#disk_size_gb} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gke#disk_type ElastigroupGke#disk_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gke#source_image ElastigroupGke#source_image} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#source_image ElastigroupGke#source_image} */ readonly sourceImage: string; } @@ -704,37 +704,37 @@ export class ElastigroupGkeDiskInitializeParamsList extends cdktf.ComplexList { } export interface ElastigroupGkeDisk { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#auto_delete ElastigroupGke#auto_delete} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gke#boot ElastigroupGke#boot} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gke#device_name ElastigroupGke#device_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gke#interface ElastigroupGke#interface} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#interface ElastigroupGke#interface} */ readonly interface?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#mode ElastigroupGke#mode} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#mode ElastigroupGke#mode} */ readonly mode?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#source ElastigroupGke#source} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#source ElastigroupGke#source} */ readonly source?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#type ElastigroupGke#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gke#initialize_params ElastigroupGke#initialize_params} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#initialize_params ElastigroupGke#initialize_params} */ readonly initializeParams?: ElastigroupGkeDiskInitializeParams[] | cdktf.IResolvable; } @@ -1053,11 +1053,11 @@ export class ElastigroupGkeDiskList extends cdktf.ComplexList { } export interface ElastigroupGkeGpu { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#count ElastigroupGke#count} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#count ElastigroupGke#count} */ readonly count: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#type ElastigroupGke#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#type ElastigroupGke#type} */ readonly type: string; } @@ -1196,11 +1196,11 @@ export class ElastigroupGkeGpuList extends cdktf.ComplexList { } export interface ElastigroupGkeInstanceTypesCustom { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#memory_gib ElastigroupGke#memory_gib} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gke#vcpu ElastigroupGke#vcpu} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#vcpu ElastigroupGke#vcpu} */ readonly vcpu: number; } @@ -1339,11 +1339,11 @@ export class ElastigroupGkeInstanceTypesCustomList extends cdktf.ComplexList { } export interface ElastigroupGkeIntegrationDockerSwarm { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#master_host ElastigroupGke#master_host} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gke#master_port ElastigroupGke#master_port} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#master_port ElastigroupGke#master_port} */ readonly masterPort: number; } @@ -1450,7 +1450,7 @@ export class ElastigroupGkeIntegrationDockerSwarmOutputReference extends cdktf.C } export interface ElastigroupGkeIntegrationGkeAutoscaleDown { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods} */ readonly evaluationPeriods?: number; } @@ -1534,15 +1534,15 @@ export class ElastigroupGkeIntegrationGkeAutoscaleDownOutputReference extends cd } export interface ElastigroupGkeIntegrationGkeAutoscaleHeadroom { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#cpu_per_unit ElastigroupGke#cpu_per_unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gke#memory_per_unit ElastigroupGke#memory_per_unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gke#num_of_units ElastigroupGke#num_of_units} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#num_of_units ElastigroupGke#num_of_units} */ readonly numOfUnits?: number; } @@ -1684,11 +1684,11 @@ export class ElastigroupGkeIntegrationGkeAutoscaleHeadroomOutputReference extend } export interface ElastigroupGkeIntegrationGkeAutoscaleLabels { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#key ElastigroupGke#key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#key ElastigroupGke#key} */ readonly key: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#value ElastigroupGke#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#value ElastigroupGke#value} */ readonly value: string; } @@ -1827,45 +1827,45 @@ export class ElastigroupGkeIntegrationGkeAutoscaleLabelsList extends cdktf.Compl } export interface ElastigroupGkeIntegrationGke { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#auto_update ElastigroupGke#auto_update} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gke#autoscale_cooldown ElastigroupGke#autoscale_cooldown} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.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.169.1/docs/resources/elastigroup_gke#autoscale_is_enabled ElastigroupGke#autoscale_is_enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gke#cluster_id ElastigroupGke#cluster_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gke#location ElastigroupGke#location} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gke#autoscale_down ElastigroupGke#autoscale_down} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gke#autoscale_headroom ElastigroupGke#autoscale_headroom} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gke#autoscale_labels ElastigroupGke#autoscale_labels} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#autoscale_labels ElastigroupGke#autoscale_labels} */ readonly autoscaleLabels?: ElastigroupGkeIntegrationGkeAutoscaleLabels[] | cdktf.IResolvable; } @@ -2181,11 +2181,11 @@ export class ElastigroupGkeIntegrationGkeOutputReference extends cdktf.ComplexOb } export interface ElastigroupGkeLabels { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#key ElastigroupGke#key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#key ElastigroupGke#key} */ readonly key: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#value ElastigroupGke#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#value ElastigroupGke#value} */ readonly value: string; } @@ -2324,11 +2324,11 @@ export class ElastigroupGkeLabelsList extends cdktf.ComplexList { } export interface ElastigroupGkeMetadata { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#key ElastigroupGke#key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#key ElastigroupGke#key} */ readonly key: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#value ElastigroupGke#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#value ElastigroupGke#value} */ readonly value: string; } @@ -2467,11 +2467,11 @@ export class ElastigroupGkeMetadataList extends cdktf.ComplexList { } export interface ElastigroupGkeNetworkInterfaceAccessConfigs { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#name ElastigroupGke#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#name ElastigroupGke#name} */ readonly name?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#type ElastigroupGke#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#type ElastigroupGke#type} */ readonly type?: string; } @@ -2616,11 +2616,11 @@ export class ElastigroupGkeNetworkInterfaceAccessConfigsList extends cdktf.Compl } export interface ElastigroupGkeNetworkInterfaceAliasIpRanges { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#ip_cidr_range ElastigroupGke#ip_cidr_range} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gke#subnetwork_range_name ElastigroupGke#subnetwork_range_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#subnetwork_range_name ElastigroupGke#subnetwork_range_name} */ readonly subnetworkRangeName: string; } @@ -2759,19 +2759,19 @@ export class ElastigroupGkeNetworkInterfaceAliasIpRangesList extends cdktf.Compl } export interface ElastigroupGkeNetworkInterface { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#network ElastigroupGke#network} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gke#access_configs ElastigroupGke#access_configs} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gke#alias_ip_ranges ElastigroupGke#alias_ip_ranges} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#alias_ip_ranges ElastigroupGke#alias_ip_ranges} */ readonly aliasIpRanges?: ElastigroupGkeNetworkInterfaceAliasIpRanges[] | cdktf.IResolvable; } @@ -2942,11 +2942,11 @@ export class ElastigroupGkeNetworkInterfaceList extends cdktf.ComplexList { } export interface ElastigroupGkeScalingDownPolicyDimensions { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#name ElastigroupGke#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#name ElastigroupGke#name} */ readonly name: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#value ElastigroupGke#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#value ElastigroupGke#value} */ readonly value?: string; } @@ -3088,61 +3088,61 @@ export class ElastigroupGkeScalingDownPolicyDimensionsList extends cdktf.Complex } export interface ElastigroupGkeScalingDownPolicy { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#action_type ElastigroupGke#action_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gke#adjustment ElastigroupGke#adjustment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#adjustment ElastigroupGke#adjustment} */ readonly adjustment?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#cooldown ElastigroupGke#cooldown} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#cooldown ElastigroupGke#cooldown} */ readonly cooldown?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gke#metric_name ElastigroupGke#metric_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gke#namespace ElastigroupGke#namespace} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#namespace ElastigroupGke#namespace} */ readonly namespace: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#operator ElastigroupGke#operator} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#operator ElastigroupGke#operator} */ readonly operator?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#period ElastigroupGke#period} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#period ElastigroupGke#period} */ readonly period?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#policy_name ElastigroupGke#policy_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gke#source ElastigroupGke#source} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#source ElastigroupGke#source} */ readonly source?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#statistic ElastigroupGke#statistic} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#statistic ElastigroupGke#statistic} */ readonly statistic?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#threshold ElastigroupGke#threshold} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#threshold ElastigroupGke#threshold} */ readonly threshold: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#unit ElastigroupGke#unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gke#dimensions ElastigroupGke#dimensions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#dimensions ElastigroupGke#dimensions} */ readonly dimensions?: ElastigroupGkeScalingDownPolicyDimensions[] | cdktf.IResolvable; } @@ -3620,11 +3620,11 @@ export class ElastigroupGkeScalingDownPolicyList extends cdktf.ComplexList { } export interface ElastigroupGkeScalingUpPolicyDimensions { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#name ElastigroupGke#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#name ElastigroupGke#name} */ readonly name: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#value ElastigroupGke#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#value ElastigroupGke#value} */ readonly value?: string; } @@ -3766,61 +3766,61 @@ export class ElastigroupGkeScalingUpPolicyDimensionsList extends cdktf.ComplexLi } export interface ElastigroupGkeScalingUpPolicy { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#action_type ElastigroupGke#action_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gke#adjustment ElastigroupGke#adjustment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#adjustment ElastigroupGke#adjustment} */ readonly adjustment?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#cooldown ElastigroupGke#cooldown} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#cooldown ElastigroupGke#cooldown} */ readonly cooldown?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#evaluation_periods ElastigroupGke#evaluation_periods} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gke#metric_name ElastigroupGke#metric_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gke#namespace ElastigroupGke#namespace} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#namespace ElastigroupGke#namespace} */ readonly namespace: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#operator ElastigroupGke#operator} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#operator ElastigroupGke#operator} */ readonly operator?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#period ElastigroupGke#period} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#period ElastigroupGke#period} */ readonly period?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#policy_name ElastigroupGke#policy_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gke#source ElastigroupGke#source} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#source ElastigroupGke#source} */ readonly source?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#statistic ElastigroupGke#statistic} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#statistic ElastigroupGke#statistic} */ readonly statistic?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#threshold ElastigroupGke#threshold} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#threshold ElastigroupGke#threshold} */ readonly threshold: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#unit ElastigroupGke#unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/elastigroup_gke#dimensions ElastigroupGke#dimensions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#dimensions ElastigroupGke#dimensions} */ readonly dimensions?: ElastigroupGkeScalingUpPolicyDimensions[] | cdktf.IResolvable; } @@ -4298,7 +4298,7 @@ export class ElastigroupGkeScalingUpPolicyList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke spotinst_elastigroup_gke} +* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke spotinst_elastigroup_gke} */ export class ElastigroupGke extends cdktf.TerraformResource { @@ -4314,7 +4314,7 @@ export class ElastigroupGke extends cdktf.TerraformResource { * Generates CDKTF code for importing a ElastigroupGke resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the ElastigroupGke to import - * @param importFromId The id of the existing ElastigroupGke that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing ElastigroupGke that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/elastigroup_gke#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the ElastigroupGke to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -4326,7 +4326,7 @@ export class ElastigroupGke extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/elastigroup_gke spotinst_elastigroup_gke} Resource + * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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 @@ -4337,7 +4337,7 @@ export class ElastigroupGke extends cdktf.TerraformResource { terraformResourceType: 'spotinst_elastigroup_gke', terraformGeneratorMetadata: { providerName: 'spotinst', - providerVersion: '1.169.1', + providerVersion: '1.170.0', providerVersionConstraint: '~> 1.0' }, provider: config.provider, diff --git a/src/health-check/README.md b/src/health-check/README.md index cc6200cf9..15d516b0b 100644 --- a/src/health-check/README.md +++ b/src/health-check/README.md @@ -1,3 +1,3 @@ # `spotinst_health_check` -Refer to the Terraform Registry for docs: [`spotinst_health_check`](https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check). +Refer to the Terraform Registry for docs: [`spotinst_health_check`](https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check). diff --git a/src/health-check/index.ts b/src/health-check/index.ts index 82360f7d8..4f88c7c63 100644 --- a/src/health-check/index.ts +++ b/src/health-check/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check +// https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,70 +13,70 @@ import * as cdktf from 'cdktf'; export interface HealthCheckConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#id HealthCheck#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/health_check#name HealthCheck#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#name HealthCheck#name} */ readonly name?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#proxy_address HealthCheck#proxy_address} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/health_check#proxy_port HealthCheck#proxy_port} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/health_check#resource_id HealthCheck#resource_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/health_check#check HealthCheck#check} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/health_check#end_point HealthCheck#end_point} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/health_check#endpoint HealthCheck#endpoint} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#endpoint HealthCheck#endpoint} */ readonly endpoint?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#healthy HealthCheck#healthy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#healthy HealthCheck#healthy} */ readonly healthy: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#interval HealthCheck#interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#interval HealthCheck#interval} */ readonly interval: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#port HealthCheck#port} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#port HealthCheck#port} */ readonly port: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#protocol HealthCheck#protocol} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#protocol HealthCheck#protocol} */ readonly protocol: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#time_out HealthCheck#time_out} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/health_check#timeout HealthCheck#timeout} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#timeout HealthCheck#timeout} */ readonly timeout?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#unhealthy HealthCheck#unhealthy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#unhealthy HealthCheck#unhealthy} */ readonly unhealthy: number; } @@ -377,7 +377,7 @@ export class HealthCheckCheckOutputReference extends cdktf.ComplexObject { } /** -* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check spotinst_health_check} +* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check spotinst_health_check} */ export class HealthCheck extends cdktf.TerraformResource { @@ -393,7 +393,7 @@ export class HealthCheck extends cdktf.TerraformResource { * Generates CDKTF code for importing a HealthCheck resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the HealthCheck to import - * @param importFromId The id of the existing HealthCheck that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing HealthCheck that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the HealthCheck to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -405,7 +405,7 @@ export class HealthCheck extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/health_check spotinst_health_check} Resource + * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/health_check spotinst_health_check} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -416,7 +416,7 @@ export class HealthCheck extends cdktf.TerraformResource { terraformResourceType: 'spotinst_health_check', terraformGeneratorMetadata: { providerName: 'spotinst', - providerVersion: '1.169.1', + providerVersion: '1.170.0', providerVersionConstraint: '~> 1.0' }, provider: config.provider, diff --git a/src/managed-instance-aws/README.md b/src/managed-instance-aws/README.md index 72071921f..8ef36d42c 100644 --- a/src/managed-instance-aws/README.md +++ b/src/managed-instance-aws/README.md @@ -1,3 +1,3 @@ # `spotinst_managed_instance_aws` -Refer to the Terraform Registry for docs: [`spotinst_managed_instance_aws`](https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws). +Refer to the Terraform Registry for docs: [`spotinst_managed_instance_aws`](https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws). diff --git a/src/managed-instance-aws/index.ts b/src/managed-instance-aws/index.ts index 0601fd9e1..7c8678027 100644 --- a/src/managed-instance-aws/index.ts +++ b/src/managed-instance-aws/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws +// https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,244 +13,244 @@ import * as cdktf from 'cdktf'; export interface ManagedInstanceAwsConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#auto_healing ManagedInstanceAws#auto_healing} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.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.169.1/docs/resources/managed_instance_aws#cpu_credits ManagedInstanceAws#cpu_credits} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/managed_instance_aws#description ManagedInstanceAws#description} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/managed_instance_aws#draining_timeout ManagedInstanceAws#draining_timeout} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/managed_instance_aws#ebs_optimized ManagedInstanceAws#ebs_optimized} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/managed_instance_aws#elastic_ip ManagedInstanceAws#elastic_ip} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/managed_instance_aws#enable_monitoring ManagedInstanceAws#enable_monitoring} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/managed_instance_aws#fallback_to_ondemand ManagedInstanceAws#fallback_to_ondemand} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#fallback_to_ondemand ManagedInstanceAws#fallback_to_ondemand} */ readonly fallbackToOndemand?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#grace_period ManagedInstanceAws#grace_period} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.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.169.1/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.170.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.169.1/docs/resources/managed_instance_aws#id ManagedInstanceAws#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/managed_instance_aws#image_id ManagedInstanceAws#image_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/managed_instance_aws#instance_types ManagedInstanceAws#instance_types} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/managed_instance_aws#key_pair ManagedInstanceAws#key_pair} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/managed_instance_aws#life_cycle ManagedInstanceAws#life_cycle} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.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.169.1/docs/resources/managed_instance_aws#name ManagedInstanceAws#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/managed_instance_aws#optimization_windows ManagedInstanceAws#optimization_windows} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/managed_instance_aws#orientation ManagedInstanceAws#orientation} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.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.169.1/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.170.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.169.1/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.170.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.169.1/docs/resources/managed_instance_aws#placement_tenancy ManagedInstanceAws#placement_tenancy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/managed_instance_aws#preferred_type ManagedInstanceAws#preferred_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/managed_instance_aws#private_ip ManagedInstanceAws#private_ip} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/managed_instance_aws#product ManagedInstanceAws#product} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/managed_instance_aws#region ManagedInstanceAws#region} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.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.169.1/docs/resources/managed_instance_aws#shutdown_script ManagedInstanceAws#shutdown_script} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/managed_instance_aws#subnet_ids ManagedInstanceAws#subnet_ids} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/managed_instance_aws#unhealthy_duration ManagedInstanceAws#unhealthy_duration} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/managed_instance_aws#user_data ManagedInstanceAws#user_data} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.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.169.1/docs/resources/managed_instance_aws#vpc_id ManagedInstanceAws#vpc_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.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.169.1/docs/resources/managed_instance_aws#delete ManagedInstanceAws#delete} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/managed_instance_aws#integration_route53 ManagedInstanceAws#integration_route53} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/managed_instance_aws#load_balancers ManagedInstanceAws#load_balancers} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.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.169.1/docs/resources/managed_instance_aws#network_interface ManagedInstanceAws#network_interface} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.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.169.1/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.170.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.169.1/docs/resources/managed_instance_aws#scheduled_task ManagedInstanceAws#scheduled_task} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/managed_instance_aws#tags ManagedInstanceAws#tags} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.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.169.1/docs/resources/managed_instance_aws#encrypted ManagedInstanceAws#encrypted} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#encrypted ManagedInstanceAws#encrypted} */ readonly encrypted?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#iops ManagedInstanceAws#iops} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/managed_instance_aws#kms_key_id ManagedInstanceAws#kms_key_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#kms_key_id ManagedInstanceAws#kms_key_id} */ readonly kmsKeyId?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#snapshot_id ManagedInstanceAws#snapshot_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#snapshot_id ManagedInstanceAws#snapshot_id} */ readonly snapshotId?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#throughput ManagedInstanceAws#throughput} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/managed_instance_aws#volume_size ManagedInstanceAws#volume_size} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/managed_instance_aws#volume_type ManagedInstanceAws#volume_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#volume_type ManagedInstanceAws#volume_type} */ readonly volumeType?: string; } @@ -537,13 +537,13 @@ export class ManagedInstanceAwsBlockDeviceMappingsEbsOutputReference extends cdk } export interface ManagedInstanceAwsBlockDeviceMappings { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#device_name ManagedInstanceAws#device_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/managed_instance_aws#ebs ManagedInstanceAws#ebs} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#ebs ManagedInstanceAws#ebs} */ readonly ebs?: ManagedInstanceAwsBlockDeviceMappingsEbs; } @@ -685,27 +685,27 @@ export class ManagedInstanceAwsBlockDeviceMappingsList extends cdktf.ComplexList } export interface ManagedInstanceAwsDelete { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.169.1/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.170.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.169.1/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.170.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.169.1/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.170.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.169.1/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.170.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.169.1/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.170.0/docs/resources/managed_instance_aws#should_terminate_instance ManagedInstanceAws#should_terminate_instance} */ readonly shouldTerminateInstance?: boolean | cdktf.IResolvable; } @@ -966,15 +966,15 @@ export class ManagedInstanceAwsDeleteList extends cdktf.ComplexList { } export interface ManagedInstanceAwsIntegrationRoute53DomainsRecordSets { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#name ManagedInstanceAws#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.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.169.1/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.170.0/docs/resources/managed_instance_aws#use_public_ip ManagedInstanceAws#use_public_ip} */ readonly usePublicIp?: boolean | cdktf.IResolvable; } @@ -1145,21 +1145,21 @@ export class ManagedInstanceAwsIntegrationRoute53DomainsRecordSetsList extends c } export interface ManagedInstanceAwsIntegrationRoute53Domains { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.169.1/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.170.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.169.1/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.170.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.169.1/docs/resources/managed_instance_aws#record_sets ManagedInstanceAws#record_sets} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#record_sets ManagedInstanceAws#record_sets} */ readonly recordSets: ManagedInstanceAwsIntegrationRoute53DomainsRecordSets[] | cdktf.IResolvable; } @@ -1358,7 +1358,7 @@ export interface ManagedInstanceAwsIntegrationRoute53 { /** * domains block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#domains ManagedInstanceAws#domains} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#domains ManagedInstanceAws#domains} */ readonly domains: ManagedInstanceAwsIntegrationRoute53Domains[] | cdktf.IResolvable; } @@ -1439,31 +1439,15 @@ export class ManagedInstanceAwsIntegrationRoute53OutputReference extends cdktf.C } export interface ManagedInstanceAwsLoadBalancers { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#arn ManagedInstanceAws#arn} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.169.1/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.169.1/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.169.1/docs/resources/managed_instance_aws#name ManagedInstanceAws#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.169.1/docs/resources/managed_instance_aws#type ManagedInstanceAws#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#type ManagedInstanceAws#type} */ readonly type: string; } @@ -1475,11 +1459,7 @@ export function managedInstanceAwsLoadBalancersToTerraform(struct?: ManagedInsta } return { arn: cdktf.stringToTerraform(struct!.arn), - auto_weight: cdktf.booleanToTerraform(struct!.autoWeight), - az_awareness: cdktf.booleanToTerraform(struct!.azAwareness), - balancer_id: cdktf.stringToTerraform(struct!.balancerId), name: cdktf.stringToTerraform(struct!.name), - target_set_id: cdktf.stringToTerraform(struct!.targetSetId), type: cdktf.stringToTerraform(struct!.type), } } @@ -1497,36 +1477,12 @@ export function managedInstanceAwsLoadBalancersToHclTerraform(struct?: ManagedIn type: "simple", storageClassType: "string", }, - auto_weight: { - value: cdktf.booleanToHclTerraform(struct!.autoWeight), - isBlock: false, - type: "simple", - storageClassType: "boolean", - }, - az_awareness: { - value: cdktf.booleanToHclTerraform(struct!.azAwareness), - isBlock: false, - type: "simple", - storageClassType: "boolean", - }, - balancer_id: { - value: cdktf.stringToHclTerraform(struct!.balancerId), - isBlock: false, - type: "simple", - storageClassType: "string", - }, name: { value: cdktf.stringToHclTerraform(struct!.name), isBlock: false, type: "simple", storageClassType: "string", }, - target_set_id: { - value: cdktf.stringToHclTerraform(struct!.targetSetId), - isBlock: false, - type: "simple", - storageClassType: "string", - }, type: { value: cdktf.stringToHclTerraform(struct!.type), isBlock: false, @@ -1563,26 +1519,10 @@ export class ManagedInstanceAwsLoadBalancersOutputReference extends cdktf.Comple hasAnyValues = true; internalValueResult.arn = this._arn; } - if (this._autoWeight !== undefined) { - hasAnyValues = true; - internalValueResult.autoWeight = this._autoWeight; - } - if (this._azAwareness !== undefined) { - hasAnyValues = true; - internalValueResult.azAwareness = this._azAwareness; - } - if (this._balancerId !== undefined) { - hasAnyValues = true; - internalValueResult.balancerId = this._balancerId; - } if (this._name !== undefined) { hasAnyValues = true; internalValueResult.name = this._name; } - if (this._targetSetId !== undefined) { - hasAnyValues = true; - internalValueResult.targetSetId = this._targetSetId; - } if (this._type !== undefined) { hasAnyValues = true; internalValueResult.type = this._type; @@ -1595,11 +1535,7 @@ export class ManagedInstanceAwsLoadBalancersOutputReference extends cdktf.Comple this.isEmptyObject = false; this.resolvableValue = undefined; this._arn = undefined; - this._autoWeight = undefined; - this._azAwareness = undefined; - this._balancerId = undefined; this._name = undefined; - this._targetSetId = undefined; this._type = undefined; } else if (cdktf.Tokenization.isResolvable(value)) { @@ -1610,11 +1546,7 @@ export class ManagedInstanceAwsLoadBalancersOutputReference extends cdktf.Comple this.isEmptyObject = Object.keys(value).length === 0; this.resolvableValue = undefined; this._arn = value.arn; - this._autoWeight = value.autoWeight; - this._azAwareness = value.azAwareness; - this._balancerId = value.balancerId; this._name = value.name; - this._targetSetId = value.targetSetId; this._type = value.type; } } @@ -1635,54 +1567,6 @@ export class ManagedInstanceAwsLoadBalancersOutputReference extends cdktf.Comple return this._arn; } - // auto_weight - computed: false, optional: true, required: false - private _autoWeight?: boolean | cdktf.IResolvable; - public get autoWeight() { - return this.getBooleanAttribute('auto_weight'); - } - public set autoWeight(value: boolean | cdktf.IResolvable) { - this._autoWeight = value; - } - public resetAutoWeight() { - this._autoWeight = undefined; - } - // Temporarily expose input value. Use with caution. - public get autoWeightInput() { - return this._autoWeight; - } - - // az_awareness - computed: false, optional: true, required: false - private _azAwareness?: boolean | cdktf.IResolvable; - public get azAwareness() { - return this.getBooleanAttribute('az_awareness'); - } - public set azAwareness(value: boolean | cdktf.IResolvable) { - this._azAwareness = value; - } - public resetAzAwareness() { - this._azAwareness = undefined; - } - // Temporarily expose input value. Use with caution. - public get azAwarenessInput() { - return this._azAwareness; - } - - // balancer_id - computed: false, optional: true, required: false - private _balancerId?: string; - public get balancerId() { - return this.getStringAttribute('balancer_id'); - } - public set balancerId(value: string) { - this._balancerId = value; - } - public resetBalancerId() { - this._balancerId = undefined; - } - // Temporarily expose input value. Use with caution. - public get balancerIdInput() { - return this._balancerId; - } - // name - computed: false, optional: true, required: false private _name?: string; public get name() { @@ -1699,22 +1583,6 @@ export class ManagedInstanceAwsLoadBalancersOutputReference extends cdktf.Comple return this._name; } - // target_set_id - computed: false, optional: true, required: false - private _targetSetId?: string; - public get targetSetId() { - return this.getStringAttribute('target_set_id'); - } - public set targetSetId(value: string) { - this._targetSetId = value; - } - public resetTargetSetId() { - this._targetSetId = undefined; - } - // Temporarily expose input value. Use with caution. - public get targetSetIdInput() { - return this._targetSetId; - } - // type - computed: false, optional: false, required: true private _type?: string; public get type() { @@ -1750,7 +1618,7 @@ export class ManagedInstanceAwsLoadBalancersList extends cdktf.ComplexList { } export interface ManagedInstanceAwsManagedInstanceAction { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#type ManagedInstanceAws#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#type ManagedInstanceAws#type} */ readonly type: string; } @@ -1831,15 +1699,15 @@ export class ManagedInstanceAwsManagedInstanceActionOutputReference extends cdkt } export interface ManagedInstanceAwsNetworkInterface { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.169.1/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.170.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.169.1/docs/resources/managed_instance_aws#device_index ManagedInstanceAws#device_index} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#device_index ManagedInstanceAws#device_index} */ readonly deviceIndex: string; } @@ -2010,19 +1878,19 @@ export class ManagedInstanceAwsNetworkInterfaceList extends cdktf.ComplexList { } export interface ManagedInstanceAwsResourceTagSpecification { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.169.1/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.170.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.169.1/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.170.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.169.1/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.170.0/docs/resources/managed_instance_aws#should_tag_volumes ManagedInstanceAws#should_tag_volumes} */ readonly shouldTagVolumes?: boolean | cdktf.IResolvable; } @@ -2225,7 +2093,7 @@ export class ManagedInstanceAwsResourceTagSpecificationList extends cdktf.Comple } export interface ManagedInstanceAwsRevertToSpot { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#perform_at ManagedInstanceAws#perform_at} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#perform_at ManagedInstanceAws#perform_at} */ readonly performAt: string; } @@ -2306,23 +2174,23 @@ export class ManagedInstanceAwsRevertToSpotOutputReference extends cdktf.Complex } export interface ManagedInstanceAwsScheduledTask { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#cron_expression ManagedInstanceAws#cron_expression} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/managed_instance_aws#frequency ManagedInstanceAws#frequency} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/managed_instance_aws#is_enabled ManagedInstanceAws#is_enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/managed_instance_aws#start_time ManagedInstanceAws#start_time} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/managed_instance_aws#task_type ManagedInstanceAws#task_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#task_type ManagedInstanceAws#task_type} */ readonly taskType: string; } @@ -2551,11 +2419,11 @@ export class ManagedInstanceAwsScheduledTaskList extends cdktf.ComplexList { } export interface ManagedInstanceAwsTags { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#key ManagedInstanceAws#key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/managed_instance_aws#value ManagedInstanceAws#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#value ManagedInstanceAws#value} */ readonly value?: string; } @@ -2700,7 +2568,7 @@ export class ManagedInstanceAwsTagsList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws spotinst_managed_instance_aws} +* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws spotinst_managed_instance_aws} */ export class ManagedInstanceAws extends cdktf.TerraformResource { @@ -2716,7 +2584,7 @@ export class ManagedInstanceAws extends cdktf.TerraformResource { * Generates CDKTF code for importing a ManagedInstanceAws resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the ManagedInstanceAws to import - * @param importFromId The id of the existing ManagedInstanceAws that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing ManagedInstanceAws that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/managed_instance_aws#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the ManagedInstanceAws to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -2728,7 +2596,7 @@ export class ManagedInstanceAws extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/managed_instance_aws spotinst_managed_instance_aws} Resource + * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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 @@ -2739,7 +2607,7 @@ export class ManagedInstanceAws extends cdktf.TerraformResource { terraformResourceType: 'spotinst_managed_instance_aws', terraformGeneratorMetadata: { providerName: 'spotinst', - providerVersion: '1.169.1', + providerVersion: '1.170.0', providerVersionConstraint: '~> 1.0' }, provider: config.provider, diff --git a/src/mrscaler-aws/README.md b/src/mrscaler-aws/README.md index ebd84c909..4668df738 100644 --- a/src/mrscaler-aws/README.md +++ b/src/mrscaler-aws/README.md @@ -1,3 +1,3 @@ # `spotinst_mrscaler_aws` -Refer to the Terraform Registry for docs: [`spotinst_mrscaler_aws`](https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws). +Refer to the Terraform Registry for docs: [`spotinst_mrscaler_aws`](https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws). diff --git a/src/mrscaler-aws/index.ts b/src/mrscaler-aws/index.ts index 862cefbad..1ed4ea401 100644 --- a/src/mrscaler-aws/index.ts +++ b/src/mrscaler-aws/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws +// https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,296 +13,296 @@ import * as cdktf from 'cdktf'; export interface MrscalerAwsConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#additional_info MrscalerAws#additional_info} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.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.169.1/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.170.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.169.1/docs/resources/mrscaler_aws#availability_zones MrscalerAws#availability_zones} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/mrscaler_aws#cluster_id MrscalerAws#cluster_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/mrscaler_aws#core_desired_capacity MrscalerAws#core_desired_capacity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/mrscaler_aws#core_ebs_optimized MrscalerAws#core_ebs_optimized} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/mrscaler_aws#core_instance_types MrscalerAws#core_instance_types} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/mrscaler_aws#core_lifecycle MrscalerAws#core_lifecycle} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/mrscaler_aws#core_max_size MrscalerAws#core_max_size} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/mrscaler_aws#core_min_size MrscalerAws#core_min_size} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/mrscaler_aws#core_unit MrscalerAws#core_unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/mrscaler_aws#custom_ami_id MrscalerAws#custom_ami_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/mrscaler_aws#description MrscalerAws#description} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#description MrscalerAws#description} */ readonly description?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.169.1/docs/resources/mrscaler_aws#ec2_key_name MrscalerAws#ec2_key_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/mrscaler_aws#expose_cluster_id MrscalerAws#expose_cluster_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/mrscaler_aws#id MrscalerAws#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/mrscaler_aws#job_flow_role MrscalerAws#job_flow_role} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.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.169.1/docs/resources/mrscaler_aws#log_uri MrscalerAws#log_uri} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.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.169.1/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.170.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.169.1/docs/resources/mrscaler_aws#master_ebs_optimized MrscalerAws#master_ebs_optimized} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/mrscaler_aws#master_instance_types MrscalerAws#master_instance_types} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/mrscaler_aws#master_lifecycle MrscalerAws#master_lifecycle} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/mrscaler_aws#master_target MrscalerAws#master_target} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/mrscaler_aws#name MrscalerAws#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#name MrscalerAws#name} */ readonly name: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#region MrscalerAws#region} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#region MrscalerAws#region} */ readonly region?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#release_label MrscalerAws#release_label} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.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.169.1/docs/resources/mrscaler_aws#retries MrscalerAws#retries} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#retries MrscalerAws#retries} */ readonly retries?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#security_config MrscalerAws#security_config} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.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.169.1/docs/resources/mrscaler_aws#service_role MrscalerAws#service_role} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/mrscaler_aws#strategy MrscalerAws#strategy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#strategy MrscalerAws#strategy} */ readonly strategy: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#task_desired_capacity MrscalerAws#task_desired_capacity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/mrscaler_aws#task_ebs_optimized MrscalerAws#task_ebs_optimized} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/mrscaler_aws#task_instance_types MrscalerAws#task_instance_types} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/mrscaler_aws#task_lifecycle MrscalerAws#task_lifecycle} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/mrscaler_aws#task_max_size MrscalerAws#task_max_size} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/mrscaler_aws#task_min_size MrscalerAws#task_min_size} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/mrscaler_aws#task_unit MrscalerAws#task_unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/mrscaler_aws#termination_protected MrscalerAws#termination_protected} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.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.169.1/docs/resources/mrscaler_aws#applications MrscalerAws#applications} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/mrscaler_aws#bootstrap_actions_file MrscalerAws#bootstrap_actions_file} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/mrscaler_aws#configurations_file MrscalerAws#configurations_file} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.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.169.1/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.170.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.169.1/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.170.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.169.1/docs/resources/mrscaler_aws#instance_weights MrscalerAws#instance_weights} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.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.169.1/docs/resources/mrscaler_aws#provisioning_timeout MrscalerAws#provisioning_timeout} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/mrscaler_aws#scheduled_task MrscalerAws#scheduled_task} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/mrscaler_aws#steps_file MrscalerAws#steps_file} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/mrscaler_aws#tags MrscalerAws#tags} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.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.169.1/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.170.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.169.1/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.170.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.169.1/docs/resources/mrscaler_aws#termination_policies MrscalerAws#termination_policies} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/mrscaler_aws#args MrscalerAws#args} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#args MrscalerAws#args} */ readonly args?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#name MrscalerAws#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#name MrscalerAws#name} */ readonly name: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#version MrscalerAws#version} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#version MrscalerAws#version} */ readonly version?: string; } @@ -473,11 +473,11 @@ export class MrscalerAwsApplicationsList extends cdktf.ComplexList { } export interface MrscalerAwsBootstrapActionsFile { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket} */ readonly bucket: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#key MrscalerAws#key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#key MrscalerAws#key} */ readonly key: string; } @@ -616,11 +616,11 @@ export class MrscalerAwsBootstrapActionsFileList extends cdktf.ComplexList { } export interface MrscalerAwsConfigurationsFile { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket} */ readonly bucket: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#key MrscalerAws#key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#key MrscalerAws#key} */ readonly key: string; } @@ -759,19 +759,19 @@ export class MrscalerAwsConfigurationsFileList extends cdktf.ComplexList { } export interface MrscalerAwsCoreEbsBlockDevice { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#iops MrscalerAws#iops} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops} */ readonly iops?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#size_in_gb MrscalerAws#size_in_gb} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance} */ readonly volumesPerInstance?: number; } @@ -968,75 +968,75 @@ export class MrscalerAwsCoreEbsBlockDeviceList extends cdktf.ComplexList { } export interface MrscalerAwsCoreScalingDownPolicy { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment} */ readonly adjustment?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown} */ readonly cooldown?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum} */ readonly maximum?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum} */ readonly minimum?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace} */ readonly namespace: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#operator MrscalerAws#operator} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator} */ readonly operator?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#period MrscalerAws#period} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#period MrscalerAws#period} */ readonly period?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic} */ readonly statistic?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#target MrscalerAws#target} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#target MrscalerAws#target} */ readonly target?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold} */ readonly threshold: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#unit MrscalerAws#unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit} */ readonly unit: string; } @@ -1630,75 +1630,75 @@ export class MrscalerAwsCoreScalingDownPolicyList extends cdktf.ComplexList { } export interface MrscalerAwsCoreScalingUpPolicy { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment} */ readonly adjustment?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown} */ readonly cooldown?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum} */ readonly maximum?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum} */ readonly minimum?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace} */ readonly namespace: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#operator MrscalerAws#operator} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator} */ readonly operator?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#period MrscalerAws#period} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#period MrscalerAws#period} */ readonly period?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic} */ readonly statistic?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#target MrscalerAws#target} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#target MrscalerAws#target} */ readonly target?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold} */ readonly threshold: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#unit MrscalerAws#unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit} */ readonly unit: string; } @@ -2292,11 +2292,11 @@ export class MrscalerAwsCoreScalingUpPolicyList extends cdktf.ComplexList { } export interface MrscalerAwsInstanceWeights { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#instance_type MrscalerAws#instance_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/mrscaler_aws#weighted_capacity MrscalerAws#weighted_capacity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#weighted_capacity MrscalerAws#weighted_capacity} */ readonly weightedCapacity: number; } @@ -2435,19 +2435,19 @@ export class MrscalerAwsInstanceWeightsList extends cdktf.ComplexList { } export interface MrscalerAwsMasterEbsBlockDevice { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#iops MrscalerAws#iops} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops} */ readonly iops?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#size_in_gb MrscalerAws#size_in_gb} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance} */ readonly volumesPerInstance?: number; } @@ -2644,11 +2644,11 @@ export class MrscalerAwsMasterEbsBlockDeviceList extends cdktf.ComplexList { } export interface MrscalerAwsProvisioningTimeout { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#timeout MrscalerAws#timeout} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#timeout MrscalerAws#timeout} */ readonly timeout: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#timeout_action MrscalerAws#timeout_action} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#timeout_action MrscalerAws#timeout_action} */ readonly timeoutAction: string; } @@ -2755,31 +2755,31 @@ export class MrscalerAwsProvisioningTimeoutOutputReference extends cdktf.Complex } export interface MrscalerAwsScheduledTask { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#cron MrscalerAws#cron} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#cron MrscalerAws#cron} */ readonly cron: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#desired_capacity MrscalerAws#desired_capacity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/mrscaler_aws#instance_group_type MrscalerAws#instance_group_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/mrscaler_aws#is_enabled MrscalerAws#is_enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/mrscaler_aws#max_capacity MrscalerAws#max_capacity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/mrscaler_aws#min_capacity MrscalerAws#min_capacity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/mrscaler_aws#task_type MrscalerAws#task_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#task_type MrscalerAws#task_type} */ readonly taskType: string; } @@ -3060,11 +3060,11 @@ export class MrscalerAwsScheduledTaskList extends cdktf.ComplexList { } export interface MrscalerAwsStepsFile { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#bucket MrscalerAws#bucket} */ readonly bucket: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#key MrscalerAws#key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#key MrscalerAws#key} */ readonly key: string; } @@ -3203,11 +3203,11 @@ export class MrscalerAwsStepsFileList extends cdktf.ComplexList { } export interface MrscalerAwsTags { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#key MrscalerAws#key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#key MrscalerAws#key} */ readonly key: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#value MrscalerAws#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#value MrscalerAws#value} */ readonly value: string; } @@ -3346,19 +3346,19 @@ export class MrscalerAwsTagsList extends cdktf.ComplexList { } export interface MrscalerAwsTaskEbsBlockDevice { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#iops MrscalerAws#iops} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#iops MrscalerAws#iops} */ readonly iops?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#size_in_gb MrscalerAws#size_in_gb} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/mrscaler_aws#volume_type MrscalerAws#volume_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#volumes_per_instance MrscalerAws#volumes_per_instance} */ readonly volumesPerInstance?: number; } @@ -3555,75 +3555,75 @@ export class MrscalerAwsTaskEbsBlockDeviceList extends cdktf.ComplexList { } export interface MrscalerAwsTaskScalingDownPolicy { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment} */ readonly adjustment?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown} */ readonly cooldown?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum} */ readonly maximum?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum} */ readonly minimum?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace} */ readonly namespace: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#operator MrscalerAws#operator} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator} */ readonly operator?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#period MrscalerAws#period} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#period MrscalerAws#period} */ readonly period?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic} */ readonly statistic?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#target MrscalerAws#target} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#target MrscalerAws#target} */ readonly target?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold} */ readonly threshold: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#unit MrscalerAws#unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit} */ readonly unit: string; } @@ -4217,75 +4217,75 @@ export class MrscalerAwsTaskScalingDownPolicyList extends cdktf.ComplexList { } export interface MrscalerAwsTaskScalingUpPolicy { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#action_type MrscalerAws#action_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#adjustment MrscalerAws#adjustment} */ readonly adjustment?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#cooldown MrscalerAws#cooldown} */ readonly cooldown?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#dimensions MrscalerAws#dimensions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/mrscaler_aws#max_target_capacity MrscalerAws#max_target_capacity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#maximum MrscalerAws#maximum} */ readonly maximum?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/mrscaler_aws#min_target_capacity MrscalerAws#min_target_capacity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#minimum MrscalerAws#minimum} */ readonly minimum?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace} */ readonly namespace: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#operator MrscalerAws#operator} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator} */ readonly operator?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#period MrscalerAws#period} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#period MrscalerAws#period} */ readonly period?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#policy_name MrscalerAws#policy_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic} */ readonly statistic?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#target MrscalerAws#target} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#target MrscalerAws#target} */ readonly target?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold} */ readonly threshold: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#unit MrscalerAws#unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit} */ readonly unit: string; } @@ -4879,35 +4879,35 @@ export class MrscalerAwsTaskScalingUpPolicyList extends cdktf.ComplexList { } export interface MrscalerAwsTerminationPoliciesStatements { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#evaluation_periods MrscalerAws#evaluation_periods} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/mrscaler_aws#metric_name MrscalerAws#metric_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#namespace MrscalerAws#namespace} */ readonly namespace: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#operator MrscalerAws#operator} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#operator MrscalerAws#operator} */ readonly operator?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#period MrscalerAws#period} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#period MrscalerAws#period} */ readonly period?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#statistic MrscalerAws#statistic} */ readonly statistic?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#threshold MrscalerAws#threshold} */ readonly threshold: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#unit MrscalerAws#unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#unit MrscalerAws#unit} */ readonly unit?: string; } @@ -5219,7 +5219,7 @@ export interface MrscalerAwsTerminationPolicies { /** * statements block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#statements MrscalerAws#statements} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#statements MrscalerAws#statements} */ readonly statements: MrscalerAwsTerminationPoliciesStatements[] | cdktf.IResolvable; } @@ -5332,7 +5332,7 @@ export class MrscalerAwsTerminationPoliciesList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws spotinst_mrscaler_aws} +* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws spotinst_mrscaler_aws} */ export class MrscalerAws extends cdktf.TerraformResource { @@ -5348,7 +5348,7 @@ export class MrscalerAws extends cdktf.TerraformResource { * Generates CDKTF code for importing a MrscalerAws resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the MrscalerAws to import - * @param importFromId The id of the existing MrscalerAws that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing MrscalerAws that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the MrscalerAws to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -5360,7 +5360,7 @@ export class MrscalerAws extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/mrscaler_aws spotinst_mrscaler_aws} Resource + * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/mrscaler_aws spotinst_mrscaler_aws} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -5371,7 +5371,7 @@ export class MrscalerAws extends cdktf.TerraformResource { terraformResourceType: 'spotinst_mrscaler_aws', terraformGeneratorMetadata: { providerName: 'spotinst', - providerVersion: '1.169.1', + providerVersion: '1.170.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 454cfe9af..9acadcf7a 100644 --- a/src/ocean-aks-np-virtual-node-group/README.md +++ b/src/ocean-aks-np-virtual-node-group/README.md @@ -1,3 +1,3 @@ # `spotinst_ocean_aks_np_virtual_node_group` -Refer to the Terraform Registry for docs: [`spotinst_ocean_aks_np_virtual_node_group`](https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group). +Refer to the Terraform Registry for docs: [`spotinst_ocean_aks_np_virtual_node_group`](https://registry.terraform.io/providers/spotinst/spotinst/1.170.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 48ea06d1c..ad51e60da 100644 --- a/src/ocean-aks-np-virtual-node-group/index.ts +++ b/src/ocean-aks-np-virtual-node-group/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group +// https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,168 +13,168 @@ import * as cdktf from 'cdktf'; export interface OceanAksNpVirtualNodeGroupConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.169.1/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.170.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.169.1/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.170.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.169.1/docs/resources/ocean_aks_np_virtual_node_group#id OceanAksNpVirtualNodeGroup#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.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.169.1/docs/resources/ocean_aks_np_virtual_node_group#labels OceanAksNpVirtualNodeGroup#labels} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.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.169.1/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.170.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.169.1/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.170.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.169.1/docs/resources/ocean_aks_np_virtual_node_group#name OceanAksNpVirtualNodeGroup#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.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.169.1/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.170.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.169.1/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.170.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.169.1/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.170.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.169.1/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.170.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.169.1/docs/resources/ocean_aks_np_virtual_node_group#pod_subnet_ids OceanAksNpVirtualNodeGroup#pod_subnet_ids} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#pod_subnet_ids OceanAksNpVirtualNodeGroup#pod_subnet_ids} */ readonly podSubnetIds?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.169.1/docs/resources/ocean_aks_np_virtual_node_group#tags OceanAksNpVirtualNodeGroup#tags} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#tags OceanAksNpVirtualNodeGroup#tags} */ readonly tags?: { [key: string]: string }; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#vnet_subnet_ids OceanAksNpVirtualNodeGroup#vnet_subnet_ids} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#vnet_subnet_ids OceanAksNpVirtualNodeGroup#vnet_subnet_ids} */ readonly vnetSubnetIds?: string[]; /** * filters block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#filters OceanAksNpVirtualNodeGroup#filters} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aks_np_virtual_node_group#headrooms OceanAksNpVirtualNodeGroup#headrooms} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aks_np_virtual_node_group#taints OceanAksNpVirtualNodeGroup#taints} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#taints OceanAksNpVirtualNodeGroup#taints} */ readonly taints?: OceanAksNpVirtualNodeGroupTaints[] | cdktf.IResolvable; /** * update_policy block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#update_policy OceanAksNpVirtualNodeGroup#update_policy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#update_policy OceanAksNpVirtualNodeGroup#update_policy} */ readonly updatePolicy?: OceanAksNpVirtualNodeGroupUpdatePolicy; } export interface OceanAksNpVirtualNodeGroupFilters { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#accelerated_networking OceanAksNpVirtualNodeGroup#accelerated_networking} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#accelerated_networking OceanAksNpVirtualNodeGroup#accelerated_networking} */ readonly acceleratedNetworking?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#architectures OceanAksNpVirtualNodeGroup#architectures} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aks_np_virtual_node_group#disk_performance OceanAksNpVirtualNodeGroup#disk_performance} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#disk_performance OceanAksNpVirtualNodeGroup#disk_performance} */ readonly diskPerformance?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.169.1/docs/resources/ocean_aks_np_virtual_node_group#gpu_types OceanAksNpVirtualNodeGroup#gpu_types} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#gpu_types OceanAksNpVirtualNodeGroup#gpu_types} */ readonly gpuTypes?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#max_gpu OceanAksNpVirtualNodeGroup#max_gpu} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#max_gpu OceanAksNpVirtualNodeGroup#max_gpu} */ readonly maxGpu?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.169.1/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.170.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.169.1/docs/resources/ocean_aks_np_virtual_node_group#min_disk OceanAksNpVirtualNodeGroup#min_disk} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#min_disk OceanAksNpVirtualNodeGroup#min_disk} */ readonly minDisk?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#min_gpu OceanAksNpVirtualNodeGroup#min_gpu} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#min_gpu OceanAksNpVirtualNodeGroup#min_gpu} */ readonly minGpu?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.169.1/docs/resources/ocean_aks_np_virtual_node_group#min_nics OceanAksNpVirtualNodeGroup#min_nics} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#min_nics OceanAksNpVirtualNodeGroup#min_nics} */ readonly minNics?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.169.1/docs/resources/ocean_aks_np_virtual_node_group#series OceanAksNpVirtualNodeGroup#series} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#series OceanAksNpVirtualNodeGroup#series} */ readonly series?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#vm_types OceanAksNpVirtualNodeGroup#vm_types} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#vm_types OceanAksNpVirtualNodeGroup#vm_types} */ readonly vmTypes?: string[]; } @@ -664,19 +664,19 @@ export class OceanAksNpVirtualNodeGroupFiltersOutputReference extends cdktf.Comp } export interface OceanAksNpVirtualNodeGroupHeadrooms { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.169.1/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.170.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.169.1/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.170.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.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group#num_of_units OceanAksNpVirtualNodeGroup#num_of_units} */ readonly numOfUnits?: number; } @@ -879,15 +879,15 @@ export class OceanAksNpVirtualNodeGroupHeadroomsList extends cdktf.ComplexList { } export interface OceanAksNpVirtualNodeGroupTaints { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#effect OceanAksNpVirtualNodeGroup#effect} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aks_np_virtual_node_group#key OceanAksNpVirtualNodeGroup#key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aks_np_virtual_node_group#value OceanAksNpVirtualNodeGroup#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#value OceanAksNpVirtualNodeGroup#value} */ readonly value: string; } @@ -1052,35 +1052,35 @@ export class OceanAksNpVirtualNodeGroupTaintsList extends cdktf.ComplexList { } export interface OceanAksNpVirtualNodeGroupUpdatePolicyRollConfig { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#batch_min_healthy_percentage OceanAksNpVirtualNodeGroup#batch_min_healthy_percentage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#batch_min_healthy_percentage OceanAksNpVirtualNodeGroup#batch_min_healthy_percentage} */ readonly batchMinHealthyPercentage?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#batch_size_percentage OceanAksNpVirtualNodeGroup#batch_size_percentage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#batch_size_percentage OceanAksNpVirtualNodeGroup#batch_size_percentage} */ readonly batchSizePercentage?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#comment OceanAksNpVirtualNodeGroup#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#comment OceanAksNpVirtualNodeGroup#comment} */ readonly comment?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#node_names OceanAksNpVirtualNodeGroup#node_names} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#node_names OceanAksNpVirtualNodeGroup#node_names} */ readonly nodeNames?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#node_pool_names OceanAksNpVirtualNodeGroup#node_pool_names} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#node_pool_names OceanAksNpVirtualNodeGroup#node_pool_names} */ readonly nodePoolNames?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#respect_pdb OceanAksNpVirtualNodeGroup#respect_pdb} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#respect_pdb OceanAksNpVirtualNodeGroup#respect_pdb} */ readonly respectPdb?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#respect_restrict_scale_down OceanAksNpVirtualNodeGroup#respect_restrict_scale_down} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#respect_restrict_scale_down OceanAksNpVirtualNodeGroup#respect_restrict_scale_down} */ readonly respectRestrictScaleDown?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#vng_ids OceanAksNpVirtualNodeGroup#vng_ids} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#vng_ids OceanAksNpVirtualNodeGroup#vng_ids} */ readonly vngIds?: string[]; } @@ -1367,17 +1367,17 @@ export class OceanAksNpVirtualNodeGroupUpdatePolicyRollConfigOutputReference ext } export interface OceanAksNpVirtualNodeGroupUpdatePolicy { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#conditioned_roll OceanAksNpVirtualNodeGroup#conditioned_roll} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#conditioned_roll OceanAksNpVirtualNodeGroup#conditioned_roll} */ readonly conditionedRoll?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#should_roll OceanAksNpVirtualNodeGroup#should_roll} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#should_roll OceanAksNpVirtualNodeGroup#should_roll} */ readonly shouldRoll: boolean | cdktf.IResolvable; /** * roll_config block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#roll_config OceanAksNpVirtualNodeGroup#roll_config} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#roll_config OceanAksNpVirtualNodeGroup#roll_config} */ readonly rollConfig?: OceanAksNpVirtualNodeGroupUpdatePolicyRollConfig; } @@ -1516,7 +1516,7 @@ export class OceanAksNpVirtualNodeGroupUpdatePolicyOutputReference extends cdktf } /** -* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np_virtual_node_group spotinst_ocean_aks_np_virtual_node_group} */ export class OceanAksNpVirtualNodeGroup extends cdktf.TerraformResource { @@ -1532,7 +1532,7 @@ export class OceanAksNpVirtualNodeGroup extends cdktf.TerraformResource { * Generates CDKTF code for importing a OceanAksNpVirtualNodeGroup resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the OceanAksNpVirtualNodeGroup to import - * @param importFromId The id of the existing OceanAksNpVirtualNodeGroup that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np_virtual_node_group#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing OceanAksNpVirtualNodeGroup that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np_virtual_node_group#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the OceanAksNpVirtualNodeGroup to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -1544,7 +1544,7 @@ export class OceanAksNpVirtualNodeGroup extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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 @@ -1555,7 +1555,7 @@ export class OceanAksNpVirtualNodeGroup extends cdktf.TerraformResource { terraformResourceType: 'spotinst_ocean_aks_np_virtual_node_group', terraformGeneratorMetadata: { providerName: 'spotinst', - providerVersion: '1.169.1', + providerVersion: '1.170.0', providerVersionConstraint: '~> 1.0' }, provider: config.provider, diff --git a/src/ocean-aks-np/README.md b/src/ocean-aks-np/README.md index 5672a28ff..a265d3a3b 100644 --- a/src/ocean-aks-np/README.md +++ b/src/ocean-aks-np/README.md @@ -1,3 +1,3 @@ # `spotinst_ocean_aks_np` -Refer to the Terraform Registry for docs: [`spotinst_ocean_aks_np`](https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np). +Refer to the Terraform Registry for docs: [`spotinst_ocean_aks_np`](https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np). diff --git a/src/ocean-aks-np/index.ts b/src/ocean-aks-np/index.ts index edc73223a..d27cb732b 100644 --- a/src/ocean-aks-np/index.ts +++ b/src/ocean-aks-np/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np +// https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,146 +13,146 @@ import * as cdktf from 'cdktf'; export interface OceanAksNpConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.169.1/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.170.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.169.1/docs/resources/ocean_aks_np#aks_region OceanAksNp#aks_region} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.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.169.1/docs/resources/ocean_aks_np#availability_zones OceanAksNp#availability_zones} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.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.169.1/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.170.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.169.1/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.170.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.169.1/docs/resources/ocean_aks_np#id OceanAksNp#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aks_np#kubernetes_version OceanAksNp#kubernetes_version} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aks_np#labels OceanAksNp#labels} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aks_np#max_count OceanAksNp#max_count} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.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.169.1/docs/resources/ocean_aks_np#min_count OceanAksNp#min_count} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aks_np#name OceanAksNp#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.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.169.1/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.170.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.169.1/docs/resources/ocean_aks_np#os_sku OceanAksNp#os_sku} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aks_np#os_type OceanAksNp#os_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aks_np#pod_subnet_ids OceanAksNp#pod_subnet_ids} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#pod_subnet_ids OceanAksNp#pod_subnet_ids} */ readonly podSubnetIds?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#spot_percentage OceanAksNp#spot_percentage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aks_np#tags OceanAksNp#tags} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#tags OceanAksNp#tags} */ readonly tags?: { [key: string]: string }; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#vnet_subnet_ids OceanAksNp#vnet_subnet_ids} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#vnet_subnet_ids OceanAksNp#vnet_subnet_ids} */ readonly vnetSubnetIds?: string[]; /** * autoscaler block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#autoscaler OceanAksNp#autoscaler} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aks_np#filters OceanAksNp#filters} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aks_np#headrooms OceanAksNp#headrooms} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aks_np#health OceanAksNp#health} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aks_np#scheduling OceanAksNp#scheduling} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aks_np#taints OceanAksNp#taints} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#taints OceanAksNp#taints} */ readonly taints?: OceanAksNpTaints[] | cdktf.IResolvable; /** * update_policy block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#update_policy OceanAksNp#update_policy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#update_policy OceanAksNp#update_policy} */ readonly updatePolicy?: OceanAksNpUpdatePolicy; } export interface OceanAksNpAutoscalerAutoscaleDown { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_np#max_scale_down_percentage OceanAksNp#max_scale_down_percentage} */ readonly maxScaleDownPercentage?: number; } @@ -236,11 +236,11 @@ export class OceanAksNpAutoscalerAutoscaleDownOutputReference extends cdktf.Comp } export interface OceanAksNpAutoscalerAutoscaleHeadroomAutomatic { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#is_enabled OceanAksNp#is_enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aks_np#percentage OceanAksNp#percentage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#percentage OceanAksNp#percentage} */ readonly percentage?: number; } @@ -355,7 +355,7 @@ export interface OceanAksNpAutoscalerAutoscaleHeadroom { /** * automatic block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#automatic OceanAksNp#automatic} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#automatic OceanAksNp#automatic} */ readonly automatic?: OceanAksNpAutoscalerAutoscaleHeadroomAutomatic; } @@ -439,11 +439,11 @@ export class OceanAksNpAutoscalerAutoscaleHeadroomOutputReference extends cdktf. } export interface OceanAksNpAutoscalerResourceLimits { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.169.1/docs/resources/ocean_aks_np#max_vcpu OceanAksNp#max_vcpu} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#max_vcpu OceanAksNp#max_vcpu} */ readonly maxVcpu?: number; } @@ -556,25 +556,25 @@ export class OceanAksNpAutoscalerResourceLimitsOutputReference extends cdktf.Com } export interface OceanAksNpAutoscaler { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.169.1/docs/resources/ocean_aks_np#autoscale_down OceanAksNp#autoscale_down} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aks_np#autoscale_headroom OceanAksNp#autoscale_headroom} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aks_np#resource_limits OceanAksNp#resource_limits} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#resource_limits OceanAksNp#resource_limits} */ readonly resourceLimits?: OceanAksNpAutoscalerResourceLimits; } @@ -745,63 +745,63 @@ export class OceanAksNpAutoscalerOutputReference extends cdktf.ComplexObject { } export interface OceanAksNpFilters { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#accelerated_networking OceanAksNp#accelerated_networking} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#accelerated_networking OceanAksNp#accelerated_networking} */ readonly acceleratedNetworking?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#architectures OceanAksNp#architectures} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aks_np#disk_performance OceanAksNp#disk_performance} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#disk_performance OceanAksNp#disk_performance} */ readonly diskPerformance?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#exclude_series OceanAksNp#exclude_series} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aks_np#gpu_types OceanAksNp#gpu_types} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#gpu_types OceanAksNp#gpu_types} */ readonly gpuTypes?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#max_gpu OceanAksNp#max_gpu} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#max_gpu OceanAksNp#max_gpu} */ readonly maxGpu?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.169.1/docs/resources/ocean_aks_np#max_vcpu OceanAksNp#max_vcpu} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aks_np#min_disk OceanAksNp#min_disk} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#min_disk OceanAksNp#min_disk} */ readonly minDisk?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#min_gpu OceanAksNp#min_gpu} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#min_gpu OceanAksNp#min_gpu} */ readonly minGpu?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.169.1/docs/resources/ocean_aks_np#min_nics OceanAksNp#min_nics} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#min_nics OceanAksNp#min_nics} */ readonly minNics?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#min_vcpu OceanAksNp#min_vcpu} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aks_np#series OceanAksNp#series} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#series OceanAksNp#series} */ readonly series?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#vm_types OceanAksNp#vm_types} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#vm_types OceanAksNp#vm_types} */ readonly vmTypes?: string[]; } @@ -1291,19 +1291,19 @@ export class OceanAksNpFiltersOutputReference extends cdktf.ComplexObject { } export interface OceanAksNpHeadrooms { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.169.1/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.170.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.169.1/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.170.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.169.1/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.170.0/docs/resources/ocean_aks_np#num_of_units OceanAksNp#num_of_units} */ readonly numOfUnits?: number; } @@ -1506,7 +1506,7 @@ export class OceanAksNpHeadroomsList extends cdktf.ComplexList { } export interface OceanAksNpHealth { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#grace_period OceanAksNp#grace_period} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#grace_period OceanAksNp#grace_period} */ readonly gracePeriod?: number; } @@ -1590,11 +1590,11 @@ export class OceanAksNpHealthOutputReference extends cdktf.ComplexObject { } export interface OceanAksNpSchedulingShutdownHours { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#is_enabled OceanAksNp#is_enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aks_np#time_windows OceanAksNp#time_windows} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#time_windows OceanAksNp#time_windows} */ readonly timeWindows: string[]; } @@ -1706,7 +1706,7 @@ export interface OceanAksNpScheduling { /** * shutdown_hours block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#shutdown_hours OceanAksNp#shutdown_hours} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#shutdown_hours OceanAksNp#shutdown_hours} */ readonly shutdownHours?: OceanAksNpSchedulingShutdownHours; } @@ -1790,15 +1790,15 @@ export class OceanAksNpSchedulingOutputReference extends cdktf.ComplexObject { } export interface OceanAksNpTaints { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#effect OceanAksNp#effect} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aks_np#key OceanAksNp#key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aks_np#value OceanAksNp#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#value OceanAksNp#value} */ readonly value: string; } @@ -1963,35 +1963,35 @@ export class OceanAksNpTaintsList extends cdktf.ComplexList { } export interface OceanAksNpUpdatePolicyRollConfig { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#batch_min_healthy_percentage OceanAksNp#batch_min_healthy_percentage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#batch_min_healthy_percentage OceanAksNp#batch_min_healthy_percentage} */ readonly batchMinHealthyPercentage?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#batch_size_percentage OceanAksNp#batch_size_percentage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#batch_size_percentage OceanAksNp#batch_size_percentage} */ readonly batchSizePercentage?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#comment OceanAksNp#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#comment OceanAksNp#comment} */ readonly comment?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#node_names OceanAksNp#node_names} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#node_names OceanAksNp#node_names} */ readonly nodeNames?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#node_pool_names OceanAksNp#node_pool_names} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#node_pool_names OceanAksNp#node_pool_names} */ readonly nodePoolNames?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#respect_pdb OceanAksNp#respect_pdb} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#respect_pdb OceanAksNp#respect_pdb} */ readonly respectPdb?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#respect_restrict_scale_down OceanAksNp#respect_restrict_scale_down} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#respect_restrict_scale_down OceanAksNp#respect_restrict_scale_down} */ readonly respectRestrictScaleDown?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#vng_ids OceanAksNp#vng_ids} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#vng_ids OceanAksNp#vng_ids} */ readonly vngIds?: string[]; } @@ -2278,17 +2278,17 @@ export class OceanAksNpUpdatePolicyRollConfigOutputReference extends cdktf.Compl } export interface OceanAksNpUpdatePolicy { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#conditioned_roll OceanAksNp#conditioned_roll} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#conditioned_roll OceanAksNp#conditioned_roll} */ readonly conditionedRoll?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#should_roll OceanAksNp#should_roll} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#should_roll OceanAksNp#should_roll} */ readonly shouldRoll: boolean | cdktf.IResolvable; /** * roll_config block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#roll_config OceanAksNp#roll_config} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#roll_config OceanAksNp#roll_config} */ readonly rollConfig?: OceanAksNpUpdatePolicyRollConfig; } @@ -2427,7 +2427,7 @@ export class OceanAksNpUpdatePolicyOutputReference extends cdktf.ComplexObject { } /** -* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np spotinst_ocean_aks_np} +* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np spotinst_ocean_aks_np} */ export class OceanAksNp extends cdktf.TerraformResource { @@ -2443,7 +2443,7 @@ export class OceanAksNp extends cdktf.TerraformResource { * Generates CDKTF code for importing a OceanAksNp resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the OceanAksNp to import - * @param importFromId The id of the existing OceanAksNp that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing OceanAksNp that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_np#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the OceanAksNp to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -2455,7 +2455,7 @@ export class OceanAksNp extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_np spotinst_ocean_aks_np} Resource + * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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 @@ -2466,7 +2466,7 @@ export class OceanAksNp extends cdktf.TerraformResource { terraformResourceType: 'spotinst_ocean_aks_np', terraformGeneratorMetadata: { providerName: 'spotinst', - providerVersion: '1.169.1', + providerVersion: '1.170.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 9514d7c1f..f1ab65685 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 Registry for docs: [`spotinst_ocean_aks_virtual_node_group`](https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_virtual_node_group). +Refer to the Terraform Registry for docs: [`spotinst_ocean_aks_virtual_node_group`](https://registry.terraform.io/providers/spotinst/spotinst/1.170.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 d8392ba52..7eac139d0 100644 --- a/src/ocean-aks-virtual-node-group/index.ts +++ b/src/ocean-aks-virtual-node-group/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_virtual_node_group +// https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_virtual_node_group // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,70 +13,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.169.1/docs/resources/ocean_aks_virtual_node_group#id OceanAksVirtualNodeGroup#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aks_virtual_node_group#name OceanAksVirtualNodeGroup#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.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.169.1/docs/resources/ocean_aks_virtual_node_group#zones OceanAksVirtualNodeGroup#zones} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aks_virtual_node_group#autoscale OceanAksVirtualNodeGroup#autoscale} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aks_virtual_node_group#label OceanAksVirtualNodeGroup#label} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.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.169.1/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.170.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.169.1/docs/resources/ocean_aks_virtual_node_group#taint OceanAksVirtualNodeGroup#taint} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.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.169.1/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.170.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.169.1/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.170.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.169.1/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.170.0/docs/resources/ocean_aks_virtual_node_group#num_of_units OceanAksVirtualNodeGroup#num_of_units} */ readonly numOfUnits: number; } @@ -276,13 +276,13 @@ export class OceanAksVirtualNodeGroupAutoscaleAutoscaleHeadroomList extends cdkt } export interface OceanAksVirtualNodeGroupAutoscale { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.169.1/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.170.0/docs/resources/ocean_aks_virtual_node_group#autoscale_headroom OceanAksVirtualNodeGroup#autoscale_headroom} */ readonly autoscaleHeadroom?: OceanAksVirtualNodeGroupAutoscaleAutoscaleHeadroom[] | cdktf.IResolvable; } @@ -427,11 +427,11 @@ export class OceanAksVirtualNodeGroupAutoscaleList extends cdktf.ComplexList { } export interface OceanAksVirtualNodeGroupLabel { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_virtual_node_group#key OceanAksVirtualNodeGroup#key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aks_virtual_node_group#value OceanAksVirtualNodeGroup#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_virtual_node_group#value OceanAksVirtualNodeGroup#value} */ readonly value?: string; } @@ -573,15 +573,15 @@ export class OceanAksVirtualNodeGroupLabelList extends cdktf.ComplexList { } export interface OceanAksVirtualNodeGroupLaunchSpecificationOsDisk { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.169.1/docs/resources/ocean_aks_virtual_node_group#type OceanAksVirtualNodeGroup#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.0/docs/resources/ocean_aks_virtual_node_group#utilize_ephemeral_storage OceanAksVirtualNodeGroup#utilize_ephemeral_storage} */ readonly utilizeEphemeralStorage?: boolean | cdktf.IResolvable; } @@ -720,11 +720,11 @@ export class OceanAksVirtualNodeGroupLaunchSpecificationOsDiskOutputReference ex } export interface OceanAksVirtualNodeGroupLaunchSpecificationTag { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_virtual_node_group#key OceanAksVirtualNodeGroup#key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aks_virtual_node_group#value OceanAksVirtualNodeGroup#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_virtual_node_group#value OceanAksVirtualNodeGroup#value} */ readonly value?: string; } @@ -869,19 +869,19 @@ export class OceanAksVirtualNodeGroupLaunchSpecificationTagList extends cdktf.Co } export interface OceanAksVirtualNodeGroupLaunchSpecification { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.169.1/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.170.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.169.1/docs/resources/ocean_aks_virtual_node_group#tag OceanAksVirtualNodeGroup#tag} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_virtual_node_group#tag OceanAksVirtualNodeGroup#tag} */ readonly tag?: OceanAksVirtualNodeGroupLaunchSpecificationTag[] | cdktf.IResolvable; } @@ -1055,7 +1055,7 @@ export class OceanAksVirtualNodeGroupLaunchSpecificationList extends cdktf.Compl } export interface OceanAksVirtualNodeGroupResourceLimits { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aks_virtual_node_group#max_instance_count OceanAksVirtualNodeGroup#max_instance_count} */ readonly maxInstanceCount?: number; } @@ -1171,15 +1171,15 @@ export class OceanAksVirtualNodeGroupResourceLimitsList extends cdktf.ComplexLis } export interface OceanAksVirtualNodeGroupTaint { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_virtual_node_group#effect OceanAksVirtualNodeGroup#effect} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aks_virtual_node_group#key OceanAksVirtualNodeGroup#key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aks_virtual_node_group#value OceanAksVirtualNodeGroup#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_virtual_node_group#value OceanAksVirtualNodeGroup#value} */ readonly value: string; } @@ -1344,7 +1344,7 @@ export class OceanAksVirtualNodeGroupTaintList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_virtual_node_group spotinst_ocean_aks_virtual_node_group} +* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_virtual_node_group spotinst_ocean_aks_virtual_node_group} */ export class OceanAksVirtualNodeGroup extends cdktf.TerraformResource { @@ -1360,7 +1360,7 @@ export class OceanAksVirtualNodeGroup extends cdktf.TerraformResource { * Generates CDKTF code for importing a OceanAksVirtualNodeGroup resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the OceanAksVirtualNodeGroup to import - * @param importFromId The id of the existing OceanAksVirtualNodeGroup that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks_virtual_node_group#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing OceanAksVirtualNodeGroup that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks_virtual_node_group#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the OceanAksVirtualNodeGroup to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -1372,7 +1372,7 @@ export class OceanAksVirtualNodeGroup extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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 @@ -1383,7 +1383,7 @@ export class OceanAksVirtualNodeGroup extends cdktf.TerraformResource { terraformResourceType: 'spotinst_ocean_aks_virtual_node_group', terraformGeneratorMetadata: { providerName: 'spotinst', - providerVersion: '1.169.1', + providerVersion: '1.170.0', providerVersionConstraint: '~> 1.0' }, provider: config.provider, diff --git a/src/ocean-aks/README.md b/src/ocean-aks/README.md index 6954e3acf..d23fc1c91 100644 --- a/src/ocean-aks/README.md +++ b/src/ocean-aks/README.md @@ -1,3 +1,3 @@ # `spotinst_ocean_aks` -Refer to the Terraform Registry for docs: [`spotinst_ocean_aks`](https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks). +Refer to the Terraform Registry for docs: [`spotinst_ocean_aks`](https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks). diff --git a/src/ocean-aks/index.ts b/src/ocean-aks/index.ts index fbcdce012..fb4f83185 100644 --- a/src/ocean-aks/index.ts +++ b/src/ocean-aks/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks +// https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,126 +13,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.169.1/docs/resources/ocean_aks#acd_identifier OceanAks#acd_identifier} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aks#aks_name OceanAks#aks_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.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.169.1/docs/resources/ocean_aks#controller_cluster_id OceanAks#controller_cluster_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aks#custom_data OceanAks#custom_data} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aks#id OceanAks#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aks#max_pods OceanAks#max_pods} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aks#name OceanAks#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#name OceanAks#name} */ readonly name: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aks#ssh_public_key OceanAks#ssh_public_key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aks#user_name OceanAks#user_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aks#zones OceanAks#zones} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aks#autoscaler OceanAks#autoscaler} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aks#extension OceanAks#extension} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aks#health OceanAks#health} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aks#image OceanAks#image} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aks#load_balancer OceanAks#load_balancer} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aks#managed_service_identity OceanAks#managed_service_identity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aks#network OceanAks#network} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aks#os_disk OceanAks#os_disk} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aks#strategy OceanAks#strategy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aks#tag OceanAks#tag} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aks#vm_sizes OceanAks#vm_sizes} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.0/docs/resources/ocean_aks#max_scale_down_percentage OceanAks#max_scale_down_percentage} */ readonly maxScaleDownPercentage?: number; } @@ -216,11 +216,11 @@ export class OceanAksAutoscalerAutoscaleDownOutputReference extends cdktf.Comple } export interface OceanAksAutoscalerAutoscaleHeadroomAutomatic { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#is_enabled OceanAks#is_enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aks#percentage OceanAks#percentage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#percentage OceanAks#percentage} */ readonly percentage?: number; } @@ -335,7 +335,7 @@ export interface OceanAksAutoscalerAutoscaleHeadroom { /** * automatic block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#automatic OceanAks#automatic} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#automatic OceanAks#automatic} */ readonly automatic?: OceanAksAutoscalerAutoscaleHeadroomAutomatic; } @@ -419,11 +419,11 @@ export class OceanAksAutoscalerAutoscaleHeadroomOutputReference extends cdktf.Co } export interface OceanAksAutoscalerResourceLimits { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#max_memory_gib OceanAks#max_memory_gib} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aks#max_vcpu OceanAks#max_vcpu} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#max_vcpu OceanAks#max_vcpu} */ readonly maxVcpu?: number; } @@ -536,25 +536,25 @@ export class OceanAksAutoscalerResourceLimitsOutputReference extends cdktf.Compl } export interface OceanAksAutoscaler { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#autoscale_is_enabled OceanAks#autoscale_is_enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aks#autoscale_down OceanAks#autoscale_down} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aks#autoscale_headroom OceanAks#autoscale_headroom} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aks#resource_limits OceanAks#resource_limits} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#resource_limits OceanAks#resource_limits} */ readonly resourceLimits?: OceanAksAutoscalerResourceLimits; } @@ -725,23 +725,23 @@ export class OceanAksAutoscalerOutputReference extends cdktf.ComplexObject { } export interface OceanAksExtension { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#api_version OceanAks#api_version} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.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.169.1/docs/resources/ocean_aks#name OceanAks#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#name OceanAks#name} */ readonly name?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#publisher OceanAks#publisher} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#publisher OceanAks#publisher} */ readonly publisher?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#type OceanAks#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#type OceanAks#type} */ readonly type?: string; } @@ -973,7 +973,7 @@ export class OceanAksExtensionList extends cdktf.ComplexList { } export interface OceanAksHealth { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#grace_period OceanAks#grace_period} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#grace_period OceanAks#grace_period} */ readonly gracePeriod?: number; } @@ -1057,19 +1057,19 @@ export class OceanAksHealthOutputReference extends cdktf.ComplexObject { } export interface OceanAksImageMarketplace { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#offer OceanAks#offer} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#offer OceanAks#offer} */ readonly offer?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#publisher OceanAks#publisher} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#publisher OceanAks#publisher} */ readonly publisher?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#sku OceanAks#sku} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#sku OceanAks#sku} */ readonly sku?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#version OceanAks#version} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#version OceanAks#version} */ readonly version?: string; } @@ -1274,7 +1274,7 @@ export interface OceanAksImage { /** * marketplace block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#marketplace OceanAks#marketplace} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#marketplace OceanAks#marketplace} */ readonly marketplace?: OceanAksImageMarketplace[] | cdktf.IResolvable; } @@ -1390,23 +1390,23 @@ export class OceanAksImageList extends cdktf.ComplexList { } export interface OceanAksLoadBalancer { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#backend_pool_names OceanAks#backend_pool_names} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aks#load_balancer_sku OceanAks#load_balancer_sku} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aks#name OceanAks#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#name OceanAks#name} */ readonly name?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aks#type OceanAks#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#type OceanAks#type} */ readonly type?: string; } @@ -1638,11 +1638,11 @@ export class OceanAksLoadBalancerList extends cdktf.ComplexList { } export interface OceanAksManagedServiceIdentity { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#name OceanAks#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#name OceanAks#name} */ readonly name: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name} */ readonly resourceGroupName: string; } @@ -1781,11 +1781,11 @@ export class OceanAksManagedServiceIdentityList extends cdktf.ComplexList { } export interface OceanAksNetworkNetworkInterfaceAdditionalIpConfig { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#name OceanAks#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#name OceanAks#name} */ readonly name?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#private_ip_version OceanAks#private_ip_version} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#private_ip_version OceanAks#private_ip_version} */ readonly privateIpVersion?: string; } @@ -1930,11 +1930,11 @@ export class OceanAksNetworkNetworkInterfaceAdditionalIpConfigList extends cdktf } export interface OceanAksNetworkNetworkInterfaceSecurityGroup { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#name OceanAks#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#name OceanAks#name} */ readonly name?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name} */ readonly resourceGroupName?: string; } @@ -2047,27 +2047,27 @@ export class OceanAksNetworkNetworkInterfaceSecurityGroupOutputReference extends } export interface OceanAksNetworkNetworkInterface { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#assign_public_ip OceanAks#assign_public_ip} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aks#is_primary OceanAks#is_primary} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aks#subnet_name OceanAks#subnet_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aks#additional_ip_config OceanAks#additional_ip_config} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aks#security_group OceanAks#security_group} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#security_group OceanAks#security_group} */ readonly securityGroup?: OceanAksNetworkNetworkInterfaceSecurityGroup; } @@ -2299,17 +2299,17 @@ export class OceanAksNetworkNetworkInterfaceList extends cdktf.ComplexList { } export interface OceanAksNetwork { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#resource_group_name OceanAks#resource_group_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aks#virtual_network_name OceanAks#virtual_network_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aks#network_interface OceanAks#network_interface} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#network_interface OceanAks#network_interface} */ readonly networkInterface?: OceanAksNetworkNetworkInterface[] | cdktf.IResolvable; } @@ -2451,11 +2451,11 @@ export class OceanAksNetworkOutputReference extends cdktf.ComplexObject { } export interface OceanAksOsDisk { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#size_gb OceanAks#size_gb} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aks#type OceanAks#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#type OceanAks#type} */ readonly type?: string; } @@ -2565,11 +2565,11 @@ export class OceanAksOsDiskOutputReference extends cdktf.ComplexObject { } export interface OceanAksStrategy { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#fallback_to_ondemand OceanAks#fallback_to_ondemand} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aks#spot_percentage OceanAks#spot_percentage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#spot_percentage OceanAks#spot_percentage} */ readonly spotPercentage?: number; } @@ -2714,11 +2714,11 @@ export class OceanAksStrategyList extends cdktf.ComplexList { } export interface OceanAksTag { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#key OceanAks#key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#key OceanAks#key} */ readonly key?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#value OceanAks#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#value OceanAks#value} */ readonly value?: string; } @@ -2863,7 +2863,7 @@ export class OceanAksTagList extends cdktf.ComplexList { } export interface OceanAksVmSizes { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#whitelist OceanAks#whitelist} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#whitelist OceanAks#whitelist} */ readonly whitelist?: string[]; } @@ -2979,7 +2979,7 @@ export class OceanAksVmSizesList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks spotinst_ocean_aks} +* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks spotinst_ocean_aks} */ export class OceanAks extends cdktf.TerraformResource { @@ -2995,7 +2995,7 @@ export class OceanAks extends cdktf.TerraformResource { * Generates CDKTF code for importing a OceanAks resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the OceanAks to import - * @param importFromId The id of the existing OceanAks that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing OceanAks that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aks#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the OceanAks to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -3007,7 +3007,7 @@ export class OceanAks extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aks spotinst_ocean_aks} Resource + * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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 @@ -3018,7 +3018,7 @@ export class OceanAks extends cdktf.TerraformResource { terraformResourceType: 'spotinst_ocean_aks', terraformGeneratorMetadata: { providerName: 'spotinst', - providerVersion: '1.169.1', + providerVersion: '1.170.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 ed58fca97..33118e9ae 100644 --- a/src/ocean-aws-extended-resource-definition/README.md +++ b/src/ocean-aws-extended-resource-definition/README.md @@ -1,3 +1,3 @@ # `spotinst_ocean_aws_extended_resource_definition` -Refer to the Terraform Registry for docs: [`spotinst_ocean_aws_extended_resource_definition`](https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_extended_resource_definition). +Refer to the Terraform Registry for docs: [`spotinst_ocean_aws_extended_resource_definition`](https://registry.terraform.io/providers/spotinst/spotinst/1.170.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 611a754b2..3e78189d7 100644 --- a/src/ocean-aws-extended-resource-definition/index.ts +++ b/src/ocean-aws-extended-resource-definition/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_extended_resource_definition +// https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_extended_resource_definition // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,24 +13,24 @@ import * as cdktf from 'cdktf'; export interface OceanAwsExtendedResourceDefinitionConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_extended_resource_definition#id OceanAwsExtendedResourceDefinition#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aws_extended_resource_definition#name OceanAwsExtendedResourceDefinition#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.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.169.1/docs/resources/ocean_aws_extended_resource_definition spotinst_ocean_aws_extended_resource_definition} +* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_extended_resource_definition spotinst_ocean_aws_extended_resource_definition} */ export class OceanAwsExtendedResourceDefinition extends cdktf.TerraformResource { @@ -46,7 +46,7 @@ export class OceanAwsExtendedResourceDefinition extends cdktf.TerraformResource * Generates CDKTF code for importing a OceanAwsExtendedResourceDefinition resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the OceanAwsExtendedResourceDefinition to import - * @param importFromId The id of the existing OceanAwsExtendedResourceDefinition that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_extended_resource_definition#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing OceanAwsExtendedResourceDefinition that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_extended_resource_definition#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the OceanAwsExtendedResourceDefinition to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -58,7 +58,7 @@ export class OceanAwsExtendedResourceDefinition extends cdktf.TerraformResource // =========== /** - * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_extended_resource_definition spotinst_ocean_aws_extended_resource_definition} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -69,7 +69,7 @@ export class OceanAwsExtendedResourceDefinition extends cdktf.TerraformResource terraformResourceType: 'spotinst_ocean_aws_extended_resource_definition', terraformGeneratorMetadata: { providerName: 'spotinst', - providerVersion: '1.169.1', + providerVersion: '1.170.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 81e2cf043..207cfa53f 100644 --- a/src/ocean-aws-launch-spec/README.md +++ b/src/ocean-aws-launch-spec/README.md @@ -1,3 +1,3 @@ # `spotinst_ocean_aws_launch_spec` -Refer to the Terraform Registry for docs: [`spotinst_ocean_aws_launch_spec`](https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec). +Refer to the Terraform Registry for docs: [`spotinst_ocean_aws_launch_spec`](https://registry.terraform.io/providers/spotinst/spotinst/1.170.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 964e71d8b..e2ddddaec 100644 --- a/src/ocean-aws-launch-spec/index.ts +++ b/src/ocean-aws-launch-spec/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec +// https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,178 +13,178 @@ import * as cdktf from 'cdktf'; export interface OceanAwsLaunchSpecConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.169.1/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.170.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.169.1/docs/resources/ocean_aws_launch_spec#id OceanAwsLaunchSpec#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aws_launch_spec#image_id OceanAwsLaunchSpec#image_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aws_launch_spec#instance_types OceanAwsLaunchSpec#instance_types} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aws_launch_spec#name OceanAwsLaunchSpec#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aws_launch_spec#ocean_id OceanAwsLaunchSpec#ocean_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.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.169.1/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.170.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.169.1/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.170.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.169.1/docs/resources/ocean_aws_launch_spec#security_groups OceanAwsLaunchSpec#security_groups} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aws_launch_spec#subnet_ids OceanAwsLaunchSpec#subnet_ids} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aws_launch_spec#user_data OceanAwsLaunchSpec#user_data} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aws_launch_spec#autoscale_down OceanAwsLaunchSpec#autoscale_down} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aws_launch_spec#autoscale_headrooms OceanAwsLaunchSpec#autoscale_headrooms} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.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.169.1/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.170.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.169.1/docs/resources/ocean_aws_launch_spec#create_options OceanAwsLaunchSpec#create_options} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aws_launch_spec#delete_options OceanAwsLaunchSpec#delete_options} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#elastic_ip_pool OceanAwsLaunchSpec#elastic_ip_pool} */ readonly elasticIpPool?: OceanAwsLaunchSpecElasticIpPool[] | cdktf.IResolvable; /** * ephemeral_storage block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#ephemeral_storage OceanAwsLaunchSpec#ephemeral_storage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#ephemeral_storage OceanAwsLaunchSpec#ephemeral_storage} */ readonly ephemeralStorage?: OceanAwsLaunchSpecEphemeralStorage[] | cdktf.IResolvable; /** * images block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#images OceanAwsLaunchSpec#images} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#instance_metadata_options OceanAwsLaunchSpec#instance_metadata_options} */ readonly instanceMetadataOptions?: OceanAwsLaunchSpecInstanceMetadataOptions; /** * instance_types_filters block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#instance_types_filters OceanAwsLaunchSpec#instance_types_filters} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#instance_types_filters OceanAwsLaunchSpec#instance_types_filters} */ readonly instanceTypesFilters?: OceanAwsLaunchSpecInstanceTypesFilters; /** * labels block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#labels OceanAwsLaunchSpec#labels} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aws_launch_spec#resource_limits OceanAwsLaunchSpec#resource_limits} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.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.169.1/docs/resources/ocean_aws_launch_spec#scheduling_task OceanAwsLaunchSpec#scheduling_task} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aws_launch_spec#strategy OceanAwsLaunchSpec#strategy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aws_launch_spec#tags OceanAwsLaunchSpec#tags} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aws_launch_spec#taints OceanAwsLaunchSpec#taints} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aws_launch_spec#update_policy OceanAwsLaunchSpec#update_policy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#max_scale_down_percentage OceanAwsLaunchSpec#max_scale_down_percentage} */ readonly maxScaleDownPercentage?: number; } @@ -300,19 +300,19 @@ export class OceanAwsLaunchSpecAutoscaleDownList extends cdktf.ComplexList { } export interface OceanAwsLaunchSpecAutoscaleHeadrooms { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.169.1/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.170.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.169.1/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.170.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.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#num_of_units OceanAwsLaunchSpec#num_of_units} */ readonly numOfUnits: number; } @@ -512,7 +512,7 @@ export class OceanAwsLaunchSpecAutoscaleHeadroomsList extends cdktf.ComplexList } export interface OceanAwsLaunchSpecAutoscaleHeadroomsAutomatic { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#auto_headroom_percentage OceanAwsLaunchSpec#auto_headroom_percentage} */ readonly autoHeadroomPercentage?: number; } @@ -628,15 +628,15 @@ export class OceanAwsLaunchSpecAutoscaleHeadroomsAutomaticList extends cdktf.Com } export interface OceanAwsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSize { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#base_size OceanAwsLaunchSpec#base_size} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aws_launch_spec#resource OceanAwsLaunchSpec#resource} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#size_per_resource_unit OceanAwsLaunchSpec#size_per_resource_unit} */ readonly sizePerResourceUnit: number; } @@ -769,41 +769,41 @@ export class OceanAwsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSizeOutputRefe } export interface OceanAwsLaunchSpecBlockDeviceMappingsEbs { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.169.1/docs/resources/ocean_aws_launch_spec#encrypted OceanAwsLaunchSpec#encrypted} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aws_launch_spec#iops OceanAwsLaunchSpec#iops} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.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.169.1/docs/resources/ocean_aws_launch_spec#snapshot_id OceanAwsLaunchSpec#snapshot_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aws_launch_spec#throughput OceanAwsLaunchSpec#throughput} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aws_launch_spec#volume_size OceanAwsLaunchSpec#volume_size} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aws_launch_spec#volume_type OceanAwsLaunchSpec#volume_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#dynamic_volume_size OceanAwsLaunchSpec#dynamic_volume_size} */ readonly dynamicVolumeSize?: OceanAwsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSize; } @@ -1119,21 +1119,21 @@ export class OceanAwsLaunchSpecBlockDeviceMappingsEbsOutputReference extends cdk } export interface OceanAwsLaunchSpecBlockDeviceMappings { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#device_name OceanAwsLaunchSpec#device_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aws_launch_spec#no_device OceanAwsLaunchSpec#no_device} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aws_launch_spec#virtual_name OceanAwsLaunchSpec#virtual_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aws_launch_spec#ebs OceanAwsLaunchSpec#ebs} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#ebs OceanAwsLaunchSpec#ebs} */ readonly ebs?: OceanAwsLaunchSpecBlockDeviceMappingsEbs; } @@ -1336,7 +1336,7 @@ export class OceanAwsLaunchSpecBlockDeviceMappingsList extends cdktf.ComplexList } export interface OceanAwsLaunchSpecCreateOptions { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#initial_nodes OceanAwsLaunchSpec#initial_nodes} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#initial_nodes OceanAwsLaunchSpec#initial_nodes} */ readonly initialNodes?: number; } @@ -1420,11 +1420,11 @@ export class OceanAwsLaunchSpecCreateOptionsOutputReference extends cdktf.Comple } export interface OceanAwsLaunchSpecDeleteOptions { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#delete_nodes OceanAwsLaunchSpec#delete_nodes} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aws_launch_spec#force_delete OceanAwsLaunchSpec#force_delete} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#force_delete OceanAwsLaunchSpec#force_delete} */ readonly forceDelete: boolean | cdktf.IResolvable; } @@ -1534,11 +1534,11 @@ export class OceanAwsLaunchSpecDeleteOptionsOutputReference extends cdktf.Comple } export interface OceanAwsLaunchSpecElasticIpPoolTagSelector { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#tag_key OceanAwsLaunchSpec#tag_key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aws_launch_spec#tag_value OceanAwsLaunchSpec#tag_value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#tag_value OceanAwsLaunchSpec#tag_value} */ readonly tagValue?: string; } @@ -1650,7 +1650,7 @@ export interface OceanAwsLaunchSpecElasticIpPool { /** * tag_selector block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#tag_selector OceanAwsLaunchSpec#tag_selector} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#tag_selector OceanAwsLaunchSpec#tag_selector} */ readonly tagSelector?: OceanAwsLaunchSpecElasticIpPoolTagSelector; } @@ -1766,7 +1766,7 @@ export class OceanAwsLaunchSpecElasticIpPoolList extends cdktf.ComplexList { } export interface OceanAwsLaunchSpecEphemeralStorage { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#ephemeral_storage_device_name OceanAwsLaunchSpec#ephemeral_storage_device_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#ephemeral_storage_device_name OceanAwsLaunchSpec#ephemeral_storage_device_name} */ readonly ephemeralStorageDeviceName?: string; } @@ -1882,7 +1882,7 @@ export class OceanAwsLaunchSpecEphemeralStorageList extends cdktf.ComplexList { } export interface OceanAwsLaunchSpecImages { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#image_id OceanAwsLaunchSpec#image_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#image_id OceanAwsLaunchSpec#image_id} */ readonly imageId?: string; } @@ -1998,11 +1998,11 @@ export class OceanAwsLaunchSpecImagesList extends cdktf.ComplexList { } export interface OceanAwsLaunchSpecInstanceMetadataOptions { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.169.1/docs/resources/ocean_aws_launch_spec#http_tokens OceanAwsLaunchSpec#http_tokens} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#http_tokens OceanAwsLaunchSpec#http_tokens} */ readonly httpTokens: string; } @@ -2112,75 +2112,75 @@ export class OceanAwsLaunchSpecInstanceMetadataOptionsOutputReference extends cd } export interface OceanAwsLaunchSpecInstanceTypesFilters { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#categories OceanAwsLaunchSpec#categories} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#categories OceanAwsLaunchSpec#categories} */ readonly categories?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#disk_types OceanAwsLaunchSpec#disk_types} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#disk_types OceanAwsLaunchSpec#disk_types} */ readonly diskTypes?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#exclude_families OceanAwsLaunchSpec#exclude_families} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#exclude_families OceanAwsLaunchSpec#exclude_families} */ readonly excludeFamilies?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#exclude_metal OceanAwsLaunchSpec#exclude_metal} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#exclude_metal OceanAwsLaunchSpec#exclude_metal} */ readonly excludeMetal?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#hypervisor OceanAwsLaunchSpec#hypervisor} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#hypervisor OceanAwsLaunchSpec#hypervisor} */ readonly hypervisor?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#include_families OceanAwsLaunchSpec#include_families} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#include_families OceanAwsLaunchSpec#include_families} */ readonly includeFamilies?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#is_ena_supported OceanAwsLaunchSpec#is_ena_supported} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#is_ena_supported OceanAwsLaunchSpec#is_ena_supported} */ readonly isEnaSupported?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#max_gpu OceanAwsLaunchSpec#max_gpu} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#max_gpu OceanAwsLaunchSpec#max_gpu} */ readonly maxGpu?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#max_memory_gib OceanAwsLaunchSpec#max_memory_gib} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#max_memory_gib OceanAwsLaunchSpec#max_memory_gib} */ readonly maxMemoryGib?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#max_network_performance OceanAwsLaunchSpec#max_network_performance} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#max_network_performance OceanAwsLaunchSpec#max_network_performance} */ readonly maxNetworkPerformance?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#max_vcpu OceanAwsLaunchSpec#max_vcpu} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#max_vcpu OceanAwsLaunchSpec#max_vcpu} */ readonly maxVcpu?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#min_enis OceanAwsLaunchSpec#min_enis} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#min_enis OceanAwsLaunchSpec#min_enis} */ readonly minEnis?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#min_gpu OceanAwsLaunchSpec#min_gpu} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#min_gpu OceanAwsLaunchSpec#min_gpu} */ readonly minGpu?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#min_memory_gib OceanAwsLaunchSpec#min_memory_gib} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#min_memory_gib OceanAwsLaunchSpec#min_memory_gib} */ readonly minMemoryGib?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#min_network_performance OceanAwsLaunchSpec#min_network_performance} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#min_network_performance OceanAwsLaunchSpec#min_network_performance} */ readonly minNetworkPerformance?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#min_vcpu OceanAwsLaunchSpec#min_vcpu} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#min_vcpu OceanAwsLaunchSpec#min_vcpu} */ readonly minVcpu?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#root_device_types OceanAwsLaunchSpec#root_device_types} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#root_device_types OceanAwsLaunchSpec#root_device_types} */ readonly rootDeviceTypes?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#virtualization_types OceanAwsLaunchSpec#virtualization_types} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#virtualization_types OceanAwsLaunchSpec#virtualization_types} */ readonly virtualizationTypes?: string[]; } @@ -2757,11 +2757,11 @@ export class OceanAwsLaunchSpecInstanceTypesFiltersOutputReference extends cdktf } export interface OceanAwsLaunchSpecLabels { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value} */ readonly value: string; } @@ -2900,11 +2900,11 @@ export class OceanAwsLaunchSpecLabelsList extends cdktf.ComplexList { } export interface OceanAwsLaunchSpecResourceLimits { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#min_instance_count OceanAwsLaunchSpec#min_instance_count} */ readonly minInstanceCount?: number; } @@ -3049,11 +3049,11 @@ export class OceanAwsLaunchSpecResourceLimitsList extends cdktf.ComplexList { } export interface OceanAwsLaunchSpecSchedulingShutdownHours { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#is_enabled OceanAwsLaunchSpec#is_enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aws_launch_spec#time_windows OceanAwsLaunchSpec#time_windows} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#time_windows OceanAwsLaunchSpec#time_windows} */ readonly timeWindows: string[]; } @@ -3163,19 +3163,19 @@ export class OceanAwsLaunchSpecSchedulingShutdownHoursOutputReference extends cd } export interface OceanAwsLaunchSpecSchedulingTaskTaskHeadroom { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.169.1/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.170.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.169.1/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.170.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.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#num_of_units OceanAwsLaunchSpec#num_of_units} */ readonly numOfUnits: number; } @@ -3375,21 +3375,21 @@ export class OceanAwsLaunchSpecSchedulingTaskTaskHeadroomList extends cdktf.Comp } export interface OceanAwsLaunchSpecSchedulingTask { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#cron_expression OceanAwsLaunchSpec#cron_expression} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aws_launch_spec#is_enabled OceanAwsLaunchSpec#is_enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aws_launch_spec#task_type OceanAwsLaunchSpec#task_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aws_launch_spec#task_headroom OceanAwsLaunchSpec#task_headroom} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#task_headroom OceanAwsLaunchSpec#task_headroom} */ readonly taskHeadroom?: OceanAwsLaunchSpecSchedulingTaskTaskHeadroom[] | cdktf.IResolvable; } @@ -3583,7 +3583,7 @@ export class OceanAwsLaunchSpecSchedulingTaskList extends cdktf.ComplexList { } export interface OceanAwsLaunchSpecStrategy { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#spot_percentage OceanAwsLaunchSpec#spot_percentage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#spot_percentage OceanAwsLaunchSpec#spot_percentage} */ readonly spotPercentage?: number; } @@ -3699,11 +3699,11 @@ export class OceanAwsLaunchSpecStrategyList extends cdktf.ComplexList { } export interface OceanAwsLaunchSpecTags { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value} */ readonly value: string; } @@ -3842,15 +3842,15 @@ export class OceanAwsLaunchSpecTagsList extends cdktf.ComplexList { } export interface OceanAwsLaunchSpecTaints { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#effect OceanAwsLaunchSpec#effect} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aws_launch_spec#key OceanAwsLaunchSpec#key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#value OceanAwsLaunchSpec#value} */ readonly value: string; } @@ -4015,7 +4015,7 @@ export class OceanAwsLaunchSpecTaintsList extends cdktf.ComplexList { } export interface OceanAwsLaunchSpecUpdatePolicyRollConfig { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws_launch_spec#batch_size_percentage OceanAwsLaunchSpec#batch_size_percentage} */ readonly batchSizePercentage: number; } @@ -4096,13 +4096,13 @@ export class OceanAwsLaunchSpecUpdatePolicyRollConfigOutputReference extends cdk } export interface OceanAwsLaunchSpecUpdatePolicy { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#should_roll OceanAwsLaunchSpec#should_roll} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aws_launch_spec#roll_config OceanAwsLaunchSpec#roll_config} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#roll_config OceanAwsLaunchSpec#roll_config} */ readonly rollConfig?: OceanAwsLaunchSpecUpdatePolicyRollConfig; } @@ -4212,7 +4212,7 @@ export class OceanAwsLaunchSpecUpdatePolicyOutputReference extends cdktf.Complex } /** -* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec spotinst_ocean_aws_launch_spec} +* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec spotinst_ocean_aws_launch_spec} */ export class OceanAwsLaunchSpec extends cdktf.TerraformResource { @@ -4228,7 +4228,7 @@ export class OceanAwsLaunchSpec extends cdktf.TerraformResource { * Generates CDKTF code for importing a OceanAwsLaunchSpec resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the OceanAwsLaunchSpec to import - * @param importFromId The id of the existing OceanAwsLaunchSpec that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing OceanAwsLaunchSpec that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws_launch_spec#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the OceanAwsLaunchSpec to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -4240,7 +4240,7 @@ export class OceanAwsLaunchSpec extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws_launch_spec spotinst_ocean_aws_launch_spec} Resource + * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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 @@ -4251,7 +4251,7 @@ export class OceanAwsLaunchSpec extends cdktf.TerraformResource { terraformResourceType: 'spotinst_ocean_aws_launch_spec', terraformGeneratorMetadata: { providerName: 'spotinst', - providerVersion: '1.169.1', + providerVersion: '1.170.0', providerVersionConstraint: '~> 1.0' }, provider: config.provider, diff --git a/src/ocean-aws/README.md b/src/ocean-aws/README.md index 7944aa3df..5ef5a82a5 100644 --- a/src/ocean-aws/README.md +++ b/src/ocean-aws/README.md @@ -1,3 +1,3 @@ # `spotinst_ocean_aws` -Refer to the Terraform Registry for docs: [`spotinst_ocean_aws`](https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws). +Refer to the Terraform Registry for docs: [`spotinst_ocean_aws`](https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws). diff --git a/src/ocean-aws/index.ts b/src/ocean-aws/index.ts index cb634791a..b433aff79 100644 --- a/src/ocean-aws/index.ts +++ b/src/ocean-aws/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws +// https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,202 +13,202 @@ import * as cdktf from 'cdktf'; export interface OceanAwsConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#associate_ipv6_address OceanAws#associate_ipv6_address} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.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.169.1/docs/resources/ocean_aws#blacklist OceanAws#blacklist} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#blacklist OceanAws#blacklist} */ readonly blacklist?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#controller_id OceanAws#controller_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aws#desired_capacity OceanAws#desired_capacity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aws#draining_timeout OceanAws#draining_timeout} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aws#ebs_optimized OceanAws#ebs_optimized} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aws#fallback_to_ondemand OceanAws#fallback_to_ondemand} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aws#grace_period OceanAws#grace_period} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aws#health_check_unhealthy_duration_before_replacement OceanAws#health_check_unhealthy_duration_before_replacement} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#health_check_unhealthy_duration_before_replacement OceanAws#health_check_unhealthy_duration_before_replacement} */ readonly healthCheckUnhealthyDurationBeforeReplacement?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#iam_instance_profile OceanAws#iam_instance_profile} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aws#id OceanAws#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aws#image_id OceanAws#image_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aws#key_name OceanAws#key_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aws#max_size OceanAws#max_size} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aws#min_size OceanAws#min_size} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aws#monitoring OceanAws#monitoring} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aws#name OceanAws#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#name OceanAws#name} */ readonly name?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#region OceanAws#region} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#region OceanAws#region} */ readonly region?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#root_volume_size OceanAws#root_volume_size} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aws#security_groups OceanAws#security_groups} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aws#spot_percentage OceanAws#spot_percentage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aws#spread_nodes_by OceanAws#spread_nodes_by} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aws#subnet_ids OceanAws#subnet_ids} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.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.169.1/docs/resources/ocean_aws#user_data OceanAws#user_data} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aws#utilize_commitments OceanAws#utilize_commitments} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aws#utilize_reserved_instances OceanAws#utilize_reserved_instances} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aws#whitelist OceanAws#whitelist} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aws#autoscaler OceanAws#autoscaler} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aws#block_device_mappings OceanAws#block_device_mappings} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aws#cluster_orientation OceanAws#cluster_orientation} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aws#filters OceanAws#filters} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aws#instance_metadata_options OceanAws#instance_metadata_options} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aws#load_balancers OceanAws#load_balancers} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aws#logging OceanAws#logging} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aws#resource_tag_specification OceanAws#resource_tag_specification} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aws#scheduled_task OceanAws#scheduled_task} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#scheduled_task OceanAws#scheduled_task} */ readonly scheduledTask?: OceanAwsScheduledTask; /** * tags block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#tags OceanAws#tags} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aws#update_policy OceanAws#update_policy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aws#evaluation_periods OceanAws#evaluation_periods} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aws#is_aggressive_scale_down_enabled OceanAws#is_aggressive_scale_down_enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#is_aggressive_scale_down_enabled OceanAws#is_aggressive_scale_down_enabled} */ readonly isAggressiveScaleDownEnabled?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws#max_scale_down_percentage OceanAws#max_scale_down_percentage} */ readonly maxScaleDownPercentage?: number; } @@ -350,19 +350,19 @@ export class OceanAwsAutoscalerAutoscaleDownOutputReference extends cdktf.Comple } export interface OceanAwsAutoscalerAutoscaleHeadroom { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#cpu_per_unit OceanAws#cpu_per_unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aws#gpu_per_unit OceanAws#gpu_per_unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aws#memory_per_unit OceanAws#memory_per_unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aws#num_of_units OceanAws#num_of_units} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#num_of_units OceanAws#num_of_units} */ readonly numOfUnits?: number; } @@ -533,11 +533,11 @@ export class OceanAwsAutoscalerAutoscaleHeadroomOutputReference extends cdktf.Co } export interface OceanAwsAutoscalerResourceLimits { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#max_memory_gib OceanAws#max_memory_gib} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aws#max_vcpu OceanAws#max_vcpu} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#max_vcpu OceanAws#max_vcpu} */ readonly maxVcpu?: number; } @@ -650,45 +650,45 @@ export class OceanAwsAutoscalerResourceLimitsOutputReference extends cdktf.Compl } export interface OceanAwsAutoscaler { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#auto_headroom_percentage OceanAws#auto_headroom_percentage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aws#autoscale_cooldown OceanAws#autoscale_cooldown} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.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.169.1/docs/resources/ocean_aws#autoscale_is_enabled OceanAws#autoscale_is_enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.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.169.1/docs/resources/ocean_aws#extended_resource_definitions OceanAws#extended_resource_definitions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aws#autoscale_down OceanAws#autoscale_down} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aws#autoscale_headroom OceanAws#autoscale_headroom} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aws#resource_limits OceanAws#resource_limits} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#resource_limits OceanAws#resource_limits} */ readonly resourceLimits?: OceanAwsAutoscalerResourceLimits; } @@ -1004,15 +1004,15 @@ export class OceanAwsAutoscalerOutputReference extends cdktf.ComplexObject { } export interface OceanAwsBlockDeviceMappingsEbsDynamicIops { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#base_size OceanAws#base_size} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aws#resource OceanAws#resource} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#resource OceanAws#resource} */ readonly resource: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws#size_per_resource_unit OceanAws#size_per_resource_unit} */ readonly sizePerResourceUnit: number; } @@ -1145,15 +1145,15 @@ export class OceanAwsBlockDeviceMappingsEbsDynamicIopsOutputReference extends cd } export interface OceanAwsBlockDeviceMappingsEbsDynamicVolumeSize { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#base_size OceanAws#base_size} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aws#resource OceanAws#resource} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#resource OceanAws#resource} */ readonly resource: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_aws#size_per_resource_unit OceanAws#size_per_resource_unit} */ readonly sizePerResourceUnit: number; } @@ -1286,47 +1286,47 @@ export class OceanAwsBlockDeviceMappingsEbsDynamicVolumeSizeOutputReference exte } export interface OceanAwsBlockDeviceMappingsEbs { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#delete_on_termination OceanAws#delete_on_termination} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aws#encrypted OceanAws#encrypted} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aws#iops OceanAws#iops} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#iops OceanAws#iops} */ readonly iops?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#kms_key_id OceanAws#kms_key_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aws#snapshot_id OceanAws#snapshot_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aws#throughput OceanAws#throughput} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#throughput OceanAws#throughput} */ readonly throughput?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#volume_size OceanAws#volume_size} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aws#volume_type OceanAws#volume_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aws#dynamic_iops OceanAws#dynamic_iops} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aws#dynamic_volume_size OceanAws#dynamic_volume_size} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#dynamic_volume_size OceanAws#dynamic_volume_size} */ readonly dynamicVolumeSize?: OceanAwsBlockDeviceMappingsEbsDynamicVolumeSize; } @@ -1671,13 +1671,13 @@ export class OceanAwsBlockDeviceMappingsEbsOutputReference extends cdktf.Complex } export interface OceanAwsBlockDeviceMappings { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#device_name OceanAws#device_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aws#ebs OceanAws#ebs} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#ebs OceanAws#ebs} */ readonly ebs?: OceanAwsBlockDeviceMappingsEbs; } @@ -1822,7 +1822,7 @@ export class OceanAwsBlockDeviceMappingsList extends cdktf.ComplexList { } export interface OceanAwsClusterOrientation { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#availability_vs_cost OceanAws#availability_vs_cost} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#availability_vs_cost OceanAws#availability_vs_cost} */ readonly availabilityVsCost?: string; } @@ -1938,79 +1938,79 @@ export class OceanAwsClusterOrientationList extends cdktf.ComplexList { } export interface OceanAwsFilters { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#architectures OceanAws#architectures} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#architectures OceanAws#architectures} */ readonly architectures?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#categories OceanAws#categories} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#categories OceanAws#categories} */ readonly categories?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#disk_types OceanAws#disk_types} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aws#exclude_families OceanAws#exclude_families} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aws#exclude_metal OceanAws#exclude_metal} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aws#hypervisor OceanAws#hypervisor} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#hypervisor OceanAws#hypervisor} */ readonly hypervisor?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#include_families OceanAws#include_families} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aws#is_ena_supported OceanAws#is_ena_supported} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aws#max_gpu OceanAws#max_gpu} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aws#max_memory_gib OceanAws#max_memory_gib} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aws#max_network_performance OceanAws#max_network_performance} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aws#max_vcpu OceanAws#max_vcpu} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aws#min_enis OceanAws#min_enis} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aws#min_gpu OceanAws#min_gpu} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aws#min_memory_gib OceanAws#min_memory_gib} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aws#min_network_performance OceanAws#min_network_performance} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aws#min_vcpu OceanAws#min_vcpu} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aws#root_device_types OceanAws#root_device_types} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aws#virtualization_types OceanAws#virtualization_types} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#virtualization_types OceanAws#virtualization_types} */ readonly virtualizationTypes?: string[]; } @@ -2616,11 +2616,11 @@ export class OceanAwsFiltersOutputReference extends cdktf.ComplexObject { } export interface OceanAwsInstanceMetadataOptions { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.169.1/docs/resources/ocean_aws#http_tokens OceanAws#http_tokens} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#http_tokens OceanAws#http_tokens} */ readonly httpTokens: string; } @@ -2730,15 +2730,15 @@ export class OceanAwsInstanceMetadataOptionsOutputReference extends cdktf.Comple } export interface OceanAwsLoadBalancers { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#arn OceanAws#arn} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#arn OceanAws#arn} */ readonly arn?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#name OceanAws#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#name OceanAws#name} */ readonly name?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#type OceanAws#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#type OceanAws#type} */ readonly type?: string; } @@ -2912,7 +2912,7 @@ export class OceanAwsLoadBalancersList extends cdktf.ComplexList { } export interface OceanAwsLoggingExportS3 { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#id OceanAws#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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. @@ -3030,7 +3030,7 @@ export interface OceanAwsLoggingExport { /** * s3 block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#s3 OceanAws#s3} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#s3 OceanAws#s3} */ readonly s3?: OceanAwsLoggingExportS3[] | cdktf.IResolvable; } @@ -3116,7 +3116,7 @@ export interface OceanAwsLogging { /** * export block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#export OceanAws#export} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#export OceanAws#export} */ readonly export?: OceanAwsLoggingExport; } @@ -3200,7 +3200,7 @@ export class OceanAwsLoggingOutputReference extends cdktf.ComplexObject { } export interface OceanAwsResourceTagSpecification { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#should_tag_volumes OceanAws#should_tag_volumes} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#should_tag_volumes OceanAws#should_tag_volumes} */ readonly shouldTagVolumes?: boolean | cdktf.IResolvable; } @@ -3316,11 +3316,11 @@ export class OceanAwsResourceTagSpecificationList extends cdktf.ComplexList { } export interface OceanAwsScheduledTaskShutdownHours { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#is_enabled OceanAws#is_enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aws#time_windows OceanAws#time_windows} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#time_windows OceanAws#time_windows} */ readonly timeWindows: string[]; } @@ -3430,19 +3430,19 @@ export class OceanAwsScheduledTaskShutdownHoursOutputReference extends cdktf.Com } export interface OceanAwsScheduledTaskTasksParametersAmiAutoUpdateAmiAutoUpdateClusterRoll { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.169.1/docs/resources/ocean_aws#batch_size_percentage OceanAws#batch_size_percentage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aws#comment OceanAws#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#comment OceanAws#comment} */ readonly comment?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb} */ readonly respectPdb?: boolean | cdktf.IResolvable; } @@ -3613,21 +3613,21 @@ export class OceanAwsScheduledTaskTasksParametersAmiAutoUpdateAmiAutoUpdateClust } export interface OceanAwsScheduledTaskTasksParametersAmiAutoUpdate { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#apply_roll OceanAws#apply_roll} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#apply_roll OceanAws#apply_roll} */ readonly applyRoll?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#minor_version OceanAws#minor_version} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#minor_version OceanAws#minor_version} */ readonly minorVersion?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#patch OceanAws#patch} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#patch OceanAws#patch} */ readonly patch?: boolean | cdktf.IResolvable; /** * ami_auto_update_cluster_roll block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#ami_auto_update_cluster_roll OceanAws#ami_auto_update_cluster_roll} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#ami_auto_update_cluster_roll OceanAws#ami_auto_update_cluster_roll} */ readonly amiAutoUpdateClusterRoll?: OceanAwsScheduledTaskTasksParametersAmiAutoUpdateAmiAutoUpdateClusterRoll; } @@ -3798,19 +3798,19 @@ export class OceanAwsScheduledTaskTasksParametersAmiAutoUpdateOutputReference ex } export interface OceanAwsScheduledTaskTasksParametersParametersClusterRoll { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.169.1/docs/resources/ocean_aws#batch_size_percentage OceanAws#batch_size_percentage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aws#comment OceanAws#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#comment OceanAws#comment} */ readonly comment?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb} */ readonly respectPdb?: boolean | cdktf.IResolvable; } @@ -3983,13 +3983,13 @@ export interface OceanAwsScheduledTaskTasksParameters { /** * ami_auto_update block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#ami_auto_update OceanAws#ami_auto_update} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#ami_auto_update OceanAws#ami_auto_update} */ readonly amiAutoUpdate?: OceanAwsScheduledTaskTasksParametersAmiAutoUpdate; /** * parameters_cluster_roll block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#parameters_cluster_roll OceanAws#parameters_cluster_roll} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#parameters_cluster_roll OceanAws#parameters_cluster_roll} */ readonly parametersClusterRoll?: OceanAwsScheduledTaskTasksParametersParametersClusterRoll; } @@ -4102,21 +4102,21 @@ export class OceanAwsScheduledTaskTasksParametersOutputReference extends cdktf.C } export interface OceanAwsScheduledTaskTasks { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#cron_expression OceanAws#cron_expression} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aws#is_enabled OceanAws#is_enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aws#task_type OceanAws#task_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#task_type OceanAws#task_type} */ readonly taskType: string; /** * parameters block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#parameters OceanAws#parameters} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#parameters OceanAws#parameters} */ readonly parameters?: OceanAwsScheduledTaskTasksParameters; } @@ -4312,13 +4312,13 @@ export interface OceanAwsScheduledTask { /** * shutdown_hours block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#shutdown_hours OceanAws#shutdown_hours} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aws#tasks OceanAws#tasks} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#tasks OceanAws#tasks} */ readonly tasks?: OceanAwsScheduledTaskTasks[] | cdktf.IResolvable; } @@ -4431,11 +4431,11 @@ export class OceanAwsScheduledTaskOutputReference extends cdktf.ComplexObject { } export interface OceanAwsTags { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#key OceanAws#key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#key OceanAws#key} */ readonly key: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#value OceanAws#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#value OceanAws#value} */ readonly value: string; } @@ -4574,19 +4574,19 @@ export class OceanAwsTagsList extends cdktf.ComplexList { } export interface OceanAwsUpdatePolicyRollConfig { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.169.1/docs/resources/ocean_aws#batch_size_percentage OceanAws#batch_size_percentage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aws#launch_spec_ids OceanAws#launch_spec_ids} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#respect_pdb OceanAws#respect_pdb} */ readonly respectPdb?: boolean | cdktf.IResolvable; } @@ -4754,25 +4754,25 @@ export class OceanAwsUpdatePolicyRollConfigOutputReference extends cdktf.Complex } export interface OceanAwsUpdatePolicy { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#auto_apply_tags OceanAws#auto_apply_tags} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aws#conditioned_roll OceanAws#conditioned_roll} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aws#conditioned_roll_params OceanAws#conditioned_roll_params} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#conditioned_roll_params OceanAws#conditioned_roll_params} */ readonly conditionedRollParams?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#should_roll OceanAws#should_roll} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_aws#roll_config OceanAws#roll_config} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#roll_config OceanAws#roll_config} */ readonly rollConfig?: OceanAwsUpdatePolicyRollConfig; } @@ -4969,7 +4969,7 @@ export class OceanAwsUpdatePolicyOutputReference extends cdktf.ComplexObject { } /** -* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws spotinst_ocean_aws} +* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws spotinst_ocean_aws} */ export class OceanAws extends cdktf.TerraformResource { @@ -4985,7 +4985,7 @@ export class OceanAws extends cdktf.TerraformResource { * Generates CDKTF code for importing a OceanAws resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the OceanAws to import - * @param importFromId The id of the existing OceanAws that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing OceanAws that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_aws#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the OceanAws to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -4997,7 +4997,7 @@ export class OceanAws extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_aws spotinst_ocean_aws} Resource + * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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 @@ -5008,7 +5008,7 @@ export class OceanAws extends cdktf.TerraformResource { terraformResourceType: 'spotinst_ocean_aws', terraformGeneratorMetadata: { providerName: 'spotinst', - providerVersion: '1.169.1', + providerVersion: '1.170.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 39db56671..94121cf95 100644 --- a/src/ocean-ecs-launch-spec/README.md +++ b/src/ocean-ecs-launch-spec/README.md @@ -1,3 +1,3 @@ # `spotinst_ocean_ecs_launch_spec` -Refer to the Terraform Registry for docs: [`spotinst_ocean_ecs_launch_spec`](https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec). +Refer to the Terraform Registry for docs: [`spotinst_ocean_ecs_launch_spec`](https://registry.terraform.io/providers/spotinst/spotinst/1.170.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 6b20cc57a..b5fa45856 100644 --- a/src/ocean-ecs-launch-spec/index.ts +++ b/src/ocean-ecs-launch-spec/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec +// https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,108 +13,108 @@ import * as cdktf from 'cdktf'; export interface OceanEcsLaunchSpecConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.169.1/docs/resources/ocean_ecs_launch_spec#id OceanEcsLaunchSpec#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_ecs_launch_spec#image_id OceanEcsLaunchSpec#image_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_ecs_launch_spec#instance_types OceanEcsLaunchSpec#instance_types} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_ecs_launch_spec#name OceanEcsLaunchSpec#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_ecs_launch_spec#ocean_id OceanEcsLaunchSpec#ocean_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.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.169.1/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.170.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.169.1/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.170.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.169.1/docs/resources/ocean_ecs_launch_spec#subnet_ids OceanEcsLaunchSpec#subnet_ids} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_ecs_launch_spec#user_data OceanEcsLaunchSpec#user_data} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_ecs_launch_spec#attributes OceanEcsLaunchSpec#attributes} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_ecs_launch_spec#autoscale_headrooms OceanEcsLaunchSpec#autoscale_headrooms} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.0/docs/resources/ocean_ecs_launch_spec#block_device_mappings OceanEcsLaunchSpec#block_device_mappings} */ readonly blockDeviceMappings?: OceanEcsLaunchSpecBlockDeviceMappings[] | cdktf.IResolvable; /** * images block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#images OceanEcsLaunchSpec#images} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#images OceanEcsLaunchSpec#images} */ readonly images?: OceanEcsLaunchSpecImages[] | cdktf.IResolvable; /** * instance_metadata_options block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.169.1/docs/resources/ocean_ecs_launch_spec#scheduling_task OceanEcsLaunchSpec#scheduling_task} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_ecs_launch_spec#strategy OceanEcsLaunchSpec#strategy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_ecs_launch_spec#tags OceanEcsLaunchSpec#tags} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_ecs_launch_spec#key OceanEcsLaunchSpec#key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_ecs_launch_spec#value OceanEcsLaunchSpec#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#value OceanEcsLaunchSpec#value} */ readonly value: string; } @@ -253,15 +253,15 @@ export class OceanEcsLaunchSpecAttributesList extends cdktf.ComplexList { } export interface OceanEcsLaunchSpecAutoscaleHeadrooms { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.169.1/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.170.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.169.1/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.170.0/docs/resources/ocean_ecs_launch_spec#num_of_units OceanEcsLaunchSpec#num_of_units} */ readonly numOfUnits: number; } @@ -432,15 +432,15 @@ export class OceanEcsLaunchSpecAutoscaleHeadroomsList extends cdktf.ComplexList } export interface OceanEcsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSize { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#base_size OceanEcsLaunchSpec#base_size} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_ecs_launch_spec#resource OceanEcsLaunchSpec#resource} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.0/docs/resources/ocean_ecs_launch_spec#size_per_resource_unit OceanEcsLaunchSpec#size_per_resource_unit} */ readonly sizePerResourceUnit: number; } @@ -573,41 +573,41 @@ export class OceanEcsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSizeOutputRefe } export interface OceanEcsLaunchSpecBlockDeviceMappingsEbs { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.169.1/docs/resources/ocean_ecs_launch_spec#encrypted OceanEcsLaunchSpec#encrypted} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_ecs_launch_spec#iops OceanEcsLaunchSpec#iops} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.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.169.1/docs/resources/ocean_ecs_launch_spec#snapshot_id OceanEcsLaunchSpec#snapshot_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_ecs_launch_spec#throughput OceanEcsLaunchSpec#throughput} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_ecs_launch_spec#volume_size OceanEcsLaunchSpec#volume_size} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_ecs_launch_spec#volume_type OceanEcsLaunchSpec#volume_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.0/docs/resources/ocean_ecs_launch_spec#dynamic_volume_size OceanEcsLaunchSpec#dynamic_volume_size} */ readonly dynamicVolumeSize?: OceanEcsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSize; } @@ -923,21 +923,21 @@ export class OceanEcsLaunchSpecBlockDeviceMappingsEbsOutputReference extends cdk } export interface OceanEcsLaunchSpecBlockDeviceMappings { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#device_name OceanEcsLaunchSpec#device_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_ecs_launch_spec#no_device OceanEcsLaunchSpec#no_device} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_ecs_launch_spec#virtual_name OceanEcsLaunchSpec#virtual_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_ecs_launch_spec#ebs OceanEcsLaunchSpec#ebs} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#ebs OceanEcsLaunchSpec#ebs} */ readonly ebs?: OceanEcsLaunchSpecBlockDeviceMappingsEbs; } @@ -1137,7 +1137,7 @@ export class OceanEcsLaunchSpecBlockDeviceMappingsList extends cdktf.ComplexList } export interface OceanEcsLaunchSpecImages { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#image_id OceanEcsLaunchSpec#image_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#image_id OceanEcsLaunchSpec#image_id} */ readonly imageId?: string; } @@ -1253,11 +1253,11 @@ export class OceanEcsLaunchSpecImagesList extends cdktf.ComplexList { } export interface OceanEcsLaunchSpecInstanceMetadataOptions { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.169.1/docs/resources/ocean_ecs_launch_spec#http_tokens OceanEcsLaunchSpec#http_tokens} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#http_tokens OceanEcsLaunchSpec#http_tokens} */ readonly httpTokens: string; } @@ -1367,15 +1367,15 @@ export class OceanEcsLaunchSpecInstanceMetadataOptionsOutputReference extends cd } export interface OceanEcsLaunchSpecSchedulingTaskTaskHeadroom { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.169.1/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.170.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.169.1/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.170.0/docs/resources/ocean_ecs_launch_spec#num_of_units OceanEcsLaunchSpec#num_of_units} */ readonly numOfUnits: number; } @@ -1546,21 +1546,21 @@ export class OceanEcsLaunchSpecSchedulingTaskTaskHeadroomList extends cdktf.Comp } export interface OceanEcsLaunchSpecSchedulingTask { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#cron_expression OceanEcsLaunchSpec#cron_expression} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_ecs_launch_spec#is_enabled OceanEcsLaunchSpec#is_enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_ecs_launch_spec#task_type OceanEcsLaunchSpec#task_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_ecs_launch_spec#task_headroom OceanEcsLaunchSpec#task_headroom} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#task_headroom OceanEcsLaunchSpec#task_headroom} */ readonly taskHeadroom?: OceanEcsLaunchSpecSchedulingTaskTaskHeadroom[] | cdktf.IResolvable; } @@ -1754,7 +1754,7 @@ export class OceanEcsLaunchSpecSchedulingTaskList extends cdktf.ComplexList { } export interface OceanEcsLaunchSpecStrategy { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#spot_percentage OceanEcsLaunchSpec#spot_percentage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#spot_percentage OceanEcsLaunchSpec#spot_percentage} */ readonly spotPercentage?: number; } @@ -1870,11 +1870,11 @@ export class OceanEcsLaunchSpecStrategyList extends cdktf.ComplexList { } export interface OceanEcsLaunchSpecTags { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#key OceanEcsLaunchSpec#key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_ecs_launch_spec#value OceanEcsLaunchSpec#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#value OceanEcsLaunchSpec#value} */ readonly value: string; } @@ -2013,7 +2013,7 @@ export class OceanEcsLaunchSpecTagsList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec spotinst_ocean_ecs_launch_spec} +* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec spotinst_ocean_ecs_launch_spec} */ export class OceanEcsLaunchSpec extends cdktf.TerraformResource { @@ -2029,7 +2029,7 @@ export class OceanEcsLaunchSpec extends cdktf.TerraformResource { * Generates CDKTF code for importing a OceanEcsLaunchSpec resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the OceanEcsLaunchSpec to import - * @param importFromId The id of the existing OceanEcsLaunchSpec that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing OceanEcsLaunchSpec that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the OceanEcsLaunchSpec to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -2041,7 +2041,7 @@ export class OceanEcsLaunchSpec extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs_launch_spec spotinst_ocean_ecs_launch_spec} Resource + * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs_launch_spec spotinst_ocean_ecs_launch_spec} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -2052,7 +2052,7 @@ export class OceanEcsLaunchSpec extends cdktf.TerraformResource { terraformResourceType: 'spotinst_ocean_ecs_launch_spec', terraformGeneratorMetadata: { providerName: 'spotinst', - providerVersion: '1.169.1', + providerVersion: '1.170.0', providerVersionConstraint: '~> 1.0' }, provider: config.provider, diff --git a/src/ocean-ecs/README.md b/src/ocean-ecs/README.md index 63e408bde..84c2079ff 100644 --- a/src/ocean-ecs/README.md +++ b/src/ocean-ecs/README.md @@ -1,3 +1,3 @@ # `spotinst_ocean_ecs` -Refer to the Terraform Registry for docs: [`spotinst_ocean_ecs`](https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs). +Refer to the Terraform Registry for docs: [`spotinst_ocean_ecs`](https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs). diff --git a/src/ocean-ecs/index.ts b/src/ocean-ecs/index.ts index a00dde6ca..7958d78ef 100644 --- a/src/ocean-ecs/index.ts +++ b/src/ocean-ecs/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs +// https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,164 +13,164 @@ import * as cdktf from 'cdktf'; export interface OceanEcsConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.169.1/docs/resources/ocean_ecs#blacklist OceanEcs#blacklist} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#blacklist OceanEcs#blacklist} */ readonly blacklist?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#cluster_name OceanEcs#cluster_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_ecs#desired_capacity OceanEcs#desired_capacity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_ecs#draining_timeout OceanEcs#draining_timeout} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_ecs#ebs_optimized OceanEcs#ebs_optimized} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_ecs#iam_instance_profile OceanEcs#iam_instance_profile} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_ecs#id OceanEcs#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_ecs#image_id OceanEcs#image_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_ecs#key_pair OceanEcs#key_pair} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_ecs#max_size OceanEcs#max_size} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_ecs#min_size OceanEcs#min_size} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_ecs#monitoring OceanEcs#monitoring} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_ecs#name OceanEcs#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#name OceanEcs#name} */ readonly name: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#region OceanEcs#region} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#region OceanEcs#region} */ readonly region: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#security_group_ids OceanEcs#security_group_ids} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_ecs#spot_percentage OceanEcs#spot_percentage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_ecs#subnet_ids OceanEcs#subnet_ids} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.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.169.1/docs/resources/ocean_ecs#user_data OceanEcs#user_data} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_ecs#utilize_commitments OceanEcs#utilize_commitments} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_ecs#utilize_reserved_instances OceanEcs#utilize_reserved_instances} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_ecs#whitelist OceanEcs#whitelist} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_ecs#autoscaler OceanEcs#autoscaler} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_ecs#block_device_mappings OceanEcs#block_device_mappings} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_ecs#cluster_orientation OceanEcs#cluster_orientation} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_ecs#filters OceanEcs#filters} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_ecs#instance_metadata_options OceanEcs#instance_metadata_options} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_ecs#logging OceanEcs#logging} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_ecs#optimize_images OceanEcs#optimize_images} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_ecs#scheduled_task OceanEcs#scheduled_task} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_ecs#tags OceanEcs#tags} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_ecs#update_policy OceanEcs#update_policy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.0/docs/resources/ocean_ecs#max_scale_down_percentage OceanEcs#max_scale_down_percentage} */ readonly maxScaleDownPercentage?: number; } @@ -254,15 +254,15 @@ export class OceanEcsAutoscalerDownOutputReference extends cdktf.ComplexObject { } export interface OceanEcsAutoscalerHeadroom { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#cpu_per_unit OceanEcs#cpu_per_unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_ecs#memory_per_unit OceanEcs#memory_per_unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_ecs#num_of_units OceanEcs#num_of_units} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#num_of_units OceanEcs#num_of_units} */ readonly numOfUnits?: number; } @@ -404,11 +404,11 @@ export class OceanEcsAutoscalerHeadroomOutputReference extends cdktf.ComplexObje } export interface OceanEcsAutoscalerResourceLimits { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#max_memory_gib OceanEcs#max_memory_gib} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_ecs#max_vcpu OceanEcs#max_vcpu} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#max_vcpu OceanEcs#max_vcpu} */ readonly maxVcpu?: number; } @@ -521,45 +521,45 @@ export class OceanEcsAutoscalerResourceLimitsOutputReference extends cdktf.Compl } export interface OceanEcsAutoscaler { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#auto_headroom_percentage OceanEcs#auto_headroom_percentage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_ecs#cooldown OceanEcs#cooldown} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#cooldown OceanEcs#cooldown} */ readonly cooldown?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.169.1/docs/resources/ocean_ecs#is_auto_config OceanEcs#is_auto_config} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.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.169.1/docs/resources/ocean_ecs#down OceanEcs#down} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_ecs#headroom OceanEcs#headroom} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_ecs#resource_limits OceanEcs#resource_limits} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#resource_limits OceanEcs#resource_limits} */ readonly resourceLimits?: OceanEcsAutoscalerResourceLimits; } @@ -875,15 +875,15 @@ export class OceanEcsAutoscalerOutputReference extends cdktf.ComplexObject { } export interface OceanEcsBlockDeviceMappingsEbsDynamicVolumeSize { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#base_size OceanEcs#base_size} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_ecs#resource OceanEcs#resource} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#resource OceanEcs#resource} */ readonly resource: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_ecs#size_per_resource_unit OceanEcs#size_per_resource_unit} */ readonly sizePerResourceUnit: number; } @@ -1016,41 +1016,41 @@ export class OceanEcsBlockDeviceMappingsEbsDynamicVolumeSizeOutputReference exte } export interface OceanEcsBlockDeviceMappingsEbs { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#delete_on_termination OceanEcs#delete_on_termination} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_ecs#encrypted OceanEcs#encrypted} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_ecs#iops OceanEcs#iops} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#iops OceanEcs#iops} */ readonly iops?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#kms_key_id OceanEcs#kms_key_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_ecs#snapshot_id OceanEcs#snapshot_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_ecs#throughput OceanEcs#throughput} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#throughput OceanEcs#throughput} */ readonly throughput?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#volume_size OceanEcs#volume_size} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_ecs#volume_type OceanEcs#volume_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_ecs#dynamic_volume_size OceanEcs#dynamic_volume_size} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#dynamic_volume_size OceanEcs#dynamic_volume_size} */ readonly dynamicVolumeSize?: OceanEcsBlockDeviceMappingsEbsDynamicVolumeSize; } @@ -1366,21 +1366,21 @@ export class OceanEcsBlockDeviceMappingsEbsOutputReference extends cdktf.Complex } export interface OceanEcsBlockDeviceMappings { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#device_name OceanEcs#device_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_ecs#no_device OceanEcs#no_device} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_ecs#virtual_name OceanEcs#virtual_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_ecs#ebs OceanEcs#ebs} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#ebs OceanEcs#ebs} */ readonly ebs?: OceanEcsBlockDeviceMappingsEbs; } @@ -1580,7 +1580,7 @@ export class OceanEcsBlockDeviceMappingsList extends cdktf.ComplexList { } export interface OceanEcsClusterOrientation { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#availability_vs_cost OceanEcs#availability_vs_cost} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#availability_vs_cost OceanEcs#availability_vs_cost} */ readonly availabilityVsCost?: string; } @@ -1696,79 +1696,79 @@ export class OceanEcsClusterOrientationList extends cdktf.ComplexList { } export interface OceanEcsFilters { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#architectures OceanEcs#architectures} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#architectures OceanEcs#architectures} */ readonly architectures?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#categories OceanEcs#categories} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#categories OceanEcs#categories} */ readonly categories?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#disk_types OceanEcs#disk_types} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_ecs#exclude_families OceanEcs#exclude_families} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_ecs#exclude_metal OceanEcs#exclude_metal} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_ecs#hypervisor OceanEcs#hypervisor} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#hypervisor OceanEcs#hypervisor} */ readonly hypervisor?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#include_families OceanEcs#include_families} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_ecs#is_ena_supported OceanEcs#is_ena_supported} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_ecs#max_gpu OceanEcs#max_gpu} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_ecs#max_memory_gib OceanEcs#max_memory_gib} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_ecs#max_network_performance OceanEcs#max_network_performance} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_ecs#max_vcpu OceanEcs#max_vcpu} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_ecs#min_enis OceanEcs#min_enis} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_ecs#min_gpu OceanEcs#min_gpu} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_ecs#min_memory_gib OceanEcs#min_memory_gib} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_ecs#min_network_performance OceanEcs#min_network_performance} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_ecs#min_vcpu OceanEcs#min_vcpu} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_ecs#root_device_types OceanEcs#root_device_types} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_ecs#virtualization_types OceanEcs#virtualization_types} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#virtualization_types OceanEcs#virtualization_types} */ readonly virtualizationTypes?: string[]; } @@ -2374,11 +2374,11 @@ export class OceanEcsFiltersOutputReference extends cdktf.ComplexObject { } export interface OceanEcsInstanceMetadataOptions { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.169.1/docs/resources/ocean_ecs#http_tokens OceanEcs#http_tokens} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#http_tokens OceanEcs#http_tokens} */ readonly httpTokens: string; } @@ -2488,7 +2488,7 @@ export class OceanEcsInstanceMetadataOptionsOutputReference extends cdktf.Comple } export interface OceanEcsLoggingExportS3 { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#id OceanEcs#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#id OceanEcs#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -2606,7 +2606,7 @@ export interface OceanEcsLoggingExport { /** * s3 block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#s3 OceanEcs#s3} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#s3 OceanEcs#s3} */ readonly s3?: OceanEcsLoggingExportS3[] | cdktf.IResolvable; } @@ -2692,7 +2692,7 @@ export interface OceanEcsLogging { /** * export block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#export OceanEcs#export} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#export OceanEcs#export} */ readonly export?: OceanEcsLoggingExport; } @@ -2776,15 +2776,15 @@ export class OceanEcsLoggingOutputReference extends cdktf.ComplexObject { } export interface OceanEcsOptimizeImages { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#perform_at OceanEcs#perform_at} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.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.169.1/docs/resources/ocean_ecs#time_windows OceanEcs#time_windows} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#time_windows OceanEcs#time_windows} */ readonly timeWindows?: string[]; } @@ -2920,11 +2920,11 @@ export class OceanEcsOptimizeImagesOutputReference extends cdktf.ComplexObject { } export interface OceanEcsScheduledTaskShutdownHours { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_ecs#time_windows OceanEcs#time_windows} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#time_windows OceanEcs#time_windows} */ readonly timeWindows: string[]; } @@ -3034,15 +3034,15 @@ export class OceanEcsScheduledTaskShutdownHoursOutputReference extends cdktf.Com } export interface OceanEcsScheduledTaskTasks { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#cron_expression OceanEcs#cron_expression} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_ecs#is_enabled OceanEcs#is_enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_ecs#task_type OceanEcs#task_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#task_type OceanEcs#task_type} */ readonly taskType: string; } @@ -3209,13 +3209,13 @@ export interface OceanEcsScheduledTask { /** * shutdown_hours block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#shutdown_hours OceanEcs#shutdown_hours} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_ecs#tasks OceanEcs#tasks} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#tasks OceanEcs#tasks} */ readonly tasks?: OceanEcsScheduledTaskTasks[] | cdktf.IResolvable; } @@ -3360,11 +3360,11 @@ export class OceanEcsScheduledTaskList extends cdktf.ComplexList { } export interface OceanEcsTags { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#key OceanEcs#key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#key OceanEcs#key} */ readonly key: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#value OceanEcs#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#value OceanEcs#value} */ readonly value: string; } @@ -3503,11 +3503,11 @@ export class OceanEcsTagsList extends cdktf.ComplexList { } export interface OceanEcsUpdatePolicyRollConfig { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.169.1/docs/resources/ocean_ecs#batch_size_percentage OceanEcs#batch_size_percentage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#batch_size_percentage OceanEcs#batch_size_percentage} */ readonly batchSizePercentage: number; } @@ -3617,21 +3617,21 @@ export class OceanEcsUpdatePolicyRollConfigOutputReference extends cdktf.Complex } export interface OceanEcsUpdatePolicy { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#auto_apply_tags OceanEcs#auto_apply_tags} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_ecs#conditioned_roll OceanEcs#conditioned_roll} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_ecs#should_roll OceanEcs#should_roll} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_ecs#roll_config OceanEcs#roll_config} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#roll_config OceanEcs#roll_config} */ readonly rollConfig?: OceanEcsUpdatePolicyRollConfig; } @@ -3799,7 +3799,7 @@ export class OceanEcsUpdatePolicyOutputReference extends cdktf.ComplexObject { } /** -* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs spotinst_ocean_ecs} +* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs spotinst_ocean_ecs} */ export class OceanEcs extends cdktf.TerraformResource { @@ -3815,7 +3815,7 @@ export class OceanEcs extends cdktf.TerraformResource { * Generates CDKTF code for importing a OceanEcs resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the OceanEcs to import - * @param importFromId The id of the existing OceanEcs that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing OceanEcs that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the OceanEcs to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -3827,7 +3827,7 @@ export class OceanEcs extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_ecs spotinst_ocean_ecs} Resource + * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_ecs spotinst_ocean_ecs} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -3838,7 +3838,7 @@ export class OceanEcs extends cdktf.TerraformResource { terraformResourceType: 'spotinst_ocean_ecs', terraformGeneratorMetadata: { providerName: 'spotinst', - providerVersion: '1.169.1', + providerVersion: '1.170.0', providerVersionConstraint: '~> 1.0' }, provider: config.provider, diff --git a/src/ocean-gke-import/README.md b/src/ocean-gke-import/README.md index 329aee75f..5597b1171 100644 --- a/src/ocean-gke-import/README.md +++ b/src/ocean-gke-import/README.md @@ -1,3 +1,3 @@ # `spotinst_ocean_gke_import` -Refer to the Terraform Registry for docs: [`spotinst_ocean_gke_import`](https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import). +Refer to the Terraform Registry for docs: [`spotinst_ocean_gke_import`](https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import). diff --git a/src/ocean-gke-import/index.ts b/src/ocean-gke-import/index.ts index 5c17cc83e..d6cdebc81 100644 --- a/src/ocean-gke-import/index.ts +++ b/src/ocean-gke-import/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import +// https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,96 +13,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.169.1/docs/resources/ocean_gke_import#blacklist OceanGkeImport#blacklist} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_gke_import#cluster_name OceanGkeImport#cluster_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.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.169.1/docs/resources/ocean_gke_import#desired_capacity OceanGkeImport#desired_capacity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_gke_import#id OceanGkeImport#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_gke_import#location OceanGkeImport#location} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_gke_import#max_size OceanGkeImport#max_size} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_gke_import#min_size OceanGkeImport#min_size} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.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.169.1/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.170.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.169.1/docs/resources/ocean_gke_import#whitelist OceanGkeImport#whitelist} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_gke_import#autoscaler OceanGkeImport#autoscaler} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_gke_import#backend_services OceanGkeImport#backend_services} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_gke_import#scheduled_task OceanGkeImport#scheduled_task} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.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.169.1/docs/resources/ocean_gke_import#strategy OceanGkeImport#strategy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_gke_import#update_policy OceanGkeImport#update_policy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_gke_import#evaluation_periods OceanGkeImport#evaluation_periods} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.0/docs/resources/ocean_gke_import#max_scale_down_percentage OceanGkeImport#max_scale_down_percentage} */ readonly maxScaleDownPercentage?: number; } @@ -215,19 +215,19 @@ export class OceanGkeImportAutoscalerDownOutputReference extends cdktf.ComplexOb } export interface OceanGkeImportAutoscalerHeadroom { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.169.1/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.170.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.169.1/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.170.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.169.1/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.170.0/docs/resources/ocean_gke_import#num_of_units OceanGkeImport#num_of_units} */ readonly numOfUnits?: number; } @@ -398,11 +398,11 @@ export class OceanGkeImportAutoscalerHeadroomOutputReference extends cdktf.Compl } export interface OceanGkeImportAutoscalerResourceLimits { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.169.1/docs/resources/ocean_gke_import#max_vcpu OceanGkeImport#max_vcpu} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#max_vcpu OceanGkeImport#max_vcpu} */ readonly maxVcpu?: number; } @@ -515,41 +515,41 @@ export class OceanGkeImportAutoscalerResourceLimitsOutputReference extends cdktf } export interface OceanGkeImportAutoscaler { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.169.1/docs/resources/ocean_gke_import#cooldown OceanGkeImport#cooldown} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.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.169.1/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.170.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.169.1/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_gke_import#down OceanGkeImport#down} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_gke_import#headroom OceanGkeImport#headroom} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_gke_import#resource_limits OceanGkeImport#resource_limits} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#resource_limits OceanGkeImport#resource_limits} */ readonly resourceLimits?: OceanGkeImportAutoscalerResourceLimits; } @@ -836,11 +836,11 @@ export class OceanGkeImportAutoscalerOutputReference extends cdktf.ComplexObject } export interface OceanGkeImportBackendServicesNamedPorts { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#name OceanGkeImport#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_gke_import#ports OceanGkeImport#ports} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#ports OceanGkeImport#ports} */ readonly ports: string[]; } @@ -979,21 +979,21 @@ export class OceanGkeImportBackendServicesNamedPortsList extends cdktf.ComplexLi } export interface OceanGkeImportBackendServices { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#location_type OceanGkeImport#location_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_gke_import#scheme OceanGkeImport#scheme} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_gke_import#service_name OceanGkeImport#service_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_gke_import#named_ports OceanGkeImport#named_ports} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#named_ports OceanGkeImport#named_ports} */ readonly namedPorts?: OceanGkeImportBackendServicesNamedPorts[] | cdktf.IResolvable; } @@ -1193,11 +1193,11 @@ export class OceanGkeImportBackendServicesList extends cdktf.ComplexList { } export interface OceanGkeImportScheduledTaskShutdownHours { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_gke_import#time_windows OceanGkeImport#time_windows} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#time_windows OceanGkeImport#time_windows} */ readonly timeWindows: string[]; } @@ -1307,19 +1307,19 @@ export class OceanGkeImportScheduledTaskShutdownHoursOutputReference extends cdk } export interface OceanGkeImportScheduledTaskTasksTaskParametersClusterRoll { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.169.1/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.170.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.169.1/docs/resources/ocean_gke_import#comment OceanGkeImport#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_gke_import#respect_pdb OceanGkeImport#respect_pdb} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#respect_pdb OceanGkeImport#respect_pdb} */ readonly respectPdb?: boolean | cdktf.IResolvable; } @@ -1492,7 +1492,7 @@ export interface OceanGkeImportScheduledTaskTasksTaskParameters { /** * cluster_roll block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#cluster_roll OceanGkeImport#cluster_roll} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#cluster_roll OceanGkeImport#cluster_roll} */ readonly clusterRoll?: OceanGkeImportScheduledTaskTasksTaskParametersClusterRoll; } @@ -1576,21 +1576,21 @@ export class OceanGkeImportScheduledTaskTasksTaskParametersOutputReference exten } export interface OceanGkeImportScheduledTaskTasks { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#cron_expression OceanGkeImport#cron_expression} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_gke_import#is_enabled OceanGkeImport#is_enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_gke_import#task_type OceanGkeImport#task_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_gke_import#task_parameters OceanGkeImport#task_parameters} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#task_parameters OceanGkeImport#task_parameters} */ readonly taskParameters?: OceanGkeImportScheduledTaskTasksTaskParameters; } @@ -1786,13 +1786,13 @@ export interface OceanGkeImportScheduledTask { /** * shutdown_hours block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#shutdown_hours OceanGkeImport#shutdown_hours} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_gke_import#tasks OceanGkeImport#tasks} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#tasks OceanGkeImport#tasks} */ readonly tasks?: OceanGkeImportScheduledTaskTasks[] | cdktf.IResolvable; } @@ -1937,11 +1937,11 @@ export class OceanGkeImportScheduledTaskList extends cdktf.ComplexList { } export interface OceanGkeImportShieldedInstanceConfig { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.169.1/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.170.0/docs/resources/ocean_gke_import#enable_secure_boot OceanGkeImport#enable_secure_boot} */ readonly enableSecureBoot?: boolean | cdktf.IResolvable; } @@ -2054,15 +2054,15 @@ export class OceanGkeImportShieldedInstanceConfigOutputReference extends cdktf.C } export interface OceanGkeImportStrategy { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#draining_timeout OceanGkeImport#draining_timeout} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_gke_import#preemptible_percentage OceanGkeImport#preemptible_percentage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_gke_import#provisioning_model OceanGkeImport#provisioning_model} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#provisioning_model OceanGkeImport#provisioning_model} */ readonly provisioningModel?: string; } @@ -2236,19 +2236,19 @@ export class OceanGkeImportStrategyList extends cdktf.ComplexList { } export interface OceanGkeImportUpdatePolicyRollConfig { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.169.1/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.170.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.169.1/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.170.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.169.1/docs/resources/ocean_gke_import#respect_pdb OceanGkeImport#respect_pdb} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#respect_pdb OceanGkeImport#respect_pdb} */ readonly respectPdb?: boolean | cdktf.IResolvable; } @@ -2416,17 +2416,17 @@ export class OceanGkeImportUpdatePolicyRollConfigOutputReference extends cdktf.C } export interface OceanGkeImportUpdatePolicy { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#conditioned_roll OceanGkeImport#conditioned_roll} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_gke_import#should_roll OceanGkeImport#should_roll} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_gke_import#roll_config OceanGkeImport#roll_config} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#roll_config OceanGkeImport#roll_config} */ readonly rollConfig?: OceanGkeImportUpdatePolicyRollConfig; } @@ -2565,7 +2565,7 @@ export class OceanGkeImportUpdatePolicyOutputReference extends cdktf.ComplexObje } /** -* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import spotinst_ocean_gke_import} +* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import spotinst_ocean_gke_import} */ export class OceanGkeImport extends cdktf.TerraformResource { @@ -2581,7 +2581,7 @@ export class OceanGkeImport extends cdktf.TerraformResource { * Generates CDKTF code for importing a OceanGkeImport resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the OceanGkeImport to import - * @param importFromId The id of the existing OceanGkeImport that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing OceanGkeImport that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_import#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the OceanGkeImport to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -2593,7 +2593,7 @@ export class OceanGkeImport extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_import spotinst_ocean_gke_import} Resource + * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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 @@ -2604,7 +2604,7 @@ export class OceanGkeImport extends cdktf.TerraformResource { terraformResourceType: 'spotinst_ocean_gke_import', terraformGeneratorMetadata: { providerName: 'spotinst', - providerVersion: '1.169.1', + providerVersion: '1.170.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 8f72b43c8..fd0398ba2 100644 --- a/src/ocean-gke-launch-spec-import/README.md +++ b/src/ocean-gke-launch-spec-import/README.md @@ -1,3 +1,3 @@ # `spotinst_ocean_gke_launch_spec_import` -Refer to the Terraform Registry for docs: [`spotinst_ocean_gke_launch_spec_import`](https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec_import). +Refer to the Terraform Registry for docs: [`spotinst_ocean_gke_launch_spec_import`](https://registry.terraform.io/providers/spotinst/spotinst/1.170.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 354a8214f..7256accff 100644 --- a/src/ocean-gke-launch-spec-import/index.ts +++ b/src/ocean-gke-launch-spec-import/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec_import +// https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec_import // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,24 +13,24 @@ import * as cdktf from 'cdktf'; export interface OceanGkeLaunchSpecImportConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec_import#id OceanGkeLaunchSpecImport#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.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.169.1/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.170.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.169.1/docs/resources/ocean_gke_launch_spec_import spotinst_ocean_gke_launch_spec_import} +* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec_import spotinst_ocean_gke_launch_spec_import} */ export class OceanGkeLaunchSpecImport extends cdktf.TerraformResource { @@ -46,7 +46,7 @@ export class OceanGkeLaunchSpecImport extends cdktf.TerraformResource { * Generates CDKTF code for importing a OceanGkeLaunchSpecImport resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the OceanGkeLaunchSpecImport to import - * @param importFromId The id of the existing OceanGkeLaunchSpecImport that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec_import#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing OceanGkeLaunchSpecImport that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec_import#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the OceanGkeLaunchSpecImport to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -58,7 +58,7 @@ export class OceanGkeLaunchSpecImport extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec_import spotinst_ocean_gke_launch_spec_import} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -69,7 +69,7 @@ export class OceanGkeLaunchSpecImport extends cdktf.TerraformResource { terraformResourceType: 'spotinst_ocean_gke_launch_spec_import', terraformGeneratorMetadata: { providerName: 'spotinst', - providerVersion: '1.169.1', + providerVersion: '1.170.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 c1c336b30..3ecabd6a4 100644 --- a/src/ocean-gke-launch-spec/README.md +++ b/src/ocean-gke-launch-spec/README.md @@ -1,3 +1,3 @@ # `spotinst_ocean_gke_launch_spec` -Refer to the Terraform Registry for docs: [`spotinst_ocean_gke_launch_spec`](https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec). +Refer to the Terraform Registry for docs: [`spotinst_ocean_gke_launch_spec`](https://registry.terraform.io/providers/spotinst/spotinst/1.170.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 48e727a80..20dbcd896 100644 --- a/src/ocean-gke-launch-spec/index.ts +++ b/src/ocean-gke-launch-spec/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec +// https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,140 +13,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.169.1/docs/resources/ocean_gke_launch_spec#id OceanGkeLaunchSpec#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_gke_launch_spec#instance_types OceanGkeLaunchSpec#instance_types} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_gke_launch_spec#name OceanGkeLaunchSpec#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.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.169.1/docs/resources/ocean_gke_launch_spec#ocean_id OceanGkeLaunchSpec#ocean_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.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.169.1/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.170.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.169.1/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.170.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.169.1/docs/resources/ocean_gke_launch_spec#service_account OceanGkeLaunchSpec#service_account} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_gke_launch_spec#source_image OceanGkeLaunchSpec#source_image} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_gke_launch_spec#tags OceanGkeLaunchSpec#tags} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_gke_launch_spec#autoscale_headrooms OceanGkeLaunchSpec#autoscale_headrooms} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.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.169.1/docs/resources/ocean_gke_launch_spec#labels OceanGkeLaunchSpec#labels} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_gke_launch_spec#metadata OceanGkeLaunchSpec#metadata} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_gke_launch_spec#network_interfaces OceanGkeLaunchSpec#network_interfaces} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_gke_launch_spec#resource_limits OceanGkeLaunchSpec#resource_limits} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_gke_launch_spec#scheduling_task OceanGkeLaunchSpec#scheduling_task} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.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.169.1/docs/resources/ocean_gke_launch_spec#storage OceanGkeLaunchSpec#storage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_gke_launch_spec#strategy OceanGkeLaunchSpec#strategy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_gke_launch_spec#taints OceanGkeLaunchSpec#taints} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_gke_launch_spec#update_policy OceanGkeLaunchSpec#update_policy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.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.169.1/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.170.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.169.1/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.170.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.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#num_of_units OceanGkeLaunchSpec#num_of_units} */ readonly numOfUnits: number; } @@ -346,7 +346,7 @@ export class OceanGkeLaunchSpecAutoscaleHeadroomsList extends cdktf.ComplexList } export interface OceanGkeLaunchSpecAutoscaleHeadroomsAutomatic { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#auto_headroom_percentage OceanGkeLaunchSpec#auto_headroom_percentage} */ readonly autoHeadroomPercentage?: number; } @@ -462,11 +462,11 @@ export class OceanGkeLaunchSpecAutoscaleHeadroomsAutomaticList extends cdktf.Com } export interface OceanGkeLaunchSpecLabels { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value} */ readonly value?: string; } @@ -611,11 +611,11 @@ export class OceanGkeLaunchSpecLabelsList extends cdktf.ComplexList { } export interface OceanGkeLaunchSpecMetadata { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value} */ readonly value?: string; } @@ -760,11 +760,11 @@ export class OceanGkeLaunchSpecMetadataList extends cdktf.ComplexList { } export interface OceanGkeLaunchSpecNetworkInterfacesAccessConfigs { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#name OceanGkeLaunchSpec#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_gke_launch_spec#type OceanGkeLaunchSpec#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#type OceanGkeLaunchSpec#type} */ readonly type?: string; } @@ -909,11 +909,11 @@ export class OceanGkeLaunchSpecNetworkInterfacesAccessConfigsList extends cdktf. } export interface OceanGkeLaunchSpecNetworkInterfacesAliasIpRanges { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#subnetwork_range_name OceanGkeLaunchSpec#subnetwork_range_name} */ readonly subnetworkRangeName: string; } @@ -1052,23 +1052,23 @@ export class OceanGkeLaunchSpecNetworkInterfacesAliasIpRangesList extends cdktf. } export interface OceanGkeLaunchSpecNetworkInterfaces { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#network OceanGkeLaunchSpec#network} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_gke_launch_spec#project_id OceanGkeLaunchSpec#project_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_gke_launch_spec#access_configs OceanGkeLaunchSpec#access_configs} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#alias_ip_ranges OceanGkeLaunchSpec#alias_ip_ranges} */ readonly aliasIpRanges?: OceanGkeLaunchSpecNetworkInterfacesAliasIpRanges[] | cdktf.IResolvable; } @@ -1268,11 +1268,11 @@ export class OceanGkeLaunchSpecNetworkInterfacesList extends cdktf.ComplexList { } export interface OceanGkeLaunchSpecResourceLimits { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#min_instance_count OceanGkeLaunchSpec#min_instance_count} */ readonly minInstanceCount?: number; } @@ -1385,19 +1385,19 @@ export class OceanGkeLaunchSpecResourceLimitsOutputReference extends cdktf.Compl } export interface OceanGkeLaunchSpecSchedulingTaskTaskHeadroom { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.169.1/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.170.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.169.1/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.170.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.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#num_of_units OceanGkeLaunchSpec#num_of_units} */ readonly numOfUnits: number; } @@ -1597,21 +1597,21 @@ export class OceanGkeLaunchSpecSchedulingTaskTaskHeadroomList extends cdktf.Comp } export interface OceanGkeLaunchSpecSchedulingTask { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#cron_expression OceanGkeLaunchSpec#cron_expression} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_gke_launch_spec#is_enabled OceanGkeLaunchSpec#is_enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_gke_launch_spec#task_type OceanGkeLaunchSpec#task_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_gke_launch_spec#task_headroom OceanGkeLaunchSpec#task_headroom} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#task_headroom OceanGkeLaunchSpec#task_headroom} */ readonly taskHeadroom?: OceanGkeLaunchSpecSchedulingTaskTaskHeadroom[] | cdktf.IResolvable; } @@ -1805,11 +1805,11 @@ export class OceanGkeLaunchSpecSchedulingTaskList extends cdktf.ComplexList { } export interface OceanGkeLaunchSpecShieldedInstanceConfig { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#enable_secure_boot OceanGkeLaunchSpec#enable_secure_boot} */ readonly enableSecureBoot?: boolean | cdktf.IResolvable; } @@ -1922,7 +1922,7 @@ export class OceanGkeLaunchSpecShieldedInstanceConfigOutputReference extends cdk } export interface OceanGkeLaunchSpecStorage { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#local_ssd_count OceanGkeLaunchSpec#local_ssd_count} */ readonly localSsdCount?: number; } @@ -2006,7 +2006,7 @@ export class OceanGkeLaunchSpecStorageOutputReference extends cdktf.ComplexObjec } export interface OceanGkeLaunchSpecStrategy { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#preemptible_percentage OceanGkeLaunchSpec#preemptible_percentage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#preemptible_percentage OceanGkeLaunchSpec#preemptible_percentage} */ readonly preemptiblePercentage?: number; } @@ -2122,15 +2122,15 @@ export class OceanGkeLaunchSpecStrategyList extends cdktf.ComplexList { } export interface OceanGkeLaunchSpecTaints { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#effect OceanGkeLaunchSpec#effect} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_gke_launch_spec#key OceanGkeLaunchSpec#key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#value OceanGkeLaunchSpec#value} */ readonly value?: string; } @@ -2304,7 +2304,7 @@ export class OceanGkeLaunchSpecTaintsList extends cdktf.ComplexList { } export interface OceanGkeLaunchSpecUpdatePolicyRollConfig { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_gke_launch_spec#batch_size_percentage OceanGkeLaunchSpec#batch_size_percentage} */ readonly batchSizePercentage: number; } @@ -2385,13 +2385,13 @@ export class OceanGkeLaunchSpecUpdatePolicyRollConfigOutputReference extends cdk } export interface OceanGkeLaunchSpecUpdatePolicy { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#should_roll OceanGkeLaunchSpec#should_roll} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_gke_launch_spec#roll_config OceanGkeLaunchSpec#roll_config} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#roll_config OceanGkeLaunchSpec#roll_config} */ readonly rollConfig?: OceanGkeLaunchSpecUpdatePolicyRollConfig; } @@ -2501,7 +2501,7 @@ export class OceanGkeLaunchSpecUpdatePolicyOutputReference extends cdktf.Complex } /** -* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec spotinst_ocean_gke_launch_spec} +* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec spotinst_ocean_gke_launch_spec} */ export class OceanGkeLaunchSpec extends cdktf.TerraformResource { @@ -2517,7 +2517,7 @@ export class OceanGkeLaunchSpec extends cdktf.TerraformResource { * Generates CDKTF code for importing a OceanGkeLaunchSpec resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the OceanGkeLaunchSpec to import - * @param importFromId The id of the existing OceanGkeLaunchSpec that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing OceanGkeLaunchSpec that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_gke_launch_spec#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the OceanGkeLaunchSpec to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -2529,7 +2529,7 @@ export class OceanGkeLaunchSpec extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_gke_launch_spec spotinst_ocean_gke_launch_spec} Resource + * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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 @@ -2540,7 +2540,7 @@ export class OceanGkeLaunchSpec extends cdktf.TerraformResource { terraformResourceType: 'spotinst_ocean_gke_launch_spec', terraformGeneratorMetadata: { providerName: 'spotinst', - providerVersion: '1.169.1', + providerVersion: '1.170.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 7adb0719f..35c5a646e 100644 --- a/src/ocean-spark-virtual-node-group/README.md +++ b/src/ocean-spark-virtual-node-group/README.md @@ -1,3 +1,3 @@ # `spotinst_ocean_spark_virtual_node_group` -Refer to the Terraform Registry for docs: [`spotinst_ocean_spark_virtual_node_group`](https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark_virtual_node_group). +Refer to the Terraform Registry for docs: [`spotinst_ocean_spark_virtual_node_group`](https://registry.terraform.io/providers/spotinst/spotinst/1.170.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 3689283c1..d4282f7ff 100644 --- a/src/ocean-spark-virtual-node-group/index.ts +++ b/src/ocean-spark-virtual-node-group/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark_virtual_node_group +// https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark_virtual_node_group // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,24 +13,24 @@ import * as cdktf from 'cdktf'; export interface OceanSparkVirtualNodeGroupConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark_virtual_node_group#id OceanSparkVirtualNodeGroup#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.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.169.1/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.170.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.169.1/docs/resources/ocean_spark_virtual_node_group spotinst_ocean_spark_virtual_node_group} +* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark_virtual_node_group spotinst_ocean_spark_virtual_node_group} */ export class OceanSparkVirtualNodeGroup extends cdktf.TerraformResource { @@ -46,7 +46,7 @@ export class OceanSparkVirtualNodeGroup extends cdktf.TerraformResource { * Generates CDKTF code for importing a OceanSparkVirtualNodeGroup resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the OceanSparkVirtualNodeGroup to import - * @param importFromId The id of the existing OceanSparkVirtualNodeGroup that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark_virtual_node_group#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing OceanSparkVirtualNodeGroup that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark_virtual_node_group#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the OceanSparkVirtualNodeGroup to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -58,7 +58,7 @@ export class OceanSparkVirtualNodeGroup extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.0/docs/resources/ocean_spark_virtual_node_group spotinst_ocean_spark_virtual_node_group} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -69,7 +69,7 @@ export class OceanSparkVirtualNodeGroup extends cdktf.TerraformResource { terraformResourceType: 'spotinst_ocean_spark_virtual_node_group', terraformGeneratorMetadata: { providerName: 'spotinst', - providerVersion: '1.169.1', + providerVersion: '1.170.0', providerVersionConstraint: '~> 1.0' }, provider: config.provider, diff --git a/src/ocean-spark/README.md b/src/ocean-spark/README.md index 4595c90d2..227f7f2cf 100644 --- a/src/ocean-spark/README.md +++ b/src/ocean-spark/README.md @@ -1,3 +1,3 @@ # `spotinst_ocean_spark` -Refer to the Terraform Registry for docs: [`spotinst_ocean_spark`](https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark). +Refer to the Terraform Registry for docs: [`spotinst_ocean_spark`](https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark). diff --git a/src/ocean-spark/index.ts b/src/ocean-spark/index.ts index b4a8b423c..8403aeb1d 100644 --- a/src/ocean-spark/index.ts +++ b/src/ocean-spark/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark +// https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,54 +13,54 @@ import * as cdktf from 'cdktf'; export interface OceanSparkConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#id OceanSpark#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_spark#ocean_cluster_id OceanSpark#ocean_cluster_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_spark#compute OceanSpark#compute} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_spark#ingress OceanSpark#ingress} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_spark#log_collection OceanSpark#log_collection} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_spark#spark OceanSpark#spark} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_spark#webhook OceanSpark#webhook} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_spark#create_vngs OceanSpark#create_vngs} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_spark#use_taints OceanSpark#use_taints} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#use_taints OceanSpark#use_taints} */ readonly useTaints?: boolean | cdktf.IResolvable; } @@ -173,7 +173,7 @@ export class OceanSparkComputeOutputReference extends cdktf.ComplexObject { } export interface OceanSparkIngressController { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#managed OceanSpark#managed} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#managed OceanSpark#managed} */ readonly managed?: boolean | cdktf.IResolvable; } @@ -257,11 +257,11 @@ export class OceanSparkIngressControllerOutputReference extends cdktf.ComplexObj } export interface OceanSparkIngressCustomEndpoint { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#address OceanSpark#address} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#address OceanSpark#address} */ readonly address?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#enabled OceanSpark#enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#enabled OceanSpark#enabled} */ readonly enabled?: boolean | cdktf.IResolvable; } @@ -374,15 +374,15 @@ export class OceanSparkIngressCustomEndpointOutputReference extends cdktf.Comple } export interface OceanSparkIngressLoadBalancer { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#managed OceanSpark#managed} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_spark#service_annotations OceanSpark#service_annotations} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_spark#target_group_arn OceanSpark#target_group_arn} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#target_group_arn OceanSpark#target_group_arn} */ readonly targetGroupArn?: string; } @@ -524,11 +524,11 @@ export class OceanSparkIngressLoadBalancerOutputReference extends cdktf.ComplexO } export interface OceanSparkIngressPrivateLink { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#enabled OceanSpark#enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_spark#vpc_endpoint_service OceanSpark#vpc_endpoint_service} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#vpc_endpoint_service OceanSpark#vpc_endpoint_service} */ readonly vpcEndpointService?: string; } @@ -641,31 +641,31 @@ export class OceanSparkIngressPrivateLinkOutputReference extends cdktf.ComplexOb } export interface OceanSparkIngress { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#service_annotations OceanSpark#service_annotations} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_spark#controller OceanSpark#controller} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_spark#custom_endpoint OceanSpark#custom_endpoint} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_spark#load_balancer OceanSpark#load_balancer} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_spark#private_link OceanSpark#private_link} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#private_link OceanSpark#private_link} */ readonly privateLink?: OceanSparkIngressPrivateLink; } @@ -865,7 +865,7 @@ export class OceanSparkIngressOutputReference extends cdktf.ComplexObject { } export interface OceanSparkLogCollection { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#collect_app_logs OceanSpark#collect_app_logs} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#collect_app_logs OceanSpark#collect_app_logs} */ readonly collectAppLogs?: boolean | cdktf.IResolvable; } @@ -949,7 +949,7 @@ export class OceanSparkLogCollectionOutputReference extends cdktf.ComplexObject } export interface OceanSparkSpark { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#additional_app_namespaces OceanSpark#additional_app_namespaces} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#additional_app_namespaces OceanSpark#additional_app_namespaces} */ readonly additionalAppNamespaces?: string[]; } @@ -1033,11 +1033,11 @@ export class OceanSparkSparkOutputReference extends cdktf.ComplexObject { } export interface OceanSparkWebhook { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#host_network_ports OceanSpark#host_network_ports} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/ocean_spark#use_host_network OceanSpark#use_host_network} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#use_host_network OceanSpark#use_host_network} */ readonly useHostNetwork?: boolean | cdktf.IResolvable; } @@ -1150,7 +1150,7 @@ export class OceanSparkWebhookOutputReference extends cdktf.ComplexObject { } /** -* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark spotinst_ocean_spark} +* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark spotinst_ocean_spark} */ export class OceanSpark extends cdktf.TerraformResource { @@ -1166,7 +1166,7 @@ export class OceanSpark extends cdktf.TerraformResource { * Generates CDKTF code for importing a OceanSpark resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the OceanSpark to import - * @param importFromId The id of the existing OceanSpark that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing OceanSpark that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the OceanSpark to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -1178,7 +1178,7 @@ export class OceanSpark extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/ocean_spark spotinst_ocean_spark} Resource + * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/ocean_spark spotinst_ocean_spark} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -1189,7 +1189,7 @@ export class OceanSpark extends cdktf.TerraformResource { terraformResourceType: 'spotinst_ocean_spark', terraformGeneratorMetadata: { providerName: 'spotinst', - providerVersion: '1.169.1', + providerVersion: '1.170.0', providerVersionConstraint: '~> 1.0' }, provider: config.provider, diff --git a/src/organization-policy/README.md b/src/organization-policy/README.md index b940d2618..6da5c8f78 100644 --- a/src/organization-policy/README.md +++ b/src/organization-policy/README.md @@ -1,3 +1,3 @@ # `spotinst_organization_policy` -Refer to the Terraform Registry for docs: [`spotinst_organization_policy`](https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_policy). +Refer to the Terraform Registry for docs: [`spotinst_organization_policy`](https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_policy). diff --git a/src/organization-policy/index.ts b/src/organization-policy/index.ts index 4583d386a..1d635c833 100644 --- a/src/organization-policy/index.ts +++ b/src/organization-policy/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_policy +// https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_policy // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,38 +13,38 @@ import * as cdktf from 'cdktf'; export interface OrganizationPolicyConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_policy#description OrganizationPolicy#description} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_policy#description OrganizationPolicy#description} */ readonly description?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_policy#id OrganizationPolicy#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_policy#id OrganizationPolicy#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_policy#name OrganizationPolicy#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_policy#name OrganizationPolicy#name} */ readonly name: string; /** * policy_content block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_policy#policy_content OrganizationPolicy#policy_content} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_policy#policy_content OrganizationPolicy#policy_content} */ readonly policyContent: OrganizationPolicyPolicyContent[] | cdktf.IResolvable; } export interface OrganizationPolicyPolicyContentStatements { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_policy#actions OrganizationPolicy#actions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_policy#actions OrganizationPolicy#actions} */ readonly actions: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_policy#effect OrganizationPolicy#effect} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_policy#effect OrganizationPolicy#effect} */ readonly effect: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_policy#resources OrganizationPolicy#resources} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_policy#resources OrganizationPolicy#resources} */ readonly resources: string[]; } @@ -211,7 +211,7 @@ export interface OrganizationPolicyPolicyContent { /** * statements block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_policy#statements OrganizationPolicy#statements} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_policy#statements OrganizationPolicy#statements} */ readonly statements: OrganizationPolicyPolicyContentStatements[] | cdktf.IResolvable; } @@ -324,7 +324,7 @@ export class OrganizationPolicyPolicyContentList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_policy spotinst_organization_policy} +* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_policy spotinst_organization_policy} */ export class OrganizationPolicy extends cdktf.TerraformResource { @@ -340,7 +340,7 @@ export class OrganizationPolicy extends cdktf.TerraformResource { * Generates CDKTF code for importing a OrganizationPolicy resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the OrganizationPolicy to import - * @param importFromId The id of the existing OrganizationPolicy that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_policy#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing OrganizationPolicy that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_policy#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the OrganizationPolicy to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -352,7 +352,7 @@ export class OrganizationPolicy extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_policy spotinst_organization_policy} Resource + * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_policy spotinst_organization_policy} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -363,7 +363,7 @@ export class OrganizationPolicy extends cdktf.TerraformResource { terraformResourceType: 'spotinst_organization_policy', terraformGeneratorMetadata: { providerName: 'spotinst', - providerVersion: '1.169.1', + providerVersion: '1.170.0', providerVersionConstraint: '~> 1.0' }, provider: config.provider, diff --git a/src/organization-programmatic-user/README.md b/src/organization-programmatic-user/README.md index 542968497..346dd8bdd 100644 --- a/src/organization-programmatic-user/README.md +++ b/src/organization-programmatic-user/README.md @@ -1,3 +1,3 @@ # `spotinst_organization_programmatic_user` -Refer to the Terraform Registry for docs: [`spotinst_organization_programmatic_user`](https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_programmatic_user). +Refer to the Terraform Registry for docs: [`spotinst_organization_programmatic_user`](https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_programmatic_user). diff --git a/src/organization-programmatic-user/index.ts b/src/organization-programmatic-user/index.ts index c88e7fe9f..9b186f9c6 100644 --- a/src/organization-programmatic-user/index.ts +++ b/src/organization-programmatic-user/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_programmatic_user +// https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_programmatic_user // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,44 +13,44 @@ import * as cdktf from 'cdktf'; export interface OrganizationProgrammaticUserConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_programmatic_user#description OrganizationProgrammaticUser#description} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_programmatic_user#description OrganizationProgrammaticUser#description} */ readonly description?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_programmatic_user#id OrganizationProgrammaticUser#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_programmatic_user#id OrganizationProgrammaticUser#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_programmatic_user#name OrganizationProgrammaticUser#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_programmatic_user#name OrganizationProgrammaticUser#name} */ readonly name: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_programmatic_user#user_group_ids OrganizationProgrammaticUser#user_group_ids} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_programmatic_user#user_group_ids OrganizationProgrammaticUser#user_group_ids} */ readonly userGroupIds?: string[]; /** * accounts block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_programmatic_user#accounts OrganizationProgrammaticUser#accounts} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_programmatic_user#accounts OrganizationProgrammaticUser#accounts} */ readonly accounts?: OrganizationProgrammaticUserAccounts[] | cdktf.IResolvable; /** * policies block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_programmatic_user#policies OrganizationProgrammaticUser#policies} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_programmatic_user#policies OrganizationProgrammaticUser#policies} */ readonly policies?: OrganizationProgrammaticUserPolicies[] | cdktf.IResolvable; } export interface OrganizationProgrammaticUserAccounts { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_programmatic_user#account_id OrganizationProgrammaticUser#account_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_programmatic_user#account_id OrganizationProgrammaticUser#account_id} */ readonly accountId: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_programmatic_user#account_role OrganizationProgrammaticUser#account_role} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_programmatic_user#account_role OrganizationProgrammaticUser#account_role} */ readonly accountRole: string; } @@ -189,11 +189,11 @@ export class OrganizationProgrammaticUserAccountsList extends cdktf.ComplexList } export interface OrganizationProgrammaticUserPolicies { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_programmatic_user#policy_account_ids OrganizationProgrammaticUser#policy_account_ids} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_programmatic_user#policy_account_ids OrganizationProgrammaticUser#policy_account_ids} */ readonly policyAccountIds: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_programmatic_user#policy_id OrganizationProgrammaticUser#policy_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_programmatic_user#policy_id OrganizationProgrammaticUser#policy_id} */ readonly policyId: string; } @@ -332,7 +332,7 @@ export class OrganizationProgrammaticUserPoliciesList extends cdktf.ComplexList } /** -* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_programmatic_user spotinst_organization_programmatic_user} +* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_programmatic_user spotinst_organization_programmatic_user} */ export class OrganizationProgrammaticUser extends cdktf.TerraformResource { @@ -348,7 +348,7 @@ export class OrganizationProgrammaticUser extends cdktf.TerraformResource { * Generates CDKTF code for importing a OrganizationProgrammaticUser resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the OrganizationProgrammaticUser to import - * @param importFromId The id of the existing OrganizationProgrammaticUser that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_programmatic_user#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing OrganizationProgrammaticUser that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_programmatic_user#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the OrganizationProgrammaticUser to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -360,7 +360,7 @@ export class OrganizationProgrammaticUser extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_programmatic_user spotinst_organization_programmatic_user} Resource + * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_programmatic_user spotinst_organization_programmatic_user} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -371,7 +371,7 @@ export class OrganizationProgrammaticUser extends cdktf.TerraformResource { terraformResourceType: 'spotinst_organization_programmatic_user', terraformGeneratorMetadata: { providerName: 'spotinst', - providerVersion: '1.169.1', + providerVersion: '1.170.0', providerVersionConstraint: '~> 1.0' }, provider: config.provider, diff --git a/src/organization-user-group/README.md b/src/organization-user-group/README.md index 45f528cca..6a25d654e 100644 --- a/src/organization-user-group/README.md +++ b/src/organization-user-group/README.md @@ -1,3 +1,3 @@ # `spotinst_organization_user_group` -Refer to the Terraform Registry for docs: [`spotinst_organization_user_group`](https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user_group). +Refer to the Terraform Registry for docs: [`spotinst_organization_user_group`](https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user_group). diff --git a/src/organization-user-group/index.ts b/src/organization-user-group/index.ts index e0d1d4b78..fb9a26618 100644 --- a/src/organization-user-group/index.ts +++ b/src/organization-user-group/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user_group +// https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user_group // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,38 +13,38 @@ import * as cdktf from 'cdktf'; export interface OrganizationUserGroupConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user_group#description OrganizationUserGroup#description} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user_group#description OrganizationUserGroup#description} */ readonly description?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user_group#id OrganizationUserGroup#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user_group#id OrganizationUserGroup#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user_group#name OrganizationUserGroup#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user_group#name OrganizationUserGroup#name} */ readonly name: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user_group#user_ids OrganizationUserGroup#user_ids} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user_group#user_ids OrganizationUserGroup#user_ids} */ readonly userIds?: string[]; /** * policies block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user_group#policies OrganizationUserGroup#policies} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user_group#policies OrganizationUserGroup#policies} */ readonly policies?: OrganizationUserGroupPolicies[] | cdktf.IResolvable; } export interface OrganizationUserGroupPolicies { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user_group#account_ids OrganizationUserGroup#account_ids} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user_group#account_ids OrganizationUserGroup#account_ids} */ readonly accountIds: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user_group#policy_id OrganizationUserGroup#policy_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user_group#policy_id OrganizationUserGroup#policy_id} */ readonly policyId: string; } @@ -183,7 +183,7 @@ export class OrganizationUserGroupPoliciesList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user_group spotinst_organization_user_group} +* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user_group spotinst_organization_user_group} */ export class OrganizationUserGroup extends cdktf.TerraformResource { @@ -199,7 +199,7 @@ export class OrganizationUserGroup extends cdktf.TerraformResource { * Generates CDKTF code for importing a OrganizationUserGroup resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the OrganizationUserGroup to import - * @param importFromId The id of the existing OrganizationUserGroup that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user_group#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing OrganizationUserGroup that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user_group#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the OrganizationUserGroup to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -211,7 +211,7 @@ export class OrganizationUserGroup extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user_group spotinst_organization_user_group} Resource + * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user_group spotinst_organization_user_group} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -222,7 +222,7 @@ export class OrganizationUserGroup extends cdktf.TerraformResource { terraformResourceType: 'spotinst_organization_user_group', terraformGeneratorMetadata: { providerName: 'spotinst', - providerVersion: '1.169.1', + providerVersion: '1.170.0', providerVersionConstraint: '~> 1.0' }, provider: config.provider, diff --git a/src/organization-user/README.md b/src/organization-user/README.md index f798095a3..e69a25215 100644 --- a/src/organization-user/README.md +++ b/src/organization-user/README.md @@ -1,3 +1,3 @@ # `spotinst_organization_user` -Refer to the Terraform Registry for docs: [`spotinst_organization_user`](https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user). +Refer to the Terraform Registry for docs: [`spotinst_organization_user`](https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user). diff --git a/src/organization-user/index.ts b/src/organization-user/index.ts index f367c6bee..aae3e3545 100644 --- a/src/organization-user/index.ts +++ b/src/organization-user/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user +// https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,50 +13,50 @@ import * as cdktf from 'cdktf'; export interface OrganizationUserConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#email OrganizationUser#email} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#email OrganizationUser#email} */ readonly email: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#first_name OrganizationUser#first_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#first_name OrganizationUser#first_name} */ readonly firstName: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#id OrganizationUser#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#id OrganizationUser#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#last_name OrganizationUser#last_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#last_name OrganizationUser#last_name} */ readonly lastName: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#password OrganizationUser#password} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#password OrganizationUser#password} */ readonly password?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#role OrganizationUser#role} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#role OrganizationUser#role} */ readonly role?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#user_group_ids OrganizationUser#user_group_ids} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#user_group_ids OrganizationUser#user_group_ids} */ readonly userGroupIds?: string[]; /** * policies block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#policies OrganizationUser#policies} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#policies OrganizationUser#policies} */ readonly policies?: OrganizationUserPolicies[] | cdktf.IResolvable; } export interface OrganizationUserPolicies { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#policy_account_ids OrganizationUser#policy_account_ids} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#policy_account_ids OrganizationUser#policy_account_ids} */ readonly policyAccountIds: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#policy_id OrganizationUser#policy_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#policy_id OrganizationUser#policy_id} */ readonly policyId: string; } @@ -195,7 +195,7 @@ export class OrganizationUserPoliciesList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user spotinst_organization_user} +* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user spotinst_organization_user} */ export class OrganizationUser extends cdktf.TerraformResource { @@ -211,7 +211,7 @@ export class OrganizationUser extends cdktf.TerraformResource { * Generates CDKTF code for importing a OrganizationUser resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the OrganizationUser to import - * @param importFromId The id of the existing OrganizationUser that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing OrganizationUser that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the OrganizationUser to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -223,7 +223,7 @@ export class OrganizationUser extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/organization_user spotinst_organization_user} Resource + * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/organization_user spotinst_organization_user} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -234,7 +234,7 @@ export class OrganizationUser extends cdktf.TerraformResource { terraformResourceType: 'spotinst_organization_user', terraformGeneratorMetadata: { providerName: 'spotinst', - providerVersion: '1.169.1', + providerVersion: '1.170.0', providerVersionConstraint: '~> 1.0' }, provider: config.provider, diff --git a/src/provider/README.md b/src/provider/README.md index b7160658a..979c45889 100644 --- a/src/provider/README.md +++ b/src/provider/README.md @@ -1,3 +1,3 @@ # `provider` -Refer to the Terraform Registry for docs: [`spotinst`](https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs). +Refer to the Terraform Registry for docs: [`spotinst`](https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs). diff --git a/src/provider/index.ts b/src/provider/index.ts index eef01960b..b3b68d087 100644 --- a/src/provider/index.ts +++ b/src/provider/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs +// https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,37 +15,37 @@ export interface SpotinstProviderConfig { /** * Spotinst Account ID * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs#account SpotinstProvider#account} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs#account SpotinstProvider#account} */ readonly account?: string; /** * Enable or disable the Spotinst provider * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs#enabled SpotinstProvider#enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs#enabled SpotinstProvider#enabled} */ readonly enabled?: boolean | cdktf.IResolvable; /** * Spotinst SDK Feature Flags * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs#feature_flags SpotinstProvider#feature_flags} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs#token SpotinstProvider#token} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs#token SpotinstProvider#token} */ readonly token?: string; /** * Alias name * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs#alias SpotinstProvider#alias} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs#alias SpotinstProvider#alias} */ readonly alias?: string; } /** -* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs spotinst} +* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs spotinst} */ export class SpotinstProvider extends cdktf.TerraformProvider { @@ -61,7 +61,7 @@ export class SpotinstProvider extends cdktf.TerraformProvider { * Generates CDKTF code for importing a SpotinstProvider resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the SpotinstProvider to import - * @param importFromId The id of the existing SpotinstProvider that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing SpotinstProvider that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the SpotinstProvider to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -73,7 +73,7 @@ export class SpotinstProvider extends cdktf.TerraformProvider { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs spotinst} Resource + * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs spotinst} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -84,7 +84,7 @@ export class SpotinstProvider extends cdktf.TerraformProvider { terraformResourceType: 'spotinst', terraformGeneratorMetadata: { providerName: 'spotinst', - providerVersion: '1.169.1', + providerVersion: '1.170.0', providerVersionConstraint: '~> 1.0' }, terraformProviderSource: 'spotinst/spotinst' diff --git a/src/stateful-node-azure/README.md b/src/stateful-node-azure/README.md index b89f15490..b0a17117f 100644 --- a/src/stateful-node-azure/README.md +++ b/src/stateful-node-azure/README.md @@ -1,3 +1,3 @@ # `spotinst_stateful_node_azure` -Refer to the Terraform Registry for docs: [`spotinst_stateful_node_azure`](https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure). +Refer to the Terraform Registry for docs: [`spotinst_stateful_node_azure`](https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure). diff --git a/src/stateful-node-azure/index.ts b/src/stateful-node-azure/index.ts index 30af2e6b2..632feaffd 100644 --- a/src/stateful-node-azure/index.ts +++ b/src/stateful-node-azure/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure +// https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,256 +13,256 @@ import * as cdktf from 'cdktf'; export interface StatefulNodeAzureConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#custom_data StatefulNodeAzure#custom_data} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.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.169.1/docs/resources/stateful_node_azure#description StatefulNodeAzure#description} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/stateful_node_azure#id StatefulNodeAzure#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/stateful_node_azure#license_type StatefulNodeAzure#license_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#license_type StatefulNodeAzure#license_type} */ readonly licenseType?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#name StatefulNodeAzure#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/stateful_node_azure#od_sizes StatefulNodeAzure#od_sizes} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/stateful_node_azure#os StatefulNodeAzure#os} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.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.169.1/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.170.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.169.1/docs/resources/stateful_node_azure#preferred_zone StatefulNodeAzure#preferred_zone} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/stateful_node_azure#region StatefulNodeAzure#region} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.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.169.1/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.170.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.169.1/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.170.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.169.1/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.170.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.169.1/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.170.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.169.1/docs/resources/stateful_node_azure#shutdown_script StatefulNodeAzure#shutdown_script} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/stateful_node_azure#spot_sizes StatefulNodeAzure#spot_sizes} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/stateful_node_azure#user_data StatefulNodeAzure#user_data} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/stateful_node_azure#vm_name StatefulNodeAzure#vm_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/stateful_node_azure#vm_name_prefix StatefulNodeAzure#vm_name_prefix} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#vm_name_prefix StatefulNodeAzure#vm_name_prefix} */ readonly vmNamePrefix?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#zones StatefulNodeAzure#zones} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.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.169.1/docs/resources/stateful_node_azure#boot_diagnostics StatefulNodeAzure#boot_diagnostics} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/stateful_node_azure#data_disk StatefulNodeAzure#data_disk} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/stateful_node_azure#delete StatefulNodeAzure#delete} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.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.169.1/docs/resources/stateful_node_azure#extension StatefulNodeAzure#extension} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/stateful_node_azure#health StatefulNodeAzure#health} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/stateful_node_azure#image StatefulNodeAzure#image} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/stateful_node_azure#import_vm StatefulNodeAzure#import_vm} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/stateful_node_azure#load_balancer StatefulNodeAzure#load_balancer} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/stateful_node_azure#login StatefulNodeAzure#login} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.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.169.1/docs/resources/stateful_node_azure#network StatefulNodeAzure#network} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/stateful_node_azure#os_disk StatefulNodeAzure#os_disk} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#os_disk StatefulNodeAzure#os_disk} */ readonly osDisk?: StatefulNodeAzureOsDisk; /** * proximity_placement_groups block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#proximity_placement_groups StatefulNodeAzure#proximity_placement_groups} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#proximity_placement_groups StatefulNodeAzure#proximity_placement_groups} */ readonly proximityPlacementGroups?: StatefulNodeAzureProximityPlacementGroups[] | cdktf.IResolvable; /** * scheduling_task block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#scheduling_task StatefulNodeAzure#scheduling_task} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/stateful_node_azure#secret StatefulNodeAzure#secret} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/stateful_node_azure#security StatefulNodeAzure#security} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/stateful_node_azure#signal StatefulNodeAzure#signal} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/stateful_node_azure#strategy StatefulNodeAzure#strategy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/stateful_node_azure#tag StatefulNodeAzure#tag} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/stateful_node_azure#update_state StatefulNodeAzure#update_state} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.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.169.1/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.170.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.169.1/docs/resources/stateful_node_azure#lun StatefulNodeAzure#lun} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.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.169.1/docs/resources/stateful_node_azure#zone StatefulNodeAzure#zone} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#zone StatefulNodeAzure#zone} */ readonly zone?: string; } @@ -511,15 +511,15 @@ export class StatefulNodeAzureAttachDataDiskList extends cdktf.ComplexList { } export interface StatefulNodeAzureBootDiagnostics { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#is_enabled StatefulNodeAzure#is_enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/stateful_node_azure#storage_url StatefulNodeAzure#storage_url} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/stateful_node_azure#type StatefulNodeAzure#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type} */ readonly type?: string; } @@ -693,15 +693,15 @@ export class StatefulNodeAzureBootDiagnosticsList extends cdktf.ComplexList { } export interface StatefulNodeAzureDataDisk { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#lun StatefulNodeAzure#lun} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/stateful_node_azure#type StatefulNodeAzure#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type} */ readonly type: string; } @@ -866,39 +866,39 @@ export class StatefulNodeAzureDataDiskList extends cdktf.ComplexList { } export interface StatefulNodeAzureDelete { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.169.1/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.170.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.169.1/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.170.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.169.1/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.170.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.169.1/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.170.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.169.1/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.170.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.169.1/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.170.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.169.1/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.170.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.169.1/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.170.0/docs/resources/stateful_node_azure#snapshot_ttl_in_hours StatefulNodeAzure#snapshot_ttl_in_hours} */ readonly snapshotTtlInHours?: number; } @@ -1231,19 +1231,19 @@ export class StatefulNodeAzureDeleteList extends cdktf.ComplexList { } export interface StatefulNodeAzureDetachDataDisk { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.169.1/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.170.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.169.1/docs/resources/stateful_node_azure#should_deallocate StatefulNodeAzure#should_deallocate} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.0/docs/resources/stateful_node_azure#ttl_in_hours StatefulNodeAzure#ttl_in_hours} */ readonly ttlInHours?: number; } @@ -1437,31 +1437,31 @@ export class StatefulNodeAzureDetachDataDiskList extends cdktf.ComplexList { } export interface StatefulNodeAzureExtension { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#api_version StatefulNodeAzure#api_version} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.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.169.1/docs/resources/stateful_node_azure#name StatefulNodeAzure#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/stateful_node_azure#protected_settings StatefulNodeAzure#protected_settings} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/stateful_node_azure#public_settings StatefulNodeAzure#public_settings} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/stateful_node_azure#publisher StatefulNodeAzure#publisher} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/stateful_node_azure#type StatefulNodeAzure#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type} */ readonly type: string; } @@ -1736,19 +1736,19 @@ export class StatefulNodeAzureExtensionList extends cdktf.ComplexList { } export interface StatefulNodeAzureHealth { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#auto_healing StatefulNodeAzure#auto_healing} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/stateful_node_azure#grace_period StatefulNodeAzure#grace_period} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.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.169.1/docs/resources/stateful_node_azure#unhealthy_duration StatefulNodeAzure#unhealthy_duration} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#unhealthy_duration StatefulNodeAzure#unhealthy_duration} */ readonly unhealthyDuration?: number; } @@ -1913,11 +1913,11 @@ export class StatefulNodeAzureHealthOutputReference extends cdktf.ComplexObject } export interface StatefulNodeAzureImageCustomImage { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.169.1/docs/resources/stateful_node_azure#name StatefulNodeAzure#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#name StatefulNodeAzure#name} */ readonly name: string; } @@ -2056,19 +2056,19 @@ export class StatefulNodeAzureImageCustomImageList extends cdktf.ComplexList { } export interface StatefulNodeAzureImageGallery { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#gallery_name StatefulNodeAzure#gallery_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.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.169.1/docs/resources/stateful_node_azure#image_name StatefulNodeAzure#image_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/stateful_node_azure#version_name StatefulNodeAzure#version_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#version_name StatefulNodeAzure#version_name} */ readonly versionName: string; } @@ -2259,19 +2259,19 @@ export class StatefulNodeAzureImageGalleryList extends cdktf.ComplexList { } export interface StatefulNodeAzureImageMarketplaceImage { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#offer StatefulNodeAzure#offer} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/stateful_node_azure#publisher StatefulNodeAzure#publisher} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/stateful_node_azure#sku StatefulNodeAzure#sku} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/stateful_node_azure#version StatefulNodeAzure#version} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#version StatefulNodeAzure#version} */ readonly version: string; } @@ -2464,19 +2464,19 @@ export interface StatefulNodeAzureImage { /** * custom_image block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#custom_image StatefulNodeAzure#custom_image} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/stateful_node_azure#gallery StatefulNodeAzure#gallery} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/stateful_node_azure#marketplace_image StatefulNodeAzure#marketplace_image} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#marketplace_image StatefulNodeAzure#marketplace_image} */ readonly marketplaceImage?: StatefulNodeAzureImageMarketplaceImage[] | cdktf.IResolvable; } @@ -2618,19 +2618,19 @@ export class StatefulNodeAzureImageOutputReference extends cdktf.ComplexObject { } export interface StatefulNodeAzureImportVm { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#draining_timeout StatefulNodeAzure#draining_timeout} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.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.169.1/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.170.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.169.1/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.170.0/docs/resources/stateful_node_azure#resources_retention_time StatefulNodeAzure#resources_retention_time} */ readonly resourcesRetentionTime?: number; } @@ -2827,23 +2827,23 @@ export class StatefulNodeAzureImportVmList extends cdktf.ComplexList { } export interface StatefulNodeAzureLoadBalancer { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.169.1/docs/resources/stateful_node_azure#name StatefulNodeAzure#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.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.169.1/docs/resources/stateful_node_azure#sku StatefulNodeAzure#sku} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/stateful_node_azure#type StatefulNodeAzure#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type} */ readonly type: string; } @@ -3063,15 +3063,15 @@ export class StatefulNodeAzureLoadBalancerList extends cdktf.ComplexList { } export interface StatefulNodeAzureLogin { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#password StatefulNodeAzure#password} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.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.169.1/docs/resources/stateful_node_azure#user_name StatefulNodeAzure#user_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#user_name StatefulNodeAzure#user_name} */ readonly userName: string; } @@ -3210,11 +3210,11 @@ export class StatefulNodeAzureLoginOutputReference extends cdktf.ComplexObject { } export interface StatefulNodeAzureManagedServiceIdentities { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#name StatefulNodeAzure#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name} */ readonly resourceGroupName: string; } @@ -3353,11 +3353,11 @@ export class StatefulNodeAzureManagedServiceIdentitiesList extends cdktf.Complex } export interface StatefulNodeAzureNetworkNetworkInterfaceAdditionalIpConfigurations { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#name StatefulNodeAzure#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.0/docs/resources/stateful_node_azure#private_ip_address_version StatefulNodeAzure#private_ip_address_version} */ readonly privateIpAddressVersion: string; } @@ -3496,11 +3496,11 @@ export class StatefulNodeAzureNetworkNetworkInterfaceAdditionalIpConfigurationsL } export interface StatefulNodeAzureNetworkNetworkInterfaceApplicationSecurityGroups { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#name StatefulNodeAzure#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name} */ readonly networkResourceGroupName: string; } @@ -3639,11 +3639,11 @@ export class StatefulNodeAzureNetworkNetworkInterfaceApplicationSecurityGroupsLi } export interface StatefulNodeAzureNetworkNetworkInterfaceNetworkSecurityGroup { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#name StatefulNodeAzure#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name} */ readonly networkResourceGroupName?: string; } @@ -3788,11 +3788,11 @@ export class StatefulNodeAzureNetworkNetworkInterfaceNetworkSecurityGroupList ex } export interface StatefulNodeAzureNetworkNetworkInterfacePublicIps { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#name StatefulNodeAzure#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.0/docs/resources/stateful_node_azure#network_resource_group_name StatefulNodeAzure#network_resource_group_name} */ readonly networkResourceGroupName: string; } @@ -3931,51 +3931,51 @@ export class StatefulNodeAzureNetworkNetworkInterfacePublicIpsList extends cdktf } export interface StatefulNodeAzureNetworkNetworkInterface { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.169.1/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.170.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.169.1/docs/resources/stateful_node_azure#is_primary StatefulNodeAzure#is_primary} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.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.169.1/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.170.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.169.1/docs/resources/stateful_node_azure#subnet_name StatefulNodeAzure#subnet_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.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.169.1/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.170.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.169.1/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.170.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.169.1/docs/resources/stateful_node_azure#public_ips StatefulNodeAzure#public_ips} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#public_ips StatefulNodeAzure#public_ips} */ readonly publicIps?: StatefulNodeAzureNetworkNetworkInterfacePublicIps[] | cdktf.IResolvable; } @@ -4346,17 +4346,17 @@ export class StatefulNodeAzureNetworkNetworkInterfaceList extends cdktf.ComplexL } export interface StatefulNodeAzureNetwork { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.169.1/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.170.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.169.1/docs/resources/stateful_node_azure#network_interface StatefulNodeAzure#network_interface} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#network_interface StatefulNodeAzure#network_interface} */ readonly networkInterface: StatefulNodeAzureNetworkNetworkInterface[] | cdktf.IResolvable; } @@ -4489,15 +4489,15 @@ export class StatefulNodeAzureNetworkOutputReference extends cdktf.ComplexObject } export interface StatefulNodeAzureOsDisk { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#caching StatefulNodeAzure#caching} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#caching StatefulNodeAzure#caching} */ readonly caching?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#size_gb StatefulNodeAzure#size_gb} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/stateful_node_azure#type StatefulNodeAzure#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type} */ readonly type: string; } @@ -4636,11 +4636,11 @@ export class StatefulNodeAzureOsDiskOutputReference extends cdktf.ComplexObject } export interface StatefulNodeAzureProximityPlacementGroups { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#name StatefulNodeAzure#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name} */ readonly resourceGroupName: string; } @@ -4779,15 +4779,15 @@ export class StatefulNodeAzureProximityPlacementGroupsList extends cdktf.Complex } export interface StatefulNodeAzureSchedulingTask { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#cron_expression StatefulNodeAzure#cron_expression} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/stateful_node_azure#is_enabled StatefulNodeAzure#is_enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/stateful_node_azure#type StatefulNodeAzure#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type} */ readonly type: string; } @@ -4952,11 +4952,11 @@ export class StatefulNodeAzureSchedulingTaskList extends cdktf.ComplexList { } export interface StatefulNodeAzureSecretSourceVault { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#name StatefulNodeAzure#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.0/docs/resources/stateful_node_azure#resource_group_name StatefulNodeAzure#resource_group_name} */ readonly resourceGroupName: string; } @@ -5095,11 +5095,11 @@ export class StatefulNodeAzureSecretSourceVaultList extends cdktf.ComplexList { } export interface StatefulNodeAzureSecretVaultCertificates { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#certificate_store StatefulNodeAzure#certificate_store} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/stateful_node_azure#certificate_url StatefulNodeAzure#certificate_url} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#certificate_url StatefulNodeAzure#certificate_url} */ readonly certificateUrl?: string; } @@ -5246,13 +5246,13 @@ export interface StatefulNodeAzureSecret { /** * source_vault block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#source_vault StatefulNodeAzure#source_vault} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/stateful_node_azure#vault_certificates StatefulNodeAzure#vault_certificates} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#vault_certificates StatefulNodeAzure#vault_certificates} */ readonly vaultCertificates: StatefulNodeAzureSecretVaultCertificates[] | cdktf.IResolvable; } @@ -5391,15 +5391,15 @@ export class StatefulNodeAzureSecretList extends cdktf.ComplexList { } export interface StatefulNodeAzureSecurity { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/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.170.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.169.1/docs/resources/stateful_node_azure#security_type StatefulNodeAzure#security_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/stateful_node_azure#vtpm_enabled StatefulNodeAzure#vtpm_enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#vtpm_enabled StatefulNodeAzure#vtpm_enabled} */ readonly vtpmEnabled?: boolean | cdktf.IResolvable; } @@ -5541,11 +5541,11 @@ export class StatefulNodeAzureSecurityOutputReference extends cdktf.ComplexObjec } export interface StatefulNodeAzureSignal { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#timeout StatefulNodeAzure#timeout} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/stateful_node_azure#type StatefulNodeAzure#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#type StatefulNodeAzure#type} */ readonly type: string; } @@ -5684,15 +5684,15 @@ export class StatefulNodeAzureSignalList extends cdktf.ComplexList { } export interface StatefulNodeAzureStrategyCapacityReservationCapacityReservationGroups { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#crg_name StatefulNodeAzure#crg_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.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.169.1/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.170.0/docs/resources/stateful_node_azure#crg_should_prioritize StatefulNodeAzure#crg_should_prioritize} */ readonly crgShouldPrioritize?: boolean | cdktf.IResolvable; } @@ -5860,17 +5860,17 @@ export class StatefulNodeAzureStrategyCapacityReservationCapacityReservationGrou } export interface StatefulNodeAzureStrategyCapacityReservation { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#should_utilize StatefulNodeAzure#should_utilize} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/stateful_node_azure#utilization_strategy StatefulNodeAzure#utilization_strategy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.0/docs/resources/stateful_node_azure#capacity_reservation_groups StatefulNodeAzure#capacity_reservation_groups} */ readonly capacityReservationGroups?: StatefulNodeAzureStrategyCapacityReservationCapacityReservationGroups[] | cdktf.IResolvable; } @@ -6038,7 +6038,7 @@ export class StatefulNodeAzureStrategyCapacityReservationList extends cdktf.Comp } export interface StatefulNodeAzureStrategyRevertToSpot { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#perform_at StatefulNodeAzure#perform_at} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#perform_at StatefulNodeAzure#perform_at} */ readonly performAt: string; } @@ -6119,39 +6119,39 @@ export class StatefulNodeAzureStrategyRevertToSpotOutputReference extends cdktf. } export interface StatefulNodeAzureStrategy { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#availability_vs_cost StatefulNodeAzure#availability_vs_cost} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#availability_vs_cost StatefulNodeAzure#availability_vs_cost} */ readonly availabilityVsCost?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#draining_timeout StatefulNodeAzure#draining_timeout} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.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.169.1/docs/resources/stateful_node_azure#od_windows StatefulNodeAzure#od_windows} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#od_windows StatefulNodeAzure#od_windows} */ readonly odWindows?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#optimization_windows StatefulNodeAzure#optimization_windows} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.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.169.1/docs/resources/stateful_node_azure#capacity_reservation StatefulNodeAzure#capacity_reservation} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/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.170.0/docs/resources/stateful_node_azure#revert_to_spot StatefulNodeAzure#revert_to_spot} */ readonly revertToSpot?: StatefulNodeAzureStrategyRevertToSpot; } @@ -6435,11 +6435,11 @@ export class StatefulNodeAzureStrategyOutputReference extends cdktf.ComplexObjec } export interface StatefulNodeAzureTag { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#tag_key StatefulNodeAzure#tag_key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/stateful_node_azure#tag_value StatefulNodeAzure#tag_value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#tag_value StatefulNodeAzure#tag_value} */ readonly tagValue?: string; } @@ -6581,7 +6581,7 @@ export class StatefulNodeAzureTagList extends cdktf.ComplexList { } export interface StatefulNodeAzureUpdateState { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#state StatefulNodeAzure#state} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#state StatefulNodeAzure#state} */ readonly state: string; } @@ -6694,7 +6694,7 @@ export class StatefulNodeAzureUpdateStateList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure spotinst_stateful_node_azure} +* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure spotinst_stateful_node_azure} */ export class StatefulNodeAzure extends cdktf.TerraformResource { @@ -6710,7 +6710,7 @@ export class StatefulNodeAzure extends cdktf.TerraformResource { * Generates CDKTF code for importing a StatefulNodeAzure resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the StatefulNodeAzure to import - * @param importFromId The id of the existing StatefulNodeAzure that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing StatefulNodeAzure that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/stateful_node_azure#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the StatefulNodeAzure to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -6722,7 +6722,7 @@ export class StatefulNodeAzure extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/stateful_node_azure spotinst_stateful_node_azure} Resource + * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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 @@ -6733,7 +6733,7 @@ export class StatefulNodeAzure extends cdktf.TerraformResource { terraformResourceType: 'spotinst_stateful_node_azure', terraformGeneratorMetadata: { providerName: 'spotinst', - providerVersion: '1.169.1', + providerVersion: '1.170.0', providerVersionConstraint: '~> 1.0' }, provider: config.provider, diff --git a/src/subscription/README.md b/src/subscription/README.md index 4eeccad73..b6cb4fcd7 100644 --- a/src/subscription/README.md +++ b/src/subscription/README.md @@ -1,3 +1,3 @@ # `spotinst_subscription` -Refer to the Terraform Registry for docs: [`spotinst_subscription`](https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/subscription). +Refer to the Terraform Registry for docs: [`spotinst_subscription`](https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/subscription). diff --git a/src/subscription/index.ts b/src/subscription/index.ts index a94385543..53e8dbca9 100644 --- a/src/subscription/index.ts +++ b/src/subscription/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/subscription +// https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/subscription // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,36 +13,36 @@ import * as cdktf from 'cdktf'; export interface SubscriptionConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/subscription#endpoint Subscription#endpoint} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/subscription#endpoint Subscription#endpoint} */ readonly endpoint: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/subscription#event_type Subscription#event_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/subscription#format Subscription#format} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/subscription#id Subscription#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.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.169.1/docs/resources/subscription#protocol Subscription#protocol} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/subscription#protocol Subscription#protocol} */ readonly protocol: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/subscription#resource_id Subscription#resource_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/subscription#resource_id Subscription#resource_id} */ readonly resourceId: string; } /** -* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/subscription spotinst_subscription} +* Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/subscription spotinst_subscription} */ export class Subscription extends cdktf.TerraformResource { @@ -58,7 +58,7 @@ export class Subscription extends cdktf.TerraformResource { * Generates CDKTF code for importing a Subscription resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the Subscription to import - * @param importFromId The id of the existing Subscription that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/subscription#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing Subscription that should be imported. Refer to the {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/subscription#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the Subscription to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -70,7 +70,7 @@ export class Subscription extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.169.1/docs/resources/subscription spotinst_subscription} Resource + * Create a new {@link https://registry.terraform.io/providers/spotinst/spotinst/1.170.0/docs/resources/subscription spotinst_subscription} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -81,7 +81,7 @@ export class Subscription extends cdktf.TerraformResource { terraformResourceType: 'spotinst_subscription', terraformGeneratorMetadata: { providerName: 'spotinst', - providerVersion: '1.169.1', + providerVersion: '1.170.0', providerVersionConstraint: '~> 1.0' }, provider: config.provider, diff --git a/src/version.json b/src/version.json index 7c4138829..bbe5525a9 100644 --- a/src/version.json +++ b/src/version.json @@ -1,3 +1,3 @@ { - "registry.terraform.io/spotinst/spotinst": "1.169.1" + "registry.terraform.io/spotinst/spotinst": "1.170.0" }